Hi I am new to Linux coming from Mac. I have several macs and formerly windows systems connecting to Netgear wpn824 router wirelessly. I just installed Ubuntu 11.10 on my daughter's Samsung NC-20 netbook (she's catching on to the fact that windows belongs in the trash). The NC-20 uses a Atheros 802.11 b/g. I can get the wireless to connect successfully when security 'none' is used but not when WEP or any form of WPA is set up on the router. Network connections requests the password with no joy. Here is an ifconfig -a listing. I have looked for solutions but haven't seen any that address this issue in a way that I can understand/or use. What steps do you recommend that I use to isolate this problem. Thanks, N
eth0 Link encap:Ethernet HWaddr 00:13:77:e4:30:2f
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::213:77ff:fee4:302f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9229 errors:0 dropped:0 overruns:0 frame:1
TX packets:8320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9745749 (9.7 MB) TX bytes:1055834 (1.0 MB)
Interrupt:36
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:24:d2:6a:7a:76
inet6 addr: fe80::224:d2ff:fe6a:7a76/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:5230 errors:0 dropped:0 overruns:0 frame:0
TX packets:2807 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6182304 (6.1 MB) TX bytes:414637 (414.6 KB)
sudo lshw -class network- when you connect WEP/WPA, are there anydmesgerrors reported when you attempt to connect? – fossfreedom♦ Mar 12 '12 at 21:07