[求助]Dell 14R的网卡问题
发表于 : 2010-08-18 22:57
最近刚买了电脑,是Dell的14R N4010,CPU是i3-350,装了lucid Lynx 10.04,发现网络连不上,而电信Modem的Ethernet灯不亮,猜测是网卡没弄好。查了一下网卡,是Atheros AR8152 PCI-E Fast Ethernet Controller,找不到Linux下的相关驱动,请教各位大大,我该怎么装驱动呢?
make -C /lib/modules/2.6.32-24-generic/build M=/home/imj/Desktop/compat-wireless-2010-09-20 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-24-generic'
CC [M] /home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.o
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c: In function ‘wmi_bssInfo_event_rx’:
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: ‘i’ undeclared (first use in this function)
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: (Each undeclared identifier is reported only once
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: for each function it appears in.)
make[3]: *** [/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.o] Error 1
make[2]: *** [/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl] Error 2
make[1]: *** [_module_/home/imj/Desktop/compat-wireless-2010-09-20] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-24-generic'
make: *** [modules] Error 2
我后来又下了一个7月12日的版本,这次可以正常安装了,谢谢。idealab 写了:我的电脑跟flyite的是一样的,只是下载的是9月20日的安装版本。按照Canon Lee分享的方法去编译内核模块,就在执行到make(编译模块)的时候得到了以下日志结果,不知大家有没有碰到这样的问题:
make -C /lib/modules/2.6.32-24-generic/build M=/home/imj/Desktop/compat-wireless-2010-09-20 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-24-generic'
CC [M] /home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.o
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c: In function ‘wmi_bssInfo_event_rx’:
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: ‘i’ undeclared (first use in this function)
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: (Each undeclared identifier is reported only once
/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.c:1459: error: for each function it appears in.)
make[3]: *** [/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl/wmi/wmi.o] Error 1
make[2]: *** [/home/imj/Desktop/compat-wireless-2010-09-20/drivers/staging/ath6kl] Error 2
make[1]: *** [_module_/home/imj/Desktop/compat-wireless-2010-09-20] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-24-generic'
make: *** [modules] Error 2
已经发了过去,不知你搞定没有?HV54 写了:我和你一样的问题,网卡鈺硕 AR8152 PCI-E Fast Ethernet Controller / 戴尔,ubuntu不能上网,感谢帮助,我的邮箱[email protected],以后我们共同学习