I am new to Ubuntu 20.04.
I was using windowsXP and i did a dual boot in my pc.
It looks everything is good but i am not able to detect wifi connection.
$ iwconfig
enp7s0 no wireless extensions.
lo no wireless extensions.
and
lspci -knn
ETHERNET CONTROLLER [0200]: Intel Corporation PRO/100 VE Network Connection [8086:1092] (rev 02)
Subsystem: Hewlett-Packard Company PRO/100 VE Network Connection [103c:30bb]
Kernel driver in use: e100
Kernel modules: e100
I read responses to similar thread and some suggested installing bcmwl-kernel-source
On trying that I get an error :
Unable to locate package bcmwl-kernel-source
$ lspci -knn | grep Net; rfkill list
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:4311] (rev02)
05:08.0 Ethernet controller [0200]: Intel Corporation PRO/100 VE Network Connection [8086:1092] (rev 02)
Subsystem: Hewlett-Packard Company PRO/100 VE Network Connection [103c:30bb]
0: hp-wifi Wireless LAN
Soft blocked: no
Hard blocked: no
lspci
list, not for ethernet. – lev258 Jul 01 '20 at 17:21lspci -knn | grep Net; rfkill list
terminal command. – Pilot6 Jul 01 '20 at 17:24firmware-b43-installer
– Pilot6 Jul 01 '20 at 17:38sudo apt-add-repository universe && sudo apt update
first and then runsudo ubuntu-drivers autoinstall
– jackw11111 Jul 01 '20 at 19:21