8:10 am - Sunday May 20, 2012

Install Broadcom wireless 802.11 driver in Fedora 16 / 15 / 14

  • Share
  • Share

Broadcom wireless driver can be installed from source package or you can install the pre-compiled version. In this post you can find information on how to install pre-compiled version using yum install. This package can be install the same way how we install Firefox 6 or UNRAR in Fedora 15 / 14. If you have already upgraded your rpmfusion free and non-free release in your system then skip the dependencies.

Dependencies

Run the following command in terminal one by one and type the password for the root when prompted.

For rpmfusion free release

$ su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm'

For rpmfusion non free release

$ su -c 'rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

Once you have upgraded the rpmfusion free and non-free release in your system then update the system using the following command. Type the password for the user when prompted.

$ sudo yum update

To install Broadcom Wireless driver

To install the driver run the following command in terminal.

$ sudo yum install kmod-wl

Now restart your system. It should work.

Hope this will be helpful for you!!!

Related Posts Plugin for WordPress, Blogger...
Filed in: How To Install

15 Responses to “Install Broadcom wireless 802.11 driver in Fedora 16 / 15 / 14”

  1. vishal
    October 26, 2011 at 10:42 am #

    thanks pal., worked for me!!

    • October 27, 2011 at 5:10 am #

      Hi Vishal,

      Welome to HowOpenSource!! :)

  2. Mahyar
    November 2, 2011 at 1:00 pm #

    My laptop won’t install kmod-wl. It doesn’t seem to exist on x86_64.

    Any ideas?

    • November 3, 2011 at 6:03 am #

      Hi Mahyar,

      Try this command “sudo yum install broadcom-wl”. You successfully upgraded the rpm fusion free and non-free release isn’t it?

  3. TuxTux
    November 12, 2011 at 4:23 am #

    Good a tutorial!!!
    worked for me!!

    From Yucatàn (Chichen-Itza), Mèxico, Greetings!!!
    : )

  4. Adilson
    November 14, 2011 at 8:15 pm #

    Sorry man!
    I did it… but not worked for me.
    I use Fedora 16 with a kernel 3.1.0-7.fc16.x86_64.
    Wired network works fine, but wireless network…. nothing…
    Anything else for tips?
    thanks

    • hajime
      December 23, 2011 at 11:15 pm #

      exact same problem with kernel 3.1.5-6.fc16

  5. eko
    December 10, 2011 at 2:51 am #

    thanks.
    very good. its helpfull…….

  6. December 16, 2011 at 8:45 am #

    Hi, Im usin DELL Inspiron 14″ lap model 4050 ,4gb ram 320 hd,.
    Now i m using Fedora 16 .From this OS the wireless network symbol in not shown and wirelss network drivet is not get yet now ………..Plz help ME………..

  7. AndroidSefi
    December 25, 2011 at 8:30 pm #

    all those who have upgraded and can’t install broadcom driver :
    after installing “kmod-wl” you need to install kernel module for your broadcom wireless device
    use uname -r and will give you your current kernel name and version.
    use “yum search broadcom” and it will give available kernel modules.
    after finding the one that fits your kernel download it and install it. for example :
    yum install kmod-wl-2.6.35.14-106.fc14.x86_64.x86_64
    if you are using 3.x kernel please check on rpmfusion website for modules. download it through webpage and install manually “yum localinstall kmod-wl-3.0.1.fc16.x86_64.x86_64″
    good luck
    if you need any assistance you could find me by mail : Penguinsredhat@gmail.com

  8. JakeyD
    January 27, 2012 at 2:59 am #

    You are my hero! I have been trying to figure this out for 3 days! Thank you!!!

  9. Arihant
    March 8, 2012 at 7:50 am #

    First of all let me thank you as the command which you have put up has worked perfectly for fedora 16. But the new problem that has appeared is, till last night everything was working fine. i was able to access net through wireless. today morning i don’t know what went wrong. on the right hand side corner we can see the network symbol. till last night it was showing 3 options wired, wireless and network settings. but today its showing only 2 options. wired and network settings. wireless is missing. am not able to connect through wireless. i reinstalled the command mentioned above but still its not working.

  10. David66
    April 10, 2012 at 12:58 pm #

    Thanks alot worked for me, Pavilion dv6.

  11. Cyberspark
    May 4, 2012 at 6:58 am #

    This was a great help and it worked for me.

Trackbacks/Pingbacks

  1. AFDIT.co.uk » Fedora 16 LiveUSB on Asus 1215n - March 5, 2012

    [...] writing this article in WordPress directly from F16 I decided to install the driver according to this guide. Seemed to work a treat and I was wireless once [...]

Leave a Reply