PDA

View Full Version : F16 and Intel Centrino 6150 Connection Problem - can't disable bt_coex_active


sdicker8
4th March 2012, 08:03 PM
I do not appear to be able to disable bt_coex_active.

F16 (64-bit) was installed on my Asus U56E laptop with the live CD, followed by a complete update. The 3.2.7-1 kernel was installed with the update. I have been unable to establish a wifi connection with either kernel and i have been trying to track down the problem for several days. I think i need to disable bluetooth but i don't appeare to be able to set bt_coex_active.

Am I doing anything wrong? Is modinfo fooling me? Can bt_coex_active be hardcoded such that setting the parameter is ignored?

These commands were issued after booting...

[root@localhost modprobe.d]# lspci | grep Wireless
02:00.0 Network controller: Intel Corporation Centrino Wireless-N + WiMAX 6150 (rev 67)
[root@localhost modprobe.d]# iwconfig
lo no wireless extensions.

p5p1 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

[root@localhost modprobe.d]# modinfo iwlwifi | grep 6050
firmware: iwlwifi-6050-5.ucode
[root@localhost modprobe.d]# cat iwlwifi.conf
options iwlwifi bt_coex_active=0
[root@localhost modprobe.d]# modinfo iwlwifi | grep bt_coex_active
parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
[root@localhost modprobe.d]# rmmod -f iwlwifi
[root@localhost modprobe.d]# modprobe iwlwifi bt_coex_active=0
[root@localhost modprobe.d]# modinfo iwlwifi | grep bt_coex_active
parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)