Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
OK, I'm lost now, I've tried searching, and the threads I'm finding aren't helping.. so I apologize. This is the only thing I can't do under Linux, that I can do under Windows. I know it can be set up and this is likely user error. I tried with a Pixelview card, and had to many issues, at least now with the Hauppage, I'm getting static.
first things first, as the subject says, I have a Hauppage WinTV-Go-Plus. I understand Hauppage usually works well under Ubuntu.
when I run dmesg | grep bttv, this is the output I get...
Quote:
ken@ken-desktop:~$ dmesg | grep bttv
[17179592.168000] bttv: driver version 0.9.16 loaded
[17179592.168000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[17179592.168000] bttv: Bt8xx card found (0).
[17179592.168000] bttv0: Bt878 (rev 17) at 0000:00:06.0, irq: 193, latency: 64, mmio: 0xcfdfe000
[17179592.168000] bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb
[17179592.168000] bttv0: using: Hauppauge (bt878) [card=10,autodetected]
[17179592.168000] bttv0: gpio: en=00000000, out=00000000 in=00ffffdb [init]
[17179592.172000] bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]
[17179592.292000] bttv0: using tuner=4
[17179592.292000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[17179592.292000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[17179592.296000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[17179592.884000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[17179593.360000] bttv0: registered device video0
[17179593.360000] bttv0: registered device vbi0
[17179593.360000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267205.500000] bttv0: PLL can sleep, using XTAL (28636363).
[17267206.392000] bttv0: timeout: drop=16 irq=120/120, risc=2a1ee07c, bits: HSYNC OFLOW FDSR
[17267206.392000] bttv0: reset, reinitialize
[17267206.392000] bttv0: PLL can sleep, using XTAL (28636363).
[17267259.992000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267263.712000] bttv0: PLL can sleep, using XTAL (28636363).
[17267264.212000] bttv0: timeout: drop=32 irq=5888/5888, risc=2f102064, bits: HSYNC FDSR
[17267264.212000] bttv0: reset, reinitialize
[17267264.212000] bttv0: PLL can sleep, using XTAL (28636363).
[17267524.772000] bttv0: timeout: drop=50 irq=31378/31378, risc=196d6054, bits: HSYNC FDSR
[17267524.772000] bttv0: reset, reinitialize
[17267524.772000] bttv0: PLL can sleep, using XTAL (28636363).
[17267602.580000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267608.636000] bttv0: PLL can sleep, using XTAL (28636363).
[17267609.136000] bttv0: timeout: drop=73 irq=31957/31957, risc=14da5064, bits: HSYNC FDSR
[17267609.136000] bttv0: reset, reinitialize
[17267609.136000] bttv0: PLL can sleep, using XTAL (28636363).
[17267625.740000] bttv0: timeout: drop=87 irq=33581/33581, risc=06d7907c, bits: HSYNC FDSR
[17267625.740000] bttv0: reset, reinitialize
[17267625.740000] bttv0: PLL can sleep, using XTAL (28636363).
Note the bold, it seems to have correctly detected my Card...
It says TV Tuner 4 is "No Tuner" Well, I figure if I have to, I'll just go through and try all the NTSC tuners, till one works. A Google search turned up a post on another forum, suggesting my tuner might be number 50. So I follow the instructions on the above link, and run this command
sudo modprobe bttv tuner=50
I then get this output...
Quote:
ken@ken-desktop:~$ sudo modprobe bttv tuner=50
ken@ken-desktop:~$ dmesg | grep bttv
[17179592.168000] bttv: driver version 0.9.16 loaded
[17179592.168000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[17179592.168000] bttv: Bt8xx card found (0).
[17179592.168000] bttv0: Bt878 (rev 17) at 0000:00:06.0, irq: 193, latency: 64, mmio: 0xcfdfe000
[17179592.168000] bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb
[17179592.168000] bttv0: using: Hauppauge (bt878) [card=10,autodetected]
[17179592.168000] bttv0: gpio: en=00000000, out=00000000 in=00ffffdb [init]
[17179592.172000] bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]
[17179592.292000] bttv0: using tuner=4
[17179592.292000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[17179592.292000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[17179592.296000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[17179592.884000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[17179593.360000] bttv0: registered device video0
[17179593.360000] bttv0: registered device vbi0
[17179593.360000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267205.500000] bttv0: PLL can sleep, using XTAL (28636363).
[17267206.392000] bttv0: timeout: drop=16 irq=120/120, risc=2a1ee07c, bits: HSYNC OFLOW FDSR
[17267206.392000] bttv0: reset, reinitialize
[17267206.392000] bttv0: PLL can sleep, using XTAL (28636363).
[17267259.992000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267263.712000] bttv0: PLL can sleep, using XTAL (28636363).
[17267264.212000] bttv0: timeout: drop=32 irq=5888/5888, risc=2f102064, bits: HSYNC FDSR
[17267264.212000] bttv0: reset, reinitialize
[17267264.212000] bttv0: PLL can sleep, using XTAL (28636363).
[17267524.772000] bttv0: timeout: drop=50 irq=31378/31378, risc=196d6054, bits: HSYNC FDSR
[17267524.772000] bttv0: reset, reinitialize
[17267524.772000] bttv0: PLL can sleep, using XTAL (28636363).
[17267602.580000] bttv0: PLL: 28636363 => 35468950 .. ok
[17267608.636000] bttv0: PLL can sleep, using XTAL (28636363).
[17267609.136000] bttv0: timeout: drop=73 irq=31957/31957, risc=14da5064, bits: HSYNC FDSR
[17267609.136000] bttv0: reset, reinitialize
[17267609.136000] bttv0: PLL can sleep, using XTAL (28636363).
[17267625.740000] bttv0: timeout: drop=87 irq=33581/33581, risc=06d7907c, bits: HSYNC FDSR
[17267625.740000] bttv0: reset, reinitialize
[17267625.740000] bttv0: PLL can sleep, using XTAL (28636363).
[17269351.800000] bttv0: timeout: drop=120 irq=36592/36592, risc=19a0c07c, bits: HSYNC OFLOW FDSR
[17269351.800000] bttv0: reset, reinitialize
[17269351.800000] bttv0: PLL can sleep, using XTAL (28636363).
[17269364.976000] bttv0: PLL: 28636363 => 35468950 .. ok
[17269368.660000] bttv0: PLL can sleep, using XTAL (28636363).
[17269369.160000] bttv0: timeout: drop=136 irq=38488/38488, risc=2c4ca05c, bits: HSYNC FDSR
[17269369.160000] bttv0: reset, reinitialize
[17269369.160000] bttv0: PLL can sleep, using XTAL (28636363).
[17269594.480000] bttv0: timeout: drop=152 irq=60080/60080, risc=1969b05c, bits: HSYNC FDSR
[17269594.480000] bttv0: reset, reinitialize
[17269594.480000] bttv0: PLL can sleep, using XTAL (28636363).
ken@ken-desktop:~$
Note it still says I'm using Tuner 4(NoTuner according to the tuner list)...
I hope I didnt make this to long/annoying. I just wanted you all to know what I've done, and maybe you can possibly figure out what I'm not doing/what I'm doing wrong...
Thanks for any help anyone can offer. I'm currently using KDETV, as it seems the easiest to set up(once my card is working), but I'm open to using another if you all suggest one
IGF
Last edited by IndyGunFreak; 10-13-2006 at 03:44 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.