2

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
Pilot6
  • 90,100
  • 91
  • 213
  • 324
Hagrid
  • 21
  • Connect to the internet using e.g. your phone and install firmware-b43-installer – Pilot6 Jul 01 '20 at 17:38
  • You might need to run sudo apt-add-repository universe && sudo apt update first and then run sudo ubuntu-drivers autoinstall – jackw11111 Jul 01 '20 at 19:21