无线网卡驱动模块是ath9k的同学注意了

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
funicorn
帖子: 1318
注册时间: 2005-09-13 4:56
系统: Ubuntu Jammy Jellyfi

无线网卡驱动模块是ath9k的同学注意了

#1

帖子 funicorn »

实在忍受不了ubuntu下的网络速度,尽管多年的使用经验告诉我随便怀疑linux的系统架构是很愚蠢的,但是眼看着ubuntu和windows下的巨大网速差异,以及ubuntu中wget与virtualbox中winxp下载速度的巨大差异,实在不能不让我对ubuntu的网络配置情况产生怀疑。刚才google了一下,发现跟我有一样“错觉”的人不在少数,其中我发现了如下的解决方案:

代码: 全选

sudo depmod -a
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
sudo update-initrafms -u
sudo reboot
这个做法应该是为了修改ath9k内核驱动的某些参数配置,nohwcrypt=1,大概就是禁用了无线传输中某些数据加密格式,我不确定这个办法是否有效,但是不妨一试。
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 无线网卡驱动模块是ath9k的同学注意了

#2

帖子 vickycq »

这样啊?我的就是ath9k的。可一试。
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
onlylove
论坛版主
帖子: 5371
注册时间: 2007-01-14 16:23

Re: 无线网卡驱动模块是ath9k的同学注意了

#3

帖子 onlylove »

表示木有感觉……两个差不多……
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 无线网卡驱动模块是ath9k的同学注意了

#5

帖子 vickycq »

nohwcrypt=1 貌似对稳定性也有帮助。最近 4.3.0 内核又出现 DMA failed to stop in 10 ms 问题,加上 nohwcrypt=1 后还没犯过病
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
ayg
帖子: 1
注册时间: 2016-08-23 11:18
系统: ubuntu 16.04 LTS

Re: 无线网卡驱动模块是ath9k的同学注意了

#6

帖子 ayg »

ubuntu 16.04 LTS连接WIFI时,遇到密码位数20+的就没反应,若密码错误,很快就出现提示。
https://ubuntuforums.org/showthread.php ... 152&page=2
使用7楼的方法解决了问题。哎 :Cry
烟波钓叟
帖子: 112
注册时间: 2015-04-04 23:20
系统: linux & windows

Re: 无线网卡驱动模块是ath9k的同学注意了

#7

帖子 烟波钓叟 »

代码: 全选

03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
        Subsystem: Lenovo Device 3218
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 17
        Region 0: Memory at d8400000 (64-bit, non-prefetchable) [size=512K]
        Expansion ROM at d8480000 [disabled] [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: ath9k
        Kernel modules: ath9k
不知道为什么,我这个无线网卡不管是在windows下还是linux下,接受能力都非常弱。
回复