Kozumi KTV-01C: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (6 revision(s))
m (Added category: Analog PCI Cards)
 
Line 25: Line 25:
== External Links==
== External Links==
* [http://www.kozumi-usa.com/ktv01c_en.html Kozumi product page]
* [http://www.kozumi-usa.com/ktv01c_en.html Kozumi product page]
[[Category:Analog PCI Cards]]

Latest revision as of 23:08, 4 May 2009

An analog PCI based TV card from Kozumi.

Some tips to make this card work on Debian Linux:

Use the following commands in a script you'll setup to run at boot time:


       rmmod tuner
       rmmod bt878
       rmmod bttv
       modprobe bttv pll=1 radio=1 bttv_verbose=1 card=51 tuner=37 gbuffers=4
       # activating card sound
       /sbin/modprobe tvaudio
       depending on the country you live tuner=38 may be needed to see all the available channels
       

The list of loaded kernel modules can be watched via the following command: lsmod | grep bt


You'll also need an external cable to connect the audio output to the auxiliary input in your sound card or motherboard.

To test the card, use kdetv, instead of scan local channels, try to scan frequencies and add all the found channels. You can later modify or delete channels from the list.

External Links