Bug 101171 - hci0: BCM: Read verbose config info failed (-16)
Summary: hci0: BCM: Read verbose config info failed (-16)
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Bluetooth (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: linux-bluetooth@vger.kernel.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 02:53 UTC by Chris Murphy
Modified: 2015-08-06 18:56 UTC (History)
1 user (show)

See Also:
Kernel Version: 4.2.0-0.rc1.git0.1.fc23.x86_64
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
dmesg (110.46 KB, text/plain)
2015-07-08 02:53 UTC, Chris Murphy
Details
lspci -vvnn (67.12 KB, text/plain)
2015-07-08 02:54 UTC, Chris Murphy
Details

Description Chris Murphy 2015-07-08 02:53:37 UTC
Created attachment 182111 [details]
dmesg

Failure to initialize Bluetooth. This is a regression, not sure yet the last kernel it did work.

[root@f22m chris]# hciconfig hci0 up
Can't init device hci0: Device or resource busy (16)

[root@f22m chris]# hciconfig -a
hci0:	Type: BR/EDR  Bus: USB
	BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
	DOWN 
	RX bytes:12 acl:0 sco:0 events:2 errors:0
	TX bytes:6 acl:0 sco:0 commands:2 errors:0
	Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
	Packet type: DM1 DH1 HV1 
	Link policy: 
	Link mode: SLAVE ACCEPT
Comment 1 Chris Murphy 2015-07-08 02:54:19 UTC
Created attachment 182121 [details]
lspci -vvnn
Comment 2 Chris Murphy 2015-07-08 17:45:09 UTC
Neither of these make a difference.

One time
# echo 'options b43 btcoex=0' >> /etc/modprobe.d/options

Every boot
# rmmod b43
# modprobe b43 btcoex=0

Note You need to log in before you can comment on or make changes to this bug.