You don't need to be an 'investor' to invest in Singletrack: 6 days left: 95% of target - Find out more
I've installed Ubuntu on this old netbook as it struggled on Win7 (and i'm fed up wrestling the laptop off the kids).
All well and good except I cant get wireless connection. It works fine when wired, and by fiddling with settings I get an icon that tells me i'm connected but I can't access any web pages. The icon is a bit odd though - rather than the radio waves it looks like a little telly with radio waves in it. I've no idea what this means, and can't find by googling.
Am I close to resolving this or on completely the wrong track?
Linux is a bit funny when it comes to wireless drivers.
That aside, are you sure security settings etc are correct?
I think so, I've matched the setup on the laptop as much as i could
If you run a terminal session and run ifconfig it should show you all of you network cards and settings.
Does the wireless adapter show up and does it have an IP address?
Ifconfig says:
knight@knight-Milano:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:0d:d4:61:22
inet6 addr: fe80::203:dff:fed4:6122/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:196823 errors:0 dropped:0 overruns:0 frame:0
TX packets:140090 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:268826921 (268.8 MB) TX bytes:11317893 (11.3 MB)
Interrupt:43
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:6381 errors:0 dropped:0 overruns:0 frame:0
TX packets:6381 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:494026 (494.0 KB) TX bytes:494026 (494.0 KB)
wlan0 Link encap:Ethernet HWaddr 00:24:23:09:8f:2f
inet addr:10.42.43.1 Bcast:10.42.43.255 Mask:255.255.255.0
inet6 addr: fe80::224:23ff:fe09:8f2f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:243 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:226 (226.0 B) TX bytes:52259 (52.2 KB)
Okay so WLAN0 is your wireless link and it has an IP address. The next thing you need to do is establish if you have a default gateway and basic network connectivity so if you run the route command in the terminal it will tell you the default gateway.
Then run a ping to the default gateway address. If that returns okay you have basic network connectivity.