linux
148 days ago
Cisco Aironet Wireless 350 used in linux
最近T30笔记本的无线网卡突然不好使了,先是出现1802错误,然后是网卡不能正常使用。
1802错误解决方法:
可以使用dos下一个程序no1802.com 下面的链接有一个linux版本.
http://www.thinkwiki.org/wiki/Problem_with_unauthorized_MiniPCI_network_card
过些天无限网卡不能使用,内核有警告信息 WARNING: Error inserting padlock_aes (/lib/modules/2.6.25-ARCH/kernel/drivers/crypto/padlock-aes.ko): No such device
linux下使用解决方法:
修改 /etc/modprobe.conf 文件,添加如下内容:
# these aes modules break the airo driver
blacklist padlock_aes
blacklist geode_aes
尝试在rc.conf中将上面两个模块加到黑名单没有效果.
参考:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/189398
http://bbs.archlinux.org/viewtopic.php?id=45833
Komments
<< "err, wlan0: interface is not Ethernet, FireWire, InfiniBand or Token Ring" 解决 QQ 出了linux的版本 >>