Comment 3 for bug 907657

Revision history for this message
penguinbait (penguinbait) wrote : Re: ASUS U56E BBL6 Wireless Unable to Connect

http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2325

Fix it on boot,

/etc/modprobe.d/iwl.conf
#!/bin/sh
options iwlwifi bt_coex_active=0

or depending on kernel version

/etc/modprobe.d/iwl.conf
#!/bin/sh
options iwlagn bt_coex_active=0

~penguinbait