AW: Configure PnP Card before Kernel loads modules

2003-10-30 Thread abo
Just ignore my last posting. Everything is allright now. Thanks very much! andreas >If instead you used update-modules to add a line >alias sound-slot-0 modulename >to /etc/modules.conf, the driver will be loaded when needed. thanks andreas & andre, there's something wrong.. i did the follow

AW: Configure PnP Card before Kernel loads modules

2003-10-30 Thread abo
>If instead you used update-modules to add a line >alias sound-slot-0 modulename >to /etc/modules.conf, the driver will be loaded when needed. thanks andreas & andre, there's something wrong.. i did the following (sam9407 is the module name...): i changend /etc/modutils/sam9407, so it just cont

Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andre Kalus
On Thu, 30 Oct 2003 11:19:40 +0100, Andreas Bohnert wrote: > thanks andreas, > I will try that. > > stupid question: > > is just a random name? > > No, it is not. It has to be that way so any program that wants to access the sound card (via sound-slot-0) is poited to the correct driver. Gree

Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Bohnert
thanks andreas, I will try that. stupid question: is sound-slot-0 just a random name? about the kernel question: I''m using the 2.4.18 kernel, but he does not auto configure my card - maybe this is switched of by default and I have to configure it (good tip!) thanks andreas Andreas Janssen wrot

Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Janssen
Hello Andreas Bohnert (<[EMAIL PROTECTED]>) wrote: > I have an old but still pretty good ISA PnP Soundcard (EWS64XL) . Now > I have to initialize the card at boot time BEFORE the kernel loads the > moduls, otherwise the (sound-)modul will mess up my configuration. > Which boot script allows me to

Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Bohnert
Hi, I have an old but still pretty good ISA PnP Soundcard (EWS64XL) . Now I have to initialize the card at boot time BEFORE the kernel loads the moduls, otherwise the (sound-)modul will mess up my configuration. Which boot script allows me to do some action before the kernel starts to load th