Hi everybody, I've a Knoppix 5.1.1 system with Hauppauge PVR 350 card. I've got that card working with ivtv driver but not the remote control. I've installed LIRC debian package and copied the hauppauge lirc conf file to /etc/lirc/lircd.conf. After I start the lirc daemon and modprobe'd the lirc_i2c module, irw can read the remote control buttons and prints it out on the stdout but I don't see any impact on the tv card. irw recognizes the buttons that I press on the remote control. I'm just wondering what am I missing here. If it helps, here's the ivtv log:
ul 17 23:37:42 linuxdesktop kernel: ivtv: ==================== START INIT IVTV ==================== Jul 17 23:37:42 linuxdesktop kernel: ivtv: version 0.10.3 (tagged release) loading Jul 17 23:37:42 linuxdesktop kernel: ivtv: Linux version: 2.6.19.7 SMP preempt mod_unload 386 REGPARM Jul 17 23:37:42 linuxdesktop kernel: ivtv: In case of problems please include the debug info between Jul 17 23:37:42 linuxdesktop kernel: ivtv: the START INIT IVTV and END INIT IVTV lines, along with Jul 17 23:37:42 linuxdesktop kernel: ivtv: any module options, when mailing the ivtv-users mailinglist. Jul 17 23:37:42 linuxdesktop kernel: ACPI: PCI Interrupt 0000:03:02.0[A] -> GSI 18 (level, low) -> IRQ 20 Jul 17 23:37:42 linuxdesktop kernel: rt61 1.1.0 Beta 2 CVS http://rt2x00.serialmonkey.com Jul 17 23:37:42 linuxdesktop kernel: RT61: Vendor = 0x1814, Product = 0x0301 Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Autodetected Hauppauge card (cx23415 based) Jul 17 23:37:42 linuxdesktop kernel: ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 19 (level, low) -> IRQ 23 Jul 17 23:37:42 linuxdesktop kernel: Loading module: rt61pci - CVS (N/A) by http://rt2x00.serialmonkey.com. Jul 17 23:37:42 linuxdesktop kernel: ivtv0: loaded v4l-cx2341x-enc.fwfirmware (376836 bytes) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: loaded v4l-cx2341x-dec.fwfirmware (262144 bytes) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Encoder revision: 0x02060039 Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Decoder revision: 0x02020023 Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: Hauppauge model 48132, rev K268, serial# 8611216 Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47) Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08) Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: audio processor is MSP4448 (idx 27) Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: decoder processor is SAA7115 (idx 19) Jul 17 23:37:42 linuxdesktop kernel: tveeprom 1-0050: has radio, has IR remote Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Autodetected Hauppauge WinTV PVR-350 Jul 17 23:37:42 linuxdesktop kernel: tuner 1-0043: chip found @ 0x86 (ivtv i2c driver #0) Jul 17 23:37:42 linuxdesktop kernel: tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner) Jul 17 23:37:42 linuxdesktop kernel: tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0) Jul 17 23:37:42 linuxdesktop kernel: saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0) Jul 17 23:37:42 linuxdesktop kernel: msp3400 1-0040: MSP4448G-B3 found @ 0x80 (ivtv i2c driver #0) Jul 17 23:37:42 linuxdesktop kernel: msp3400 1-0040: MSP4448G-B3 supports radio, mode is autodetect and autoselect Jul 17 23:37:42 linuxdesktop kernel: i2c_adapter i2c-1: Client creation failed at 0x44 (-1) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device video0 for encoder MPEG (4 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device video32 for encoder YUV (2 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device vbi0 for encoder VBI (1 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device video24 for encoder PCM audio (1 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device radio0 for encoder radio Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device video16 for decoder MPEG (1 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device vbi8 for decoder VBI (1 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device vbi16 for decoder VOUT Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Registered device video48 for decoder YUV (1 MB) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: loaded v4l-cx2341x-init.mpgfirmware (155648 bytes) Jul 17 23:37:42 linuxdesktop kernel: tuner 1-0061: type set to 47 (LG NTSC (TAPE series)) Jul 17 23:37:42 linuxdesktop kernel: ivtv0: Initialized Hauppauge WinTV PVR-350, card #0 Jul 17 23:37:42 linuxdesktop kernel: ivtv: ==================== END INIT IVTV ==================== When I say lircd --driver=help, here's the output: Driver `help' not supported. Supported drivers: alsa_usb atilibusb audio_alsa bte bw6130 dvico creative creative_infracd default dev/input dsp ea65 irman livedrive_midi livedrive_seq logitech mp3anywhere mouseremote mouseremote_ps2 null pcmak pinsys pixelview silitek tira udp uirt2 uirt2_raw I don't see hauppauge driver in that list. Doesn't lirc debian package doesn't have hauppauge driver support built-in ?? Btw, my kernel version is 2.6.19. Appreciate any help. Sanjay.
_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
