View previous topic :: View next topic |
Author |
Message |
sgsax n00b
Joined: 15 Mar 2005 Posts: 7 Location: Manhattan, KS
|
Posted: Tue Mar 15, 2005 4:29 pm Post subject: ethtool usage |
|
|
I used ethtool to force the settings on my nic. Do I need to do anything to make sure these settings are used the next time I reboot? Here's the relevant system info:
Graphite iMac VE, 400MHz G3
NIC: sungem (compiled as module)
kernel: 2.6.10-gentoo-r6
I know, it's a pathetically old and slow machine, but I had it laying around and figured I'd testdrive gentoo on it.
Thanks.
Seth |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 15, 2005 8:21 pm Post subject: |
|
|
should tell you what startup parameters it accepts; you can set these in modules.autoload.
If you compile it into the kernel (only if it works well) you have to give the parameters on the kernel command line.
If none of these are possible then you'll have to run ethtool on startup, say in /etc/conf.d/local.start. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
sgsax n00b
Joined: 15 Mar 2005 Posts: 7 Location: Manhattan, KS
|
Posted: Tue Mar 15, 2005 8:34 pm Post subject: re: ethtool usage |
|
|
Thanks for the suggestion. Unfortunately modinfo doesn't tell me anything useful about the sungem module. I ended up emerging ethtool and adding it to /etc/conf.d/local.start. That seems to work fine.
Thanks.
Seth |
|
Back to top |
|
|
|