[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: permamently load a network module



It was actually the eepro1000.o driver, not the eepro100.o as I typed
earlier.

This worked, so now one more problem is solved.

-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of Andreas Janssen
Sent: Thursday, December 04, 2003 3:01 PM
To: debian-user@lists.debian.org
Subject: Re: permamently load a network module

Hello

Michael Martinell (<mike@dakotasioux.com>) wrote:

> I have configured my network to use a driver, however when the
> computer restarts it no longer has the network.
> 
> I installed the driver as follows:
> 
> /etc/init.d/networking stop
> 
> copy the module to /lib/modules/2.4.18-bf2.4/kernel/drivers/net
> 
> /sbin/insmod /lib/modules/2.4.18-bf2.4/kernel/drivers/net/eepro100.o

Was your card not supported by the eepro100 module in 2.4.18? The config
file for the 2.4.18-bf2.4 kernel says it already hat that driver
compiled as a module.

> [ module is not loaded at startup ]

Either add a line

eepro100

to /etc/modules, manually or by using modconf, or add a line

alias eth0 eepro100

to /etc/modutils/aliases or your own file in /etc/modutils and run
update-modules to save the change to /etc/modules.conf.

best regards
        Andreas Janssen

-- 
Andreas Janssen
andreas.janssen@bigfoot.com
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org




Reply to: