Bug 117251
Summary: | btusb and/or btintel cannot correctly restore after resume from suspend | ||
---|---|---|---|
Product: | Drivers | Reporter: | Yaroslav Isakov (yaroslav.isakov) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | NEW --- | ||
Severity: | normal | CC: | russianneuromancer |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.6.0-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Yaroslav Isakov
2016-04-26 20:46:08 UTC
Maybe it's some race issue between iwlwifi and btusb, because I could also see this error message framed by iwlwifi messages: [ 9582.557934] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9582.559428] iwlwifi 0000:04:00.0: can't access the RSA semaphore it is write protected [ 9582.567217] Bluetooth: hci0: Failed to send firmware data (-38) [ 9582.692977] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9582.693497] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9582.694872] iwlwifi 0000:04:00.0: can't access the RSA semaphore it is write protected Ok, here is a full log for after resume: [ 9900.440872] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014 [ 9900.445860] Bluetooth: hci0: Device revision is 5 [ 9900.445865] Bluetooth: hci0: Secure boot is enabled [ 9900.445868] Bluetooth: hci0: OTP lock is enabled [ 9900.445870] Bluetooth: hci0: API lock is enabled [ 9900.445872] Bluetooth: hci0: Debug lock is disabled [ 9900.445876] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 9900.445880] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi [ 9900.478350] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4762] [ 9900.514546] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1094..] [ 9900.540594] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9900.541872] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9900.543026] iwlwifi 0000:04:00.0: can't access the RSA semaphore it is write protected [ 9900.550896] Bluetooth: hci0: Failed to send firmware data (-38) [ 9900.677527] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9900.678075] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [ 9900.679214] iwlwifi 0000:04:00.0: can't access the RSA semaphore it is write protected It seems that bluetooth breaks on "Bluetooth: hci0: Waiting for firmware download to complete" step Is it still reproducible for you with Linux 5.5? |