Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Lenovo g560 eth0 no wireless extensions

  1. #11
    Join Date
    Dec 2006
    Beans
    112

    Re: Lenovo g560 eth0 no wireless extensions

    I OWE YOU A BEER TOO!!

    Sniffing around the net today many people are having this issue. Seems like a bit of a nightmare impacting Dell / Lenovo / Macbook and all the other Broadcom laptops.

    Thanks

    Keith

  2. #12
    Join Date
    May 2012
    Beans
    1

    Talking Re: Lenovo g560 eth0 no wireless extensions

    Thank you very, very much Chili555. I spent 2 days trying to explain to myself what happened with the wireless card in my HP ProBook 6360b and finally reached your post which solved this damned problem
    Thanks a lot again.

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

    Re: Lenovo g560 eth0 no wireless extensions

    You are very welcome! Thanks for the kind words and the beers. I'm glad it's working.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #14
    Join Date
    Nov 2012
    Beans
    1

    Re: Lenovo g560 eth0 no wireless extensions

    Registered on purpose to thank you, chili555!

    P.S: for noobs like me, also works on eMachines e525

  5. #15
    Join Date
    Dec 2012
    Beans
    1

    Re: Lenovo g560 eth0 no wireless extensions

    Quote Originally Posted by chili555 View Post
    You are very welcome! Thanks for the kind words and the beers. I'm glad it's working.
    Hi,

    I only registered to say that I found this thread via Google and it seems to work.

    You are the man, many thanks!

  6. #16
    Join Date
    Feb 2013
    Beans
    2

    Re: Lenovo g560 eth0 no wireless extensions

    Hello all,

    It doesn't work for me. After I install linux-header-generic , then "sudo apt-get install --reinstall bcmwl-kernel-source" . I still get error :
    Running module version sanity check.
    - Original module
    - No original module exists within this kernel
    - Installation
    - Installing to /lib/modules/3.5.0-27-generic/updates/dkms/


    depmod....


    DKMS: install completed.
    ERROR: Module b43 does not exist in /proc/modules
    ERROR: Module b43legacy does not exist in /proc/modules
    ERROR: Module ssb does not exist in /proc/modules
    ERROR: Module bcm43xx does not exist in /proc/modules
    ERROR: Module brcm80211 does not exist in /proc/modules
    ERROR: Module brcmfmac does not exist in /proc/modules
    ERROR: Module brcmsmac does not exist in /proc/modules
    ERROR: Module bcma does not exist in /proc/modules
    FATAL: Error inserting wl (/lib/modules/3.5.0-27-generic/updates/dkms/wl.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools ...
    update-initramfs: Generating /boot/initrd.img-3.5.0-27-generic


    Any others clue please ?

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

    Re: Lenovo g560 eth0 no wireless extensions

    FATAL: Error inserting wl (/lib/modules/3.5.0-27-generic/updates/dkms/wl.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    Do you have linux-backports-modules-cw installed?
    Code:
    sudo dpkg -s linux-backports-modules-cw-3.6-quantal-generic
    If it is installed, remove it and try again:
    Code:
    sudo apt-get remove --purge linux-backports-modules-cw-3.6-quantal-generic
    sudo apt-get remove --purge linux-backports-modules-cw-3.6-`uname -r`
    Those tickmarks are on the left side of my US keyboard on the same key with ~.
    Code:
    sudo apt-get install --reinstall bcmwl-kernel-source
    sudo modprobe wl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #18
    Join Date
    Mar 2013
    Beans
    1

    Red face Re: Lenovo g560 eth0 no wireless extensions

    Quote Originally Posted by chili555 View Post
    Feel that little itch right there? That's known as a bug! You lucky Ubuntu person!

    Ideally, if the kernel source were not installed, apt would...do what?...install it! Let's help it along:
    Code:
    sudo apt-get install linux-headers-generic
    sudo apt-get install --reinstall bcmwl-kernel-source
    sudo modprobe wl
    iwconfig
    Now do we have wireless?

    Excelente! Me anduvo a la perfección! Gracias!!

    Boris

  9. #19
    Join Date
    May 2013
    Beans
    1

    Re: Lenovo g560 eth0 no wireless extensions

    sudo apt-get install linux-headers-generic
    sudo apt-get install --reinstall bcmwl-kernel-source
    Re-installing following these guidelines helped me out as well after experiencing a similar problem after upgrading to UBUNTO 13.04.

    Cheers!
    Otl
    Last edited by oletorp; May 7th, 2013 at 08:19 AM.

  10. #20
    Join Date
    May 2013
    Beans
    1

    Re: Lenovo g560 eth0 no wireless extensions

    Hi I am using Toshiba PORTEGE R930
    I am very new to UBUNTU and I followed steps in this post but I couldn't solve the problem

    Any help will be greatly appreciated............

    Thank You in advance

    for this command

    lspci -nn | grep 0280


    I got this output

    04:00.0 Network controller [0280]: Intel Corporation Device [8086:088e] (rev 24)

    For this command

    rfkill list all

    I got the following output

    0: Toshiba Bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Page 2 of 3 FirstFirst 123 LastLast

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
  •