On Wed, 2009-06-10 at 22:44 -0500, Mike Isely wrote: > On Tue, 2 Jun 2009, Roger wrote: > > > On Tue, 2009-06-02 at 20:00 -0500, Mike Isely wrote: > > > > > Then again if Roger is able to make this at least partially work then > > > maybe everything I've said above is unneeded. > > > > The post just prior to this one, I posted a quick IRW output of just > > pushing two buttons. > > > > You might have missed the post Mike or you're just catching-up. > > > > Irw reports using the configuration for "Hauppauge_350" > > The configuration you refer to here has nothing to do with the IR > receiver hardware. Rather, what that configuration does is provide > instruction to the lirc daemon on how to decode the binary data already > coming from the IR receiver. > > So my point here, again, is that if you have 2 buttons already working > then you should be able to get ALL of the buttons working. To even get > just ONE button to work means that you're already talking correctly to > the IR receiver. Given that, then the rest of the problem is just in > your LIRC configuration for the remote - "Hauppauge_350" might be close > but you might need to try something else (or hand craft a new > configuration which I've done in the past).
>From memory, irw reports all buttons working. What you concluded is what I concluded several weeks ago. :-) > > (One other neat note, /dev/lirc0 & /dev/lirc1 exists and it would seem > > lirc picks-up the IR signals even with the /dev/lirc0 unplugged -- even > > though /etc/conf.d/lirc is defined to use /dev/lirc0. However, I'm > > still initially going through all these configurations a little at a > > time.) > > I suspect that there are some factors at work here that you are not > following. I recommend you review the LIRC documentation. If I wrote this, then I'm not too worried about it as it seems like more of a feature rather then an issue. I likely solved this problem of this user. The kernel requires to be configured with CONFIG_VIDEO_V4L1_COMPAT (=y or =m) enabled in order for Lirc to work properly (using the Hauppauge_350 profile). In other words, just screwing around now and noticed the HVR-1950 remote stopped working after disabling this kernel config. Or, they could be still sol. Brief clipping of my kernel config follows: # # Multimedia core support # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y # CONFIG_VIDEO_ALLOW_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y CONFIG_DVB_CORE=y CONFIG_VIDEO_MEDIA=y -- Roger http://rogerx.freeshell.org _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
