Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1325738
  • 博文数量: 436
  • 博客积分: 7854
  • 博客等级: 少将
  • 技术积分: 3225
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-18 16:30
文章分类

全部博文(436)

文章存档

2013年(2)

2012年(56)

2011年(70)

2010年(308)

分类:

2010-04-30 18:06:53

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) |
给主人留下些什么吧!~~