LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-16-2017, 10:00 PM   #16
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43

Quote:
Originally Posted by ardvark71 View Post
Hi...

While that's a possibility, I'm not inclined to think that's the cause at this point. Is the adapter enabled in your BIOS?

Also, can you also post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
sudo lshw -C network
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Regards...
I will try your suggestions tomorrow morning. It's bedtime where I'm at.
 
Old 03-16-2017, 10:16 PM   #17
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
Quote:
I know it's not the wi-fi in the home because other devices, like an iPad, are working fine.
Is the driver for the BCM43142 installed?
lsmod will show all drivers:-

Looking at this output that our Moderator jefro mentions; suggest's that the BCM43X is blacklisted:-
Code:
/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist-bcm43.conf]
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
-::-Also if the wrong driver is loading first it will cause the device not to work.-::-

Maybe try using a usb wifi dongle:-

http://www.wirelesshack.org/top-linu...-adapters.html
 
Old 03-16-2017, 10:19 PM   #18
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
Curious to see if the kernel driver is in use.
 
Old 03-16-2017, 10:42 PM   #19
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Quote:
Did that early on, no dice.
Please do not take this the wrong way. Telling us what you have already tried helps get you better answers to your Linux Questions.
 
Old 03-17-2017, 08:30 AM   #20
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by ardvark71 View Post
Hi...

While that's a possibility, I'm not inclined to think that's the cause at this point. Is the adapter enabled in your BIOS?

Also, can you also post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
sudo lshw -C network
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Regards...
michael@michael-HP-Pavilion-Notebook:~$ lspci -nnk | grep -i net -A2
08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
DeviceName: Broadcom BCM43142 802.11 b/g/n 1x1Wi-Fi + BT4.0 M.2 Combo Adapter
Subsystem: Hewlett-Packard Company BCM43142 802.11b/g/n [103c:804a]
--
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
DeviceName: Realtek PCIe FE Family Controller
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:8094]
Kernel driver in use: r8169
Kernel modules: r8169
michael@michael-HP-Pavilion-Notebook:~$ sudo lshw -C network
[sudo] password for michael:
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:08:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:c3100000-c3107fff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:09:00.0
logical name: eno1
version: 0a
serial: dc:4a:3e:e0:0e:61
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8107e-2_0.0.2 02/26/15 ip=192.168.0.104 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:48 ioport:3000(size=256) memory:c3004000-c3004fff memory:c3000000-c3003fff
michael@michael-HP-Pavilion-Notebook:~$
 
Old 03-17-2017, 08:47 AM   #21
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Ztcoracat View Post
Is the driver for the BCM43142 installed?
lsmod will show all drivers:-

Looking at this output that our Moderator jefro mentions; suggest's that the BCM43X is blacklisted:-
Code:
/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist-bcm43.conf]
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
-::-Also if the wrong driver is loading first it will cause the device not to work.-::-

Maybe try using a usb wifi dongle:-

http://www.wirelesshack.org/top-linu...-adapters.html
So what does blacklisted mean - that someone at Linux development blacklisted my wifi card?
Is this the end of the story and I have an $800 brick now?
 
Old 03-17-2017, 03:06 PM   #22
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
Quote:
So what does blacklisted mean - that someone at Linux development blacklisted my wifi card?
Is this the end of the story and I have an $800 brick now?
I think what happened is somehow the Broadcom became blacklisted by default.
To solve that you should install the driver for your bcm43142 wifi card.

No, I don't think that you have a brick now.

The kernel driver for your wired PCI Realtek card is installed. Having said that your wired connection should be good. When you can use your wired connection to download the driver for your broadcom nic.

http://askubuntu.com/questions/76558...n-ubuntu-16-04

This article will give you knowledge and should help to get the broadcom firmware installed that you need.
https://help.ubuntu.com/community/Wi...Driver/bcm43xx

I didn't see the 4314 on that page so you may want to go directly to the Broadcom website.
 
Old 03-17-2017, 03:15 PM   #23
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
I'm sorry I did see the bcm43142 here-
But it doesn't look like it's supported.

Quote:
14e4:4365 no BCM43142 b/g/n LCN40 (r3) wl
https://wireless.wiki.kernel.org/en/...ported_devices

Last edited by Ztcoracat; 03-17-2017 at 03:17 PM.
 
Old 03-17-2017, 03:45 PM   #24
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
I'm sorry I did see the bcm43142 here-
But it doesn't look like it's supported.
Hi all...

No, broadcom's proprietary "wl" driver supports it, just not the open source b43 driver.

Regards...
 
1 members found this post helpful.
Old 03-17-2017, 04:03 PM   #25
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi Michael Piziak...

Take a look at the following two threads, perhaps they might be of help...

http://askubuntu.com/questions/40234...s-for-bcm43142

http://askubuntu.com/questions/45965...04-trusty-tahr

Regards...

Last edited by ardvark71; 03-17-2017 at 04:10 PM. Reason: Deleted information and link.
 
Old 03-17-2017, 04:19 PM   #26
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by ardvark71 View Post
Hi all...

No, broadcom's proprietary "wl" driver supports it, just not the open source b43 driver.

Regards...
So how do I get the wl driver?

I reinstalled Windows on it from the factory and it works fine. So it's not the wifi card that is faulty in the laptop.

Last edited by Michael Piziak; 03-17-2017 at 04:20 PM.
 
Old 03-17-2017, 04:20 PM   #27
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Michael Piziak View Post
So how do I get the wl driver?
Look at post #25.

Regards...
 
Old 03-17-2017, 05:20 PM   #28
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Post deleted by user.

Last edited by Michael Piziak; 03-17-2017 at 05:56 PM.
 
Old 03-17-2017, 05:48 PM   #29
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by ardvark71 View Post
Hi Michael Piziak...

Take a look at the following two threads, perhaps they might be of help...

http://askubuntu.com/questions/40234...s-for-bcm43142

http://askubuntu.com/questions/45965...04-trusty-tahr

Regards...
I finally learned how to get to the ok button and entered these 3 commands in Terminal. Here is the results

michael@michael-HP-Pavilion-Notebook:~$ sudo apt-get install --reinstall linux-headers-3.11.0-15-generic linux-headers-generic
[sudo] password for michael:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
michael@michael-HP-Pavilion-Notebook:~$ sudo dpkg --configure -a
Setting up shim-signed (1.19~16.04.1+0.8-0ubuntu2) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.8.0-41-generic
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i915
michael@michael-HP-Pavilion-Notebook:~$ sudo apt-get install --reinstall bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 81 not upgraded.
Need to get 0 B/1,544 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 208948 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.1_amd64.deb ...
Removing all DKMS Modules
Done.
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.1) over (6.30.223.271+bdcom-0ubuntu1~1.1) ...
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.1) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building only for 4.8.0-41-generic
Building for architecture x86_64
Building initial module for 4.8.0-41-generic
Done.

wl:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/4.8.0-41-generic/updates/dkms/

depmod....

DKMS: install completed.
modprobe: ERROR: could not insert 'wl': Required key not available
update-initramfs: deferring update (trigger activated)
Processing triggers for shim-signed (1.19~16.04.1+0.8-0ubuntu2) ...
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.8.0-41-generic
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i915
michael@michael-HP-Pavilion-Notebook:~$ sudo modprobe wl
modprobe: ERROR: could not insert 'wl': Required key not available
michael@michael-HP-Pavilion-Notebook:~$
 
Old 03-17-2017, 06:11 PM   #30
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by jefro View Post
https://www.reddit.com/r/linuxquesti...n_ubuntu_1604/

Although I kind of wonder about blacklisted blacklist bcm43xx
I ran the sudo commands in that link. Still doesn't work.
 
  


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
URGENT: iperf does not work to run TCP traffic using IPV6 IP. Same work with IPV4 IP. anjana c Linux - Newbie 1 03-28-2014 01:48 AM
Desktop stops working when I change work spaces using the work space changer on the b mike benton Zorin OS 1 02-26-2014 12:12 AM
I'm defeated: Can't get SCP to work in chroot jail (but sftp and ssh work fine) ponga Linux - Security 2 09-30-2011 11:06 AM
can't make ethernet on laptop work, wireless and usb work fine ubuntu 8.10 rz1988 Linux - Newbie 10 01-13-2009 02:21 PM
FALCONS EYE (nethack) FAILS ON STARTUP, use to work, wont work even after reinstall roorings Linux - Software 0 10-08-2003 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:50 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