Click to See Complete Forum and Search --> : Linksys 4.0 Network card


wahheat
03-25-2001, 07:57 PM
How do i install the tulip drivers for Mandrake7.2?


Thanks

DMR
03-25-2001, 08:45 PM
How its done depends on whether you already have a module compiled for you kernel or not.
The precompiled module will be called tulip.o, and can be tested by doing "insmod tulip.o". Then do lsmod to list the installed modules; if all is well, the tulip driver should appear in the list. To get the driver to load at boot time, add the linealias eth0 tulip to your /etc/conf.modules file.
If you need to compile from source,the files and instructions can be found
here (http://www.scyld.com/network/tulip.html).