Comment 4 for bug 907657

Revision history for this message
actionparsnip (andrew-woodhead666) wrote : Re: ASUS U56E BBL6 Wireless Unable to Connect

You don't need:

#!/bin/sh

It's not a script. The system sees that as a comment and it is ignored. All you need to do is run:

echo "options iwlagn bt_coex_active=0" | sudo tee /etc/modprobe.d/iwl.conf

And you are done.