by Maniaman » Tue Oct 03, 2006 7:53 pm
Here are the results from the commands you gave me:
[root@linux ~]# dmesg | grep eth
eth0: Macronix 98715 PMAC rev 32 at d0838c00, 00:80:AD:38:F7:F0, IRQ 5.
eth1: Macronix 98715 PMAC rev 32 at d0866800, 00:80:AD:38:F8:0F, IRQ 10.
eth0: no IPv6 routers present
eth0: no IPv6 routers present
[root@linux ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:80:AD:38:F8:0F
inet addr:165.138.17.150 Bcast:165.138.17.255 Mask:255.255.255.0
inet6 addr: fe80::280:adff:fe38:f80f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15312 errors:0 dropped:0 overruns:0 frame:0
TX packets:571 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1151169 (1.0 MiB) TX bytes:62830 (61.3 KiB)
Interrupt:10 Base address:0x6800
[root@linux ~]# ifconfig eth1
eth1: error fetching interface information: Device not found
[root@linux ~]# ethtool eth0
Settings for eth0:
No data available
[root@linux ~]# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available
[root@linux ~]# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 04)
00:0f.0 Ethernet controller: Macronix, Inc. [MXIC] MX987x5 (rev 20)
00:10.0 Ethernet controller: Macronix, Inc. [MXIC] MX987x5 (rev 20)
01:00.0 VGA compatible controller: Trident Microsystems 3DImage 9750 (rev f3)
/etc/modprobe.conf:
alias snd-card-0 snd-ens1371
options snd-card-0 index=0
options snd-ens1371 index=0
remove snd-ens1371 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371
alias eth0 tulip
alias eth1 tulip
alias dev1804289383 tulip
Drivers should be fine, as the card hooked up to the T1 works fine.