You are not logged in.

#1 2024-12-27 05:23:36

codita
Member
Registered: 2024-12-27
Posts: 1

my wifi adapter is not working

new arch user, im trying to get my wifi adapter to work but apparently the drivers are downstream (a friend told me this), where am i supposed to get them?

Offline

#2 2024-12-27 09:29:24

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

Re: my wifi adapter is not working

trying to get my wifi adapter to work … where am i supposed to get them?

From the internet…

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

lspci -knn
lsusb -tv
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

And in doubt also post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Fwwi

the drivers are downstream

There're in-tree and out-of-tree kernel modules, "downstream" doesn't make any sense in this context.
Your distro is downstream from the developer, you are downstream from your distro.

Offline

Board footer

Powered by FluxBB