Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: Broadcom 4313 (rev 01) Issue

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

    Re: Broadcom 4313 (rev 01) Issue

    So evidently wl is the best and only driver. I'm sorry, I have no more ideas. Let's clean up with a reboot.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #32
    Join Date
    Dec 2010
    Beans
    47

    Re: Broadcom 4313 (rev 01) Issue

    At least I get connection. Thanks for trying (:

  3. #33
    Join Date
    Dec 2010
    Beans
    53

    Re: Broadcom 4313 (rev 01) Issue

    chili555 please help, i have the same card in an hp g6 , i cant blacklist b43 or bcma or ssb , at additional drivers wireless sta is enabled but not in use

  4. #34
    Join Date
    Dec 2010
    Beans
    53

    Re: Broadcom 4313 (rev 01) Issue

    removed eveything, rebooted, reinstalled bcmwl-kernel-source + 2 broadcom things, now my bcm4313 is working very good and my lsmod show :

    Code:
    simo@Simo:~$ lsmod
    Module                  Size  Used by
    option                 30161  0 
    cdc_ether              13536  0 
    usbnet                 26212  1 cdc_ether
    usb_wwan               20491  1 option
    usbserial              47077  2 option,usb_wwan
    usb_storage            49243  0 
    michael_mic            12612  8 
    lib80211_crypt_tkip    17390  0 
    wl                   3074895  0 
    lib80211               14381  2 lib80211_crypt_tkip,wl
    snd_hrtimer            12744  1 
    snd_hda_codec_hdmi     32474  1 
    snd_hda_codec_idt      70795  1 
    joydev                 17693  0 
    hp_wmi                 18092  0 
    sparse_keymap          13890  1 hp_wmi
    arc4                   12529  4 
    parport_pc             32866  0 
    psmouse                97485  0 
    ppdev                  17113  0 
    rfcomm                 47604  12 
    bnep                   18281  2 
    snd_hda_intel          33719  5 
    snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    snd_hwdep              17764  1 snd_hda_codec
    snd_pcm                97275  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13324  0 
    snd_rawmidi            30748  1 snd_seq_midi
    rt2800usb              22773  0 
    rt2800lib              58967  1 rt2800usb
    crc_ccitt              12707  1 rt2800lib
    rt2x00usb              20808  1 rt2800usb
    rt2x00lib              55326  3 rt2800usb,rt2800lib,rt2x00usb
    serio_raw              13211  0 
    snd_seq_midi_event     14899  1 snd_seq_midi
    snd_seq                61929  3 snd_seq_midi,snd_seq_midi_event
    uvcvideo               72627  0 
    videodev               98259  1 uvcvideo
    v4l2_compat_ioctl32    17128  1 videodev
    btusb                  18332  2 
    bluetooth             180153  23 rfcomm,bnep,btusb
    snd_timer              29990  3 snd_hrtimer,snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    snd                    79041  20 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    fglrx                5198957  96 
    mac_hid                13253  0 
    soundcore              15091  1 snd
    wmi                    19256  1 hp_wmi
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    rts_pstor             445241  0 
    mac80211              506862  3 rt2800lib,rt2x00usb,rt2x00lib
    i915                  477626  2 
    drm_kms_helper         46978  1 i915
    drm                   241971  3 i915,drm_kms_helper
    cfg80211              205774  3 wl,rt2x00lib,mac80211
    i2c_algo_bit           13423  1 i915
    video                  19651  1 i915
    mei                    41616  0 
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    usbhid                 47238  0 
    hid                    99636  1 usbhid
    r8169                  62154  0
    the wireless sta from additional drivers is not activated, rt2800usb and the others are from my just-unplugged usb tp-link modem, now im afraid to reboot and b43, bcma and ssb will reload and conflict with wl
    Last edited by bou3lam; April 5th, 2013 at 02:01 PM.

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

    Re: Broadcom 4313 (rev 01) Issue

    now im afraid to reboot and b43, bcma and ssb will reload and conflict with wl
    When you install bcmwl-kernel-source, it is supposed to blacklist those modules, as we say in the southern USA, six ways from Sunday. It creates its own file, in fact, called /etc/modprobe.d/blacklist-bcm43.conf. Check its contents with:
    Code:
    cat /etc/modprobe.d/blacklist-bcm43.conf
    You will see that the blacklists you need are right there. If, for some unexplainable reason, they are not, it's easy enough to recreate:
    Code:
    gksudo gedit /etc/modprobe.d/blacklist-bcm43.conf
    Add these lines:
    Code:
    blacklist b43
    blacklist b43legacy
    blacklist ssb
    blacklist bcm43xx
    blacklist brcm80211
    blacklist brcmfmac
    blacklist brcmsmac
    blacklist bcma
    Proofread, save and close gedit and enjoy your wireless!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #36
    Join Date
    Dec 2010
    Beans
    53

    Re: Broadcom 4313 (rev 01) Issue

    Code:
    simo@Simo:~$ cat /etc/modprobe.d/blacklist-bcm43.conf
    # Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
    blacklist b43
    blacklist b43legacy
    blacklist ssb
    blacklist bcm43xx
    blacklist brcm80211
    blacklist brcmfmac
    blacklist brcmsmac
    blacklist bcma
    simo@Simo:~$
    so if i reboot now nothing gonna change ? maybe we should check something please just in case ? because i did the same before maybe many times, when rebooted the b43 loaded from nowhere

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

    Re: Broadcom 4313 (rev 01) Issue

    OK, let's make sure b43 isn't explicitly called in /etc/modules:
    Code:
    cat /etc/modules
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #38
    Join Date
    Dec 2010
    Beans
    53

    Re: Broadcom 4313 (rev 01) Issue

    upss rebooted before you last msg, as before the wifi has gone, im connected now with usb tp-link here lsmod before and after the tp-link
    Code:
    Module                  Size  Used by
    snd_hrtimer            12744  1 
    snd_hda_codec_hdmi     32474  1 
    snd_hda_codec_idt      70795  1 
    joydev                 17693  0 
    hp_wmi                 18092  0 
    sparse_keymap          13890  1 hp_wmi
    option                 30161  0 
    cdc_ether              13536  0 
    snd_hda_intel          33719  6 
    snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    snd_hwdep              17764  1 snd_hda_codec
    psmouse                97485  0 
    serio_raw              13211  0 
    snd_pcm                97275  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    usb_wwan               20491  1 option
    parport_pc             32866  0 
    usbnet                 26212  1 cdc_ether
    ppdev                  17113  0 
    usbserial              47077  2 option,usb_wwan
    snd_seq_midi           13324  0 
    rfcomm                 47604  12 
    snd_rawmidi            30748  1 snd_seq_midi
    bnep                   18281  2 
    snd_seq_midi_event     14899  1 snd_seq_midi
    uvcvideo               72627  0 
    btusb                  18332  2 
    videodev               98259  1 uvcvideo
    v4l2_compat_ioctl32    17128  1 videodev
    bluetooth             180153  23 rfcomm,bnep,btusb
    snd_seq                61929  3 snd_seq_midi,snd_seq_midi_event
    wmi                    19256  1 hp_wmi
    fglrx                5198957  81 
    snd_timer              29990  3 snd_hrtimer,snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    i915                  477626  2 
    wl                   3074895  0 
    snd                    79041  23 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    mac_hid                13253  0 
    lib80211               14381  1 wl
    drm_kms_helper         46978  1 i915
    drm                   241971  3 i915,drm_kms_helper
    b43                   365819  0 
    mac80211              506862  1 b43
    rts_pstor             445241  0 
    mei                    41616  0 
    cfg80211              205774  3 wl,b43,mac80211
    soundcore              15091  1 snd
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    i2c_algo_bit           13423  1 i915
    video                  19651  1 i915
    bcma                   26696  1 b43
    ssb                    52752  1 b43
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    usb_storage            49243  0 
    usbhid                 47238  0 
    hid                    99636  1 usbhid
    r8169                  62154  0

    Code:
    Module                  Size  Used by
    arc4                   12529  2 
    rt2800usb              22773  0 
    rt2800lib              58967  1 rt2800usb
    crc_ccitt              12707  1 rt2800lib
    rt2x00usb              20808  1 rt2800usb
    rt2x00lib              55326  3 rt2800usb,rt2800lib,rt2x00usb
    snd_hrtimer            12744  1 
    snd_hda_codec_hdmi     32474  1 
    snd_hda_codec_idt      70795  1 
    joydev                 17693  0 
    hp_wmi                 18092  0 
    sparse_keymap          13890  1 hp_wmi
    option                 30161  0 
    cdc_ether              13536  0 
    snd_hda_intel          33719  3 
    snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    snd_hwdep              17764  1 snd_hda_codec
    psmouse                97485  0 
    serio_raw              13211  0 
    snd_pcm                97275  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    usb_wwan               20491  1 option
    parport_pc             32866  0 
    usbnet                 26212  1 cdc_ether
    ppdev                  17113  0 
    usbserial              47077  2 option,usb_wwan
    snd_seq_midi           13324  0 
    rfcomm                 47604  12 
    snd_rawmidi            30748  1 snd_seq_midi
    bnep                   18281  2 
    snd_seq_midi_event     14899  1 snd_seq_midi
    uvcvideo               72627  0 
    btusb                  18332  2 
    videodev               98259  1 uvcvideo
    v4l2_compat_ioctl32    17128  1 videodev
    bluetooth             180153  23 rfcomm,bnep,btusb
    snd_seq                61929  3 snd_seq_midi,snd_seq_midi_event
    wmi                    19256  1 hp_wmi
    fglrx                5198957  87 
    snd_timer              29990  3 snd_hrtimer,snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    i915                  477626  2 
    wl                   3074895  0 
    snd                    79041  17 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    mac_hid                13253  0 
    lib80211               14381  1 wl
    drm_kms_helper         46978  1 i915
    drm                   241971  3 i915,drm_kms_helper
    b43                   365819  0 
    mac80211              506862  4 rt2800lib,rt2x00usb,rt2x00lib,b43
    rts_pstor             445241  0 
    mei                    41616  0 
    cfg80211              205774  4 rt2x00lib,wl,b43,mac80211
    soundcore              15091  1 snd
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    i2c_algo_bit           13423  1 i915
    video                  19651  1 i915
    bcma                   26696  1 b43
    ssb                    52752  1 b43
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    usb_storage            49243  0 
    usbhid                 47238  0 
    hid                    99636  1 usbhid
    r8169                  62154  0
    Code:
    simo@Simo:~$ cat /etc/modules
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    
    lp
    rtc
    b43
    wl
    simo@Simo:~$
    b43 is here

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

    Re: Broadcom 4313 (rev 01) Issue

    Easy enough to fix:
    Code:
    gksudo gedit /etc/modules
    Change the last lines to:
    Code:
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    
    lp
    rtc
    wl
    In other words, remove b43. Proofread, save and close gedit. Remove the USB, reboot and give us your report.

    I will be away for a while, so my reply may not be instant. They insist I stop for food and a nap once in a while!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #40
    Join Date
    Dec 2010
    Beans
    53

    Re: Broadcom 4313 (rev 01) Issue

    that worked its working fine now super thanks a lot bon appetit

    Code:
    Module                  Size  Used by
    option                 30161  0 
    usb_wwan               20491  1 option
    usbserial              47077  2 option,usb_wwan
    cdc_ether              13536  0 
    usbnet                 26212  1 cdc_ether
    michael_mic            12612  8 
    arc4                   12529  4 
    snd_hrtimer            12744  1 
    snd_hda_codec_hdmi     32474  1 
    snd_hda_codec_idt      70795  1 
    joydev                 17693  0 
    hp_wmi                 18092  0 
    sparse_keymap          13890  1 hp_wmi
    snd_hda_intel          33719  3 
    parport_pc             32866  0 
    ppdev                  17113  0 
    rfcomm                 47604  12 
    snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    snd_hwdep              17764  1 snd_hda_codec
    bnep                   18281  2 
    snd_pcm                97275  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13324  0 
    snd_rawmidi            30748  1 snd_seq_midi
    snd_seq_midi_event     14899  1 snd_seq_midi
    snd_seq                61929  3 snd_seq_midi,snd_seq_midi_event
    uvcvideo               72627  0 
    videodev               98259  1 uvcvideo
    btusb                  18332  2 
    v4l2_compat_ioctl32    17128  1 videodev
    bluetooth             180153  23 rfcomm,bnep,btusb
    snd_timer              29990  3 snd_hrtimer,snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    wmi                    19256  1 hp_wmi
    fglrx                5198957  91 
    psmouse                97485  0 
    snd                    79041  17 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    serio_raw              13211  0 
    mac_hid                13253  0 
    rts_pstor             445241  0 
    soundcore              15091  1 snd
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    i915                  477626  2 
    drm_kms_helper         46978  1 i915
    lib80211_crypt_tkip    17390  0 
    drm                   241971  3 i915,drm_kms_helper
    mei                    41616  0 
    i2c_algo_bit           13423  1 i915
    video                  19651  1 i915
    wl                   3074895  0 
    cfg80211              205774  1 wl
    lib80211               14381  2 lib80211_crypt_tkip,wl
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    usb_storage            49243  0 
    usbhid                 47238  0 
    hid                    99636  1 usbhid
    r8169                  62154  0
    thanks a lot

Page 4 of 4 FirstFirst ... 234

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
  •