I just installed EOS, and when i was gonna connect to my WIFI, it didn’t show any of my routers, and there was nothing to toggle it either. Even when i tried to connect through the terminal, it also didn’t show any of my routers, but my Ethernet works perfectly fine for some reason. Is there a way to fix this?
Welcome to the forum @iofjpewfjpwefj , What is the output of
inxi -Na
Network:
Device-1: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
vendor: Foxconn driver: mt7921e v: kernel pcie: gen: 2 speed: 5 GT/s
lanes: 1 bus-ID: 06:00.0 chip-ID: 14c3:0616 class-ID: 0280
Device-2: ASIX AX88179 Gigabit Ethernet driver: cdc_ncm type: USB rev: 3.2
speed: 5 Gb/s lanes: 1 mode: 3.2 gen-1x1 bus-ID: 6-1.3:3 chip-ID: 0b95:1790
class-ID: 0a00 serial: 00D3325D
So
yay -S rz608-fix-git
is installed, isn’t it?
No, do i have to install it?
Does it show any other networks in your neighborhood? Or you are not seeing any WiFi at all in your Settings?
Secion 2. is your case I guess:
2. MT7922 - mt7922 (AMD RZ616) chipsets
from here.
I’m not seeing any WIFI, only ethernet.
It still doesn’t work.
Not so sure you need this. I would uninstall it if it didn’t work. The mediatek WiFi chips can be problematic. It does show the module loaded mt7921e
Are you dual booting with Windows? After uninstalling that package and rebooting try
sudo modprobe -r mt7921e
sudo modprobe mt7921e
Edit: You can also try adding
options mt7921e disable_aspm=1
To the following file
/etc/modprobe.d/mt7921e.conf
Then reboot.
ls -al /lib/firmware/mediatek
is not empty.
Rebooted and
nmtui
Edit connection
shows nothing
that also didn’t work. And no, I’m not dual booting with windows.
@iofjpewfjpwefj
Without knowing your preferences / constrains take a look at who supports yr wifi:
https://linux-hardware.org/?id=pci:14c3-0616-105b-e0cd
Perhaps try /check out Artix in live mode. Edit: runit version works fine here.
Network is under hidden icons of taskbar (Plasma)
Mediatek wifi Firmware issue: https://bbs.archlinux.org/viewtopic.php?id=308360 ——> Temporary solution is to downgrade firmware to 0808 version linux-firmware-mediatek-20250808-1-any.pkg.tar.zst if you have other internet to install from it: sudo pacman -U https://archive.archlinux.org/packages/l/linux-firmware-mediatek/linux-firmware-mediatek-20250808-1-any.pkg.tar.zst if not check your package cache for the version and use sudo pacman -U /var/cache/pacman/pkg/inux-firmware-mediatek-20250808-1-any.pkg.tar.zst also possible to use sudo downgrade linux-firmware-mediatek and choose the older version..
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.