I finally got my wireless to work but I have to do the following commands everytime I start up:
sudo ifconfig wlan0 192.168.1.41
sudo route add default gw 192.168.1.1
sudo iwconfig wlan0 key abcdefg
If I use Wireless Assistant or WICD to do this I lock up the computer.
If I use Configure Network Connections it always forgets the default route or sets the static IP back to 169.xx.xx.xx.
thnx
John
sudo ifconfig wlan0 192.168.1.41
sudo route add default gw 192.168.1.1
sudo iwconfig wlan0 key abcdefg
If I use Wireless Assistant or WICD to do this I lock up the computer.
If I use Configure Network Connections it always forgets the default route or sets the static IP back to 169.xx.xx.xx.
thnx
John
Comment