Re: Intel 4965 - Can 'see' the router but connection times o
I and a similar problem, I had to disable network manager to get connected. Try to open a root terminal, and type
ps -A | grep etwork and see if NetworkManager and NetworkManagerD is listed. If it is kill it with the kill command, example kill 4986, where 4986 is the process id number. Then, try to bring it up with ifup x, where x is the wireless device, mine is wlan0.
|