Re: help w/ kerneld loading of modules

1998-10-17 Thread Hamish Moffatt
On Sat, Oct 17, 1998 at 01:50:27AM +1000, Nikolai Andreyevich Luzan wrote: > Do you have a kernel with support for the auto loading of modules? > Failing that just write a script whic will insmod the relevant > drivers, put it in /etc/init.d set the correct ownership and > permissions, and then use

Re: help w/ kerneld loading of modules

1998-10-16 Thread Rene Hojbjerg Larsen
Shaleh wrote: > Yes I did compile it w/ module support. I want to make it work, or find out > why it does not work. No hacks please (-: Module support and module auto loading (kerneld support) are two different settings that must both be set to Y in the kernel config for kerneld to work. Assumi

Re: help w/ kerneld loading of modules

1998-10-16 Thread Shaleh
Just for grins I recompiled the kernel -- I changed none of the config options. It works now. I can only assume that the module load "magic" was not done w/ the last kernel. On 16-Oct-98 Nikolai Andreyevich Luzan wrote: > On Fri, 16 Oct 1998, Shaleh wrote: > >> Yes I did compile it w/ module s

Re: help w/ kerneld loading of modules

1998-10-16 Thread Nikolai Andreyevich Luzan
On Fri, 16 Oct 1998, Shaleh wrote: > Yes I did compile it w/ module support. I want to make it work, or find out > why it does not work. No hacks please (-: ahh yes you did module support, but there are 2 other options that go with modules, allow me to past from a make menuconfig [*] Ena

Re: help w/ kerneld loading of modules

1998-10-16 Thread Shaleh
Yes I did compile it w/ module support. I want to make it work, or find out why it does not work. No hacks please (-: On 16-Oct-98 Nikolai Andreyevich Luzan wrote: > On Fri, 16 Oct 1998, Shaleh wrote: > >> My work machine is unable to load modules via kerneld. The file >> /etc/modules >> has

Re: help w/ kerneld loading of modules

1998-10-16 Thread Nikolai Andreyevich Luzan
On Fri, 16 Oct 1998, Shaleh wrote: > My work machine is unable to load modules via kerneld. The file /etc/modules > has the "auto" line uncommented. What else can I do? Do you have a kernel with support for the auto loading of modules? Failing that just write a script whic will insmod the releva

help w/ kerneld loading of modules

1998-10-16 Thread Shaleh
My work machine is unable to load modules via kerneld. The file /etc/modules has the "auto" line uncommented. What else can I do?