启动的时候可以识别到网卡,可是。。。
启动的时候可以识别到网卡,可是在终端里配置时ifconfig etho ...
返回错误:
Device not found
???我的网卡是TP-link ??? not etho
but eth0
and you should not use ifconfig,should use "knetworkconf" or "setup" ??? 没错呀,我用的是eth0,不好意思,刚才打错了
还是不行,关于setup,他的功能和netconfig一样的吧,据我了解用netconfig设置之后,还需要用ifconfig设一下,不知道为什么~~现在怎么办呀,还是不行,我那个配置文件/etc/modules.conf(可能是这个名子吧)里 原来是 8139too ,我改成RTL8139,或8139都不行 setup只要可以设置ip等信息,就是正常的。
ifconfig eth0 up|down可以,
为什么不
service network restart
呢? 发信人: bbsy (bsy), 信区: Linux
标题: Re: linux 安装完之后如何装网卡
发信站: BBS 水木清华站 (Fri Sep 24 19:34:10 1999)
【 在 lldzhx (lldzhx) 的大作中提到: 】
: 我在安装linux时没装网卡,现在想把网卡装上,我的网卡时isa卡,
: 不知如何安装,特向各位大侠请教.
假设你的网络配置如下:
ip: I.I.P.P
network address: I.I.X.X
netmask: N.N.M.M
gateway: G.G.W.W
----------------------------------------
1. Load ethernet card modules.
/sbin/depmod -a
/sbin/modprobe ne2k-pci (换成适合你的网卡的模块名)
如果是ne2000兼容的isa,可以这样试一试
/sbin/depmod -a
/sbin/modprobe ne
如果不行再试试这个
/sbin/modprobe 8390
/sbin/modprobe ne
如果成功系统会显示找到eth0
2. Bring up the device.
/sbin/ifconfig eth0 I.I.P.P netmask N.N.M.M up
/sbin/route add -net I.I.X.X netmask N.N.M.M eth0
/sbin/route add default gw G.G.W.W eth0
现在你应该可以ping通internet上的机器了
3. add all above command to /etc/rc.d/rc.local
4. 设定机器的名称,设定域名服务器什么的,具体看一下 net3 howto
--
※ 来源:·BBS 水木清华站 bbs.net.tsinghua.edu.cn· setup只要可以设置ip等信息,就是正常的。
ifconfig eth0 up|down可以,
为什么不
service network restart
呢?只有setup可以正常设置,ifconfig eth0 up不行呀 谢谢大家,已经好了我运行
ifup eth0它提示modprobe: Can't open dependencies file /lib/modules/2.4.18-3/modules.dep (No such file)我就把
redhat7.3 里的 /lib/modules/2.4.18-3 目录拷过来了没想到这样就可以用了-_-
可是不知这时为什么? 谢谢大家,已经好了我运行
ifup eth0它提示modprobe: Can't open dependencies file /lib/modules/2.4.18-3/modules.dep (No such file)我就把
redhat7.3 里的 /lib/modules/2.4.18-3 目录拷过来了没想到这样就可以用了-_-
可是不知这时为什么?
你的内核没装好吧? 重装中。。。
页:
[1]