Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Daryll Griffiths on September 20, 2001, 12:57:46 AM
-
Hi All,
Unlike some I have little money, little knowledge of linux and only enough nic's for my LAN.
Here's the setup. The 2 nic's being put into my e-smith box are a pci working compaq ( intel chip ) card and the 3com ISA. I note that ISA cards are not supported but some users have reported them as working ok. The ISA card is the one registered with my isp and must be used for the external nic ( Ethernet2 [ eth1 ] ).
Using info i have found I done the following.
1.Using the 3com dos utility, I noted the IRQ assigned to the card ( 10 ) and IO ( 300h ). I also disabled plug and play.
2. I editied modules.conf in /etc to have :
alias eth0 [driver]
alias eth1 3c509
options eth1 io=0x300h
The e-smith configuration file has also been modified for EthernetDriver2 to be 3c509.
The Problem is that it refuses to connect to the internet and from the instructions I have read I see no reason for this.
I also get the following error on reboot or shutdown when shutting down services etc
eth0 is successful, but i get the following for eth1 :
"insmod: /lib/modules/2.2.16-22/net/3c509.o insmod eth1 failed"
Can anyone help ????
I've found drivers at http://www.scyld.com/network/3c509.html but wouldn't know what to do with them ?
Cheers,
Daryll
-
Try
options eth1 io=0x300 irq=10
in /etc/modules.conf.
Regards
Stephan
-
cheers,
found a good site @ http://home.planet.nl/~speel235/esmith.html which has a section on ISA nics which mentioned the that.
Was going to try it tommorow ! Need to go and sleep now, up early for work ( UK ). Will let you know how i get on tommorow.
Cheers,
Daryll.
-
insmod 3c905
this will help
/etc/rc.d/init.d/network restart
-
read this :
http://www.e-smith.org/bboard/read.php?f=1$i=7908$t=7910
regards,
Gerard
-
That link just goes to general discussion for me.
-
OK.
The nic is now working. But for it to access the internet, by a command line using root i need to issue insmod 3c509 and then when i do a restart it brings it up ok. If I just go straight to a restart it tells me something about the device not being accessible ( i think that was it ).
Can I just put this line in somewhere for it to do it automatically ?
Cheers,
Daryll.Marco Broeken wrote:
>
> insmod 3c905
>
> this will help
>
> /etc/rc.d/init.d/network restart
-
Daryll Griffiths wrote:
> straight to a restart it tells me something about the device
> not being accessible ( i think that was it ).
The exact error message after network restart is :
"Bringing up interface eth1: Delaying eth1 initialization. [FAILED]"
if after this I issue :
insmod 3c509
and then restart, it comes up ok ????
Cheers,
Daryll.
-
Can anyone help ?