rosewill 无线 pci 卡无法工作

rosewill 无线 pci 卡无法工作

相关规格

Rosewill RNX-N250PC2 pci 无线适配器

映泰 A780L3c 主板

Ubuntu 12.10

首次安装 12.10 时,无线网卡开箱即用。但是,更新系统软件后,它不再工作。所有设置仍在网络管理器中,但似乎无法使其运行。

lspci -nn | grep 0280 的输出为:

Network controller [0280]: Atheros Communications Inc. AR9227 Wireless Network Adapter [168c:002d] (rev 01)

lshw -C 网络的输出如下

*-network UNCLAIMED
       description: Network controller
       product: AR9227 Wireless Network Adapter
       vendor: Atheros Communications Inc.
       physical id: 5
       bus info: pci@0000:03:05.0
       version: 01
       width: 32 bits
       clock: 66MHz
       capabilities: bus_master cap_list
       configuration: latency=64
       resources: memory:febf0000-febfffff

答案1

执行 modprobe 修复了这个问题。

我以前研究过这条路线,但是运行命令lsmod | grep ath来查找可用的驱动器并没有给我任何输出,因此在网上四处寻找试图找出答案...长话短说,我最终尝试运行第二个命令,但同样sudo modprobe ath9k没有输出,但是突然间,系统栏上弹出无线网络已连接的信息。

相关内容