Page 8 of 84 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 837

Thread: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

  1. #71
    Join Date
    Oct 2009
    Beans
    11

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    I don't know what you're talking about, the proprietary driver works just fine work normal wi-fi usage (including WPA-WPA2)
    No wlan0, so no kismet though. That's my initial goal with the card, and that's why I ended up buying another one (should arrive in a week or two, ordered, unfortunately, from Hong Kong).

  2. #72
    Join Date
    Feb 2008
    Beans
    27

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    I need help (Linux Noob)
    I realized that my wireless drivers stop working... but too late and would like to undo my mistake of doing the tutorial listed here (I find nothing wrong with it, but I don't know what I'm doing) and want to go back to before I did the driver installation with just the regular drivers and all.

    Will someone please help me reverse the process
    15 year old hack/PSP/PS3/Computer/PhotoShop lover

  3. #73
    Join Date
    Dec 2008
    Location
    /home/chenxiaolong&/root
    Beans
    474
    Distro
    Ubuntu Development Release

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    To revert back to the wl driver:

    1. Unload and blacklist b43 driver.

    Code:
    sudo rmmod b43
    echo "blacklist b43 | sudo tee -a /etc/modprobe.d/blacklist.conf
    2. a. Remove the firmware package (if you installed b43)

    Code:
    sudo apt-get remove b43-fwcutter
    OR b. Remove the firmware files

    Code:
    sudo mv /lib/firmware/b43 /lib/firmware/b43.backup
    sudo mv /lib/firmware/b43legacy /lib/firmware/b43legacy.backup
    3. Remove the "blacklist wl" line from /etc/modprobe.d/blacklist.conf

    Code:
    sudo gedit /etc/modprobe.d/blacklist.conf
    4. Reboot

    Hope this works.
    Laptop broke ...

  4. #74
    Join Date
    Feb 2008
    Beans
    27

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Hey I'm so sorry if I caused any trouble, just wanted to try something new.
    15 year old hack/PSP/PS3/Computer/PhotoShop lover

  5. #75
    Join Date
    Dec 2008
    Location
    /home/chenxiaolong&/root
    Beans
    474
    Distro
    Ubuntu Development Release

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    No trouble. I'm happy to do anything that helps.
    Laptop broke ...

  6. #76
    Join Date
    Oct 2009
    Beans
    1

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Worked for me with the following...

    So I followed the main steps in the starting section using my 14e4:4315 that comes inside my hp mini 1100...
    I had a fresh install and a fresh update using the ubuntu netbook remix.
    My kernel version is 2.6.28-16-generic.
    So here is what worked for me...

    Code:
    sudo apt-get install gcc g++ gawk make automake flex bison binutils cmake autoconf

    Downloaded the compat drivers below...

    http://linuxwireless.org/download/compat-wireless-2.6/
    You can't use wget for this because they have a hotlink prevention system. So just download the
    Quote:
    compat-wireless-2.6.tar.bz2
    file from that website and saved it to /usr/src

    Then open the terminal and run this command to extract the archive

    Code:
    tar xjf compat-wireless-2.6.tar.bz2

    In order for the package to compile, you need to install the kernel headers, if not already installed. Run this in the terminal ( Already had mine from netbook remix) But after the kernel update from -11 I went ahead to avoid confusion and did

    Code:
    sudo apt-get autoremove

    Code:
    sudo apt-get install linux-headers-$(uname -r)

    Then change to the compat-wireless directory:

    Code:
    cd compat-wireless

    Then compile the source files:

    Code:
    sudo make

    Then install the files:

    Code:
    sudo make install

    Then unload the drivers

    Code:
    sudo make unload

    Then install b43-fwcutter:
    VERY IMPORTANT!!: Do NOT choose yes when it asks if you want to automatically fetch the firmware.

    Code:
    sudo apt-get install b43-fwcutter

    Download the Broadcom firmware files

    Code:
    wget http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2

    Extract the archive

    Code:
    tar xjf broadcom-wl-4.150.10.5.tar.bz2

    Change to the driver directory

    Code:
    cd broadcom-wl-4.150.10.5/driver

    Install the firmware

    Code:
    b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o

    The firmware install Directory I used was /lib/firmware/

    Then blacklist the proprietary driver

    Code:
    echo blacklist wl | sudo tee -a /etc/modprobe.d/blacklist.conf

    after this all I did a reboot

    I wanted this to work so i could use aircrack-ng so I installed this next to verify the driver worked correctly with monitoring sooo...

    Code:
    sudo apt-get install aircrack-ng

    Code:
    sudo airmon-ng wlan0

    wlan0 now becomes mon0 for me at least

    Code:
    airodump-ng mon0

    My card is seeing and able to capture traffic

  7. #77
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    sapling

    Great post

  8. #78
    Join Date
    Sep 2009
    Beans
    88

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Hi, ive got a quick (and probably stupid) question about this whole process.

    I read that karmic just had come out, so i thought i'd upgrade, but found out that my wireless stopped working. Ive been through this entire thread looking for a solution, but im not sure that i need to install any drivers, or firmware - here is why.

    In karmic, network manager says that my wireless is disabled (don't know how to enable, but ive tried a bunch of things), pretty sure it has something to do with loading wrong drivers. The weird part is dmesg has this little gem:

    Code:
    eth1: broadcom BCM4315 802.11 Wireless Controller 5.10.91.9
    but lspci shows:

    Code:
    Network controller: Broadcom corp BCM4312 802.11b/g
    anyways, i dont know if this is even relevant, just seemed weird.

    During boot, if i boot into the previous kernel version (2.6.28-16-generic) the wireless works, but for some reason the mouse on my laptop doesnt, so i cant really use this.

    Is there a way i can just use the drivers that work in the older kernel version?

    Any insight is greatly appreciated!!

  9. #79
    Join Date
    Dec 2005
    Beans
    46

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    For those of you who use karmic, compat-wireless need not be compiled.
    Code:
    sudo apt-get install linux-backports-modules-karmic linux-backports-modules-wireless-karmic-generic b43-fwcutter
    is enough.
    Then do
    Code:
    sudo modprobe -r wl
    sudo modprobe b43
    and you're done. If it works and you want to make the change permanent :
    First, blacklist the wl module
    Code:
    echo blacklist wl | sudo tee -a /etc/modprobe.d/blacklist.conf
    Then
    Code:
    gksudo gedit /etc/modules
    and add
    Code:
    b43
    to the end of the file
    Last edited by stats; October 30th, 2009 at 09:05 PM.

  10. #80
    Join Date
    Oct 2009
    Location
    Madrid, Spain
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Quote Originally Posted by stats View Post
    For those of you who use karmic, compat-wireless need not be compiled.
    Code:
    sudo apt-get install linux-backports-modules-karmic linux-backports-modules-wireless-karmic-generic b43-fwcutter
    is enough.
    Then do
    Code:
    sudo modprobe -r wl
    sudo modprobe b43
    and you're done. If it works and you want to make the change permanent :
    First, blacklist the wl module
    Code:
    echo blacklist wl | sudo tee -a /etc/modprobe.d/blacklist.conf
    Then
    Code:
    gksudo gedit /etc/modules
    and add
    Code:
    b43
    to the end of the file
    Thank u a lot. Works!!! and my computer doesn't became unstable!!! thk

Page 8 of 84 FirstFirst ... 6789101858 ... LastLast

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
  •