I've been having trouble with my wireless connection dropping out after a period of inactivity as little as five minutes from booting (depends). I checked iwconfig, and everything looks good:
Code:
lo no wireless extensions.
eth0 no wireless extensions.
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
wlan0 IEEE 802.11g ESSID:"back40"
Mode:Managed Frequency:2.462 GHz Access Point: 00:11:50:52:D1:4F
Bit Rate:48 Mb/s Tx-Power:20 dBm Sensitivity=-120 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Management:off
Link Quality:99/100 Signal level:-75 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:22477 Invalid misc:20510 Missed beacon:0
sit0 no wireless extensions.
...except the v18 warning, (which doesn't seem to be troubling anyone else online as far as I can tell from my searching), everything seems in order. I've got a 128-bit WEP key, and that works just fine. The problem seems to be it's not recovering from a dropped connection, which I understand just happens with wifi. Is there something I should include in my /etc/network/interfaces file so it knows to reconnect if the wifi drops signal? I've got it in the hotplug section as "map wlan0"
As it stands I have to keep an "active" connection, or reboot if I need remote access to it. I'm running Ubuntu 5.10.
Any ideas? Thanks very much.