Results 1 to 5 of 5

Thread: wlan0 missing in console after update

  1. #1
    Join Date
    Mar 2007
    Beans
    13

    Angry wlan0 missing in console after update

    hi
    I updated from 12.10 to 13.04.
    Something went wrong in the process and I need to run sudo apt-get install from console.
    The problem is that the console is not listing the wlan0 interface.
    when I run ifconfig, i see eth0 and lo.

    how can I fix this?

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: wlan0 missing in console after update

    What are the outputs of -
    Code:
    lspci -nnk | grep -iA2 net
    lsmod
    uname -mr
    ??

    While posting the outputs, please use 'Code' tags. It preserves the output's formatting and makes the post cleaner, compact and more readable. To see a quick 'HowTo' with screenshots, please follow the "Use Code Tags" link in my signature.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Nov 2009
    Location
    Sofia, Bulgaria
    Beans
    305
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: wlan0 missing in console after update

    Amazing... sorry to interrupt, but I just wanted to point out the elegance of lspci -nnk | grep -iA2 net
    Thank you Varun, It's always good to learn something neat

    To me, if wlan0 is no visible in the output, it's very likely you're lacking the appropriate driver for it.
    Registered Linux User #534948

  4. #4
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: wlan0 missing in console after update

    Quote Originally Posted by lz1dsb View Post
    Amazing... sorry to interrupt, but I just wanted to point out the elegance of lspci -nnk | grep -iA2 net
    Thank you Varun, It's always good to learn something neat
    Actually, I stole it from Wild Man
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  5. #5
    Join Date
    Mar 2007
    Beans
    13

    Re: wlan0 missing in console after update

    Thanks for your replies. I fixed my upgrades by using a live cd and using chroot to get the upgrade happening correctly.
    Hugely disappointed by 13.10, some basic stuff like network manager is not showing up by default, makes it difficult to convince non-techies to use this OS, they expect consistent behaviors after upgrades.

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
  •