lspci -vvnn | grep -A 9 Network
output:
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Hewlett-Packard Company BCM43142 802.11b/g/n [103c:804a]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 255
Region 0: Memory at 91200000 (64-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel modules: bcma, wl
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
iwconfig
output:
lo no wireless extensions.
enp3s0 no wireless extensions.
lspci -knn | grep net -A2
output:
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:80c5]
Kernel driver in use: r8169
Kernel modules: r8169
I think my system is Ubuntu 16.04, but I think I don't have the right driver. I don't understand what to check with regards to my model number and specifications to determine what drivers I need to install.
Neither wifi or Bluetooth work on my computer, can someone help me fix this please?
sudo modprobe wl
and also: lsmod | grep -e wl -e b43` Welcome to askubuntu. – chili555 Aug 12 '16 at 20:06wl
is there and not in use, that means that Secure Boot is on. – Pilot6 Aug 12 '16 at 20:43