Home | FAQ | Server | Presentations | Mailing Lists/Archives | Member Tools | Links | Sponsors | Contact|
You
can us lsmod, rmmod, modprobe for all your kernel module
needs....
lsmod
will list kernel modules currently loaded
rmmod
<modulename> removes a loaded module
modprobe - can use for most module handling but most often used to load a
module, you're going to
need man modprobe to get all the info on this hefty command.
Also
add an alias to your /etc/modules.conf (on redhat, I think it is the same in
MDK?)
So you
would change something like...
alias
eth0 eepro100
to
alias
eth0 e100
And
that is if the module has already been compiled and is ready to go for your
kernel...I'm not positive it is
in MDK but I'd assume so, pretty commonly used module
there.
-Melissa
-----Original Message-----
From: EMAIL:PROTECTED [mailto:EMAIL:PROTECTED] On Behalf Of Daniel Nowlin Sent: Tuesday, November 30, 2004 10:12 PM To: MLUG Members Subject: [MLUG] ethernet driver change
|
_______________________________________________ members mailing list EMAIL:PROTECTED http://mlug.missouri.edu/mailman/listinfo/members