Results 1 to 3 of 3

Thread: 11.10 network trouble: can't find wlan0

  1. #1
    Join Date
    Apr 2008
    Beans
    15

    Smile 11.10 network trouble: can't find wlan0

    I'm trying to install the drivers for my network card on 11.10. I successfully was able to get this to work on 11.04 using the instructions here:

    http://ubuntuforums.org/showthread.p...ight=rt2800pci

    but in 11.10 at Step 5, when I try the command:

    sudo ifconfig wlan0 down

    I get the message:

    wlan0: error fetching interface information: Device not found

    Any help is appreciated, I'm not too experienced with Ubuntu.

    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: 11.10 network trouble: can't find wlan0

    Could you paste the output of:

    Code:
    sudo lshw -C network
    in your next post

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: 11.10 network trouble: can't find wlan0

    You were mixing two commands, weren't you?

    Code:
    sudo iwconfig
    and

    Code:
    sudo ifdown wlan0
    Which is followed by

    Code:
    sudo ifup wlan0
    To re-activate the wireless adapter. I am just pointing this out so that others do not make this mistake. This is why some on this forum recommend the copy and paste method of putting commands into a terminal when following a guide. It avoids confusion due to typing errors. They do happen.

    Regards.
    Last edited by grahammechanical; January 7th, 2012 at 05:12 AM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


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
  •