Results 1 to 1 of 1
Most of the time, my wireless connection works just fine, but every once in a while,
Code:
dhcpcd wlan0
gets no response from the router. The only solution seems to ...
- 02-05-2006 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Los Angeles
- Posts
- 40
wireless card or rounter occasionally doesn't work
Most of the time, my wireless connection works just fine, but every once in a while,
gets no response from the router. The only solution seems to be to boot up windows, get it running with the Linksys software, reboot, and start up linux again. Not a good solution if I ever want to kick Bill Gates off my machine forever!Code:dhcpcd wlan0
Anyone seen this or know how to troubleshoot it further? Reboots of linux don't work, rerunningalso doesn't work.Code:modprobe -v ndiswrapper; iwconfig wlan0 essid "RouterName"; dhcpcd -d -t 10 wlan0
Here is, I believe, all the relevant information on my system:
I set things up exactly as outlined in the tutorial on this site (http://www.linuxforums.org/forum/lin...rk-linux.html).
Hardware:
Linksys WMP54GS wireless card
Westell A90-327W15-06 DSL modem/router
Software:
FC4 on an old i686
Config:/var/log/dhcpcd.log when it doesn't work:Code:$ /sbin/modprobe -l | grep ndiswrapper /lib/modules/2.6.11-1.1369_FC4/misc/ndiswrapper.ko $ /usr/sbin/ndiswrapper -l Installed ndis drivers: wmp54gsa driver present, hardware present
/var/log/dhcpcd.log when it does work:Code:Feb 4 22:29:26 chupa dhcpcd[2230]: broadcasting DHCP_REQUEST for 192.168.1.47 Feb 4 22:29:36 chupa dhcpcd[2230]: timed out waiting for DHCP_ACK response Feb 4 22:29:36 chupa dhcpcd[2230]: broadcasting DHCP_DISCOVER Feb 4 22:29:46 chupa dhcpcd[2230]: timed out waiting for a valid DHCP server response
Code:Feb 5 07:18:40 chupa dhcpcd[2219]: broadcasting DHCP_REQUEST for 192.168.1.47 Feb 5 07:18:41 chupa dhcpcd[2219]: dhcpIPaddrLeaseTime=2147483647 in DHCP server response. Feb 5 07:18:41 chupa dhcpcd[2219]: dhcpT1value is missing in DHCP server response. Assuming 1073741823 sec Feb 5 07:18:41 chupa dhcpcd[2219]: dhcpT2value is missing in DHCP server response. Assuming 1879048191 sec Feb 5 07:18:41 chupa dhcpcd[2219]: DHCP_ACK received from (192.168.1.1)


Reply With Quote