How would I enable the drivers. If the modules are being loaded
shouldn't I be using them?
In lsmod and /proc/modules it shows the tulip and 8139 modules:
I couldn't find rtl8139.
-------------------
lsmod
8139too 20384 0
mii 4896 2 8139cp,8139too
tulip 44096 0
/proc/modules
tulip 44096 0 - Live 0xf8965000
8139too 20384 0 - Live 0xf8936000
mii 4896 2 8139cp,8139too, Live 0xf8908000
-------------------------
This is the output from ifconfig:
eth3 Link encap:Ethernet HWaddr 00:a1:b0:10:7f:f1
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:81 errors:0 dropped:0 overruns:0 frame:0
TX packets:81 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7312 (7.1 KiB) TX bytes:7312 (7.1 KiB)
 
and my /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth3
iface eth3 inet dhcp
hostname Debian
I think this is correct.
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to