Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I'm trying to enable WI-FI but the system doesn't recognizes it Can you help me? Code: 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01) Subsystem: Dell Wireless 1397 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    10

    Exclamation How to enable WI-FI? (Fedora 12 - Dell Inspiron 1545)

    Hi,

    I'm trying to enable WI-FI but the system doesn't recognizes it

    Can you help me?

    Code:
    0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
    	Subsystem: Dell Wireless 1397 WLAN Mini-Card
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    Thanks

  2. #2
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Install the rpmfusion-nonfree repo, Google for it, I still can't post URLs

    Then the Broadcomm driver:
    su -
    yum install broadcom-wl

    This will also pull in the kmod-wl package to keep it updated with your kernel.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    As the above poster said. This thread has the links.
    http://www.linuxforums.org/forum/wir...ess-setup.html

  4. #4
    Just Joined!
    Join Date
    Oct 2009
    Posts
    10
    Thank you, worked 100%

    Before I blacklisted the b43 driver:

    Code:
    echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf

  5. #5
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Thanks, Reed9, for the post fodder to get my 15th so I can post URLs. The other thread calls for just kmod-wl, which can require blacklist dinking around. The broadcom-wl includes an appropriate modprobe.d blacklist file and also pulls in kmod-wl.

Posting Permissions

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