Created
December 19, 2017 06:24
-
-
Save kurtis318/4e00d863e26f404a4d16358d8ad37867 to your computer and use it in GitHub Desktop.
Fixed F27 broken bluetooth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There appears to be an issue with Intel BT HW and wifi. If you disable wifi, then BT starts to work | |
Enabling wifi kills bluetool. | |
Here is a solution that appears to work. | |
[root@kwrp50 kurtis] # cat /etc/modprobe.d/iwlwifi.conf | |
# per bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1500407 | |
# Disabled wireless manually, turned off BT and then back on and then | |
# devices showed up and paired. Turning wifi on broke BT connection. | |
options iwlwifi bt_coex_active=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment