Results 1 to 9 of 9

Thread: Blacklisting b43-pci-bridge

  1. #1
    Join Date
    Sep 2008
    Location
    Korea
    Beans
    938
    Distro
    Ubuntu 12.04 Precise Pangolin

    Blacklisting b43-pci-bridge

    How do I stop the driver b43-pci-bridge from loading? I have blacklisted ssb, b43 and b43-legacy but the said driver still takes control of the wireless card, instead of ndiswrapper.
    Thanks in advance!

  2. #2
    Join Date
    Sep 2008
    Location
    Korea
    Beans
    938
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Blacklisting b43-pci-bridge

    I am sure that the answer to my question must be well-known to the gurus here, so bump.

  3. #3
    Join Date
    Sep 2008
    Location
    Korea
    Beans
    938
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Blacklisting b43-pci-bridge

    Bump 2.0

  4. #4
    Join Date
    Mar 2009
    Location
    Helsinki, Finland
    Beans
    650
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Blacklisting b43-pci-bridge

    Same thing happening here (on my friends laptop), after each reboot, have to run the same old commands. Even though ssb is blacklisted and ndiswrapper is on /etc/modules, where it should get automatically loaded.
    Code:
    sudo rmmod ssb
    sudo depmod -a
    sudo modprobe ndiswrapper
    Guess making a shell script for those and executing it during login would work, but seems a bit of a workaround instead of a fix.
    Last edited by t0mppa; May 15th, 2009 at 10:27 PM.

  5. #5
    Join Date
    Sep 2008
    Location
    Korea
    Beans
    938
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Blacklisting b43-pci-bridge

    So it does seem to be a genuine problem. Strange!

  6. #6
    Join Date
    Nov 2009
    Beans
    6

    Re: Blacklisting b43-pci-bridge

    Yes I have the same problem, b43-pci-bridge still pops up after blacklisting it.

  7. #7
    Join Date
    Nov 2009
    Beans
    6

    Re: Blacklisting b43-pci-bridge

    OK fix for me was to run the Hardy fix at

    https://help.ubuntu.com/community/Wi...dy%20Bug%20Fix

    Hope that works!

  8. #8
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: Blacklisting b43-pci-bridge

    You might try:
    Code:
    sudo update-initramfs -u
    It should update the system so that it will not load the b43 modules when the system starts up.

    Hope that helps.

  9. #9
    Join Date
    Aug 2010
    Beans
    2

    Talking Re: Blacklisting b43-pci-bridge

    Quote Originally Posted by Ayuthia View Post
    You might try:
    Code:
    sudo update-initramfs -u
    It should update the system so that it will not load the b43 modules when the system starts up.

    Hope that helps.
    I was having the same problem and this finally fixed it, among other things. Thanks!

    - Linux SuperUltraN00b

Tags for this Thread

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
  •