首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >高通AR9285无线网络适配器在Ubuntu18.04.3LTS上的HP ProBook 4330问题

高通AR9285无线网络适配器在Ubuntu18.04.3LTS上的HP ProBook 4330问题
EN

Ask Ubuntu用户
提问于 2019-10-01 17:21:13
回答 1查看 2.9K关注 0票数 3
  • 硬件是HP ProBook 4330
  • 软件为Ubuntu 18.04.3 LTS

几天前,WiFi适配器突然停止工作。

设置UI上写着“找不到Wi适配器”

一些CLI说

代码语言:javascript
运行
复制
chuck@jones:~$ lspci -knn | grep Net -A3; rfkill list
24:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
      Subsystem: Hewlett-Packard Company AR9285 Wireless Network Adapter (PCI-Express) [103c:1461]
      Kernel driver in use: ath9k
      Kernel modules: ath9k
25:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
0: phy0: Wireless LAN
      Soft blocked: no
      Hard blocked: yes
1: hp-wifi: Wireless LAN
      Soft blocked: no
      Hard blocked: yes
2: hp-bluetooth: Bluetooth
      Soft blocked: no
      Hard blocked: yes
3: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no

chuck@jones:~$ sudo lshw -C network
[sudo] password for chuck: 
  *-network DISABLED        
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:24:00.0
       logical name: wlo1
       version: 01
       serial: 74:e5:43:bc:ff:06
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=4.15.0-64-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:19 memory:d4700000-d470ffff

chuck@jones:~$ uname -a
Linux jones 4.15.0-64-generic #73-Ubuntu SMP Thu Sep 12 13:16:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

chuck@jones:~$ iwconfig
wlo1      IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

这是否与最新的Ubuntu软件更新有关?或者可能是旧硬件的崩溃?如何解决这样的问题?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2019-10-01 17:34:18

适配器被rfkill阻塞。在惠普笔记本电脑上,这种情况时有发生。以下是修复它的步骤:

  1. 确保您的笔记本上没有硬件无线开关,如果它存在,请打开它。
  2. 检查BIOS的无线选项并启用它。如果您没有无线选项,请尝试将BIOS重置为默认值。
  3. 如果没有任何帮助,请将运行在终端中的HP平台驱动程序列入黑名单: sudo tee /etc/modprobe.d/ blacklist -hp.conf <<<“hp_wmi”

然后重新启动。

票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1177954

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档