当前位置: 技术问答>linux和unix
在RED HED 中如何装REALTEL RTL8029(AS)-PCI,各位大虾版主要指教呀!!
来源: 互联网 发布时间:2014-11-02
本文导语: 我家用FTTB上网的,本来用LINUX好好的,学了不少东西,可是说明书上说这个系统支持这块网卡的,安装项中就是没有这个选项,用什么命令能装上去呀,还有问我什么域名什么的,我问谁去呀,大家指点,没法上网,...
我家用FTTB上网的,本来用LINUX好好的,学了不少东西,可是说明书上说这个系统支持这块网卡的,安装项中就是没有这个选项,用什么命令能装上去呀,还有问我什么域名什么的,我问谁去呀,大家指点,没法上网,装这个系统干嘛呀!
|
我也是这种网卡,可以重新编译内核来解决
cd to /usr/src/linux, them type 'make menuconfig'
select the following options(mark them as '*')
.enable module support
.networking support
.TCP/IP networking
.network device support
.ethernet
.ne2000/ne1000 support(this will add ne2000 driver).
after options are selected, exit and execute
make dep;make clean;
cd to /usr/src/linux, them type 'make menuconfig'
select the following options(mark them as '*')
.enable module support
.networking support
.TCP/IP networking
.network device support
.ethernet
.ne2000/ne1000 support(this will add ne2000 driver).
after options are selected, exit and execute
make dep;make clean;