The eth0 seems to be working fine, but I can't bring up eth1. It's an
older card, so it _could_ be the card, but it's more likely to be a
configuration issue.
I'm not sure from the following, but it seems that I don't need a module
for the kernel for this card. From the menu: system, administration,
network brings up the network configuration screen, which shows eth1 as
inactive, but can't be enabled. The GUI reports that:
"3c59x device eth1 does not seem to be present, delaying initialization."
But clearly it's present as it's being identified.
[root@arrakis ~]#
[root@arrakis ~]#
[root@arrakis ~]#
[root@arrakis ~]# ifconfig -a
dev1804289383 Link encap:Ethernet HWaddr 00:50

A:68:8C:B2
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:177 Base address:0x8000
eth0 Link encap:Ethernet HWaddr 00:16:EC:1C:8E:11
inet addr:192.168.2.145 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::216:ecff:fe1c:8e11/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5082 errors:0 dropped:0 overruns:0 frame:0
TX packets:4579 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3734221 (3.5 MiB) TX bytes:539815 (527.1 KiB)
Interrupt:185 Base address:0xb000
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:4966 errors:0 dropped:0 overruns:0 frame:0
TX packets:4966 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3232865 (3.0 MiB) TX bytes:3232865 (3.0 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root@arrakis ~]#
[root@arrakis ~]# dmesg | grep eth
eth1: SiS 900 PCI Fast Ethernet at 0xb000, IRQ 185, 00:16:ec:1c:8e:11.
eth0: Media Link On 100mbps full-duplex
eth0: no IPv6 routers present
eth0: Media Link On 100mbps full-duplex
eth0: no IPv6 routers present
[root@arrakis ~]#
[root@arrakis ~]# ifconfig eth1 restart
restart: Unknown host
ifconfig: `--help' gives usage information.
[root@arrakis ~]# ifconfig eth1 down
eth1: unknown interface: No such device
[root@arrakis ~]# ifconfig eth1 up
eth1: unknown interface: No such device
[root@arrakis ~]#
[root@arrakis ~]# cat /etc/modprobe.conf
alias eth0 sis900
alias scsi_hostadapter sata_sis
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-intel8x0
alias eth1 3c59x
alias dev1804289383 3c59x
[root@arrakis ~]#
[root@arrakis ~]#
[root@arrakis ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:16:EC:1C:8E:11
ONBOOT=yes
TYPE=Ethernet
[root@arrakis ~]#
[root@arrakis ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
DEVICE=eth1
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.0.1
[root@arrakis ~]#
[root@arrakis ~]# date
Thu Aug 24 07:41:59 IST 2006
[root@arrakis ~]#
[root@arrakis ~]#
--
Thufir
<http://hawat.thufir.googlepages.com/>