On Mon, 27 May 2002, Ron Hudson wrote:
Anyway I have to enter the following lines every time
I reboot:
modprobe ne io=0x300
dhcpcd
ifconfig eth0 up
so networking is ready...
my question, Anybody know the --proper-- place to put these 3 lines?
I could just put them in local.rc and be done wid um, but that wouldn't be
the --proper-- place to put them.
??? If it works, it's the right place. :)
I don't actually remember where the ifconfig/dhcpcd script went, but
IIRC /etc/conf.modules would work for:
alias eth0 ne
options ne io=0x300
and II-also-RC, with the module loaded, "netconfig" (or "setup")
should
allow you to dictate DHCP for eth0.
I reserve the right to be sadly mistaken, your mileage may vary,
yadda-yadda.
Doc