System: HP ab516TX
sudo lshw -C network
gives
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:94100000-94107fff
and lscpi
gives
03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
I have checked the following topics, they aren't helping:
No WI-FI in Ubuntu 16.04 gnome [duplicate]
How do I install BCM43142 wireless drivers for Dell Vostro 3460/3560?
New : Installing Broadcom Drivers
@Pilot6, Here you go. Yes I did read both of the articles. Also disable secure boot before trying to install the recommended driver.
lspci -knn | grep Net -A2
03: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]
lspci -knn | grep Net -A2
terminal command. Did you read the related link? – Pilot6 Jun 12 '16 at 11:19PS: how do you include formatting in comments?
– Kartik Mudgal Jun 12 '16 at 11:31some text
. – Jonas Czech Jun 12 '16 at 11:38sudo apt-get install bcmwl-kernel-source
? Did you disable SecureBoot if applicable? – Pilot6 Jun 12 '16 at 11:42bcmwl-kernel-source
before I had asked this question, and thus had to--purge
it first – Kartik Mudgal Jun 12 '16 at 11:45sudo mokutil --disable-validation
,mokutil --sb-state
showsSecureBoot enabled
. Anything I can do to disable it? – Kartik Mudgal Jun 12 '16 at 11:59mokutils
not disablingSecureBoot
. I had to do it through the setup options at boot This is a correct solution my problem – Kartik Mudgal Jun 13 '16 at 05:01