mike ryder wrote:

> Declan
>
> Drakconf --> Hardware Config --> network devices
>
> Change the driver loaded for your network card
>
> Mike
>
> ----- Original Message -----
> From: "Declan Moriarty" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 10, 2001 1:49 PM
> Subject: [expert] Network Hassle - PROGRESS
>
> Well, to make a long story boring, Rebuilding the kernel, and
> reinstalling the card got me nowhere:  I did discover that it is now using
> irq
> 12, although I believe windows did this recently when I reinstalled, but
> nothing worked. The following commands produced results.
>
> insmod 8390 (lsmod  showed it unused)
> insmod ne2k-pci
> ifup eth0
>
> Now I can ping myself and my other machine without fuss or hassle, and
> thanks
> to all who made suggestions along the way.  A reboot will kill all that and
> I'll have to do it again. It seems to indicate the rest of the stuff was
> right.
>
> The problem is that ne2k-pci.o is loading without first loading the 8390
> module someone mentioned, so it screws up. I have kernel autoloading of
> modules
> configured in the kernel, and things like the vfat disks and the cdrom all
> work
> fine
>
>  But how do I get it to load the modules right? :-/

You have probably checked this , bu here goes once again.

1. Make sure you have this line in your /etc/module.conf file
     alias eth0 ne2k-pci

2. Then do a "depmod -ae" (without the ")

This will correct the depends in the appropriate /lib/modules/(kernel u are
using)/modules.dep file.

3. Check the /lib/modules/(kernel u are running)/modules.dep file,
you can do a search,  to insure that the ne2k-pci.o is calling  the 8390.o
module.


4. Reboot your machine.

Larry

--
Sword'sEdge
VoiceMail/Fax: (858) 860-6406 x1587




Reply via email to