Page 76 of 84 FirstFirst ... 26667475767778 ... LastLast
Results 751 to 760 of 837

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

  1. #751
    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)

    I'm almost 100% sure that the reason it's not working is because you don't have the b43 firmware installed . Here's how you can install it:

    You can install the deb package attached to this post (I packaged the files that are installed from the commands below) or you can run these commands:

    Code:
    wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-013.tar.bz2
    tar xjf b43-fwcutter-013.tar.bz2
    cd b43-fwcutter-013
    make
    cd ..
    export FIRMWARE_INSTALL_DIR="/lib/firmware"
    wget http://downloads.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2
    tar xjf broadcom-wl-4.178.10.4.tar.bz2
    cd broadcom-wl-4.178.10.4/linux
    sudo ../../b43-fwcutter-013/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
    And a restart should get your wireless working .

    EDIT: [Forgot to attach deb file]
    Attached Files Attached Files
    Last edited by chenxiaolong; July 3rd, 2010 at 02:44 AM. Reason: forgot to attach deb file
    Laptop broke ...

  2. #752
    Join Date
    Jul 2010
    Beans
    1

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

    My monitor mode isn't working. I did everything as described on the first page, but it still isn't working, when i start monitor mode in aircrack-ng it works for maybe 30 secondsa and then stops. airodump cannot detect any APs it just freezes

    Any thoughts ?

    here's the output

    magog@magog-laptop:~$ sudo modprobe b43
    magog@magog-laptop:~$ dmesg | grep b43
    [ 111.375631] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 111.375655] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    [ 111.475444] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 111.585251] Registered led device: b43-phy0::tx
    [ 111.585294] Registered led device: b43-phy0::rx
    [ 111.585337] Registered led device: b43-phy0::radio
    [ 111.641266] b43 ssb0:0: firmware: requesting b43/ucode15.fw
    [ 111.699020] b43 ssb0:0: firmware: requesting b43/lp0initvals15.fw
    [ 111.703647] b43 ssb0:0: firmware: requesting b43/lp0bsinitvals15.fw
    [ 111.852294] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 737.916386] b43-pci-bridge 0000:0c:00.0: PCI INT A disabled
    [ 769.053703] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 769.053726] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    [ 769.134998] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 769.205603] Registered led device: b43-phy0::tx
    [ 769.205653] Registered led device: b43-phy0::rx
    [ 769.205693] Registered led device: b43-phy0::radio
    [ 769.257266] b43 ssb0:0: firmware: requesting b43/ucode15.fw
    [ 769.260612] b43 ssb0:0: firmware: requesting b43/lp0initvals15.fw
    [ 769.264963] b43 ssb0:0: firmware: requesting b43/lp0bsinitvals15.fw
    [ 769.412282] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    magog@magog-laptop:~$

    Kerlnel version is 2.6.34-020634-generic
    I have Dell studio 1535 withwlan minicard Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
    Last edited by holodeck; July 7th, 2010 at 08:50 PM.

  3. #753
    Join Date
    Aug 2009
    Beans
    6

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

    Hi i'm new here,

    first time i use b43, this driver support with my ubuntu, although it manually configured (coz NetworkManager can't detect my BCM4312)..
    vostro@vostro-laptop:~$ uname -r
    2.6.32-21-generic
    And I can use it for monitoring mode(kismet and aircrack-ng)
    After one night stay collecting data in monitoring mode, b43 cannot drive my wireless again,,

    the kernel says:

    ul 8 14:53:53 vostro-laptop kernel: [ 90.280458] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    Jul 8 14:53:58 vostro-laptop kernel: [ 95.801423] b43-phy0: Controller restarted
    Jul 8 14:53:58 vostro-laptop kernel: [ 95.801523] b43-phy0: Controller RESET (DMA error) ...
    Jul 8 14:53:58 vostro-laptop kernel: [ 96.032588] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.553240] b43-phy0: Controller restarted
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.553335] b43-phy0: Controller RESET (DMA error) ...
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.784267] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)

    may kismet or aircrack can make b43 like that?

  4. #754
    Join Date
    Aug 2009
    Beans
    6

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

    Quote Originally Posted by holodeck View Post
    My monitor mode isn't working. I did everything as described on the first page, but it still isn't working, when i start monitor mode in aircrack-ng it works for maybe 30 secondsa and then stops. airodump cannot detect any APs it just freezes

    Any thoughts ?

    here's the output

    magog@magog-laptop:~$ sudo modprobe b43
    magog@magog-laptop:~$ dmesg | grep b43
    [ 111.375631] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 111.375655] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    [ 111.475444] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 111.585251] Registered led device: b43-phy0::tx
    [ 111.585294] Registered led device: b43-phy0::rx
    [ 111.585337] Registered led device: b43-phy0::radio
    [ 111.641266] b43 ssb0:0: firmware: requesting b43/ucode15.fw
    [ 111.699020] b43 ssb0:0: firmware: requesting b43/lp0initvals15.fw
    [ 111.703647] b43 ssb0:0: firmware: requesting b43/lp0bsinitvals15.fw
    [ 111.852294] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 737.916386] b43-pci-bridge 0000:0c:00.0: PCI INT A disabled
    [ 769.053703] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 769.053726] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    [ 769.134998] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 769.205603] Registered led device: b43-phy0::tx
    [ 769.205653] Registered led device: b43-phy0::rx
    [ 769.205693] Registered led device: b43-phy0::radio
    [ 769.257266] b43 ssb0:0: firmware: requesting b43/ucode15.fw
    [ 769.260612] b43 ssb0:0: firmware: requesting b43/lp0initvals15.fw
    [ 769.264963] b43 ssb0:0: firmware: requesting b43/lp0bsinitvals15.fw
    [ 769.412282] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    magog@magog-laptop:~$

    Kerlnel version is 2.6.34-020634-generic
    I have Dell studio 1535 withwlan minicard Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)

    I have same problem with you...

    vostro@vostro-laptop:/var/log/kismet$ uname -r
    2.6.34-020634-generic


    dmesg:
    segfault at 2 ip b75cb50b sp bfe9e8ac error 4 in libc-2.11.1.so[b758b000+153000]

    vostro@vostro-laptop:/var/log/kismet$ lspci -vv | grep Bro
    0e:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)




    Dell vostro 1320

  5. #755
    Join Date
    Aug 2009
    Beans
    6

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

    Quote Originally Posted by nastelroy View Post
    Hi i'm new here,

    first time i use b43, this driver support with my ubuntu, although it manually configured (coz NetworkManager can't detect my BCM4312)..
    vostro@vostro-laptop:~$ uname -r
    2.6.32-21-generic
    And I can use it for monitoring mode(kismet and aircrack-ng)
    After one night stay collecting data in monitoring mode, b43 cannot drive my wireless again,,

    the kernel says:
    ul 8 14:53:53 vostro-laptop kernel: [ 90.280458] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    Jul 8 14:53:58 vostro-laptop kernel: [ 95.801423] b43-phy0: Controller restarted
    Jul 8 14:53:58 vostro-laptop kernel: [ 95.801523] b43-phy0: Controller RESET (DMA error) ...
    Jul 8 14:53:58 vostro-laptop kernel: [ 96.032588] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.553240] b43-phy0: Controller restarted
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.553335] b43-phy0: Controller RESET (DMA error) ...
    Jul 8 14:54:04 vostro-laptop kernel: [ 101.784267] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)

    may kismet or aircrack can make b43 like that?
    It was solved my self by upgrade to kernel 2.6.34-020634-generic
    kismet worked...but after capture 2-4 minutes, kismet became freeze

    any idea? please

  6. #756
    Join Date
    Jul 2010
    Beans
    1

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

    Quote Originally Posted by nastelroy View Post
    It was solved my self by upgrade to kernel 2.6.34-020634-generic
    kismet worked...but after capture 2-4 minutes, kismet became freeze

    any idea? please
    I also got the same problem, kismet, airocrack, wireshark ... stop working after 30 sec. I wonder if there is anyway we can fix this driver?

  7. #757
    Join Date
    Jan 2010
    Beans
    3

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

    Quote Originally Posted by dnguy010 View Post
    I also got the same problem, kismet, airocrack, wireshark ... stop working after 30 sec. I wonder if there is anyway we can fix this driver?
    Yes - me too. Stops working between 30s and 2mins, but sometimes it will run AIRODUMP-NG for 20 mins. When I start AIREPLAY-NG, it hangs.

    Mine is a WUSB100 v1.

    Stops on the following:

    backtrack 2.6.28.1 - rt2800usb
    backtrack 2.6.30.9 - rt2870sta
    ubuntu 2.6.32-21-generic - rt2870sta (staging)

    Tried ralink's latest rt2870sta - doesn't work at all.

  8. #758
    Join Date
    Jul 2010
    Beans
    12

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

    Thanks so much for helping get my Ubuntu 10.04 Netbook wireless working!!!
    However how do we get monitor mode back on?
    thanks in advance
    Last edited by ghinix; July 25th, 2010 at 07:21 AM.

  9. #759
    Join Date
    Jul 2010
    Beans
    12

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

    Ok going for another attempt to get the Broadcom bcm4312 rev 01 working again (using this process by “chenxiaolong” seemed to work)...

    …hopefully this time my dvd drive won’t be so loud and noisy. Any ideas what could be causing the laptop dvd drive noise?

    Thanks so much!

  10. #760

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

    2.6.35 is out. Does it work with DMA now? Some tests?

Page 76 of 84 FirstFirst ... 26667475767778 ... 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
  •