<DIV>&nbsp;<SPAN lang=EN>
<P>How would I enable the drivers. If the modules are being loaded</P>
<P>shouldn't I be using them?</P>
<P>In lsmod and /proc/modules it shows the tulip and 8139 modules:</P>
<P>I couldn't find rtl8139.</P>
<P><STRONG>-------------------</STRONG></P>
<P><STRONG>lsmod</STRONG></P>
<P>8139too 20384 0</P>
<P>mii 4896 2 8139cp,8139too</P>
<P>tulip 44096 0</P>
<P><STRONG>/proc/modules</STRONG></P>
<P>tulip 44096 0 - Live 0xf8965000</P>
<P>8139too 20384 0 - Live 0xf8936000</P>
<P>mii 4896 2 8139cp,8139too, Live 0xf8908000</P>
<P>-------------------------</P>
<P>This is the output from <STRONG>ifconfig:</STRONG></P>
<P>eth3 Link encap:Ethernet HWaddr 00:a1:b0:10:7f:f1</P>
<P>UP BROADCAST MULTICAST MTU:1500 Metric:1</P>
<P>RX packets:0 errors:0 dropped:0 overruns:0 frame:0</P>
<P>TX packets:0 errors:0 dropped:0 overruns:0 carrier:0</P>
<P>collisions:0 txqueuelen:1000</P>
<P>RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)</P>
<P>Interrupt:16 Base address:0xec00</P>
<P>lo Link encap:Local Loopback</P>
<P>inet addr:127.0.0.1 Mask:255.0.0.0</P>
<P>inet6 addr: ::1/128 Scope:Host</P>
<P>UP LOOPBACK RUNNING MTU:16436 Metric:1</P>
<P>RX packets:81 errors:0 dropped:0 overruns:0 frame:0</P>
<P>TX packets:81 errors:0 dropped:0 overruns:0 carrier:0</P>
<P>collisions:0 txqueuelen:0</P>
<P>RX bytes:7312 (7.1 KiB) TX bytes:7312 (7.1 KiB)</P>
<P>¡@</P>
<P>and my <STRONG>/etc/network/interfaces:</STRONG></P>
<P># The loopback network interface</P>
<P>auto lo</P>
<P>iface lo inet loopback</P>
<P># The primary network interface</P>
<P>allow-hotplug eth3</P>
<P>iface eth3 inet dhcp</P>
<P>hostname Debian</P>
<P>I think this is correct.</P></SPAN></DIV>