Re: can't install tulip driver


Subject: Re: can't install tulip driver
From: Michael A. Peters (Moonglue@141.com )
Date: Sun Aug 20 2000 - 15:38:08 MDT


>I can't seem to get my ethernet card driver installed. The card is
>recognized at some level because when I open the KDE control panel under
>PCI, the card is listed properly as a Kingston NIC with address 0x400, irq
>23. Several sources indicate that the correct driver for this card is the
>tulip driver. I have tried to install the driver with modprobe but get the
>following error message-
>
>modprobe eth0 tulip
>modprobe: Can't locate module tulip

you need to have the tulip module before you can load it :)
you may have to build it from kernel source if YD doesn't include it
with their set of modules.

Get the source for your kernel-

make clean
make mrproper
make pmac_config
(if you have gui up)
make xconfig

Go to networking and choose the tulip driver as modular.
Quit xconfig

make dep
make modules
make modules install
depmod -a

insmod /lib/modules/`uname -r`/net/tulip.o

If you don't want to do all that, my kernel and module rpms have the
tulip module. I'm gonna build a new version tonight, though,
hopefully fixing the dependency problem with kernelcfg (though i
never use kernelcfg myself...)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters-- http://24.5.29.77/Linux_Pages/
                                http://www.omnilinux.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  



This archive was generated by hypermail 2a24 : Sun Aug 20 2000 - 15:42:52 MDT