Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Created December 19, 2017 06:24
Show Gist options
  • Save kurtis318/4e00d863e26f404a4d16358d8ad37867 to your computer and use it in GitHub Desktop.
Save kurtis318/4e00d863e26f404a4d16358d8ad37867 to your computer and use it in GitHub Desktop.
Fixed F27 broken bluetooth
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