You are not logged in.
Pages: 1
Hello,
After last upgrade, wifi-menu stopped to work:
@honor ~]$ sudo wifi-menu
[sudo] password for andy:
Invalid interface specification
Usage: wifi-menu [-h | --help] [-o | --obscure] [INTERFACE]
Interactively connect to a wireless network on INTERFACE using netctl.
If only one wireless interface is available, INTERFACE can be omi
Last edited by Fixed (2025-06-24 13:10:27)
XFCE4 under Arch on Honor MagicBook
Offline
Mod note: moving to Networking.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Do you have a wireless interface? What does `ip l` show?
Offline
yes, I have wifi interface.
ip l
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
4: enp3s0f3u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether d8:eb:97:b0:ea:55 brd ff:ff:ff:ff:ff:ff
altname enxd8eb97b0ea55
XFCE4 under Arch on Honor MagicBook
Offline
There is no wireless interface there, so no, you don't. What adapter do you have?
Offline
lspci
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
it's strange since it worked OK for years
Last edited by Fixed (2025-06-24 17:38:07)
XFCE4 under Arch on Honor MagicBook
Offline
Is "linux-firmware-realtek" installed?
$ pacman -Q linux-firmware-realtek
linux-firmware-realtek 20250613.12fe085f-6
Offline
Do you have https://archlinux.org/packages/core/any … e-realtek/ ?
Edit: hey, not fair!
Last edited by seth (2025-06-24 17:47:18)
Offline
Offline
lspci -k
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
Subsystem: Electronics & Telecommunications RSH Device 1e25
Kernel modules: rtw88_8822ce
Does it mean that kernel module is loaded?
XFCE4 under Arch on Honor MagicBook
Offline
No.
You'd be looking for "Kernel driver in use" - if you want to know why it failed, check the system journal.
Offline
lspci -k
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
Subsystem: Electronics & Telecommunications RSH Device 1e25
Kernel modules: rtw88_8822ce
Does it mean that kernel module is loaded?
pacman -Q realtek
$ pacman -Q linux-firmware-realtek
error: package 'linux-firmware-realtek' was not found
XFCE4 under Arch on Honor MagicBook
Offline
Still "no" and the reason might be the missing firmware.
Offline
I loaded firmware:
sudo pacman -S linux-firmware-realtek
resolving dependencies...
looking for conflicting packages...
Packages (1) linux-firmware-realtek-20250613.12fe085f-6
Total Download Size: 5.32 MiB
Total Installed Size: 5.42 MiB
Still no luck:
sudo wifi-menu
[sudo] password for andrei:
Invalid interface specification
Usage: wifi-menu [-h | --help] [-o | --obscure] [INTERFACE]
Interactively connect to a wireless network on INTERFACE using netctl.
If only one wireless interface is available, INTERFACE can be omitted.
Arguments:
-h, --help Show this help
-o, --obscure Show asterisks for the characters of the password
and store the password as a hexadecimal string
Last edited by Fixed (2025-06-24 19:10:32)
XFCE4 under Arch on Honor MagicBook
Offline
Just installing the package won't to shit - have you rebooted?
If the kernel module stll doesn't load, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline
Dear Seth,
I re-booted and, OMG, wifi-menu started to work!
Thank you so much, everyone, for all your help.
And before I mark the thread as "Solved", may I ask you the question: How come that wifi-menu, which worked flawlessly for years, broke after the uodate?
Cheers!
XFCE4 under Arch on Honor MagicBook
Offline
Not wifi-menu broke, your wifi chip did.
Or rather, it could not properly function without its firmware which wasn't present because you (likely) completely removed linux-firmware but did not install the required linux-firmware-realtek
Check your journal, chances are you're missing on some other FW (intel or amdgpu?)
Installing the firmware and then reloading the kernel module (via reboot) allowed the FW to be loaded. Profit.
Offline
This thread helped me solve my wi-fi issue. After an upgrade, my wi-fi was not working. Just had to install linux-firmware-intel. Not sure why I needed to install it now, was working fine before. Something must have changed. The wi-fi that stopped working was the same wi-fi that installed the upgrade.
Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
Last edited by GameCodingNinja2 (2025-07-26 17:28:46)
Offline
The why was announced on the news page https://archlinux.org/news/linux-firmwa … ervention/
Note that if you happened to see that but only copy pasted the command from the front page you will likely accidentally have removed linux-firmware without installing it back (as that would have pulled the "commons" like intel and realtek in implicitly)
Offline
I always check the home page before I upgrade and even though I did see that, didn't make the connection with the linux-firmware part. Now I know. I've never had to include these before so it was a lack of experience. Since I did notice the nvidia because I have an nvidia card, made that change.
Offline
Pages: 1