[tulip] 21143 Quad Blues

VIZADINI@lanier-europe.com VIZADINI@lanier-europe.com
Mon Jun 3 10:48:35 2002


This is a multipart message in MIME format.
--=_alternative 003583A6C1256BCD_=
Content-Type: text/plain; charset="us-ascii"

Hi Hannes, and thanks for the speedy response :-)

i tried aliasing the interfaces to de4x5, and also adding the ip-address 
assignment to the rc script (but the devices aren't found at all, so the 
address assignment wouldn't work anyways) 

could you let me know what kernel you're running? because apparently
there are some kernels with broken tulip/de4x5 drivers.

i'm running 2.4.14 (i also tried with 2.4.18).

regarding the ip address/netmask/bcast/etc assignment, my setup is
a bit different because i'm running Slackware. these things are then 
all defined under /etc/rc.d/rc.inet1, which looks like this:

----snip-snip----

IPADDReth0="1.2.3.4"    # eth0 IP 
IPADDReth1="1.2.3.5"    # eth1 IP 
IPADDReth2="1.2.3.6"    # eth2 IP 
IPADDReth3="1.2.3.7"    # eth3 IP 
NETMASK="255.255.255.0" # netmask for all (for now) 
NETWORK="1.0.0.0"       # network for all (for now) 
BROADCAST="1.2.3.255"   # bcast

  # Set up the ethernet card:
  echo "Configuring eth0 as ${IPADDReth0}..."
  /sbin/ifconfig eth0 ${IPADDReth0} broadcast ${BROADCAST} netmask 
${NETMASK}
  echo "Configuring eth1 as ${IPADDReth1}..."
  /sbin/ifconfig eth1 ${IPADDReth1} broadcast ${BROADCAST} netmask 
${NETMASK}
  echo "Configuring eth2 as ${IPADDReth2}..."
  /sbin/ifconfig eth2 ${IPADDReth2} broadcast ${BROADCAST} netmask 
${NETMASK}
  echo "Configuring eth3 as ${IPADDReth3}..."
  /sbin/ifconfig eth3 ${IPADDReth3} broadcast ${BROADCAST} netmask 
${NETMASK}

----snip-snip----

i've aliased eth0 - eth3 to de4x5 (as per your suggestion) but it still 
doesn't work;
when trying to assign an ip address to the interface, it gives me a
' SIOCSIFADDR:  No such device ' error.

:-( i guess there's something wrong with the drivers.. 

could the card be faulty? (i wonder.. because i actually managed to get 2 
interfaces out of the 4 to work..
if it were faulty, then only 1 -or none- would work).

any ideas?

thanks for your help,

Vafa.

______________________________________________

Vafa Izadinia 
Lanier Europe B.V. 
Tel: +32 02/658.2430 
Fax: +32 02/672.7728
______________________________________________

--=_alternative 003583A6C1256BCD_=
Content-Type: text/html; charset="us-ascii"


<br><font size=2 face="sans-serif">Hi Hannes, and thanks for the speedy response :-)</font>
<br>
<br><font size=2 face="sans-serif">i tried aliasing the interfaces to de4x5, and also adding the ip-address </font>
<br><font size=2 face="sans-serif">assignment to the rc script (but the devices aren't found at all, so the </font>
<br><font size=2 face="sans-serif">address assignment wouldn't work anyways) </font>
<br>
<br><font size=2 face="sans-serif">could you let me know what kernel you're running? because apparently</font>
<br><font size=2 face="sans-serif">there are some kernels with broken tulip/de4x5 drivers.</font>
<br>
<br><font size=2 face="sans-serif">i'm running 2.4.14 (i also tried with 2.4.18).</font>
<br>
<br><font size=2 face="sans-serif">regarding the ip address/netmask/bcast/etc assignment, my setup is</font>
<br><font size=2 face="sans-serif">a bit different because i'm running Slackware. these things are then </font>
<br><font size=2 face="sans-serif">all defined under /etc/rc.d/rc.inet1, which looks like this:</font>
<br>
<br><font size=2 face="sans-serif">----snip-snip----</font>
<br>
<br><font size=2 face="Courier New">IPADDReth0=&quot;1.2.3.4&quot; &nbsp; &nbsp; &nbsp; &nbsp;# eth0 IP </font>
<br><font size=2 face="Courier New">IPADDReth1=&quot;1.2.3.5&quot; &nbsp; &nbsp; &nbsp; &nbsp;# eth1 IP </font>
<br><font size=2 face="Courier New">IPADDReth2=&quot;1.2.3.6&quot; &nbsp; &nbsp; &nbsp; &nbsp;# eth2 IP </font>
<br><font size=2 face="Courier New">IPADDReth3=&quot;1.2.3.7&quot; &nbsp; &nbsp; &nbsp; &nbsp;# eth3 IP </font>
<br><font size=2 face="Courier New">NETMASK=&quot;255.255.255.0&quot; &nbsp; &nbsp; &nbsp; &nbsp;# netmask for all (for now) </font>
<br><font size=2 face="Courier New">NETWORK=&quot;1.0.0.0&quot; &nbsp; &nbsp; &nbsp; &nbsp;# network for all (for now) </font>
<br><font size=2 face="Courier New">BROADCAST=&quot;1.2.3.255&quot; &nbsp; &nbsp; &nbsp; &nbsp;# bcast</font>
<br>
<br><font size=2 face="Courier New">&nbsp; # Set up the ethernet card:</font>
<br><font size=2 face="Courier New">&nbsp; echo &quot;Configuring eth0 as ${IPADDReth0}...&quot;</font>
<br><font size=2 face="Courier New">&nbsp; /sbin/ifconfig eth0 ${IPADDReth0} broadcast ${BROADCAST} netmask ${NETMASK}</font>
<br><font size=2 face="Courier New">&nbsp; echo &quot;Configuring eth1 as ${IPADDReth1}...&quot;</font>
<br><font size=2 face="Courier New">&nbsp; /sbin/ifconfig eth1 ${IPADDReth1} broadcast ${BROADCAST} netmask ${NETMASK}</font>
<br><font size=2 face="Courier New">&nbsp; echo &quot;Configuring eth2 as ${IPADDReth2}...&quot;</font>
<br><font size=2 face="Courier New">&nbsp; /sbin/ifconfig eth2 ${IPADDReth2} broadcast ${BROADCAST} netmask ${NETMASK}</font>
<br><font size=2 face="Courier New">&nbsp; echo &quot;Configuring eth3 as ${IPADDReth3}...&quot;</font>
<br><font size=2 face="Courier New">&nbsp; /sbin/ifconfig eth3 ${IPADDReth3} broadcast ${BROADCAST} netmask ${NETMASK}</font>
<br>
<br><font size=2 face="sans-serif">----snip-snip----</font>
<br>
<br><font size=2 face="sans-serif">i've aliased eth0 - eth3 to de4x5 (as per your suggestion) but it still doesn't work;</font>
<br><font size=2 face="sans-serif">when trying to assign an ip address to the interface, it gives me a</font>
<br><font size=2 face="sans-serif">' SIOCSIFADDR: &nbsp;No such device ' error.</font>
<br>
<br><font size=2 face="sans-serif">:-( i guess there's something wrong with the drivers.. </font>
<br>
<br><font size=2 face="sans-serif">could the card be faulty? (i wonder.. because i actually managed to get 2 interfaces out of the 4 to work..</font>
<br><font size=2 face="sans-serif">if it were faulty, then only 1 -or none- would work).</font>
<br>
<br><font size=2 face="sans-serif">any ideas?</font>
<br>
<br><font size=2 face="sans-serif">thanks for your help,</font>
<br>
<br><font size=2 face="sans-serif">Vafa.</font>
<br>
<br><font size=2 face="sans-serif">______________________________________________<br>
<br>
Vafa Izadinia &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
Lanier Europe B.V. <br>
Tel: +32 02/658.2430 &nbsp;<br>
Fax: +32 02/672.7728<br>
______________________________________________</font>
<br>
--=_alternative 003583A6C1256BCD_=--