Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Wireless has completely vanished after upgrading to 12.04

  1. #1
    Join Date
    Sep 2012
    Beans
    10

    Wireless has completely vanished after upgrading to 12.04

    Hey everyone, I'm pretty new to linux, so I hope you could help me out here... You see, I've just recently upgraded from 10.04 to 12.04 on my laptop and wireless simply, absolutely vanished. It isn't listed on ifconfig, iwconfig says "No wireless extensions." and network-manager-gnome says "device not ready (firmware missing)".

    I've tried installing tg3 and b43, but nothing works... Maybe it's some kind of conflict from the upgrade, as it was working absolutely fine before it. Thanks in advance for your help! Here's some info to boot, but ask anything you need!

    Code:
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
    Linux Mecer 2.6.32-40-generic #87-Ubuntu SMP Tue Mar 6 00:56:56 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    
    02:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]
            Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1211]
            Kernel driver in use: iwlagn
    --
    85:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
            Subsystem: Hewlett-Packard Company Device [103c:30dd]
            Kernel driver in use: tg3
    
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 04f2:b059 Chicony Electronics Co., Ltd CKF7037 HP webcam
    Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]
    Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc. AES2810
    
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    tun0      no wireless extensions.
    
    wlan0     IEEE 802.11abgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    0: hci0: Bluetooth
            Soft blocked: no
            Hard blocked: no
    2: phy1: Wireless LAN
            Soft blocked: no
            Hard blocked: no

  2. #2
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wireless has completely vanished after upgrading to 12.04

    Can you physically turn your wi-fi on either through a button on the laptop or through a combination of your FN key + one of your F keys? Or potentially uninstalling NetworkManager may correct the issue as I've seen this as a solution in previous threads.
    Last edited by daslinkard; September 29th, 2012 at 01:26 AM.

  3. #3
    Join Date
    Sep 2012
    Beans
    10

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by daslinkard View Post
    Can you physically turn your wi-fi on either through a button on the laptop or through a combination of your FN key + one of your F keys? Or potentially uninstalling NetworkManager may correct the issue as I've seen this as a solution in previous threads.
    Yeah, I can... I have installed the gnome NetworkManager on kubuntu 10.04, so maybe something on the upgrade went wrong. How do I uninstall NetworkManager?

  4. #4
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by Mecer View Post
    Yeah, I can... I have installed the gnome NetworkManager on kubuntu 10.04, so maybe something on the upgrade went wrong. How do I uninstall NetworkManager?
    You should be able to run the following sudo command:

    Code:
     sudo apt-get purge NetworkManager

  5. #5
    Join Date
    Sep 2012
    Beans
    10

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by daslinkard View Post
    You should be able to run the following sudo command:

    Code:
     sudo apt-get purge NetworkManager
    Hmmm, all I got was "Unable to locate package NetworkManager"...

  6. #6
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wireless has completely vanished after upgrading to 12.04

    In 12.04 I believe the wifi firmware is now in package
    linux-firmware

    Don't know for sure what driver your/hardware requires but..
    For the b43 there are diff/new firmware cutting/loading tools.
    The latest kernels (3.5) break the b43 broadcomm driver.

    Why is your kernel (report in post #1) so old ? It is older than 10.04.3..
    12.04.1 is using 3.2.0-29something..

    Do you have your grub set to boot a specific linux image?

    uname -r
    Last edited by BicyclerBoy; September 29th, 2012 at 02:58 AM. Reason: tg3 looks to be correct driver; uname -r

  7. #7
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by BicyclerBoy View Post
    In 12.04 I believe the wifi firmware is now in package
    linux-firmware

    Don't know for sure what driver your/hardware requires but..
    For the b43 there are diff/new firmware cutting/loading tools.
    The latest kernels (3.5) break the b43 broadcomm driver.

    Why is your kernel (report in post #1) so old ? It is older than 10.04.3..
    12.04.1 is using 3.2.0-29something..

    Do you have your grub set to boot a specific linux image?
    Upon further research I would agree with BicyclerBoy in updating linux-firmware.

  8. #8
    Join Date
    Sep 2012
    Beans
    10

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by daslinkard View Post
    Upon further research I would agree with BicyclerBoy in updating linux-firmware.
    Hmmm, that's weird... I tried:
    Code:
    pa@Mecer:~/Desktop/pk/Server/Linux/Driver$ sudo apt-get install linux-firmware
    [sudo] password for pa: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    linux-firmware is already the newest version.
    The following packages were automatically installed and are no longer required:
      liblualib50 libruby libt1-5 libgtkhtml3.14-19 liberb-ruby lesstif2 hddtemp rubygems1.8 libqt3-mt liblua50
      openbsd-inetd
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
    pa@Mecer:~/Desktop/pk/Server/Linux/Driver$ sudo apt-get install linux-image-3.2.0-31-generic
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    linux-image-3.2.0-31-generic is already the newest version.
    The following packages were automatically installed and are no longer required:
      liblualib50 libruby libt1-5 libgtkhtml3.14-19 liberb-ruby lesstif2 hddtemp rubygems1.8 libqt3-mt liblua50
      openbsd-inetd
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Apparently I have both the newest kernel and the newest linux-firmware installed... Maybe it's conflicting to the older versions? How do I remove them? Thanks a lot for the help, guys!!

  9. #9
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wireless has completely vanished after upgrading to 12.04

    The kernel that is running could be diff, you have muliple kernel images installed..

    uname -r

    We are chasing the wrong driver..
    The wifi is the Intel WiFi Link 5100 AGN [8086:1211]
    The driver is iwlagn..there are some bugs against this device, I can't find any solved posts..

    You might have to plug in with cable for a while..

    rfkill list
    Last edited by BicyclerBoy; September 29th, 2012 at 10:32 PM.

  10. #10
    Join Date
    Sep 2012
    Beans
    10

    Re: Wireless has completely vanished after upgrading to 12.04

    Quote Originally Posted by BicyclerBoy View Post
    The kernel that is running could be diff, you have muliple kernel images installed..

    uname -r

    We are chasing the wrong driver..
    The wifi is the Intel WiFi Link 5100 AGN [8086:1211]
    The driver is iwlagn..there are some bugs against this device, I can't find any solved posts..

    You might have to plug in with cable for a while..

    rfkill list
    Okay, I got these for both uname -r and rfkill list, respectively:

    Code:
    2.6.32-40-generic
    
    0: hci0: Bluetooth
            Soft blocked: no
            Hard blocked: no
    1: phy0: Wireless LAN
            Soft blocked: no
            Hard blocked: no

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •