View previous topic :: View next topic |
Author |
Message |
pelelademadera Veteran

Joined: 14 Jul 2008 Posts: 1255 Location: La Plata, Argentina
|
Posted: Mon Jul 14, 2008 9:29 pm Post subject: [SOLVED]modules.autoload.d/kernel-2.6 not loading parameters |
|
|
i just want to put the parameters in bttv module in the file /etc/modules.autoload.d/kernel-2.6 as this
Code: | bttv pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1 |
and it doesn't work.
I try by that way
Code: | bttv "pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1" |
and
Code: | "bttv pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1" |
and doesn't work
can anyone help me
using rmmod and modprobe works whith this form
Code: | rmmod bttv
bttv pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1 |
thanks so much _________________ el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Last edited by pelelademadera on Tue Jul 15, 2008 2:56 pm; edited 1 time in total |
|
Back to top |
|
 |
cassiol Guru


Joined: 16 Oct 2006 Posts: 304 Location: /BR/SC/FLORIPA
|
Posted: Mon Jul 14, 2008 10:26 pm Post subject: |
|
|
hello
in /etc/modules.autoload.d/kernel-2.6 only put the module name
in etc/modules.d/bttv put the options
pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1 |
|
Back to top |
|
 |
pelelademadera Veteran

Joined: 14 Jul 2008 Posts: 1255 Location: La Plata, Argentina
|
Posted: Tue Jul 15, 2008 2:55 pm Post subject: |
|
|
cassiol wrote: | hello
in /etc/modules.autoload.d/kernel-2.6 only put the module name
in etc/modules.d/bttv put the options
pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1 |
thanks, it work setting in /etc/modprobe.d/bttv
Quote: | options bttv pll=1 radio=1 card=51 tuner=38 gbuffers=4 bttv_verbose=1 |
thank you so much and sory for my poor english _________________ el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------ |
|
Back to top |
|
 |
|