我在华硕 vivomini un62 上安装了 ubuntu 服务器,之后还安装了 gnome 和 taskel。wifi 可以正常工作,但如果我进入设置,就看不到任何 wifi 信息。屏幕 屏幕2
正如您从 GUI 屏幕截图中看到的,我什么也看不到。
lspci -knn |grep -i -A2 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 11)
Subsystem: ASUSTeK Computer Inc. AM1I-A Motherboard [1043:859e]
Kernel driver in use: r8169
--
04:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: ASUSTeK Computer Inc. QCA9565 / AR9565 Wireless Network Adapter [1043:85f2]
Kernel driver in use: ath9k
Kernel modules: ath9k
rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo dmesg | grep ath
[ 7.340911] systemd[1]: Listening on multipathd control socket.
[ 8.791225] ath9k 0000:04:00.0: enabling device (0000 -> 0002)
[ 8.791506] ath: phy0: WB335 2-ANT card detected
[ 8.791510] ath: phy0: Set BT/WLAN RX diversity capability
[ 8.800950] ath: phy0: Enable LNA combining
[ 8.802212] ath: phy0: ASPM enabled: 0x43
[ 8.802218] ath: EEPROM regdomain: 0x60
[ 8.802219] ath: EEPROM indicates we should expect a direct regpair map
[ 8.802221] ath: Country alpha2 being used: 00
[ 8.802223] ath: Regpair used: 0x60
[ 9.321580] ath9k 0000:04:00.0 wlp4s0: renamed from wlan0
我在网上搜索了很多,但我不明白为什么我看不到图形设置。我发布了一些我在其他帖子中读到的命令的输出。