Find the answer to your Linux question:
Results 1 to 6 of 6
can someone please help me find a Broadcom BCM4311 driver that has a .inf file extension. im in severe need of one, as i cannot find one anywhere. please help. ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4

    getting my wireless to work in ubuntu

    can someone please help me find a Broadcom BCM4311 driver that has a .inf file extension. im in severe need of one, as i cannot find one anywhere. please help. i really need it to get my wireless working again.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    The BCM4311 is supported by two different native linux drivers, both the b43 driver and the wl. The b43 is included by default (wl is mixed-proprietary), and just needs firmware to work. To install the firmware (assuming a wired connection)
    Code:
    sudo apt-get install b43-fwcutter

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4
    thank you for that, i have it downloaded it. how get the driver to work so i can use my wireless?

  4. #4
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4
    Just Joined!

    Join Date: Mar 2010
    Posts: 2
    thank you for that, i have it downloaded it. how get the driver to work so i can use my wireless?

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Once the firmware is installed, it should be working.

    What is the output of
    Code:
    iwconfig
    Assuming is shows a wireless interface, does this show local networks?
    Code:
    sudo iwlist wlan0 scan
    If not, post the output of
    Code:
    lshw -C network
    lsmod
    dmesg | grep firmware

  6. #6
    Just Joined!
    Join Date
    Mar 2010
    Posts
    4
    thank you so much for telling me that, i think it wouldve taken me forever to figure that out on my own, your truly my hero right now lol. thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...