Results 1 to 9 of 9

Thread: Wireless not working after update to kernel 3.8.6

  1. #1
    Join Date
    Apr 2013
    Beans
    18

    Wireless not working after update to kernel 3.8.6

    I have ubuntu 12.04 and before update kernel, the wifi is working. After update to kernel 3.8.6 the wifi is connected, but can't open the internet. Please help ! Which is the latest kernel that work with my wifi card. I have broadcom bcm 4313. I use the brcmsmac driver

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: Wireless not working after update to kernel 3.8.6

    How and where did you upgrade the kernel and did you include linux-image-extras?

  3. #3
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless not working after update to kernel 3.8.6

    BCM4313 needs the firmware for the respective module:
    Code:
    wget http://media.cdn.ubuntu-de.org/forum/attachments/39/45/5007272-Broadcom_Firmware_fae7121.tar.gz
    sudo tar xvf 5007272-Broadcom_Firmware_fae7121.tar.gz -C /lib/firmware

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: Wireless not working after update to kernel 3.8.6

    Quote Originally Posted by praseodym View Post
    BCM4313 needs the firmware for the respective module:
    Code:
    wget http://media.cdn.ubuntu-de.org/forum/attachments/39/45/5007272-Broadcom_Firmware_fae7121.tar.gz
    sudo tar xvf 5007272-Broadcom_Firmware_fae7121.tar.gz -C /lib/firmware
    I wasn't aware that brcmsmac required firmware.

  5. #5
    Join Date
    Apr 2013
    Beans
    18

    Re: Wireless not working after update to kernel 3.8.6

    I update my kernel from upubuntu.com, do you know the latest linux kernel that works with b4313 ?

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: Wireless not working after update to kernel 3.8.6

    do you know the latest linux kernel that works with b4313 ?
    As far as i know, every kernel since 3.0.xx works fine. Let's identify your device first:
    Code:
    lspci -nnd 14e4:
    And let's look at some diagnostics:
    Code:
    dmesg | grep wlan

  7. #7
    Join Date
    Apr 2013
    Beans
    18

    Re: Wireless not working after update to kernel 3.8.6

    It's strange, i reinstalled my ubuntu, and do what i do before. And then, it's working with the old driver

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: Wireless not working after update to kernel 3.8.6

    Quote Originally Posted by eternal70 View Post
    It's strange, i reinstalled my ubuntu, and do what i do before. And then, it's working with the old driver
    I'll take it! I'm glad it's working by whatever method. Have fun and post back if we can help you again.

  9. #9
    Join Date
    Apr 2013
    Beans
    18

    Re: Wireless not working after update to kernel 3.8.6

    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
  •