Pixel <[EMAIL PROTECTED]> writes:

> "Florent BERANGER" <[EMAIL PROTECTED]> writes:
> 
> > How to include a module in /etc/modules.conf and make it
> > loaded at startup by using libDrakX libraries ?

hum, my first response was not adapted :p

- either you want to add something in /etc/modules. There was no special
function. I've just added append_to_etc_modules for this. Eg:

  modules::append_to_etc_modules('', 'bttv')

- or you want to add an alias:

  modules::add_alias('sound-slot-0', 'snd-card-cs461x');
  modules::write_conf();

- or even an option

  modules::set_options('ne, 'io=xxx dma=xxx');
  modules::write_conf();

Reply via email to