Qualcomm Atheros AR8152有线网卡驱动问题解决方案搜集【AR81Family】

自从买了Asus Eeepc px1015之后,小毛病不断,不过也不能怪asus,只能说他们从来不把linux用户当用户而已。
最让人头疼的就是上网的问题,broadcom的无线芯片还好,不管怎么说虽然慢但是不会有太严重的问题。但是atheros的有线网卡芯片可就坑爹了,竟然不能将双绞线热插拔,这tmd不是犯二么。
久经纠结以后,终于在google、ubuntuforums的大牛们的帮助下搞定了。
给出适用于我机器的解决方案吧:
http://ubuntuforums.org/showthread.php?p=9449490

几个命令
先行:

sudo ifconfig -a
lspci
ifup eth0

cat /etc/network/interfaces 
cat /etc/NetworkManager/nm-system-settings.conf
dmesg | grep -e eth0 -e bcm
ifconfig -a
lshw -C Network 
lspci -nn

然后是关键步骤:
Your ethernet hardware seems to be quite new and doesn't have a driver built into Ubuntu as of yet. However, there's a driver included in the compat-wireless stack that you can use (I have no idea why they included an ethernet driver in compat-wireless, but according to these emails, someone did).

To download, compile and install the driver, first go to http://linuxwireless.org/download/compat-wireless-2.6 and download the file named "compat-wireless-2.6.tar.bz2" (you can't download it in the terminal because of anti-hotlinking). Save it to your desktop. Then run these commands (the first two commands require that you either have an Internet connection, or have your Ubuntu installation CD enabled as a software repository):

Code:
sudo apt-get update 
sudo apt-get install build-essential
cd ~/Desktop tar -xjvf compat-wireless-2.6.tar.bz2
cd compat-wireless*
scripts/driver-select atl1c
make sudo make install
Then reboot. Hopefully your ethernet will work automatically after reboot; if not, run:
Code:
sudo modprobe atl1c
to insert the driver. 

整体解释一下就是在经过了查看各种网络设置之后发现硬件驱动坑爹了,而与此同时drivers for ubuntu又不存在。
于是就去ubuntu官网下载了通用有线网卡驱动,在本机上编译,然后就搞定了。
其实去下官网驱动也是同样的步骤,不过不知为什么qualcomm收购了atheros之后drivers下载就没了,而其他网站上面下载的都有各种各样的奇怪问题。

总之,解决了。很高兴。。终于能热插拔了。

再附上其他几个我搜到的有些帮助的页面:

posted on 2011-10-20 13:01 BUPT-[aswmtjdsj] @ Penalty 阅读(5369) 评论(2)  编辑 收藏 引用 所属分类: Linux

评论

# re: Qualcomm Atheros AR8152有线网卡驱动问题解决方案搜集【AR81Family】 2011-11-01 10:01 飞琦

hello,兄弟,我的是Atheros AR8152的驱动,请问该怎么弄?我都没地方下载驱动~求帮助啊~~jingxiuheshan@163.com这是我邮箱,QQ:527544490还请指教~~  回复  更多评论   

# re: Qualcomm Atheros AR8152有线网卡驱动问题解决方案搜集【AR81Family】 2011-11-01 10:17 BUPT-[aswmtjdsj] @ Penalty

@飞琦
你是linux不?如果是的话,我这篇应该可以帮到你了吧?
如果是windows⋯⋯那我也不知道了。  回复  更多评论   


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

常用链接

留言簿(1)

随笔分类(150)

随笔档案(71)

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜