[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to supply correct option to module during boot?



Long Wind 写道:
On Sat, Sep 19, 2009 at 6:09 AM, Niu Kun <haoniukun@gmail.com> wrote:
Long Wind 写道:
I use etch
during boot bttv module is loaded with wrong options
I have to run two commands after log in:

rmmod bttv
modprobe bttv card=8

how to supply correct option to bttv module during boot?
Thanks!



You should go to "/etc/modprobe.d".
grep options *
You may get some kind of hint.


I run "grep options *"
it display nothing
Although I add "bttv card=8"
it doesn't help


Make sure your kernel is the 2.6 series.
Make a file /etc/modprobe.d/bttv.conf
Add the following line to it:
options bttv card=8


Reply to: