Re: loading module on boot

2006-06-12 Thread David Zelinsky
Bob McGowan <[EMAIL PROTECTED]> writes: > [..] > >>>On Sat, Jun 10, 2006 at 00:18:26 -0400, David Zelinsky wrote: > >>>[..] > >>> > The ide-cd entry in /etc/modules-2.6 _is_ getting read, because it > prints something in the boot messages saying it's loading ide-cd. But > either the lo

Re: loading module on boot

2006-06-12 Thread Bob McGowan
I would suggest looking into the /etc/rc?.d directories and determine what sequence of scripts is run as your system boots. On my system, the module-init-tools script is run from /etc/rcS.d as S20module-init-tools. You could add this to the beginning of each subsequent script: lsmod|grep -

Re: loading module on boot

2006-06-11 Thread Magnus Therning
On Sun, Jun 11, 2006 at 09:58:28 -0400, David Zelinsky wrote: >Magnus Therning <[EMAIL PROTECTED]> writes: > >> On Sat, Jun 10, 2006 at 00:18:26 -0400, David Zelinsky wrote: >> [..] >> >The ide-cd entry in /etc/modules-2.6 _is_ getting read, because it >> >prints something in the boot messages sayi

Re: loading module on boot

2006-06-11 Thread David Zelinsky
Magnus Therning <[EMAIL PROTECTED]> writes: > On Sat, Jun 10, 2006 at 00:18:26 -0400, David Zelinsky wrote: > [..] > >The ide-cd entry in /etc/modules-2.6 _is_ getting read, because it > >prints something in the boot messages saying it's loading ide-cd. But > >either the load is failing for some

Re: loading module on boot

2006-06-11 Thread Magnus Therning
On Sat, Jun 10, 2006 at 00:18:26 -0400, David Zelinsky wrote: [..] >The ide-cd entry in /etc/modules-2.6 _is_ getting read, because it >prints something in the boot messages saying it's loading ide-cd. But >either the load is failing for some reason, or it's getting unloaded by >some other script.

Re: loading module on boot

2006-06-09 Thread David Zelinsky
Magnus Therning <[EMAIL PROTECTED]> writes: > On Thu, Jun 08, 2006 at 23:18:39 -0400, David Zelinsky wrote: > >I can't get ide-cd to load automatically on boot. I put it in > >/dev/modules-2.6 and the boot messages say it's being loaded, but when > >I log in and run lsmod it's not there, and udev

Re: loading module on boot

2006-06-09 Thread Magnus Therning
On Thu, Jun 08, 2006 at 23:18:39 -0400, David Zelinsky wrote: >I can't get ide-cd to load automatically on boot. I put it in >/dev/modules-2.6 and the boot messages say it's being loaded, but when >I log in and run lsmod it's not there, and udev hasn't made /dev/hdc. >Just for yucks I also tried i