Ubuntu installed
Ubuntu is THE BEST!!!! Hahaha forgive me if you feel this is exaggerated. But it’s certainly the best Linux I installed so far, although I am still a light client of Linux.
I say so because it installed on my machine almost without any manual work, except the set-up of my USB wireless adapter, Netgear WG111v2. Even the sound card worked magically! Amazing! None of XP or Vista recognizes it, but Ubuntu has that perfect screw in its 1 disc large toolbox.
So here is the process setting the wireless card up, just in case I will need it later.
Check the version of Ubuntu
The one I used was 6.10 I believe.
Check availability of ndiswrapper.
ndiswrapper is the key of the whole thing. Ubuntu has the program out of box but it may not be installed with default Ubuntu installation. Insert the disc when running Ubuntu on the disk, you will be able to choose additional packages to install.
For 6.10 it has three versions of ndiswrapper. Just select ndiswrapper-1.8 should be fine. Consequently, the command you will enter later will be ndiswrapper-1.8 instead of ndiswrapper.
Get the driver of the WG111v2
It’s available from Internet or the official website. I used one from third-party I think. It’s a .cab file. Unzip it in Windows and copy the folder to Linux, with a USB memory key. The folder contains a folder called files. The three files in it are the key files.
You can get the cab file from here too. wg111
Run the command
I logged in as root. Navigate to the folder containing the driver files, say /root/Desktop/wg111driver/files/
[source lang='shell']
# ndiswrapper-1.8 -i netwg111.inf /*install the windows xp driver*/
# ndiswrapper-1.8 -l /*check if it is installed*/
# modprobe ndiswrapper /*if works, you can see the light on; it’s ndiswrapper here, not ndiswrapper-1.8*/
# ndiswrapper-1.8 -m /*boot it as a module*/
# iwconfig wlan0 essid ESSID key restricted XXXXXXXXXXXXXXXXXXXXXXXXXX /*This step can be done with GUI. Administration->Networking*/
# dhclient wlan0 /*Flush the dhcp*/
[/source]
<Credit to ychen on Ubuntu forum>
That’s it!
» Posted in category: lab, software development //
This is the bottom of post Ubuntu installed


