You are not logged in.
After years of using my tv card on linux now it doesn't work.
I only upgraded kernel to 2.6.27 from official repo, and now my tv card won't work.
My tv card is Prolink Pixelview PV-BT878P+
it use bttv module
my /etc/modprobe.conf
#
# /etc/modprobe.conf (for v2.6 kernels)
#
alias char-major-81 bttv
options bttv card=70
options bttv tuner=5
loaded modules for bttv
$ lsmod | grep bttv
bttv 163284 0
videodev 35584 2 tuner,bttv
ir_common 36996 1 bttv
compat_ioctl32 3072 1 bttv
i2c_algo_bit 7556 1 bttv
v4l2_common 12160 3 tuner,tvaudio,bttv
videobuf_dma_sg 12804 1 bttv
videobuf_core 17668 2 bttv,videobuf_dma_sg
btcx_risc 6024 1 bttv
tveeprom 13956 1 bttv
i2c_core 22420 18 i2c_i801,nvidia,tuner,tea5767,tda8290,tda18271,tda827x,tuner_xc2028,xc5000,tda9887,tuner_simple,mt20xx,tea5761,tvaudio,bttv,i2c_algo_bit,v4l2_common,tveeprom
lspci
$ lspci | grep Bt878
02:03.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:03.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
Is there some solution?
Offline
i have the same problem!!
00:0b.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
00:0b.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
Offline
Me too, any workarounds so far?
Offline
I have two computers with TV cards (BT848 and BT878) and never had to change anything (aside from hardcoding the card number for the 848 in modprobe.conf) for them to be recognized after recent kernel updates.
Show your dmesg.
1000
Offline
Here is mine:
http://pastebin.com/m21764107
PS: i don't use the tv card, i just use it for the radio.
Last edited by WladyX (2009-10-22 16:53:31)
Offline
Hm, I don't see anything obvious.
Make sure your user is in the video group, and then play with modprobe options, e.g. let the kernel autodetect the card, and if that won't work, try different card= / tuner= options.
http://git.kernel.org/?p=linux/kernel/g … DLIST.bttv
http://git.kernel.org/?p=linux/kernel/g … LIST.tuner
1000
Offline
Having the same problem here. Allready thought that the card had died.
All logs appear normal, card is recognized etc. But since 19 oct I have timeout messages in the kernel.log I haven't seen before, like:
kernel: bttv0: timeout: drop=45 irq=1656/5138402, risc=72fd8024, bits: HSYNC OFLOW FDSR
I guess it's related to the problem.
Offline