
This is the best instructional on how to get internet to work with a linksys wusb54gv4 in Ubuntu Gutsy Gibbon without ndiswrapper! This solution should be credited to AlexMono94
It looks like:

HOWTO: Linksys WUSB54G V4 in Gusty
It looks like:

HOWTO: Linksys WUSB54G V4 in Gusty
Okay, after a whole week of trying I finally have the Linksys WUSB54G V4 working in Gutsy without ndiswrapper.
This should work with a fresh install of Gutsy or an upgrade from Feisty
You will need the following packages:The first thing you will need to do is find a way of getting the RT2570 CVS driver on to your computer from http://rt2x00.serialmonkey.com/rt2570-cvs-daily.tar.gz.
- build-essential - which you can get from an Ubuntu CD. (Edgy/Feisty/Gutsy etc.)
- linux-headers-'uname -r' - which you can get from a quick search at packages.ubuntu.com
First of all extract the contents of the archive into your home folder.
Then in the the terminal:(where xxxxxxxxxx is what that part of the folder name which you extracted. (it changes depending on the date)Code:cd rt2570-cvs-xxxxxxxxxx
and then change into the module directory:after that make the source code:Code:cd Moduleand then install as rootCode:makeThat covers installing the driver. Now if all goes well you will need to blacklist the default driver that comes with Gutsy.Code:sudo make installat the bottom add "blacklist rt2500usb" (without the quoatation marks)Code:sudo gedit /etc/modprobe.d/blacklist
Then restart and manually configure your network by clicking the network monitor and choosing "manual configuration" and click "wireless connection" and then properties. Untick "enable roaming mode" and fill in the details as necessary then press ok and be sure to check the box next to wireless configuration.. And restart again and check if you are connected.
If you are not connected, in the terminal:and change all occurrences of "rausb1" to "rausb0" and then yet again, restart.Code:sudo gedit /etc/network/interfaces
No comments:
Post a Comment