On 3/3/23, David Wright <deb...@lionunicorn.co.uk> wrote: > > Try removing the atheros module with: > > # rmmod ath10k_pci > > (check its name in /proc/modules), and then reload it with > > # modprobe ath10k_pci > > and check dmesg again.
Bingo! Those were the steps that enable me to see the wireless network with nmtui ... a) sudo rmmod ath10k_pci b) cat /proc/modules | grep "ath10k_pci" c) sudo modprobe ath10k_pci d) sudo ip link: $ sudo ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000 link/ether c0:3e:ba:26:aa:93 brd ff:ff:ff:ff:ff:ff 4: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT group default qlen 1000 link/ether de:79:31:21:04:06 brd ff:ff:ff:ff:ff:ff 5: wlp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000 link/ether 4e:0b:ec:22:77:bc brd ff:ff:ff:ff:ff:ff permaddr 5c:3a:45:0a:fb:c1 $ e) nmtui I will retest all the steps when I get a chance to make sure to go through the steps from a "blank slate", new start