[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f) Status in Linux:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-24 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-48.51 --- linux (4.15.0-48.51) bionic; urgency=medium * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820) * Packaging resync (LP: #1786013) - [Packaging] update helper scripts - [Packaging] resync retpoline extraction

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.18.0-18.19 --- linux (4.18.0-18.19) cosmic; urgency=medium * linux: 4.18.0-18.19 -proposed tracker (LP: #1822796) * Packaging resync (LP: #1786013) - [Packaging] update helper scripts - [Packaging] resync retpoline extraction

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-19 Thread Connor Kuehl
Hi all! The Bionic and Cosmic kernels containing a fix for this issue are now in their "-proposed" repositories. Could someone please verify if they fix the issue you're experiencing? For those reading that haven't done this before, here are instructions for enabling and using the "-proposed"

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-16 Thread Kleber Sacilotto de Souza
Hello Cristian and everyone involved, The Bionic and Cosmic kernels containing a fix for this issue are now in -proposed. Could anyone please verify if they fix the issue as expected? Thank you. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-04 Thread Ubuntu Kernel Bot
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-needed- bionic' to 'verification-done-bionic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-04-04 Thread Ubuntu Kernel Bot
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-needed- cosmic' to 'verification-done-cosmic'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-29 Thread Daniel van Vugt
^^^ Is that implying the fix is in proposed? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-29 Thread Khaled El Mously
** Changed in: linux (Ubuntu Bionic) Status: Confirmed => Fix Committed ** Changed in: linux (Ubuntu Cosmic) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-27 Thread Kai-Heng Feng
** Description changed: + === SRU Justification === + [Impact] + Kernel constantly reports "Bluetooth: hci0: last event is not cmd + complete (0x0f)" when using Bluetooth. + + [Fix] + If the HCI event is Command Status, just bail because there's no further + thing to do. + + [Test] + Open Gnome

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-27 Thread Kai-Heng Feng
That commit fixes the issue for me. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f) Status

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-26 Thread Daniel van Vugt
I have verified the fix is in Ubuntu 19.04 disco. ** Also affects: linux (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Disco) Importance: Low Status: Confirmed ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-26 Thread Daniel van Vugt
Specifically, instances of: hci0: last event is not cmd complete (0x0f) are spurious so the message shouldn't be appearing at all. Because 0x0f == HCI_EV_CMD_STATUS. Just ignore the message. Future kernels won't show that message thanks to this fix from Intel:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-26 Thread Daniel van Vugt
> it's the only method to further debug hardware/firmware problems on lot of platforms I don't know if that is true, but if the message is legitimately being used in debugging then it will keep appearing in future. For more information see comment #73 above and comment 24 in the kernel bug:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-03-26 Thread Bartłomiej Żogała
Why this have changed importance Medium->Low while it's the only method to further debug hardware/firmware problems on lot of platforms ? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-01-20 Thread Daniel van Vugt
As I suspected, the error: Bluetooth: hci0: last event is not cmd complete (0x0f) is itself not a bug. The only bug is that the error was displayed when it shouldn't be. So if you have any actual Bluetooth bugs then they should probably be logged elsewhere. That is according to

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2019-01-18 Thread Juozas Miškinis
I'm having the same issue on my Dell 7559 with Intel Dual Band Wireless- AC 8265 (Wi-Fi/BT combo) since forever (around two years ago). Mouse and keyboard works. However, I cannot connect my phone, headset or bluetooth speaker. I'm using 4.20.3-arch1-1-ARCH with Gnome Shell 3.30.2. I addition to

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-12-01 Thread takeseem
$ tail -f /var/log/syslog Dec 1 21:28:26 localhost kernel: [ 683.235091] Bluetooth: hci0: last event is not cmd complete (0x0f) $ dmesg | grep -i bluetooth [3.368473] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-13d3-3404.hcd failed with error -2 [3.368475] Bluetooth:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-11-26 Thread thomas
I got a similar problem: many "Bluetooth: hci0: last event is not cmd complete (0x0f)" in dmesg and the sound from the bluetooth speaker is distorted (but connected). The problem goes away as soon as I close the "bluetooth setting" windows: basically the issue arises only while the controller is

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-11-20 Thread Vadim Andreyev
Same issue on latest Manjaro and Intel 7260. Bluetooth is unusable cause of this. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-11-08 Thread Jason Croy
I've just installed Blueberry on Arch Linux 4.18.17.a-1-hardened and I get this bug as well. dmesg shows several 'not cmd complete' followed by an input remap. I have only ever seen the message pop up when the Blueberry device manager is open. Last format (read: last week) I used Blueman and

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-11-08 Thread Christoph
I confirm that too on Dell Precision 5530 (Intel Corporation Wireless-AC 9260) and Manjaro Cinnamon, Kernel 4.19.1 But it only occures if i have Bluetooth device discovery open and then only all 16s! So it must be related to that. BT Headset is working anyway but sometimes interrupted but

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-11-01 Thread manuel
Hello, just installed Ubuntu 18.10 on a Lenovo E485 and got this error. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-10-31 Thread Sergey
Hello, Has anybody checked Ubuntu 18.10? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-10-30 Thread Peter Hostačný
** Also affects: fedora Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-11 Thread Daniel van Vugt
Everyone, if you would like this bug fixed then the most effective place to discuss it is directly with the Bluetooth/kernel developers here: https://bugzilla.kernel.org/show_bug.cgi?id=198699 -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-11 Thread Peter A. Bigot
WRT comment #46: Installing brcm/BCM20702A1-0b05-180a.hcd from winterheart had no effect on this or any other Bluetooth anomalies I've observed except eliminating the "Direct firmware load" error. WRT comment #51: in my environment this co-occurs with Bluetooth functioning "correctly", i.e. the

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-08 Thread Anders Hall
Ok, you didn't actually read my log output and assume things. The log message disappears completely WHEN my Bluetooth starts working. The actual opposite of your argument. I.e., the message only appears when my machine is "unhealthy". The message does not occur concurrently at all. Regardless, I

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-07 Thread Daniel van Vugt
I don't think so. Because this error message happens all the time it's going to happen at the same time as other Bluetooth problems. So people will *think* it's related to those other problems because both occur concurrently in the log. However because we already know this error message happens

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-07 Thread Anders Hall
"So it would be most helpful if anyone is experiencing actual problems to report those in a separate bug." @Daniel You might want to reconsider if this is related to Bluetooth failures, at least the message is specifically linked to Bluetooth connection issues as seen in my tests. See

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-23 Thread Bug Watch Updater
Launchpad has imported 14 comments from the remote bug at https://bugzilla.kernel.org/show_bug.cgi?id=198699. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-22 Thread Daniel van Vugt
Bug 1788383 is a duplicate of this one. If you do log a new bug please describe a different issue to that described in this bug. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-22 Thread Cristian Aravena Romero
Hello, I am creating a new report: https://bugs.launchpad.net/bugs/1788383 Regards, -- Cristian Aravena Romero (caravena) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-21 Thread Daniel van Vugt
This bug is not related to playback failures. Please log a NEW bug for that by running: ubuntu-bug bluez -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-21 Thread Anupam Datta
Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f) and I am unable to play anything via bluetooth. Speaker gets connected but can not play audio. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-06 Thread Jesbus
I can confirm that I also get this message while using my bluetooth headphones. Bluetooth is working fine. This message makes my TTY console sessions completely unusable. For example when I'm editing a file using nano or vi the message is written on top of the file, wherever my cursor was. In my

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-07-29 Thread Daniel van Vugt
The message: Bluetooth: hci0: last event is not cmd complete (0x0f) occurs even on machines where Bluetooth is working properly. So it would be most helpful if anyone is experiencing actual problems to report those in a separate bug. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-07-28 Thread cslotty
I.e. - most of the time, after having suspended my computer, it will not connect to bluetooth and I have to reboot. So this bug _is_ about Bluetooth failing. At least until after a reboot. You could say, it's about "suspend" failing. -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-07-28 Thread cslotty
I second comment #14 - that's what happens on my device, too. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-06-19 Thread Daniel van Vugt
Alexey, see comment #23. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f) Status in Linux:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-06-19 Thread Alexey Zagarin
I can't make the headset microphone work and I see this in dmesg when I try to switch the profile from A2DP to HSP/HFP in settings. The profile isn't switching though. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-06-15 Thread Avtandil Kikabidze
I have the same issue on the fresh install of Ubuntu 18.04 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is not cmd

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-27 Thread Daniel van Vugt
This bug is not about Bluetooth failing. This bug is only about the kernel log message, which seems to happen even when everything is apparently working. If you experience a failure of any sort then please log a new bug. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-26 Thread lukyluke
I also see that there are many devices I cannot pair to, e.g. my Bambo slate, it is discovered fine on my other pcs but just does not appear in the devices list as I make it discoverable and run I from withing bluethootctl I start to search for a device, some of them show up some don't my

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-24 Thread Joseph Youngquist
I've been running 18.04 on a MacBook Pro (early 2011) and my Bluetooth Ultrathin Touch Mouse worked just fine as did my touchpad for the past month or so. Then last night I noticed that my touchpad didn't work but Bluetooth mouse did just fine. This morning there was a software update and now

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-15 Thread Lin Xu Hua
Confirm this issue too. laptop : dell xps 15 9550 linux : 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux bluetooth device : Devicexxx (public) Name: Bluetooth Mouse M557 Alias: Bluetooth Mouse M557 Class:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-03 Thread Daniel van Vugt
This is probably not a showstopper. You are confusing Bluetooth bugs for a probably harmless bluetooth log message. This but is about the latter. If something is "completely unusable" then please log a new bug for that. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-05-03 Thread Peter Pan
Hey, this is actually a 18.04 _show stopper_! The Bluetooth devices of all 16.04->18.04 upgraded pc's (no matter which controller) becomes completely unusable :-( -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-04-22 Thread Daniel van Vugt
I recommend anyone who wishes to contribute to this bug do so in the upstream bug where the Bluetooth developers are: https://bugzilla.kernel.org/show_bug.cgi?id=198699 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-04-20 Thread lukyluke
In my case I have the same issue 4.15.0-15-generic #16-Ubuntu SMP Wed Apr 4 13:58:14 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux If I type dmesg | grep -i bluetooth I get: [2.233539] usb 1-1.4: Product: DW375 Bluetooth Module [ 35.812010] Bluetooth: Core ver 2.22 [ 35.812026] Bluetooth:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-04-20 Thread Fredrik Normann
[27656.334177] usb 1-7: USB disconnect, device number 5 [27712.841243] usb 1-7: new full-speed USB device number 11 using xhci_hcd [27712.990551] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b [27712.990556] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-04-20 Thread Fredrik Normann
I think this is related to suspend. If I reboot my computer, and pair my headset, I get sound. when I suspend my computer and try to turn on the bluetooth connection I get the error message dmesg. Ubuntu 17.04 did not have this problem, but 17.10 and 18.04 has. -- You received this bug

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-04-14 Thread Hergeir Lognberg
I'm also getting the same error: "Bluetooth: hci0: last event is not cmd complete (0x0f)" The message always appears as Bluetooth audio starts to skip. Also the device keeps disconnecting and reconnecting. There is no message specific to when the device disconnects. But every time the device

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-03-29 Thread Patryk Jankun
confirming, imac 27 late 2013 Bluetooth: hci0: last event is not cmd complete (0x0f) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth:

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-03-28 Thread Daniel van Vugt
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly logs: Bluetooth: hci0: last event is

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-03-28 Thread Björn Hauffe
Confirm that issue too. Message is only printed when Bluetooth controller is discovering for devices. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1748565 Title: Kernel regularly

[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-03-11 Thread Daniel van Vugt
** Summary changed: - Bluetooth: hci0: last event is not cmd complete (0x0f) + Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.