Re: Linux 2.6 and modutils

2004-05-16 Thread Shaun Jackman
I just checked /etc/init.d/module-init-tools, and it seems to use the first of the following files in this order of preference: /etc/modules-$KVER /etc/modules-2.6 /etc/modules where $KVER=`uname -r`, e.g. 2.6.3-1-k7 Cheers, Shaun On Sun May 16, 2004 12h39, LeVA wrote: > 2004. május 16. 20:46

Re: Linux 2.6 and modutils

2004-05-16 Thread LeVA
2004. május 16. 20:46 dátummal Shaun Jackman ezt írta: > The root of my problem is that the Debian 2.6 kernel uses > modprobe.conf > modprobe.d > modules-2.6 Is this true? Then why can my system load the modules from the /etc/modules file when I'm using 2.6.5? > instead of >

Re: Linux 2.6 and modutils

2004-05-16 Thread Shaun Jackman
The root of my problem is that the Debian 2.6 kernel uses modprobe.conf modprobe.d modules-2.6 instead of modules.conf modutils modules Once I figured that out, everything was easy to fix. > You are mistaken about what is a kernel module and what is

Re: Linux 2.6 and modutils

2004-05-15 Thread Bob Proulx
Shaun Jackman wrote: > Please cc me in your reply. Please do not CC me but keep replies to the mailing list. > I am using the following modutils lines > > alias char-major-10-1 mousedev > above mousedev psmouse > alias sound-card-0 snd-intel8x0 > alias eth0 3c59x Those seem strange to me. Did