dolephi9080 发表于 2003-4-27 16:00:45

[req] 如何把网卡的speed转为 10base half?

我知道可以用
mii-tool -f 参数来设置
但每次开机都要设,请问有没有办法把它默认为 10base half duplex?

Dragonfly 发表于 2003-4-28 02:11:49

for example, let us assume u use e100.o.
1) compile u nic driver as module.
2) use modinfo e100 or check the src/linux/documentation/networking/xx.txt or check the kernel sourc code to see which paramters control this. for e100 is e100_speed_duplex.
3) modify the /etc/module.conf to add options for u e100.
that's all.
页: [1]
查看完整版本: [req] 如何把网卡的speed转为 10base half?