makefile:Linux kernel source not found
重新编译内核源码:
make:command not found
安装apt-get install make
1..cd src/
2.make install
出现提示:
make[2]: 警告:检测到时钟错误。您的创建可能是不完整的。
Building modules, stage 2.
MODPOST 1 modules
CC /root/src/atl1e.mod.o
LD [M] /root/src/atl1e.ko
make[1]: Leaving directory `/usr/src/linux-2.6.32'
gzip -c ../atl1e.7 > atl1e.7.gz
# remove all old versions of the driver
find /lib/modules/2.6.32ofog -name atl1e.ko -exec rm -f {} \; || true
find /lib/modules/2.6.32ofog -name atl1e.ko.gz -exec rm -f {} \; || true
install -D -m 644 atl1e.ko /lib/modules/2.6.32ofog/kernel/drivers/net/atl1e/atl1e.ko
/sbin/depmod -a || true
install -D -m 644 atl1e.7.gz /usr/share/man/man7/atl1e.7.gz
man -c -P'cat > /dev/null' atl1e || true
man:
无法在 catman 模式下对 /var/cache/man/cat7/atl1e.7.gz 写入
atl1e.
忽略上述提示
3.modprobe atl1e
4.设置/etc/network/interfaces
根据ifconfig -a,配置对应的网卡信息
5.能ping通ip不能上网
新建文件/etc/resolv.conf,配置DNS服务器
网卡驱动
阅读(1083) | 评论(0) | 转发(0) |