Stone Linton wrote:
> I'm coming up with something like module not found, I assume
> this means that this isn't the one.
SOrry, I didn't get the command right. try:
/sbin/modprobe 3c509
Tell me exactly what that says. Then you may have to specify I/O addresses. if you do, then you need to specify the two addresses on the one line:
/sbin/modprobe 3c509 io=0x280,0x300
and if those were the correct values, then you need:
options 3c509 io=0x280,0x300
in /etc/conf.modules.
> What should I expect when I do get a correct address?
You will get a message from the driver showing the author, date, and the I/O and IRQ settings.
> Any ideas as to what ranges to
> try? Anybody?
Have a look in the Ethernet HOWTO and the BootPrompt HOWTO from
http://www.linuxdoc.org/.
Regards
Charlie