2

Last week I bought this adpator and had trouble getting it to work. How do I get a TP-Link TN-WN727N usb wireless stick working? but thanks to some help got it running.

However the main issue now is that while the device works with the sudo modprobe -v rt2800usb, I'm having to input it every time I reboot the system. Is there anything I can do to make this work automatically after a reboot.

Brian
  • 67
  • I used the command 'sudo gedit /etc/modules' and add rt2800usb under the last item in the list. Saved and rebooted. Wireless started up automatically. Thanks for the help – Brian May 12 '12 at 23:47

1 Answers1

2

See the last post here: http://ubuntuforums.org/showthread.php?t=1902715

sudo modprobe -v rt2800usb

and the wireless worked immediately.

I then removed the blacklisted drivers (which I added earlier) from /etc/modprobe.d/blacklist.conf

Next I added rt2800usb to /etc/modules. Rebooted and my wireless starts up automatically.

Jorge Castro
  • 71,754
Falc
  • 816