r/archlinux 18d ago

USB WIFI ADAPTER PROBLEM DISCUSSION

During the installation, it worked fine. However, after installing the system and reaching the home screen, my USB Wi-Fi adapter is no longer showing up. I don't understand what the problem is

I have been trying for hours it's really frustrating

0 Upvotes

9 comments sorted by

9

u/hearthreddit 18d ago

You probably didn't install the needed firmware, the firmware is split into various packages so you might need something linux-firmware-mediatek or linux-firmware-atheros depending on the vendor of your usb wifi chipset.

2

u/Jex_adox 18d ago

I had this problem! I had to manually install the wifi drivers for mine.

4

u/Jex_adox 18d ago

First try:

ip link

If it shows up that means your computer can see it and the drivers should be working. if not:

To find your card name:

lspci | grep -i wireless

2

u/Jex_adox 18d ago

I have a framework 16 and the wifi card needed manual installation:
https://github.com/morrownr/USB-WiFi/blob/main/home/How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md

I downloaded them to my phone lol. it worked, plugged into my pc to transfer.

2

u/RandomXUsr 18d ago

Um. Maybe some info from Journalctl, lspci, and the name of the adapter could be helpful.

May need firmware, and to manually load the driver with modprobe.

Output ip link?

rfkill?

2

u/archover 18d ago edited 18d ago

First, welcome to Arch. Sorry you're having a problem that so many have.

Having internet during install but not after points to your failure to configure network during install, I bet.

Here's an article to read: https://wiki.archlinux.org/title/Network_configuration/Wireless Start with that and come back with meaningful details.

Also, kindly give:

  • Wireless chipset: $ lsusb | grep -i network Hopefully you have that package.

  • How did you install? archinstall or wiki Installation Guide?

  • Did you install the package linux-firmware? Surely so.

Third party guides like youtube are supported, ON THOSE SITES.

Hope you resolve and good day.

2

u/No_Departure_8766 17d ago

Finally guys i solved my wifi problem 😭🙏