Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: no wireless networks detected since latest kernel upgrades

  1. #1
    Join Date
    Jan 2006
    Beans
    70

    no wireless networks detected since latest kernel upgrades

    If i roll back to an earlier kernel version, wireless works.
    Code:
    lspci -nn |grep 0280
    03:00.0 Network controller [0280]: Broadcom Corporation BCM43227 802.11b/g/n [14e4:4358]
    Code:
     sudo modprobe wl
    FATAL: Module wl not found.
    FATAL: Error running install command for wl
    Code:
    sudo lshw -C network
      *-network               
           description: Ethernet interface
           product: NetLink BCM57785 Gigabit Ethernet PCIe
           vendor: Broadcom Corporation
           physical id: 0
           bus info: pci@0000:02:00.0
           logical name: eth0
           version: 10
           serial: dc:0e:a1:96:10:9d
           size: 100Mbit/s
           capacity: 1Gbit/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=sb ip=192.168.1.3 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
           resources: irq:16 memory:c0430000-c043ffff memory:c0440000-c044ffff memory:c0450000-c04507ff
      *-network UNCLAIMED
           description: Network controller
           product: BCM43227 802.11b/g/n
           vendor: Broadcom Corporation
           physical id: 0
           bus info: pci@0000:03:00.0
           version: 00
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list
           configuration: latency=0
           resources: memory:c0500000-c0503fff
    Code:
    iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    Code:
     rfkill list all
    0: acer-wireless: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    Code:
    lspci|grep Network
    03:00.0 Network controller: Broadcom Corporation BCM43227 802.11b/g/n
    Code:
    uname -a
    Linux james-Aspire-5750Z 3.2.0-44-generic-pae #69-Ubuntu SMP Thu May 16 18:50:07 UTC 2013 i686 i686 i386 GNU/Linux
    Thanks !

  2. #2
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no wireless networks detected since latest kernel upgrades

    have you tried

    Code:
    sudo apt-get install --reinstall bcmwl-kernel-source
    sudo modprobe wl
    thanks

    you can see if it is installed ?

    what is output of
    Code:
    apt-cache policy bcmwl-kernel-source
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  3. #3
    Join Date
    Jan 2006
    Beans
    70

    Re: no wireless networks detected since latest kernel upgrades

    Yes,, I tried
    Code:
    sudo apt-get install --reinstall bcmwl-kernel-source
    Output is the same
    Code:
    sudo modprobe wl 
    FATAL: Module wl not found.
    FATAL: Error running install command for wl
    Code:
    apt-cache policy bcmwl-kernel-source
    bcmwl-kernel-source:
      Installed: 6.20.155.1+bdcom-0ubuntu0.0.1
      Candidate: 6.20.155.1+bdcom-0ubuntu0.0.1
      Version table:
     *** 6.20.155.1+bdcom-0ubuntu0.0.1 0
            500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/restricted i386 Packages
            100 /var/lib/dpkg/status
         5.100.82.38+bdcom-0ubuntu6 0
            500 http://us.archive.ubuntu.com/ubuntu/ precise/restricted i386 Packages

  4. #4
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no wireless networks detected since latest kernel upgrades

    lets see a
    Code:
    lsmod
    thanks
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  5. #5
    Join Date
    Jan 2006
    Beans
    70

    Re: no wireless networks detected since latest kernel upgrades

    Code:
    lsmod
    Module                  Size  Used by
    dm_crypt               22528  1 
    snd_hda_codec_hdmi     31775  1 
    snd_hda_codec_realtek   174313  1 
    snd_hda_intel          32719  5 
    snd_hda_codec         109562  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13276  1 snd_hda_codec
    joydev                 17393  0 
    snd_pcm                80916  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13132  0 
    snd_rawmidi            25424  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51592  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              28931  2 snd_pcm,snd_seq
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    snd                    62218  19 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore              14635  1 snd
    acer_wmi               23612  0 
    sparse_keymap          13658  1 acer_wmi
    psmouse                86520  0 
    serio_raw              13027  0 
    snd_page_alloc         14108  2 snd_hda_intel,snd_pcm
    uvcvideo               67203  0 
    i2c_i801               17346  0 
    videodev               86588  1 uvcvideo
    mei                    36570  0 
    bnep                   17830  2 
    rfcomm                 38139  0 
    pcspkr                 12614  0 
    bluetooth             158479  10 bnep,rfcomm
    evbug                  12581  0 
    mac_hid                13077  0 
    parport_pc             32114  0 
    ppdev                  12849  0 
    lp                     17455  0 
    parport                40930  3 parport_pc,ppdev,lp
    i915                  428014  3 
    drm_kms_helper         45466  1 i915
    drm                   197641  4 i915,drm_kms_helper
    sdhci_pci              18324  0 
    sdhci                  28241  1 sdhci_pci
    tg3                   141414  0 
    i2c_algo_bit           13199  1 i915
    wmi                    18744  1 acer_wmi
    video                  19115  1 i915

  6. #6
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no wireless networks detected since latest kernel upgrades

    Oo

    Try this

    Code:
    sudo apt-get --purge remove bcmwl-kernel-source
    sudo apt-get build-dep bcmwl-kernel-source
    sudo apt-get install bcmwl-kernel-source
    sudo modprobe wl

    if no go reboot and then if still no go paste
    Code:
    uname -a
    again
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  7. #7
    Join Date
    Jan 2006
    Beans
    70

    Re: no wireless networks detected since latest kernel upgrades

    Code:
    sudo apt-get build-dep bcmwl-kernel-source
    gave this message
    Code:
    Picking 'bcmwl' as source package instead of 'bcmwl-kernel-source'
    Code:
    sudo modprobe wl
    FATAL: Module wl not found.
    FATAL: Error running install command for wl
    will reboot now

  8. #8
    Join Date
    Jan 2006
    Beans
    70

    Re: no wireless networks detected since latest kernel upgrades

    Code:
    uname -a
    Linux james-Aspire-5750Z 3.2.0-44-generic-pae #69-Ubuntu SMP Thu May 16 18:50:07 UTC 2013 i686 i686 i386 GNU/Linux

  9. #9
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no wireless networks detected since latest kernel upgrades

    what about
    Code:
     apt-cache search bcmwl
    thanks
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  10. #10
    Join Date
    Jan 2006
    Beans
    70

    Re: no wireless networks detected since latest kernel upgrades

    Code:
    apt-cache search bcmwl
    bcmwl-kernel-source - Broadcom 802.11 Linux STA wireless driver source
    Code:
     sudo apt-get install bcmwl-kernel-source
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    bcmwl-kernel-source is already the newest version.
    Last edited by Westerberg; May 25th, 2013 at 08:33 PM.

Page 1 of 2 12 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
  •