pixelview playing TV Pro

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: pixelview playing TV Pro

Post by Husse »

I have found that making a small module called bttv may help
First check so there is no bttv already
Add it to /etc/modules so it gets started

Code: Select all

echo “bttv” | sudo echo -a /etc/modules
Now create bttv

Code: Select all

echo "# i2c
alias char-major-89 i2c-devb
options i2c-algo-bit bit_test=1
# bttv
alias char-major-81 videodev
alias char-major-81-0 bttv
# My TV Card
options bttv card=37 tuner=30 radio=1 pll=1 adc_crush=0" | sudo tee /etc/modprobe.d/bttv
(Don't mind that you see a > before each new line before the command is executed - it's a new line character)
It's the options part of this that is important and these are for a Pixelview PlayTV Pro with bt878
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: pixelview playing TV Pro

Post by Husse »

I have never played with TV cards and they have always seemed a bit strange to me in their inner workings :)
Locked

Return to “Hardware Support”