Page 72 of 84 FirstFirst ... 2262707172737482 ... LastLast
Results 711 to 720 of 837

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

  1. #711
    Join Date
    Jan 2010
    Beans
    16

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

    thats pretty quick for me !! ... thank you ! gonna try it now..

    and one other thing, is there a Linux dist that would run 14e4:4315 in DMA with monitor mode ?

  2. #712
    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)

    All Linux distros would be same. It's the kernel that provides the new drivers. A new kernel is release about every two months. Hopefully kernel 2.6.35 will support DMA mode with this card.
    Laptop broke ...

  3. #713
    Join Date
    Oct 2009
    Location
    The Internet
    Beans
    127
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    Quote Originally Posted by chenxiaolong View Post
    All Linux distros would be same. It's the kernel that provides the new drivers. A new kernel is release about every two months. Hopefully kernel 2.6.35 will support DMA mode with this card.
    We can always hope! Someone is going to have to fix this soon!
    "Any sufficiently advanced bug is indistinguishable from a feature." - Rich Kulawiec

  4. #714
    Join Date
    Jan 2010
    Beans
    16

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

    aaah I see.. or you could just wait for me to finish my studies in computer science

    btw 10.04 is working perfectly for me now

    EDIT: Except Bluetooth but doesn't really matter to me for now..
    Last edited by MarioHaddad; May 28th, 2010 at 12:20 PM.

  5. #715
    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)

    Kernel 2.6.35 RC1 is out! I'll test b43 in DMA mode sometime after my school finals are over.

    MarioHaddad: You can PM me about the bluetooth and I'll try to help you fix it .
    Laptop broke ...

  6. #716
    Join Date
    Jun 2007
    Beans
    1

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

    2.6.34-020634-generic locks up for me as well, the lockup time is random, anywhere from 0 seconds to 20 minutes.

    Doesnt matter if im just using wlan0 or airmon-ng to start mon0, both lockup. Seems there are still some I/O issues, im using a Compaq Mini

    Im not sure if its related but im having trouble doing fake authentication on one of my specific routers(WRT54GS v4)

    Please let us know if you ever get DMA mode working.

  7. #717
    Join Date
    Mar 2007
    Beans
    191

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

    I have 10.4, 2.6.32-22-generic.
    I get the following dependency error when trying to follow the instructions on the first post.

    sudo dpkg -i linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb
    Code:
    Selecting previously deselected package linux-headers-2.6.34-020634-generic.
    (Reading database ... 98189 files and directories currently installed.)
    Unpacking linux-headers-2.6.34-020634-generic (from linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb) ...
    dpkg: dependency problems prevent configuration of linux-headers-2.6.34-020634-generic:
     linux-headers-2.6.34-020634-generic depends on linux-headers-2.6.34-020634; however:
      Package linux-headers-2.6.34-020634 is not installed.
    dpkg: error processing linux-headers-2.6.34-020634-generic (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     linux-headers-2.6.34-020634-generic

  8. #718
    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)

    You need to download all three files to a new directory and then run:

    Code:
    sudo dpkg -i linux*2.6.34*.deb
    You can also install the linux-image*.deb package first, then linux-headers*.deb, and then linux-headers*-generic.deb.

    Hopefully this is a quick enough response (I've never responded within 10 minutes before ).
    Laptop broke ...

  9. #719
    Join Date
    Mar 2007
    Beans
    191

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

    works, but after boot i don't see the wireless networks (using wicd).

    I also purged and installed b43-fwcutter but it didn't help.

    here is some info that can help in troubleshooting:
    lshw -C network
    Code:
    *-network UNCLAIMED
    yuka@yuka-laptop:~$ iwconfig
    Code:
    lo        no wireless extensions.
    eth0      no wireless extensions.

    thank you so much for the quick reply!

  10. #720
    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)

    It seems like the b43 module isn't loading.

    You can load it with:

    Code:
    sudo modprobe b43
    and you can make it load automatically on boot by adding "b43" (on a separate line) to /etc/modules.

    Hope this helps.
    Laptop broke ...

Page 72 of 84 FirstFirst ... 2262707172737482 ... 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
  •