Page 3 of 23 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 230

Thread: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM4322

  1. #21
    Join Date
    Jun 2006
    Location
    Washington
    Beans
    194
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    ERROR: Module ssb is in use by b43
    ERROR: Module wl does not exist in /proc/modules
    FATAL: Module wl not found.
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:256 errors:0 dropped:0 overruns:0 frame:0
    TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:15868 (15.8 KB) TX bytes:15868 (15.8 KB)
    Last edited by slugicide; October 24th, 2008 at 08:20 PM.

  2. #22
    Join Date
    Nov 2007
    Location
    NC, USA
    Beans
    829
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Code:
    sudo apt-get install linux-restriced-modules-`uname -r`
    Then run the script.
    Linux User #460341 || Ubuntu User #19510 || Unanswered Posts Team

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

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Quote Originally Posted by PinkFloyd102489 View Post
    Code:
    sudo apt-get install linux-restriced-modules-`uname -r`
    Then run the script.
    Just a correction. It should read:
    Code:
    sudo apt-get install linux-restricted-modules-`uname -r`
    If you did not know already, you will need to have 2.6.24-21 or higher to get the Broadcom STA (wl) driver. Otherwise it will not be in linux-restricted-modules.

  4. #24
    Join Date
    Nov 2007
    Location
    NC, USA
    Beans
    829
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Sorry, I typo'd.
    Linux User #460341 || Ubuntu User #19510 || Unanswered Posts Team

  5. #25
    Join Date
    Jun 2006
    Location
    Washington
    Beans
    194
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    linux-restricted-modules-2.6.24-19-generic is already the newest version.

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

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Do you have an internet connection in Ubuntu? If so, you need to run an update on your computer:
    Code:
    sudo aptitude update
    sudo aptitude safe-upgrade
    If you don't, you will need to do the steps in the first post of this thread.

    EDIT: Ok, I might be confused. This thread says you are trying to get the wl driver in 2.6.24 (Hardy) and this thread shows you are using 2.6.27 (Intrepid). Are you trying to do both?
    Last edited by Ayuthia; October 25th, 2008 at 01:59 AM.

  7. #27
    Join Date
    Jun 2006
    Location
    Washington
    Beans
    194
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    I'm terribly sorry about talking in two threads. It's kind of rude.
    I have never had wireless in 2.6.27 (but I did have fglrx), but was trying to figure out how. In the course of doing this I was advised to get rid of ndiswrapper, but when I did that I lost wireless in the kernel I had been logging into, 2.6.24 Intrepid (which did not have fglrx).
    I'm still just trying to get wireless. 3D effects can totally wait, as long as I can turn my homework in on time. Thanks for your patience and help!

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

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Quote Originally Posted by slugicide View Post
    I'm terribly sorry about talking in two threads. It's kind of rude.
    I have never had wireless in 2.6.27 (but I did have fglrx), but was trying to figure out how. In the course of doing this I was advised to get rid of ndiswrapper, but when I did that I lost wireless in the kernel I had been logging into, 2.6.24 Intrepid (which did not have fglrx).
    I'm still just trying to get wireless. 3D effects can totally wait, as long as I can turn my homework in on time. Thanks for your patience and help!
    Don't worry about the two threads. I was thinking that you were trying to get the wireless working in both versions. The wl driver comes with Intrepid (2.6.27) and in Hardy it came in the 2.6.24-21 release (for your card).

    If you were using Intrepid with 2.6.27, the wl driver should be there for you. However, if you installed 2.6.27 in Hardy yourself, it will not because Ubuntu packaged the wl driver in linux-restricted-modules-2.6.27.

    I have heard that the wl module works better than ndiswrapper for your card, but you should still be able to use either one.

  9. #29
    Join Date
    Jun 2006
    Location
    Washington
    Beans
    194
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    OK, I'm going to log into 2.6.27 Intrepid right now. Afer that, what should I do to get the wl driver working?

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

    Re: How to install native broadcom drivers for BCM4311, BCM4312, BCM4321, and BCM432

    Quote Originally Posted by slugicide View Post
    OK, I'm going to log into 2.6.27 Intrepid right now. Afer that, what should I do to get the wl driver working?
    It should just be a matter of going into System->Administration->Hardware Drivers and enabling the Broadcom STA option.

Page 3 of 23 FirstFirst 1234513 ... 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
  •