> Also, what I've done to get the eth0 interface up and running > is - > 1) put "modprobe pcnet32" into the /etc/init.d/networking > startup script file (got right script name?). <snip> > Could I have done this in a better way?
Add a line to your /etc/modules file with that same module name. Adding it to the 'networking' script will work until you upgrade the 'initscript' package. It may simply overwrite, although it more likely will prompt you about replacing, keeping your existing one, etc, etc. Hall

