这里有非常类似的问题,但所有这些问题都是通过使用mod探头禁用一些其他wifi源来解决的,然后在我的例子中重新设置rfkill:
artixlinux:[rail]:/etc/modprobe.d$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes对于nmcli:
wlan0: unavailable
"Qualcomm Atheros AR9485"
wifi (ath9k), 5A:9D:61:C0:BB:F0, sw disabled, hw, mtu 1500我已经尝试过对ath9k进行模拟,但这没有任何作用。
硬件:
[System]
OS: Artix Linux 20220123 n/a
Arch: x86_64
Kernel: 5.18.0-zen1-1-zen
Desktop: KDE
Display Server: x11
[CPU]
Vendor: GenuineIntel
Model: Intel(R) Core(TM) i3-3227U CPU @ 1.90GHz
Physical cores: 2
Logical cores: 4
[Memory]
RAM: 3.7 GB
Swap: 0.0 GB
[Graphics]
Vendor: Intel
OpenGL Renderer: Mesa Intel(R) HD Graphics 4000 (IVB GT2)
OpenGL Version: 4.2 (Compatibility Profile) Mesa 22.2.0-devel (git-3e679219a1)
OpenGL Core: 4.2 (Core Profile) Mesa 22.2.0-devel (git-3e679219a1)
OpenGL ES: OpenGL ES 3.0 Mesa 22.2.0-devel (git-3e679219a1)
Vulkan: Supported发布于 2022-10-18 10:46:47
请参阅https://askubuntu.com/a/98719
的“硬阻塞”不能被软件改变,在你的键盘或笔记本电脑的边缘上找一个wifi键;如果在bios中禁用,设备也可以被硬阻塞。
和:https://askubuntu.com/questions/98702/how-to-unblock-something-listed-in-rfkill#comment618926_98719
当wifi在bios.中被禁用时,也会发生
FYI硬块。
https://stackoverflow.com/questions/72508124
复制相似问题