You are not logged in.

#1 2023-09-06 13:09:52

DaysSky
Member
Registered: 2022-12-30
Posts: 35

Wifi and ethernet not working

I have a wifi card realtek RTL8852AE, and while i had no idea what was going on i did a lot of messy stuff and somehow got it to work, but while i was trying to fix an issue with networkmanager it doesnt work now and i tried plugging in an ethernet adapter but that also does not work.

lsusb only shows ethernet and bluetooth
lspci shows wifi adapter
nmcli returns only loopback

Last edited by DaysSky (2023-09-06 13:10:27)

Offline

#2 2023-09-06 13:29:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,099

Online

#3 2023-09-06 13:34:40

DaysSky
Member
Registered: 2022-12-30
Posts: 35

Re: Wifi and ethernet not working

seth wrote:

I cannot upload my logs and post it, but i can try to type it. What commands would i run?

Offline

#4 2023-09-06 13:39:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,099

Re: Wifi and ethernet not working

You're online right now, are  you?
Either use https://wiki.archlinux.org/title/Tethering or redirect the outputs into a file and usb-walk that to the system with internet access.
Start w/ your system journal,

sudo journalctl -b | curl -F 'file=@-' 0x0.st # upload
sudo journalctl -b > /tmp/journal.txt # file

Also compare

uname -a
pacman -Qs kernel

Chances are, you updated and forgot to mount the /boot partition and now lack modules for the dated kernel you end up booting.

Online

#5 2023-09-08 12:38:53

DaysSky
Member
Registered: 2022-12-30
Posts: 35

Re: Wifi and ethernet not working

seth wrote:

You're online right now, are  you?
Either use https://wiki.archlinux.org/title/Tethering or redirect the outputs into a file and usb-walk that to the system with internet access.
Start w/ your system journal,

sudo journalctl -b | curl -F 'file=@-' 0x0.st # upload
sudo journalctl -b > /tmp/journal.txt # file

Also compare

uname -a
pacman -Qs kernel

Chances are, you updated and forgot to mount the /boot partition and now lack modules for the dated kernel you end up booting.

Since i realized my system was so messed up from all the random stuff i did without realizing when i was new I decided to do a fresh install.

Offline

#6 2023-09-08 13:16:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,099

Re: Wifi and ethernet not working

As the thread now serves no further purpose no offers benefit to future readers, please https://bbs.archlinux.org/misc.php?report=2119197 if for the dustbin.

Online

Board footer

Powered by FluxBB