Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| linux (Ubuntu) |
Medium
|
Pilot6 | ||
| Trusty |
Undecided
|
Unassigned | ||
| Vivid |
Undecided
|
Unassigned | ||
| Wily |
Undecided
|
Unassigned | ||
| Xenial |
Undecided
|
Unassigned |
Bug Description
I bought an Acer Cloudbook 11 but the bluetooth doesn't seem to work. The system shows the indicator icon but he doesn't detect any devices. The wifi works correctly.
lsb_release -rb:
Description: Ubuntu 15.10
Release: 15.10
---
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
CurrentDesktop: Unity
DistroRelease: Ubuntu 15.10
HibernationDevice: RESUME=
InstallationDate: Installed on 2016-02-17 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04ca:3014 Lite-On Technology Corp.
Bus 001 Device 003: ID 064e:9404 Suyin Corp.
Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer Aspire one 1-131
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=
ProcVersionSign
RelatedPackageV
linux-
linux-
linux-firmware 1.144+ar3012
Tags: wily
UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
Uname: Linux 4.2.0-27-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 07/30/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.06
dmi.board.
dmi.board.name: Caltech
dmi.board.vendor: Acer
dmi.board.version: V1.06
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.
dmi.modalias: dmi:bvnInsydeCo
dmi.product.name: Aspire one 1-131
dmi.product.
dmi.sys.vendor: Acer
legendaire (jimmy-furet) wrote : | #1 |
legendaire (jimmy-furet) wrote : | #2 |
Changed in linux (Ubuntu): | |
status: | New → Incomplete |
legendaire (jimmy-furet) wrote : AlsaInfo.txt | #4 |
apport information
tags: | added: apport-collected wily |
description: | updated |
legendaire (jimmy-furet) wrote : CRDA.txt | #5 |
apport information
apport information
legendaire (jimmy-furet) wrote : IwConfig.txt | #7 |
apport information
apport information
legendaire (jimmy-furet) wrote : Lspci.txt | #9 |
apport information
apport information
apport information
apport information
apport information
legendaire (jimmy-furet) wrote : PulseList.txt | #14 |
apport information
legendaire (jimmy-furet) wrote : RfKill.txt | #15 |
apport information
legendaire (jimmy-furet) wrote : UdevDb.txt | #16 |
apport information
apport information
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
Jeremy (wa113y3s) wrote : | #18 |
in terminal try
rfkill unblock all
see if bluetooth works
Joseph Salisbury (jsalisbury) wrote : | #19 |
Would it be possible for you to test the latest upstream kernel? Refer to https:/
If this bug is fixed in the mainline kernel, please add the following tag 'kernel-
If the mainline kernel does not fix this bug, please add the tag: 'kernel-
Once testing of the upstream kernel is complete, please mark this bug as "Confirmed".
Thanks in advance.
[0] http://
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | Confirmed → Incomplete |
legendaire (jimmy-furet) wrote : | #20 |
@wa113y3s: my device isn't soft or hard blocked
thenawaker@
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
@jsalisbury: the lastest kernel doesn't fix the bug ...
tags: | added: kernel-bug-exists-upstream |
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
tags: | added: bios-outdated-1.09 |
Changed in linux (Ubuntu): | |
status: | Confirmed → Incomplete |
Jeremy (wa113y3s) wrote : | #22 |
It seems you have already tried a patched ath3k module but btusb must be patched also
legendaire (jimmy-furet) wrote : | #23 |
@penalvch I would like to update my bios but the only thing that gives Acer is an executable. so, to do it, I need to use Windows. I tried with FreeDos but it doesn't want boot in UEFI.
@wa113y3s Yes, i have tried to patch my ath3k module and btusb with the procedure in this link
http://
original link: http://
(note: the bug notice in this link is exactly the same as me with the same computer reference)
"sudo apt-get install build-essential linux-headers-
wget https:/
tar -zxvf bluetooth-
cd bluetooth
make -C /lib/modules/
sudo cp btusb.ko /lib/modules/
sudo cp ath3k.ko /lib/modules/
When I execute the make command, I get an error (see attached file)
Jeremy (wa113y3s) wrote : | #24 |
Kernel source is kernel specific and the source you downloaded was for the 3.19 kernel.
If we can assign this bug to Pilot6, he can get the patches submitted upstream
legendaire (jimmy-furet) wrote : | #26 |
Okay, thank you for your help :)
I hope he can work on this bug then ^^
Jeremy (wa113y3s) wrote : | #27 |
This should get you going with the 4.2 kernel
wget https:/
tar -zxvf bluetooth-
cd bluetooth
cp /usr/src/
make -C /lib/modules/
sudo cp btusb.ko /lib/modules/
sudo cp ath3k.ko /lib/modules/
Reboot and as long as you have already
wget http://
sudo cabextract 20623393_
It should work
legendaire (jimmy-furet) wrote : | #28 |
I installed the latest stable kernel (4.2.0-30) then I patched ath3k.ko and btusb.ko as indicated.
Unfortunately it still does not work: c
I'm enclosing the output of dmesg.
Jeremy (wa113y3s) wrote : | #30 |
Show
modinfo ath3k | grep -i 04ca
legendaire (jimmy-furet) wrote : | #31 |
output:
alias: usb:v04CAp3010d
alias: usb:v04CAp300Fd
alias: usb:v04CAp300Dd
alias: usb:v04CAp300Bd
alias: usb:v04CAp3008d
alias: usb:v04CAp3007d
alias: usb:v04CAp3006d
alias: usb:v04CAp3005d
alias: usb:v04CAp3004d
Jeremy (wa113y3s) wrote : | #32 |
Post
dkms status
It doesn't look like my patches are loaded
legendaire (jimmy-furet) wrote : | #33 |
result: btusb-lp1542944, 0.2, 4.2.0-30-generic, x86_64: installed
Maybe this is due to the fact that I already tried to patch my ath3k and btusb :/
legendaire (jimmy-furet) wrote : | #34 |
Bingo! After you uninstall btusb-lp1542944 everything works! :D
Thanks for your help :)
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
Jeremy (wa113y3s) wrote : | #35 |
I subscribed Dmitri(Pilot6) to this as he can send the necessary patch upstream and I have a limited internet account
Pilot6 (hanipouspilot) wrote : | #36 |
I will take care of the patch in a while, when I find some time.
So it is an AR3012 device, right?
Changed in linux (Ubuntu): | |
assignee: | nobody → Pilot6 (hanipouspilot) |
status: | Confirmed → In Progress |
Pilot6 (hanipouspilot) wrote : | #38 |
legendaire,
Please post output of
usb-devices | awk '/3014/' RS=
Without this information the patch can't be committed upstream.
Jeremy,
Please next time ask for usb-devices before you provide a fix. Reporters tend to run away after they get one.
Changed in linux (Ubuntu): | |
status: | In Progress → Incomplete |
assignee: | Pilot6 (hanipouspilot) → nobody |
Pilot6 (hanipouspilot) wrote : | #39 |
I created a bug report against apport with a feature request to add "usb-devices" output. We have a problem with that.
https:/
tags: | added: needs-usb-devices |
Jeremy (wa113y3s) wrote : | #40 |
If the bug reporter doesn't post the usb-devices info, I might be able to get it from someone on Linux Mint as I used the same patch for them and Linux Mint uses Ubuntu kernels
legendaire (jimmy-furet) wrote : | #41 |
Pilot6:
thenawaker@
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=04ca ProdID=3014 Rev=00.02
C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
Changed in linux (Ubuntu): | |
assignee: | nobody → Pilot6 (hanipouspilot) |
status: | Incomplete → In Progress |
tags: | added: cherry-pick |
tags: | removed: kernel-bug-exists-upstream |
Kamal Mostafa (kamalmostafa) wrote : | #43 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
tags: | added: verification-needed-trusty |
tags: | added: verification-needed-vivid |
Kamal Mostafa (kamalmostafa) wrote : | #44 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
tags: | added: verification-needed-wily |
Kamal Mostafa (kamalmostafa) wrote : | #45 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
Kamal Mostafa (kamalmostafa) wrote : | #46 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
tags: | added: verification-needed-xenial |
Kamal Mostafa (kamalmostafa) wrote : | #47 |
Fix came in via stable kernel releases; no verification required.
tags: | removed: verification-needed-trusty verification-needed-vivid verification-needed-wily verification-needed-xenial |
Changed in linux (Ubuntu Trusty): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu Vivid): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu Wily): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu Xenial): | |
status: | New → Fix Committed |
tags: | added: verification-done-trusty verification-done-vivid verification-done-wily verification-done-xenial |
Kamal Mostafa (kamalmostafa) wrote : | #48 |
This bug was fixed in the package linux - 4.4.0-22.38
---------------
linux (4.4.0-22.38) xenial; urgency=low
[ Kamal Mostafa ]
* Release Tracking Bug
- LP: #1573817
* autoreconstruct: need to also generate extend-diff-ignore options for links
(LP: #1574362)
- [Packaging] autoreconstruct -- generate extend-diff-ignore for links
* tipc: missing linearization of sk_buff (LP: #1567064)
- tipc: move linearization of buffers to generic code
* [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
- SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
- SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
vmbus_
- SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
- SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
private resource tree
- SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
- SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
range
* vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
- ubuntu: vbox -- update to 5.0.18-dfsg-2build1
* CONFIG_AUFS_XATTR is not set (LP: #1557776)
- [Config] CONFIG_AUFS_XATTR=y
* CVE-2016-3672 (LP: #1568523)
- x86/mm/32: Enable full randomization on i386 and X86_32
* CVE-2016-3955 (LP: #1572666)
- USB: usbip: fix potential out-of-bounds write
* Xenial update to v4.4.8 stable release (LP: #1573034)
- hwmon: (max1111) Return -ENODEV from max1111_
instantiated
- PKCS#7: pkcs7_validate_
- parisc: Avoid function pointers for kernel exception routines
- parisc: Fix kernel crash with reversed copy_from_user()
- parisc: Unbreak handling exceptions from kernel modules
- ALSA: timer: Use mod_timer() for rearming the system timer
- ALSA: hda - Asus N750JV external subwoofer fixup
- ALSA: hda - Fix white noise on Asus N750JV headphone
- ALSA: hda - Apply fix for white noise on Asus N550JV, too
- mm: fix invalid node in alloc_migrate_
- powerpc/mm: Fixup preempt underflow with huge pages
- libnvdimm: fix smart data retrieval
- libnvdimm, pfn: fix uuid validation
- compiler-gcc: disable -ftracer for __noclone functions
- arm64: opcodes.h: Add arm big-endian config options before including arm
header
- drm/dp: move hw_mutex up the call stack
- drm/udl: Use unlocked gem unreferencing
- drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
- drm/radeon: add another R7 370 quirk
- drm/radeon: add a dpm quirk for all R7 370 parts
- drm/amdgpu/gmc: move vram type fetching into sw_init
- drm/amdgpu/gmc: use proper register for vram type on Fiji
- xen/events: Mask a moving irq
- tcp: convert cached rtt from usec to jiffies when feeding initial rto
- tunnel: Clear IPCB(skb)->opt before dst_link_failure called
- net: jme: fix suspend/resume on JMC260
- net: vrf: Remove direct access to skb->data
- net: qca_spi: Don't clear IFF_BROADCAST
- net: qca_spi: clear IFF_TX_SKB_SHARING
- net: fix bridge multicas...
Changed in linux (Ubuntu Xenial): | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #49 |
This bug was fixed in the package linux - 4.4.0-22.39
---------------
linux (4.4.0-22.39) xenial; urgency=low
[ Kamal Mostafa ]
* Release Tracking Bug
- LP: #1578721
* LP: #1578705
- bpf: fix double-fdput in replace_
-- Kamal Mostafa <email address hidden> Thu, 05 May 2016 09:30:58 -0700
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Released |
Launchpad Janitor (janitor) wrote : | #50 |
This bug was fixed in the package linux - 4.2.0-36.41
---------------
linux (4.2.0-36.41) wily; urgency=low
[ Kamal Mostafa ]
* Release Tracking Bug
- LP: #1571667
[ Benjamin Tissoires ]
* SAUCE: Input: synaptics - handle spurious release of trackstick
buttons, again
- LP: #1553811
[ dann frazier ]
* Revert "SAUCE: arm64, numa, dt: adding dt based numa support using dt
node property arm, associativity"
- LP: #1558828
* Revert "SAUCE: Documentation: arm64/arm: dt bindings for numa."
- LP: #1558828
* Revert "SAUCE: arm64, numa: adding numa support for arm64 platforms."
- LP: #1558828
* Revert "[Config] Enable NUMA on ARM64"
- LP: #1558828
[ K. Y. Srinivasan ]
* SAUCE: (noup): Drivers: hv: vmbus: Fix a bug in
hv_
- LP: #1556264
[ Kamal Mostafa ]
* [debian] BugLink: close LP: bugs only for Launchpad urls
* [Config] updateconfigs after v4.2.8-ckt7
[ Upstream Kernel Changes ]
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
- LP: #1561677
* tipc: fix connection abort during subscription cancel
- LP: #1561677
* tipc: fix nullptr crash during subscription cancel
- LP: #1561677
* s390/mm: four page table levels vs. fork
- LP: #1561677
* Input: aiptek - fix crash on detecting device without endpoints
- LP: #1561677
* wext: fix message delay/ordering
- LP: #1561677
* cfg80211/wext: fix message ordering
- LP: #1561677
* mac80211: fix use of uninitialised values in RX aggregation
- LP: #1561677
* mac80211: minstrel: Change expected throughput unit back to Kbps
- LP: #1561677
* libata: fix HDIO_GET_32BIT ioctl
- LP: #1561677
* iwlwifi: mvm: inc pending frames counter also when txing non-sta
- LP: #1561677
* [media] adv7604: fix tx 5v detect regression
- LP: #1561677
* ahci: add new Intel device IDs
- LP: #1561677
* ahci: Order SATA device IDs for codename Lewisburg
- LP: #1561677
* Adding Intel Lewisburg device IDs for SATA
- LP: #1561677
* ASoC: samsung: Use IRQ safe spin lock calls
- LP: #1561677
* mac80211: minstrel_ht: set default tx aggregation timeout to 0
- LP: #1561677
* usb: chipidea: otg: change workqueue ci_otg as freezable
- LP: #1561677
* jffs2: Fix page lock / f->sem deadlock
- LP: #1561677
* Fix directory hardlinks from deleted directories
- LP: #1561677
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
- LP: #1561677
* iommu/amd: Apply workaround for ATS write permission check
- LP: #1561677
* libata: Align ata_device's id on a cacheline
- LP: #1561677
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
- LP: #1561677
* fbcon: set a default value to blink interval
- LP: #1561677
* KVM: x86: fix root cause for missed hardware breakpoints
- LP: #1561677
* arm64: vmemmap: use virtual projection of linear region
- LP: #1561677
* vfio: fix ioctl error handling
- LP: #1561677
* ALSA: ctl: Fix ioctls for X32 ABI
- LP: #1561677
* ALSA: pcm: Fix ioctls for X32 ABI
- LP: #1561677
* ALSA: rawmidi: Fix ioct...
Changed in linux (Ubuntu Wily): | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #51 |
This bug was fixed in the package linux - 3.19.0-59.65
---------------
linux (3.19.0-59.65) vivid; urgency=low
[ Kamal Mostafa ]
* Release Tracking Bug
- LP: #1571694
[ Benjamin Tissoires ]
* SAUCE: Input: synaptics - handle spurious release of trackstick
buttons, again
- LP: #1553811
[ K. Y. Srinivasan ]
* SAUCE: (noup): Drivers: hv: vmbus: Fix a bug in
hv_
- LP: #1556264
[ Kamal Mostafa ]
* [debian] BugLink: close LP: bugs only for Launchpad urls
* [Config] updateconfigs after v3.19.8-ckt18
[ Upstream Kernel Changes ]
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
- LP: #1561714
* [stable-only] AIO: properly check iovec sizes
- LP: #1561714
* Input: aiptek - fix crash on detecting device without endpoints
- LP: #1561714
* wext: fix message delay/ordering
- LP: #1561714
* cfg80211/wext: fix message ordering
- LP: #1561714
* mac80211: fix use of uninitialised values in RX aggregation
- LP: #1561714
* libata: fix HDIO_GET_32BIT ioctl
- LP: #1561714
* iwlwifi: mvm: inc pending frames counter also when txing non-sta
- LP: #1561714
* [media] adv7604: fix tx 5v detect regression
- LP: #1561714
* ahci: add new Intel device IDs
- LP: #1561714
* ahci: Order SATA device IDs for codename Lewisburg
- LP: #1561714
* Adding Intel Lewisburg device IDs for SATA
- LP: #1561714
* mac80211: minstrel_ht: set default tx aggregation timeout to 0
- LP: #1561714
* usb: chipidea: otg: change workqueue ci_otg as freezable
- LP: #1561714
* jffs2: Fix page lock / f->sem deadlock
- LP: #1561714
* Fix directory hardlinks from deleted directories
- LP: #1561714
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
- LP: #1561714
* iommu/amd: Apply workaround for ATS write permission check
- LP: #1561714
* libata: Align ata_device's id on a cacheline
- LP: #1561714
* can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
- LP: #1561714
* vfio: fix ioctl error handling
- LP: #1561714
* ALSA: ctl: Fix ioctls for X32 ABI
- LP: #1561714
* ALSA: rawmidi: Fix ioctls X32 ABI
- LP: #1561714
* ALSA: timer: Fix broken compat timer user status ioctl
- LP: #1561714
* ALSA: timer: Fix ioctls for X32 ABI
- LP: #1561714
* cifs: fix out-of-bounds access in lease parsing
- LP: #1561714
* CIFS: Fix SMB2+ interim response processing for read requests
- LP: #1561714
* Fix cifs_uniqueid_
- LP: #1561714
* arm/arm64: KVM: Fix ioctl error handling
- LP: #1561714
* ALSA: hdspm: Fix wrong boolean ctl value accesses
- LP: #1561714
* ALSA: hdspm: Fix zero-division
- LP: #1561714
* ALSA: hdsp: Fix wrong boolean ctl value accesses
- LP: #1561714
* USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
- LP: #1561714
* USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
- LP: #1561714
* ASoC: wm8958: Fix enum ctl accesses in a wrong type
- LP: #1561714
* ASoC: wm8994: Fix enum ctl accesses in a wrong type
- LP: #1561714
* A...
Changed in linux (Ubuntu Vivid): | |
status: | Fix Committed → Fix Released |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #53 |
This bug was fixed in the package linux - 3.13.0-86.130
---------------
linux (3.13.0-86.130) trusty; urgency=low
[ Kamal Mostafa ]
* Release Tracking Bug
- LP: #1571718
[ Benjamin Tissoires ]
* SAUCE: Input: synaptics - handle spurious release of trackstick
buttons, again
- LP: #1553811
[ K. Y. Srinivasan ]
* SAUCE: (noup): Drivers: hv: vmbus: Fix a bug in
hv_
- LP: #1556264
[ Kamal Mostafa ]
* [debian] BugLink: close LP: bugs only for Launchpad urls
* [Config] updateconfigs after v3.13.11-ckt38
[ Tim Gardner ]
* [Debian] Fix linux-doc dangling symlinks
- LP: #661306
[ Upstream Kernel Changes ]
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
- LP: #1562900
* [stable-only] AIO: properly check iovec sizes
- LP: #1562900
* Input: aiptek - fix crash on detecting device without endpoints
- LP: #1562900
* wext: fix message delay/ordering
- LP: #1562900
* cfg80211/wext: fix message ordering
- LP: #1562900
* mac80211: fix use of uninitialised values in RX aggregation
- LP: #1562900
* libata: fix HDIO_GET_32BIT ioctl
- LP: #1562900
* mac80211: minstrel_ht: set default tx aggregation timeout to 0
- LP: #1562900
* jffs2: Fix page lock / f->sem deadlock
- LP: #1562900
* Fix directory hardlinks from deleted directories
- LP: #1562900
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
- LP: #1562900
* libata: Align ata_device's id on a cacheline
- LP: #1562900
* vfio: fix ioctl error handling
- LP: #1562900
* ALSA: ctl: Fix ioctls for X32 ABI
- LP: #1562900
* ALSA: rawmidi: Fix ioctls X32 ABI
- LP: #1562900
* ALSA: timer: Fix broken compat timer user status ioctl
- LP: #1562900
* ALSA: timer: Fix ioctls for X32 ABI
- LP: #1562900
* cifs: fix out-of-bounds access in lease parsing
- LP: #1562900
* CIFS: Fix SMB2+ interim response processing for read requests
- LP: #1562900
* ALSA: hdspm: Fix wrong boolean ctl value accesses
- LP: #1562900
* ALSA: hdspm: Fix zero-division
- LP: #1562900
* ALSA: hdsp: Fix wrong boolean ctl value accesses
- LP: #1562900
* USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
- LP: #1562900
* ASoC: wm8958: Fix enum ctl accesses in a wrong type
- LP: #1562900
* ASoC: wm8994: Fix enum ctl accesses in a wrong type
- LP: #1562900
* ASoC: wm_adsp: Fix enum ctl accesses in a wrong type
- LP: #1562900
* USB: serial: option: add support for Telit LE922 PID 0x1045
- LP: #1562900
* USB: serial: option: add support for Quectel UC20
- LP: #1562900
* ALSA: seq: oss: Don't drain at closing a client
- LP: #1562900
* drm/ast: Fix incorrect register check for DRAM width
- LP: #1562900
* drm/radeon/pm: update current crtc info after setting the powerstate
- LP: #1562900
* PM / sleep / x86: Fix crash on graph trace through x86 suspend
- LP: #1562900
* ALSA: hda - Fix mic issues on Acer Aspire E1-472
- LP: #1562900
* MIPS: traps: Fix SIGFPE information leak from `do_ov' and
`do_trap_or_bp'
- LP: #1562900
* ubi: Fix...
Changed in linux (Ubuntu Trusty): | |
status: | Fix Committed → Fix Released |
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:
apport-collect 1546694
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.