Re: tulip.o
Thanks for reply, however, I must not have made myself clear.
> | . I have two NICs: Linksys EtherFast 10/100 and Intel 10/100
> | . Using 2.4.3 Kernel and have tulip.o module compiled in it.
> | . The Interl NIC is detected as eth0 (btw, did I compile any support
> | for that card? I dont think so. it's a integrated NIC)
> | . Linksys NIC is not detected at the boot time. But can be brought up
> | by insmod into eth1.
>
> I haven't used a 2.4 kernel yet, but the Intel card is supported with
> the 'e100' module. You can get the source from Intel's web site. I
> know it works on a RH6.2 system.
>
>
> Did you put 'alias eth1 tulip' in the modules files?
> Do you have 'iface eth1 ...' in /etc/network/interfaces ?
Tried "alias eth1 tulip' in /etc/modutils/aliases and did update-modules
to got /etc/modules.conf changed ("alias eth1 tulip" showed up).
Anyway, the tulip still not up by doing that. I have
--------------------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.2
....
auto eth1
iface eth1 inet static
address ....
---------------------------------------------
in /etc/network/interfaces
And, Interl card is supported by kernel, I am sure it is compiled
staticly, tho.
------------------------------------------------
eth0: Intel Corporation 82557 [Ethernet Pro 100], 00:03:47:69:BE:22, IRQ 10.
Receiver lock-up bug exists -- enabling work-around.
Board assembly 000000-000, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
Receiver lock-up workaround activated.
--------------------------------------------------
Thanks,
Jack
Reply to:
- Follow-Ups:
- Re: tulip.o
- From: "Jason Pepas" <j.pepas@mail.utexas.edu>