Results 1 to 4 of 4

Thread: 10.04 - Kernel update kills wireless

  1. #1
    QwUo173Hy is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Feb 2006
    Location
    Ireland
    Beans
    867
    Distro
    Ubuntu

    Question 10.04 - Kernel update kills wireless

    Ubuntu 10.04 has been working great on my mothers laptop (Dell Studio 1750) for ages. A few days ago she called and says she can't get online and that the wireless icon has a red exclamation mark through it.

    I've got her laptop with me now and see that grub is booting into kernel 2.6.32-42. I reboot with
    2.6.32-41 and the problem goes away. Boot back to -42 and no wireless. She said there was an update recently.

    She has a Broadcom BCM4312 802.11b/g (rev 01) and it took a lot of work to get it recognized on 10.04.

    My questions are: Should I lock the kernel version in Synaptic Package Manager? And should I file a bug?

    Many thanks,
    TenLeftFingers
    Attached Images Attached Images
    Last edited by QwUo173Hy; August 27th, 2012 at 01:32 PM.

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

    Re: 10.04 - Kernel update kills wireless

    Please open a terminal and do:
    Code:
    sudo modprobe b43
    Does the wireless spring to life? If so, please do:
    Code:
    sudo su
    echo b43 >> /etc/modules
    exit
    You and Mom should be all set.

    If that is not the answer, please post:
    Code:
    lspci -nn | grep 0280
    rfkill list all
    dmesg | grep -e b43 -e wl
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Aug 2009
    Beans
    3

    Re: 10.04 - Kernel update kills my Ralink wireless too

    Hi,

    I have exactly this problem - which has been a consistent and very annoying feature of every kernel update I have received using Ubuntu 10.04.

    However I used to fix it by reinstalling my own wireless driver, a Ralink not a Broadcom: rt2860sta.

    The steps I always used for this procedure are no longer successful following the recent kernel update from 2.6.32-41 to 2.6.32-42.

    Like TenLeftFingers, I can make the wireless card 'reanimate' by booting into kernel 2.6.32-41. But that is hardly a good solution.

    For me the results of

    Code:
    sudo modprobe rt2860sta
    are nothing whatever. I am just returned to a prompt in terminal and wireless remains dead.

    For me the output from your next test are as follows:

    Code:
    mjl@mjl-minastirith:~$ sudo modprobe rt2860sta
    mjl@mjl-minastirith:~$ lspci -nn | grep 0280
    05:01.0 Network controller [0280]: RaLink Device [1814:3060]
    mjl@mjl-minastirith:~$ rfkill list all
    mjl@mjl-minastirith:~$ mjl@mjl-minastirith:~$ dmesg | grep -e rt2860sta -e wl
    mjl@mjl-minastirith:~$
    I would appreciate any further help or advice you can give.

    Regards

    MJL.

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

    Re: 10.04 - Kernel update kills wireless

    This device is no longer covered as of kernel version 2.6.32-42. The alternatives are to compile a driver from source code, which would have to be repeated with all future kernels, or else, take advantage of the progress in driver development over the last 2 1/2 years and upgrade to 12.04 where it's covered out of the box by rt2800pci.

    Whichever route you select, we'll be happy to assist.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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
  •