Maxim Yegorushkin wrote:
> (E-Mail Removed) wrote:
> > Maxim Yegorushkin wrote:
> > > It should load the driver automatically. Do you see your device in the
> > > list when you do lspci? If so try running kudzu.
> >
> > Ah, thanks. lspci shows my card, running kudzu doesn't return anything,
> > but the database in hwconf does contain information describing the
> > device. I have eth0 configured to use 'ifup eth0' but doing so fails
> > with a device not present error. I'm thinking there supposed to be
> > something in sysconfig/networking/devices but kudzu didn't add anything
> > there and I can't find any documentation describing what should be
> > there?
>
> Sorry, kudzu has nothing to do with it. My mistake.
>
> There either should be a record and an alias in /etc/modprobe.conf or
> the device driver should be loaded by HAL subsystem (previous fc
> versions used hotplug).
>
> Make sure you have the right driver. Try loading it with modprobe and
> then setting it up. If it works add it to modprobe.conf.
>
> http://www.linuxheadquarters.com/how...rkconfig.shtml
Ok I'm still stumped. I added another card figuring I can remove the
2nd when the 1st is working. /etc/modprobe.conf already had
alias eth0 de2048x (or something like that)
And lsmod shows that module in use by '0'. lsmod shows the same for
ne2k-pci, which I added to /etcmodprobe as:
alias eth1 ne2k-pci
Starting and stopping the network compains that the device doesn't seem
to be present for both interfaces. So I started looking through
/lib/modules/fc-whatever/net, I can't find anything that looks like a
network module, no ne2k-pci or any of the modules I remember from way
back like tulip, etc. Just for fun I ran 'insmod x.ko' where x is
random modules and got a bunch of errors that meant nothing to me.
I guess even after all these years no ones got around to documenting
simple stuff like how to add a network adapter?