Results 1 to 3 of 3

Thread: Wireless adapter quits working when idle

  1. #1
    Join Date
    Jun 2008
    Beans
    3

    Question Wireless adapter quits working when idle

    Ubuntu Server Hardy 2.6.24-16
    Linksys Wireless USB adapter (WUSB54GC)

    Works great as long as I'm continuously pinging something. I'm sure there's a config somewhere that will resolve this but I'm not well-versed enough in *nix to figure it out. Your help is greatly appreciated.

    -James
    Last edited by jbeauchamp; June 4th, 2008 at 03:58 AM.

  2. #2
    Join Date
    Jun 2008
    Beans
    3

    [SOLVED] Wireless adapter quits working when idle

    FIXED

    Added this to /etc/rc.local and rebooted.

    ifconfig wlan0 down
    ifconfig eth0 down
    dhclient -r wlan0
    ifconfig wlan0 up
    ifconfig eth0 up
    iwconfig wlan0 essid "MYSSID"
    iwconfig wlan0 mode Managed
    dhclient wlan0

    Connection is staying up now so I guess it does work out of the box!

  3. #3
    Join Date
    Jun 2008
    Beans
    3

    Re: Wireless adapter quits working when idle

    Looks like I spoke too soon...

    last line from dmesg:
    wlan0: No ProbeResp from current AP xxxxxxx - assume out of range

    Any ideas?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •