No WiFi option

WiFi not showing after fixing this Boot Failure issue. Also this didn’t help.

The live USB shows wifi option
live_USB

No such option when booted into system
system


inxi -Na

Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Gigabyte driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: d000 bus-ID: 03:00.0 chip-ID: 10ec:8168 class-ID: 0200

TP-Link TL-WN823N v2/v3 [Realtek RTL8192EU] is my WiFi USB device.
Kernel: 5.19.7-arch1-1

Probably because of this:

What does sudo dkms autoinstall show?

sudo dkms autoinstall

Deprecated feature: REMAKE_INITRD

That is the whole output?

Yes

What does dkms status show?

dkms status

rtl8192eu/1.0, 5.19.7-arch1-1, x86_64: installedDeprecated feature: REMAKE_INITRD

(rtl8192eu/1.0 because I updated WiFi driver using that guide & it worked fine till the last time)

Can you show the ouput from this shell-cmd, pls:
ip link

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: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 40:8d:5c:e4:72:50 brd ff:ff:ff:ff:ff:ff
4: enp0s20u12: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 1e:cc:19:45:66:b7 brd ff:ff:ff:ff:ff:ff

(Do let me know if any of the commands show private details like ip adress or anything private, I’ll post the output as screenshot & blur the private parts)

It shows 2 ethernet devices? But no Wifi? Would that be no. 3 (which is missing)??

2 ethernet? Connected to my android device using USB tethering only.
Yep no wifi detection or even wifi option.

image

Maybe the Wifi is maskerading as an ethernet.
sudo ip link set enp3s0 up

:point_up:

Then again, pls:
ip link

Edit:
It is already UP but says “no-carrier”.

ip link set enp3s0 up

RTNETLINK answers: Operation not permitted

sudo ip link set enp3s0 up

No output

ip link

same output as before

If ip link remains same, it is a driver-issue.

What does ip link give now? Same as before?

yes

Can you try installing this driver from AUR?

yay -S rtl8192eu

…and reboot?

aur/8192eu-dkms-git r136.6a758d5-1 (+2 0.05) 
    Driver for the Realtek 8192eu chipset (DKMS)
aur/8192eu-dkms 114.6d2705d-1 (+13 0.23) (Orphaned) (Out-of-date: 2021-01-31) 
    Driver for the Realtek 8192eu chipset (DKMS)

you have one of them installed all together?
I do not think device is showing up at all from the output posted here…
from the 4 TP link USB wifi dongles I have here none needs a special drive installed but all showing up as wlan0 running ip link

5: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether c4:5r:1f:3e:0f:a9 brd ff:ff:ff:ff:ff:ff

As I mentioned here, it’s an outdated Driver & I’m using the official driver. I dont have any hope but could try the outdated driver though.

it is a driver-issue.

Could it be the Kernel issue? cause I faced no such issues before.

Two ways to go, and to decide which one first:

Try linux-lts kernel, or try fixing the driver issue first.

Show me the exact driver you have installed, please:

hwinfo --netcard --bluetooth | grep -Ei "(speed|hotplug|model|status|cmd|file|detected|driver:)" | grep -v "Config S"

you have one of them installed all together?

Not using from AUR. Updated from the easylinuxtipsproject guide.