![]() |
wi-fi stopped working after nfs installation
I have managed to connect my desktop (kubuntu 9.04, 2.6.28-11-generic kernel with D-Link DWA 110 usb Wi-Fi adapter) to a Acer Timeline 4810G laptop (ubuntu 9.04). All went OK till this morning I installed nfs on both systems.
Now I can see from the laptop the network created on my desktop (via iwlist), but after I try to connect to it (iwconfig wlan0 essid _my_essid_) ping of my desktop returns Code:
From 192.168.1.1 icmp_seq=6 Destination Host UnreachableCode:
[ 3502.027059] wlan0: Trigger new scan to find an IBSS to joinThere weren't such messages before nfs installation, though I'm not sure that installation caused the problem. What does Code:
wlan0: no IPv6 routers presentHow do I connect? I don't use network managers, I connect manually, using the following procedure on the desktop and a similar one on the laptop: Code:
sudo ifconfig wlan0 down |
I can't help to diagnose the entire problem, but the message about the IPV6 routers means that there aren't any routers running in IPv6 mode. IPv6 is a different method for determining IP addresses. I'm sure it does more things, but I am not that familiar with it. Read up on it here: http://en.wikipedia.org/wiki/IPv6
|
You could try disabling ipv6.
Code:
nano /etc/modprob.d/aliasesalias net-pf-10 ipv6 Whether it exists or not, replace it or add the following: alias net-pf-10 off and / or alias ipv6 off Then reboot and try again to connect to your network. |
| All times are GMT -5. The time now is 07:14 AM. |