[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
ca marche....
- To:
- Subject: ca marche....
- From: "François" <>
- Date: Thu, 2 Sep 1999 02:09:11 -0400
-
In-reply-to: <[email protected]>
Voici le message que j'ai recu en réponse sur le groupe linux.redhat
Je crois avoir lu d'autre messages de personnes qui sont dans la même
position que moi, je le copie donc ici. Désolé pour l'anglais
>Sorry, I screwed up the first example, it should be like this and
>it should be added to the file /etc/conf.modules
>alias eth0 eepro
>alias eth1 eepro
>options eth0 -o eepro-0 io=0x300 irq=11
>options eth1 -o eepro-1 io=0x220irq=10
>Don't use the lilo ether= because this is for drivers built into the kernal
>and not loaded as a module.(Unless you recompiled the kernal with it built
>in)
>Also, you should download the ethernet-howto as this is where I got it
>from(section 3.2). Are the cards configured with jumpers for the io and
irq
>and are you sure they don't confict with any other devices? I had problems
>with the lance driver and then read it didn't work at io's less than 0x300
>so I changed to 0x320 and it works. Good luck.
>
>
>-----Original Message-----
>From: François <[email protected]>
>Newsgroups: linux.redhat
>Date: August 31, 1999 10:28 AM
>Subject: Re: 2 network cards
>
>
>>I just try this and the second option is the one for me but the eth1 is
>>still not working.
>>While the first option give me an delaying eth0 initialisation, the second
>>one is correct and eth0 still work properly. I think my problem is with
>lilo
>>cause I dont even see a delaying eth1 initialisation which is, I think,
the
>>error message for driver, i/o or irq but the computer don't even seem to
>>search for eth1
>>
>>Thanks again
>>
>>Jim Stringer a écrit dans le message ...
>>>
>>>François wrote in message ...
>>>>Hi
>>>>I try to set up ip masquerade but fisrt I have to configure the 2
network
>>>>cards
>>>>The first goes well but the second one is not even tried to be detected
>>>>here is my set up
>>>>386 8 meg ram
>>>>RH 5.2
>>>>2 intel pro 10 isa cards (eepro driver)
>>>>
>>>>Here are some of my files which may be usefull
>>>>
>>>>lilo.conf
>>>>
>>>>append="ether=0,0,eth1 ether=0,0,eth2 ether=0,0,eth3"
>>>>...........
>>>>.........
>>>> append="ether=10,10x220,eth0 ether=11,0x300,eth1"
>>>>
>>>>
>>>>I tried both append options that I saw in different tutorials, both
>>without
>>>>success
>>>>
>>>>
>>>>conf.modules
>>>>
>>>>alias eth0 eepro
>>>>alias eth1 eepro
>>>>options eepro io=0x300 irq=11
>>>>options eepro io=0x220irq=10
>>>>
>>>>
>>>>Thanks
>>>>
>>>>
>>>You are loading the eepro driver twice with the same name. You should
>>either
>>>do this in
>>>conf.modules
>>>
>>>alias eth0 eepro
>>>alias eth1 eepro
>>>options eepro io1=0x300 irq=11
>>>options eepro io2=0x220irq=10
>>>
>>>OR if the driver accepts it do this(I use the lance driver for mine like
>>>this)
>>>alias eth0 eepro
>>>alias eth1 eepro
>>>options eepro io=0x300,0x220 irq=11,10