Results 1 to 3 of 3

Thread: Linksys AE1000 Not starting on start up

  1. #1
    Join Date
    Jan 2008
    Beans
    307
    Distro
    Ubuntu

    Linksys AE1000 Not starting on start up

    I recently purchased the Linksys AE1000 wireless USB network adapter. After some struggles, I found and installed the Ralink_RT3572USB_drv2400 driver for it and it now works, however it won't turn on when I boot up the computer. I have to manually unplug and then plug the adapter back in for it to work again. Anyone have any ideas? I followed the instructions on this how to for installing the driver.

    http://ubuntuforums.org/showthread.p...ghlight=ae1000

  2. #2
    Join Date
    Feb 2009
    Beans
    242

    Re: Linksys AE1000 Not starting on start up

    You could try adding this command to rc.local.

    Code:
    ifconfig wlan0 up
    To edit rc.local:

    Code:
    sudo gedit /etc/rc.local
    Add it below this line:

    # By default this script does nothing.

    Then make it runnable by all.

    Code:
    chmod a+x /etc/rc.local

  3. #3
    Join Date
    Jan 2008
    Beans
    307
    Distro
    Ubuntu

    Re: Linksys AE1000 Not starting on start up

    Worked like a charm, thanks

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
  •