There are 2 problems.
1) Sometimes (4/5 times) the network doesn't come up on boot up.
2) When the network does go up at boot time, it drops out 5-20 minutes later (and never comes back up).
Here are some relevant details.
If the network is up, then drops out, I do this:
Code: Select all
/etc/init.d/net.wlan0 restartCode: Select all
* Couldn't associate with any access points on wlan0
* Failed to configure wireless for wlan0
Code: Select all
Internet Systems Consortium DHCP Client V3.0.3-Gentoo-r9
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
eth2: unknown hardware address type 24
eth2: unknown hardware address type 24
Listening on LPF/wlan0/***MACADDRESS***
Sending on LPF/wlan0/***MACADDRESS***
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
No DHCPOFFERS received.
Trying recorded lease 192.168.0.7
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
No working leases in persistent database - sleeping.Code: Select all
config_eth0=( "192.168.255.254 netmask 0.0.0.0 broadcast 192.168.0.0" )
config_eth1=( "192.168.255.255 netmask 0.0.0.0 broadcast 192.168.0.0" )
sleep_scan_wlan0="8"
sleep_associate_wlan0="8"
modules=( "iwconfig" )
iwconfig_wlan0="mode managed"
modules=( "dhcp" )
key_MYSSID="[1] KEY_FOR_MYSSID key [1] enc open"
preferred_aps=( "MYSSID" )
config_MYSSID=( "dhcp" )
Thanks,
Dave.

