Hello,
Thanks, folks, for reading and responding!
chili555 -- I don't know why that soft block was there. Airplane mode was definitely off. I ran "rfkill list all" again this morning as part of comparison suggested by stevermann and there were no blocks. See comparison below.
jeremy31 -- Can you explain what you're meaning by a "BIOS reset" and why it might apply? Searching the phrase pulls up several different procedures.
stevermann -- I was intending to do that comparison. Here's the results; one set when booted to "live USB" (wifi working), and other set booted to "installed system" (no wifi).
Booted from "live USB:" "sudo lspci -nnk | grep 0280 -A3" and "rfkill list all" (YES wifi)
Code:
ubuntu@ubuntu:~$ sudo lspci -nnk | grep 0280 -A3
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c822]
Subsystem: Hewlett-Packard Company Device [103c:85f7]
Kernel driver in use: rtw_pci
Kernel modules: rtwpci
ubuntu@ubuntu:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
ubuntu@ubuntu:~$
Booted from "installed system:" "sudo lspci -nnk | grep 0280 -A3" and "rfkill list all" (NO wifi)
Code:
admin01@tiny-blue:~$ lspci -nnk | grep 0280 -A3
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c822]
Subsystem: Hewlett-Packard Company Device [103c:85f7]
Kernel driver in use: rtw_pci
Kernel modules: rtwpci
admin01@tiny-blue:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
But here's what might be the most interesting, a comparison of "sudo lshw -c network" booted "live" vs booted "installed:
Booted from "live USB:" "sudo lshw -c network" (YES wifi)
Code:
ubuntu@ubuntu:~$ sudo lshw -c network
*-network
description: Wireless interface
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlo1
version: 00
serial: 40:5b:d8:44:42:0b
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_pci driverversion=5.0.0-23-generic firmware=N/A ip=192.168.254.25 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:16 ioport:1000(size=256) memory:91100000-9110ffff
Booted from "installed system:" "sudo lshw -c network" (NO wifi)
Code:
admin01@tiny-blue:~$ sudo lshw -c network
[sudo] password for admin01:
*-network DISABLED
description: Wireless interface
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlo1
version: 00
serial: 40:5b:d8:44:42:0b
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_pci driverversion=5.4.0-42-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:123 ioport:1000(size=256) memory:91100000-9110ffff
I see a number of differences in the "configuration" sections of the last comparison but I do not know if they are significant, or (if they ARE important) where to go from here.
Thanks in advance for any advice or help offered.
Bookmarks