LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-30-2014, 04:18 PM   #1
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
fedora-21 broadcom wifi


hi. i am running fc21-beta4 on a live-usb and its not identifying my wifi adapter:
Code:
02:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n
Code:
[liveuser@localhost ~]$ ifconfig -a
enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::8edc:d4ff:fed4:e2db  prefixlen 64  scopeid 0x20<link>
        inet6 fd18:f3d:bc4e:0:8edc:d4ff:fed4:e2db  prefixlen 64  scopeid 0x0<global>
        ether 8c:dc:d4:d4:e2:db  txqueuelen 1000  (Ethernet)
        RX packets 86701  bytes 103510168 (98.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 64863  bytes 6949248 (6.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xd0700000-d0720000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 18  bytes 1676 (1.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18  bytes 1676 (1.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.124.1  netmask 255.255.255.0  broadcast 192.168.124.255
        ether 1e:c8:76:f4:88:49  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
i tired running sudo yum install broadcom-wl but the wifi button on this laptop is still orange and wont turn blue even when i touch it.

anything else i can try ?
 
Old 11-30-2014, 04:41 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
i tired running sudo yum install broadcom-wl but the wifi button on this laptop is still orange and wont turn blue even when i touch it.
Did it install? Did you reboot or modprobe the driver?
 
Old 11-30-2014, 04:43 PM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
yes it installed and i did reboot:
Code:
[liveuser@localhost ~]$ sudo modprobe broadcom-wl
modprobe: FATAL: Module broadcom-wl not found.
 
Old 11-30-2014, 04:45 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
In the link I posted there are 2 drivers to be installed, were both installed
 
Old 11-30-2014, 04:53 PM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i dont see what link you are mentioning. but i think the manual way is to do this:
http://www.broadcom.com/support/802.11/linux_sta.php but it seems like i need to update the kernel which i think is impossible in fedora-live (this is a company laptop). and i am unable to install kernel-devel for this running kernel:
Code:
[liveuser@localhost ~]$ uname -a -m -p
Linux localhost 3.17.1-302.fc21.x86_64 #1 SMP Fri Oct 17 20:05:46 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Last edited by schneidz; 11-30-2014 at 04:56 PM.
 
Old 11-30-2014, 04:59 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I copied it but never pasted
http://www.cyberciti.biz/faq/fedora-...-for-bcm43228/
 
1 members found this post helpful.
Old 11-30-2014, 05:09 PM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
didn't work... seems like broadcom-wl/kmod-wl depend on the kernel being upgraded which i am not sure how to do live ?
 
Old 11-30-2014, 05:16 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You can't update kernel
http://www.linuxliveusb.com/en/help/...tent-do-not-do
 
Old 11-30-2014, 05:34 PM   #9
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
thanks, here is where i am at. trying to cmpile it manually but i am unable to install the current kernels devel source:
Code:
[liveuser@localhost Downloads]$ make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: *** /lib/modules/3.17.1-302.fc21.x86_64/build: No such file or directory.  Stop.
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
[liveuser@localhost Downloads]$ sudo yum install kernel-devel-`uname -r`
Loaded plugins: langpacks
No package kernel-devel-3.17.1-302.fc21.x86_64 available.
Error: Nothing to do
 
Old 11-30-2014, 05:43 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Check this 1 out
https://fedoraproject.org/wiki/How_t...d_use_Live_USB
 
1 members found this post helpful.
Old 11-30-2014, 06:08 PM   #11
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
^ good idea... i replaced the kernels but i ended up with
Code:
dracut: FATAL: Don't know how to handle 'root=live:UUID=302e89bc-5efb-.......
dracut: Refusing to continue
reboot: System halted
when i tried to reboot.
 
Old 12-01-2014, 01:29 PM   #12
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i reverted back to fc-20 live-usb (thank goodness i created a dd backup before hand). these are the steps i did to get wifi working:
Code:
sudo yum install kernel-headers-`uname -r` kernel-devel-`uname -r` gcc
mkdir kmod-wl
cd kmod-wl
wget http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
tar -xvzf hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
make
sudo mkdir /lib/modules/`uname -r`/extra/net/wireless
sudo cp wl.ko /lib/modules/`uname -r`/extra/net/wireless
sudo depmod -a 
sudo rmmod bcma
sudo sh -c 'echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf'
sudo yum remove b43-openfwwf.noarch
sudo modprobe wl

Last edited by schneidz; 12-12-2014 at 11:21 PM.
 
Old 12-01-2014, 01:41 PM   #13
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Great glad you got it working
 
Old 12-12-2014, 11:51 PM   #14
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Original Poster
Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
now that fedora-21 is out this is what i did:
Code:
sudo yum install kmod-wl
sudo depmod -a 
sudo rmmod b43 bcma
sudo sh -c 'echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf'
sudo yum remove b43-openfwwf.noarch
sudo modprobe wl
seems like a weird bug that the dev packages for the kernel were not available in the beta ?
 
Old 01-02-2015, 07:27 PM   #15
mgereau74
LQ Newbie
 
Registered: Jan 2015
Posts: 1

Rep: Reputation: Disabled
Worked for Lenovo N500 laptop Fedora 21 fresh install

This solution worked on a Lenovo N500 laptop. Thank you so much for posting. Saved me so much time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
facing a problem with broadcom network card to use wifi in fedora 14. insomniacs Linux - Wireless Networking 1 04-17-2011 05:12 PM
Broadcom 802.11g CQ40 Laptop Fedora 12 wifi Not working ksatyaki Linux - Laptop and Netbook 10 05-04-2010 04:35 AM
Fedora, wifi card not working, Lenovo 3000 c200, Broadcom 802.11g using BCMWL5 driver apeace Linux - Newbie 17 03-14-2008 03:28 PM
Fedora 7 cannot detect my Broadcom WiFi card jamie4567 Linux - Hardware 31 08-09-2007 06:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration