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 12-24-2017, 09:35 AM   #1
marvo
LQ Newbie
 
Registered: Sep 2012
Posts: 4

Rep: Reputation: Disabled
Problem installing Broadcom drivers, unable to power on the network device.


ust installed Mint on a Lenovo laptop, but I cannot get the wireless card to work. lspci shows BCM43142, pci-id 14e4:4365 From ehat I can tell, 4365 is supposed to be compatible with bcmwl-kernel-source, but I sure as h can't get it to work.

I've tried b43-firmwarecutter -w wl_apsta.o (obviously after I downloaded it) and firmware-b43-installer. Neither does bcmwl-kernel-source, or firmware-b43legacy-installer.

Theclosest I've gotten is with bcmwl-kernel-source, with this wireless actually shows up in the network manager, but it is powered off and it's not possible to turn it on. If I try to turn it on, the slider instantly goes back to the off position. iwconfig also says the device is in a "powered off" state. ifconfig up says "Operation not possible due to RF-kill". Various modprobe b43, w1 etc makes no difference either. Secure boot is disabled. Any ideas?
 
Old 12-24-2017, 12:05 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
On some laptops there is a small switch on the side of the laptop. Look for a switch.

If you installed the driver reboot your laptop and see if you can connect.

Try here:
Do sudo apt-get install bcmwl-kernel-source. This is the official working driver for BCM4314.

https://askubuntu.com/questions/4596...04-trusty-tahr

Hope that helps.

I'm not a wifi expert. I've had trouble getting the wireless to work too.
 
Old 12-24-2017, 01:24 PM   #3
marvo
LQ Newbie
 
Registered: Sep 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
This laptop does not have a on/off switch for the network card. It's only windows 10's "airplane mode" ,which for the record I made sure was disabled beforehand.
I've installed and re-installed bcmwl-kernel-source 4 or 5 times and rebooted a two digit number of times, but it appears that the standard installation procedure just doesn't cut it this time.
I've deployed Linux on many computers before and -with the exception of a few cranky Intel graphics cards-, I've never really had any extensive driver issues like this time. Most of the time everything "just works" -at least with some kind of generic driver, even if the component in question performs below par, it does still work.

This computer is mainly used for surfing and document/office work and even if the network card does not work at full performance it does not really matter, as long as it's actually working. Besides, the router that's within range in this part of the building is ancient and only supports 11mb/s anyway hehe.
 
Old 12-24-2017, 02:51 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You have already tried the things that I would of done.

I'm sorry, I don't know what else you could try.

Wait for other members to chime in and see what they say.
 
Old 12-24-2017, 05:36 PM   #5
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
I've tried b43-firmwarecutter -w wl_apsta.o (obviously after I downloaded it) and firmware-b43-installer. Neither does bcmwl-kernel-source, or firmware-b43legacy-installer.
Use one or the other. one is blacklisted.
If used the open source one bcma and you installed the b43. then you need to blacklist it.

in the beginning the b43 came without firmware. Why because the program firmwarecutter
is under a different licence. None distributional. make you go download it.
So we kept a /etc/modprobe.d/blastlist.conf file.
choose your module.

https://wiki.archlinux.org/index.php/broadcom_wireless

Quote:
sudo echo "b43legacy b43" > /etc/modprobe.d/blacklist.conf
now at any time you can go bakck and
sudo gedit /etc/modprobe.d/blacklist.conf

Code:
b43legacy 
      b43
this will assure at boot those do not load.
Code:
b43legacy 
     # b43
now b43 will load.
mine for my old old old laptop
Code:
 # wl module from Broadcom conflicts with the following modules:
 # blacklist b43
 blacklist b43legacy
 blacklist b44
 blacklist bcma
 blacklist brcm80211
 blacklist brcmsmac
 blacklist ssb
https://mxlinux.org/wiki/hardware-ne...adcom-wireless
 
1 members found this post helpful.
Old 12-24-2017, 06:23 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thanks for helping Drakeo.
 
Old 12-25-2017, 03:41 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
if op still has problems, please provide the info requested here.
 
Old 12-25-2017, 10:48 PM   #8
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Quote:
Originally Posted by marvo View Post
"Operation not possible due to RF-kill".
What's the output of
Code:
rfkill list all
???

EDIT: You'll need a root terminal for above command or prepend with sudo

Last edited by TheEzekielProject; 12-25-2017 at 10:50 PM.
 
Old 12-26-2017, 02:16 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
marvo:

When you have time please run those commands in post #7 and #8 that ondoho and TheEzekielProject posted for you.

Post the output here.
 
Old 12-26-2017, 02:27 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,987

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
I'd also check if this system is part of the issue with mint and uefi bios's.
 
Old 12-26-2017, 03:53 PM   #11
_roman_
Member
 
Registered: Dec 2017
Location: _Austro_Bavaria_
Distribution: gentoo / linux mint
Posts: 433

Rep: Reputation: 29
RF-kill could be a hardware or software switch

I also had such issues. I think i changed something in the kernel also

Quote:
ASUS-G75VW .... # zgrep RFKILL /proc/config.gz
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_AMILO_RFKILL is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
You need the proper kernel setting, proper kernel module and proper hardware id. Sometimes you need to patch the kernel for the proper hardware id also. And you need to know how to setup wireless also.
edit: reading @ post #5. you also need the firmware for the wifi card

Last edited by _roman_; 12-26-2017 at 03:56 PM.
 
Old 02-01-2018, 02:34 PM   #12
marvo
LQ Newbie
 
Registered: Sep 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
Sorry for the late answer guys, have been some busy weeks lately.
The computer does have UEFI and as jefro suggested, there might be some issues regarding this, not sure.

At the time it had a dual boot configuration with win10, and with the recent meltdown/spectre issues MS pushed an update that rendered the entire computer usesless. At least one BSOD every few minutes, and sometimes it crashed during boot as well.

I got so fed up with this, and to be able to actually use this thing (Especially my GF who uses this partucular computer the most) i disabled everything UEFI and enabled legacy BIOS only. Formatted the drive and installed a Win7 ultimate and permanently disabled windows update to avoid any meltdown-patches that might screw it up again. For some reason the pre-installed win 10 home license also worked on the 7 Ultimate... Weird.

Bottom line is that after getting rid of win10 the computer now works better than ever, and my GF has decided to just leave it like this for now.
Maybe I'll experiment further another time, who knows?

Anyway, thanks for all your suggestions, much apreciated!
 
Old 02-01-2018, 03:49 PM   #13
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
did you copy the extracted (fwcutter) firmware to /lib/firmware/b43/ ??? AKA the location the module loads it from. Having something is not the same as "using" it.
 
  


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
Installing Broadcom drivers on Fedora 23 Bob Fletcher Fedora 1 11-30-2015 03:44 PM
[SOLVED] [HELP] Unable to install network card device drivers for Acer Aspire 5830TG in RHEL 6 harshadgotad Linux - Hardware 1 05-25-2012 08:10 AM
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
Network device (integrated Broadcom BCM4402) link down Jameshfisher Linux - Networking 2 12-11-2008 11:07 AM
Problem installing Kyro Power VR drivers ricocchet Slackware 15 12-16-2003 09:47 PM

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

All times are GMT -5. The time now is 11:02 AM.

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