0

I'm having issues seeing specific WiFi networks. I'm running Ubuntu 14.04.1 on a late 2010 MacBook Air. At first I thought it was the internal wireless adapter so I bought a USB one but that didn't solve the problem. I also can't see the same networks if I use the MacOS X (Mavericks) partition so I'm a bit lost as to why this could be.

I ran the wireless-info script with the USB wireless adapter attached

I'll post it in a comment because I get an error for too long a post.

Edit

This is the link to the log.

http://pastebin.com/jzjviHp4

A J
  • 11,367
  • 17
  • 44
  • 59

1 Answers1

1

I suggest you blacklist and unload the driver for the internal device:

sudo -i
echo "blacklist wl"  >>  /etc/modprobe.d/blacklist.conf
modprobe -r wl
exit

Then fix the USB as described here: NETIS WF2120 Wifi Adapter Drops Signal Within Seconds

chili555
  • 60,188