Defience wrote:What do you get when you type ifconfig and iwconfig in a terminal?
uplink@uplink-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:39:fe:61:a0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:240 errors:0 dropped:0 overruns:0 frame:0
TX packets:240 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15040 (15.0 KB) TX bytes:15040 (15.0 KB)
uplink@uplink-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
pan0 no wireless extensions.
As you can see the wired network is ok (i didn't have it connected when I copied this, but it works fine none the less), but the wireless network isn't working at all. The netgear card doesn't even light up and I can't figure out how to get the drivers working (they're XP drivers, so I don't think I'll have much luck). I was told to use something called ndiswrapper-utils, but when I put in the command to get it, it says that it's not available and suggests ndiswrapper-common. However, when I follow the rest of the instructions given on this page:
http://ubuntuforums.org/showthread.php?t=76804 and I get to the line "sudo ndiswrapper -i 2802W.inf" it tells me ndiswrapper isn't installed.