Code Sample |
netwg311 hardware present |
Code Sample |
modprobe ndiswrapper |
Code Sample |
iwconfig wlan0 essid BufHouse ( or whatever your SSID is) iwconfig wlan0 key FFFFFFFFF ( whatever your network key is. In this example I assume 64bit WEP so you enter a 10 digit hex key). In one instance, I had to set the channel using iwconfig channel x (mine happens to be 6). Simarly, one can specify the mac address of the access point. However, I've never seen the need to do so. |
Code Sample |
ifconfig wlan0 up |
Code Sample |
ifconfig wlan0 xxx.xxx.xxx.xxx netmask 255.255.255.0 broadcast xxx.xxx.xxx.255 followed by router add default gw xxx.xxx.xxx.xxx you may also have to have specify your name servers. However, if you have had the PC connected using an ethernet cable, setting the addresses of one or more domain name servers should'nt be necessary. |