Hi, I had success with some TV tuner hardware that wasn't listed on the
linuxtv.org V4L-DVB wiki. Could you please update it?
The relevant section is here:
http://www.linuxtv.org/wiki/index.php/DVB-T_PCI_Cards#Compro
My device is a Compro DVD-T300 (purchased in Australia):
lime:~# lspci | grep -i "saa"
01:06.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video
Broadcast Decoder (rev 01)
I use Debian 5 (lenny) and it seemed to be detected fine when I installed the
AMD64 kernel/system.
When I installed the 32-bit x86 kernel/system (using a 64bit cpu) detection
didn't seem to be automatic anymore.
Symptom: after modprobe saa7134 , /dev/video0 was created, but not /dev/dvb
Solution...
After reading this website:
http://en.gentoo-wiki.com/wiki/Saa7134
I discovered that I had to do instead
modprobe saa7134 card=70
zcat
/usr/share/doc/linux-doc-2.6.26/Documentation/video4linux/CARDLIST.saa7134.gz
| grep -i "compro"
19 -> Compro VideoMate TV [185b:c100]
40 -> Compro VideoMate TV PVR/FM [185b:c100]
41 -> Compro VideoMate TV Gold+ [185b:c100]
49 -> Compro VideoMate Gold+ Pal [185b:c200]
62 -> Compro VideoMate TV Gold+II
70 -> Compro Videomate DVB-T300 [185b:c900]
71 -> Compro Videomate DVB-T200 [185b:c901]
103 -> Compro Videomate DVB-T200A
139 -> Compro VideoMate T750 [185b:c900]
Hope this helps some people,
Rohan Carly.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html