[gentoo-user] bttv options

2007-02-28 Thread Ted Ozolins
Where do I setup the options for the bttv module?

I need to set the card=40 and tuner =6, no matter what I try I still get:


bttv0: Bt848 (rev 17) at :00:05.0, irq: 16, latency: 32, mmio:
0xdfdff000
bttv0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]  --*
bttv0: gpio: en=, out= in=00ff [init]
tveeprom 5-0050: Huh, no eeprom present (err=-121)?
bttv0: using
tuner=-1
 
---*
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
bttv0: registered device video0
bttv0: registered device vbi0

From the above, you can see that bttv is loaded with card=0 and tuner=-1
I've tried setting in  /etc/modules.d/aliases as

alias char-major-81bttv
options bttv  card=40 tuner=6
options tuner   type=6

This does not seem to have an affect. Is there some docs that show the
proper way of doing this in Gentoo?

-- 
Ted Ozolins(VE7TVO)
Cranbrook, B. C

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bttv options -solved

2007-02-28 Thread Ted Ozolins
Ted Ozolins wrote:

Where do I setup the options for the bttv module?

I need to set the card=40 and tuner =6, no matter what I try I still get:



From the above, you can see that bttv is loaded with card=0 and tuner=-1
I've tried setting in  /etc/modules.d/aliases as

alias char-major-81bttv
options bttv  card=40 tuner=6
options tuner   type=6

This does not seem to have an affect. Is there some docs that show the
proper way of doing this in Gentoo?

  

I created a file bttv in /etc/modules.d/ and placed the following
within it:

alias char-major-81bttv
options bttv  card=40 tuner=6

This did the trick : )



-- 
Ted Ozolins(VE7TVO)
Cranbrook, B. C

-- 
gentoo-user@gentoo.org mailing list