2020 年 7 月 24 日星期四,我更新了 Linux 软件(我经常这样做),2020 年 7 月 25 日星期五,我的电脑(古老的 Dell Dimension E520)无法识别 USB 网络适配器(TP-Link TL-WN722N)。
当我输入 $ lsusb 时,网络适配器显示出来。但是,通过 $ dmesg,我看到无线网络驱动程序 ath9k_htc 没有运行。
当我手动启动到 4.4.0-185-generic 时,网络适配器工作正常。
我是否应该清除 4.4.0-186-generic,或者继续手动启动到 4.4-185-generic 直到修复完成?
谢谢,
DHowell725
PS:我还没有更新到 Ubuntu 18.04,因为我的系统只以 1.86 GHz 运行。
根据 chili555 的反馈,以下是我认为最相关的信息
$ dsmeg:
[ 5.689420] usb 1-3: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[ 25.689532] usbcore: registered new interface driver ath9k_htc
[ 25.903166] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 26.833068] usb 1-3: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[ 27.085439] ath9k_htc 1-3:1.0: ath9k_htc: HTC initialized with 33 credits
[ 27.378166] gpio_ich: GPIO from 462 to 511 on gpio_ich
[ 29.781268] cfg80211: World regulatory domain updated:
[ 29.781275] cfg80211: DFS Master region: unset
[ 29.781277] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 34.962616] Adding 2093052k swap on /dev/sda6. Priority:-1 extents:1 across:2093052k FS
[ 35.712552] cgroup: new mount options do not match the existing superblock, will be ignored
[ 51.278746] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 51.476255] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 116.336460] audit_printk_skb: 87 callbacks suppressed
[ 116.336465] audit: type=1400 audit(1596037822.260:41): apparmor="DENIED" operation="open" profile="/usr/share/hplip/systray.py" name="/snap/bin/" pid=1564 comm="hp-upgrade" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 116.346453] audit: type=1400 audit(1596037822.268:42): apparmor="DENIED" operation="exec" profile="/usr/share/hplip/systray.py" name="/bin/ping" pid=1566 comm="hp-upgrade" requested_mask="x" denied_mask="x" fsuid=1000 ouid=0
[ 133.698756] ath9k_htc: Failed to initialize the device
[ 133.698972] usb 1-3: ath9k_htc: USB layer deinitialized
答案1
8 月初,我通过 kernel.org bugzilla 报告了这个问题。昨天 (9 月 5 日) 我下载了系统更新,今天 (9 月 6 日) 我使用新添加的 4.4.0-189-generic 启动。我的网络适配器可以使用这个新内核。