[问题]ASUS Atheros L2 集成网卡无法工作

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
yiding_he
帖子: 2677
注册时间: 2006-10-25 18:10
来自: 长沙
联系:

[问题]ASUS Atheros L2 集成网卡无法工作

#1

帖子 yiding_he » 2008-08-28 19:45

Ubuntu 下打开硬件查看工具里面有,型号什么的都列出来了,但是插上网线就是不亮。有没有遇到过同样问题的?怎么办?谢谢!
你是自由的。别人也是。
头像
matrixdwy
帖子: 32
注册时间: 2008-08-27 9:29

#2

帖子 matrixdwy » 2008-08-28 21:02

什么主板的集成网卡?我的是华硕的p5ql-pro,一开始连网卡都显示不出来,然后自己装的驱动。LZ你试试看下面的解决方法:
Ok first the network card is Atheros(R) AR8121/AR8113 PCI-E
Ok these are the steps i followed to get it working!
1) I installed ubuntu hardy, i has build-essential package installed
2) Then i downloaded the linux driver from: http://support.asus.com/download/downlo ... l=P5KPL-CM
(as per my original post)
3) I then transfered the driver via usb stick to my laptop and unpacked the zip. (Actually i unpacked it on windows first as it has a .rar file that i could not unpack on linux Then i packed it up again on windows).
4) cd into <HOME_DIR>/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src
5) then i ran: sudo KBUILD_NOPEDANTIC=1 make
6) then i ran: sudo KBUILD_NOPEDANTIC=1 make install
7) that worked and put a driver in /lib/modules/2.6.24-16-generic/kernel/drivers/net/atl1e/at1le.ko
8 ) i cd into that director and i run: sudo insmod ./atl1e.ko
That is it !!! it worked as soon as i plugged in network card.
回复