Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Kenneth on July 24, 2000, 05:21:43 AM
-
Hello,
Is there any way that I can get my 3com 3c509B (ISA) to work with e-smith, it worked with red hat 6.1 (kernel 2.0)
It's not that I'm cheap, but that I have a whole bunch of 3com ISA NIC's around and I want to use them.
Kenneth
-
ISA cards have never been supported. I am sure that you can load your own drivers. However, to my knowledge they are not going to be supported.
-
Logon as root - Alt-F2.
/sbin/e-smith/config set EthernetDriver1 3c509
/sbin/e-smith/config set EthernetDriver2 3c509
then edit /etc/conf.mosules < pico /etc/conf.modules >
alias eth0 3c509
alias eth1 3c509
options eth0 io=0x???
options eth1 io=0x???
???= you cards io number
save then run
/sbin/e-smith/signal-event console-save
reboot and you should have it
-
>then edit /etc/conf.mosules < pico /etc/conf.modules >
>alias eth0 3c509
>alias eth1 3c509
>options eth0 io=0x???
>options eth1 io=0x???
>???= you cards io number
>save then run
Don't forget plug'n play has to be uninhabited.
-
Hello,
Thanks for all the help with the ISA cards, but how do I find out the io number of my cards?, is there a way that linux can probe for the best numbers?
Thanks from a newbie,
Kenneth
-
ftp://ftp.3com.com/pub/nic/cardfind.exe
put this file on a dos ploppy and run it... it should tell you all kinds of cool stuff about your 3c509...