Ok, so I got a bad idea . . . I am building my first Mythbuntu machine. It is a P4 3.0Gh, 2Gb RAM, 20Gb primary hdd (system), 2Tb secondary hdd (var), Nvidia 6200 video and a Hauppauge DVR-1600 card. Some input connection (S-video or component, don't care which) will eventually be connected to my Directv box. For right now, I need to figure out the Input connection and Video source settings, and to do that I want to connect a VCR. This is just to test settings and learn what I am doing. I simply have to press 'play' and signal is available to mythbuntu. No other issues like how to work the Directv box with IR blaster, etc.
Getting the kernel to recognize the DVR-1600 required me to re-compile the kernel per the instructions at
Code: Select all
http://www.mythtv.org/wiki/Hauppauge_HVR-1600Code: Select all
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_DriversCode: Select all
dmesg | grep cx18Code: Select all
dmesg | grep cx18
[ 7.394175] cx18: Start initialization, version 1.5.0
[ 7.394538] cx18-0: Initializing card 0
[ 7.394545] cx18-0: Autodetected Hauppauge card
[ 7.394619] cx18 0000:02:0a.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 7.410873] cx18-0: cx23418 revision 01010000 (B)
[ 7.626044] cx18-0: Autodetected Hauppauge HVR-1600
[ 7.626049] cx18-0: Simultaneous Digital and Analog TV capture supported
[ 8.563418] cs5345 0-004c: chip found @ 0x98 (cx18 i2c driver #0-0)
[ 9.090457] cx18-0: Registered device video0 for encoder MPEG (64 x 32.00 kB)
[ 9.090465] DVB: registering new adapter (cx18)
[ 9.889353] cx18-0: DVB Frontend registered
[ 9.889359] cx18-0: Registered DVB adapter0 for TS (32 x 32.00 kB)
[ 9.889482] cx18-0: Registered device video32 for encoder YUV (20 x 101.25 kB)
[ 9.889596] cx18-0: Registered device vbi0 for encoder VBI (20 x 51984 bytes)
[ 9.889715] cx18-0: Registered device video24 for encoder PCM audio (256 x 4.00 kB)
[ 9.889721] cx18-0: Initialized card: Hauppauge HVR-1600
[ 9.890232] cx18: End initialization
[ 10.075173] cx18-alsa: module loading...
[ 11.248343] cx18-0: loaded v4l-cx23418-cpu.fw firmware (158332 bytes)
[ 11.519753] cx18-0: loaded v4l-cx23418-apu.fw firmware V00120000 (141200 bytes)
[ 11.525987] cx18-0: FW version: 0.0.74.0 (Release 2007/03/12)
[ 12.979583] cx18-0 843: loaded v4l-cx23418-dig.fw firmware (16382 bytes)
[ 12.998357] cx18-0 843: verified load of v4l-cx23418-dig.fw firmware (16382 bytes)
[ 25.876704] ir-kbd-i2c: i2c IR (Hauppauge HVR-1600) detected at i2c-0/0-0071/ir0 [cx18 i2c driver #0-0]Code: Select all
uname -a
Linux wdnpvr01 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 i686 i386 GNU/LinuxNow, that is my stupid idea (and some other info.) So, what is the simplest suggestion anyone has that will assist me in learning how to configure this Hauppauge card input settings and eventually connect one of my Directv boxes?