Monday, November 26, 2007

Getting Internet to Work Linksys WUSB54Gv4


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

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:
  • 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
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.

First of all extract the contents of the archive into your home folder.

Then in the the terminal:

Code:
cd rt2570-cvs-xxxxxxxxxx
(where xxxxxxxxxx is what that part of the folder name which you extracted. (it changes depending on the date)

and then change into the module directory:

Code:
cd Module
after that make the source code:

Code:
make
and then install as root

Code:
sudo make install
That covers installing the driver. Now if all goes well you will need to blacklist the default driver that comes with Gutsy.

Code:
sudo gedit /etc/modprobe.d/blacklist
at the bottom add "blacklist rt2500usb" (without the quoatation marks)

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:

Code:
sudo gedit /etc/network/interfaces
and change all occurrences of "rausb1" to "rausb0" and then yet again, restart.

No comments: