I have Linux on my laptop and get internet through a wireless router at my house but I have issues loading pages as in they just don't load. Anyone else with linux have this problem?
WiFi support under Linux has improved greatly, but can still be a bit flaky as wifi cards change their chipsets and also don't want to release proprietary info. However, wifi "just works" with my Xandros netbook.
I had good luck replacing the default network manager with WICD it's a bit more complicated but was much more reliable for me with wireless.
on ubuntu and derivatives open a terminal and type "sudo apt-get install wicd"
For Linux wireless support see
http://linuxwireless.org/
http://linuxwireless.org/en/users
http://linuxwireless.org/en/users/Drivers.
My Thinkpads (T42p, T61p) simply worked (with SuSE) right out of the box.
I have Linux on my laptop and get internet through a wireless router at my house but I have issues loading pages as in they just don't load. Anyone else with linux have this problem?
Just a dumb question, but other folks with wireless cards can get internet access through your wireless router, yes? And what kind of security are you running on that router?
sudo ifconfig
Can you connect to the router, even if you receive no pages? That is, does the router acknowledge your password and give you an IP address? (if you don't know what I'm talking about, open a terminal and type
and press return. If the information that comes back shows that you have an IP address for some ethernet device (probably called eth0) that is not "169.something.something.something", then tell me what the IP is -- it should be 192.168.something.something or 10.0.something.something.Code:sudo ifconfig
robert@avalon:~> /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
robert@avalon:~> ping -c 2 [B][U]192.168.0.1[/U][/B]
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.157 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.234 ms
--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.157/0.195/0.234/0.040 ms
soapbox:
heh...you said "Press return."
I have linux on a netbook. I decided it would be a better idea to ditch the windows 7 and put it on there.
What a mistake. If only my restore DVDs worked....
Although..as dual boot and with a reliable connection (not PPPOE) it was fun to play with.
If only I'd kept it dual boot...
if only...