【问题标题】:AR9485 Wireless Network Adapter with linux mintAR9485 带 linux mint 的无线网络适配器
【发布时间】:2013-08-07 17:38:02
【问题描述】:

最近我更换了适用于 Linux 的 VivoBook 500ca。

我安装了最新的 Mint Cinnamon。我的无线网卡出现了一些问题:

description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Atheros Communications Inc.
physical id: 0

当我启动我的电脑时,一切正常运行大约 10 分钟,然后我与无线网络断开连接。

我尝试使用 ndiswrapper 和一些 inf 文件安装驱动程序,但无法使其正常工作!我总是说:

 Module could not be loaded. Error was:

 FATAL: Module ndiswrapper not found.

 Is the ndiswrapper module installed?

任何想法为什么我总是断开连接?

【问题讨论】:

标签: linux networking wireless


【解决方案1】:

当您尝试使用 ndiswrapper 安装它时,您是否加载了该模块?如果没有,请尝试:

sudo modprobe ndiswrapper

但首先,检查驱动程序是否在 ndiswrapper 中:

ndiswrapper -l

如果您想检查是否使用了正确的命令将模块添加到 ndiswrapper,类似于:

sudo ndiswrapper -i <filename.inf>

加载模块后,可以用dmesg查看系统日志,检查是否有问题。

这可能是硬件问题,也许如果您在断开连接时查看 dmesg 可能会对问题有所了解。

【讨论】:

    【解决方案2】:
    sudo apt-get install ndiswrapper-dkms
    

    【讨论】:

    • 如果这不是垃圾邮件,应该解释这个命令以及这个包为用户做了什么。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-03-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-02-04
    • 1970-01-01
    相关资源
    最近更新 更多