PDA

View Full Version : Knopix 5.1 Live with Netgear WG511 v2 Wireless PC Card



jimcam22
12-22-2007, 10:29 PM
Knopix 5.1 Live with Netgear WG511 v2 Wireless PC Card Netgear wireless Router using WPA-PSK security.

I have a Compaq Persario 2100 Laptop and I finally got Knopix 5.1 live running wireless.
Here's how I did it.


First off it booted and connected to the internet thru my router when connected via the internal ethernet adapter. (Wired)
Next I tried wireless,( I disconnected the ethernet cable and plugged in the PC Card)
Booted from the same Knoppix 5.1 CD and it didnot connect, no lights on the PC card, no connection to the Internet.

After reading many forum entried the following is the setup that worked for me.

I used a USB 1GB memry stick to hold the drivers and config files.
I didn't want to wipe out my windows XP hard drive yet. I'm still evaluating linux.

Under windows I copied the drivers from the WinXP directory on the Netgear setup CD to the USB Memory Stick.

WG511v2.sys
WG511v2.INF
WG511v2.cat

I also created 2 other files.
A batch file to run all of my setup commands, and a config file for the program wpa_supplicant

startw (Batch file) It's contents follow.

-------------------------------------------------------------------------------------------------
ndiswrapper -i /mnt/*.INF
modprobe ndiswrapper
wpa_supplicant -Bw -Dwext -iwlan0 -c/mnt/wpa_supplicant.conf
pump -i wlan0
-------------------------------------------------------------------------------------------------


wpa_supplicant.conf (Config file for the program wpa_supplicant)

-------------------------------------------------------------------------------------------------
network={
ssid="OURHOUSE"
psk="12345678"
key_mgmt=WPA-PSK
proto=WPA
pairwise=CCMP TKIP
}
-------------------------------------------------------------------------------------------------

Put your networks SSID where OURHOUSE is.
Put your WPA-PSK passphrase where 12345678 is.

This is how I run the setup.

After Knoppix 5.1 boots with the memory stick and the Netgear PC Card installed.

Open a console window.

Enter the following at the command prompt.

su
mount -t auto /dev/sda1 /mnt
/mnt/startw

Good Luck

ihawk60
12-23-2007, 01:52 PM
These are the steps I follow every time I boot up with ver 5.1.

Click on Knoppix applications, then
Network/internet
Network Card configuration
Wireless (ath0)
OK for each possibile entry (without entering anything) through all questions-nice and fast)
with last OK at "Obtain address automatically"
and your green lights should start flashing.

Once in a while this might fail so just trying again has worked with me and my Netgear card and old Dell C600 without hard drive)

I hope this helps and have a great Holiday![/i]