[pvrusb2] pvrusb2 Digest, Vol 50, Issue 2

Mike Ingardia mike.ingardia at gmail.com
Tue Oct 6 07:05:20 CDT 2009


No s5h1411 errors in the logs.



On Mon, Oct 5, 2009 at 1:00 PM, <pvrusb2-request at isely.net> wrote:

> Send pvrusb2 mailing list submissions to
>        pvrusb2 at isely.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
> or, via email, send a message with subject or body 'help' to
>        pvrusb2-request at isely.net
>
> You can reach the person managing the list at
>        pvrusb2-owner at isely.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pvrusb2 digest..."
>
>
> Today's Topics:
>
>   1. 1950 Remote and Transmitter (Mike Ingardia)
>   2. Re: 1950 Remote and Transmitter (Nicholas Robbins)
>   3. Re: 1950 Remote and Transmitter (Roger)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 4 Oct 2009 13:12:26 -0400
> From: Mike Ingardia <mike.ingardia at gmail.com>
> Subject: [pvrusb2] 1950 Remote and Transmitter
> To: pvrusb2 at isely.net
> Message-ID:
>        <81b1c7b20910041012k623e0edbyb6e6e8f387dfcb5 at mail.gmail.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hey Mike,
> I got my remote working by doing the following in UBUNTU 9.04:
>
> 1. Use the ir-kbd-i2c.ko module and load it.
> 2. Load the remove any lirc module that you may have installed in ubuntu.
> 3. Download and build the lirc-0.8.6 module and configure it to use
> the Hauppauge Driver ( PVR_150)
> 4. load the librc_dev module into the kernel.
> 5. kick off the lircd daemon.
>
> This creates a /dev/lirc0 and /dev/lirc devices.
>
> Using irw I can see the correct key presses from the Hauppauge remote being
> deplayed.
>
> My question:
>
> Although I was able to get the "receiver" side working, I have not been
> able
> to get the transmitter to work. Which was my true goal as I am trying to
> control a cable box so that SageTV can use all my chanels vs. just the ones
> you can get with out a cable box.
>
> Suggestions on approaches.  When I attempt to run irsend I get irsend:
> hardware does not support sending.
>
> I know it probably is attempting to send to the reciever vs the
> tranmitter.   I tried kicking up another lircd specifing the /dev/lirc
> device ( as oppose the I assume the default /dev/lirc0 ), although I was
> hoping the name would have been /dev/lirc1 so I am not sure I even have the
> tranmitter device operating or everythign configured right.
>
> In the kernel log I see messages like the following:
>
> Oct  4 12:25:24 amd-linuxmce kernel: [  327.689452] lirc_i2c: chip 0x10005
> found @ 0x71 (Hauppauge PVR150)
> Oct  4 12:25:24 amd-linuxmce kernel: [  327.689478] lirc_dev:
> lirc_register_driver: sample_rate: 10
> Oct  4 12:25:24 amd-linuxmce kernel: [  327.689813] lirc_dev: driver
> lirc_i2c registered at minor number = 0
> Oct  4 12:25:24 amd-linuxmce kernel: [  327.689816] lirc_dev (lirc_i2c[0]):
> poll thread started
>
> Which would seem to imply it found the chip but I don't know enough to know
> if that means just the remote or transmitter as well.
>
>
> Suggestions?
>
> ----
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 4 Oct 2009 10:47:01 -0700 (PDT)
> From: Nicholas Robbins <nickrobbins at yahoo.com>
> Subject: Re: [pvrusb2] 1950 Remote and Transmitter
> To: Communications nexus for pvrusb2 driver <pvrusb2 at isely.net>
> Message-ID: <493915.26552.qm at web110312.mail.gq1.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> --- On Sun, 10/4/09, Mike Ingardia <mike.ingardia at gmail.com> wrote:
>
> > From: Mike Ingardia <mike.ingardia at gmail.com>
> > Subject: [pvrusb2] 1950 Remote and Transmitter
> > To: pvrusb2 at isely.net
> > Date: Sunday, October 4, 2009, 1:12 PM
> > Hey Mike,
> > I got my remote working by doing the following in UBUNTU
> > 9.04:
> >
> > 1. Use the ir-kbd-i2c.ko module and load it.
> > 2. Load the remove any lirc module that you may have
> > installed in ubuntu.
> > 3. Download and build the lirc-0.8.6 module and configure
> > it to use
> > the Hauppauge Driver ( PVR_150)
> > 4. load the librc_dev module into the kernel.
> > 5. kick off the lircd daemon.
> >
> > This creates a /dev/lirc0 and /dev/lirc devices.
> >
>
> This does nothing for me.
>
> What version of the pvrusb2 driver are you using?
>
> What version of the kernel are you using?
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 04 Oct 2009 19:00:35 -0800
> From: Roger <rogerx at sdf.lonestar.org>
> Subject: Re: [pvrusb2] 1950 Remote and Transmitter
> To: Communications nexus for pvrusb2 driver <pvrusb2 at isely.net>
> Message-ID: <1254711635.12850.97.camel at localhost2.local>
> Content-Type: text/plain; charset=iso-8859-1
>
> Please follow-up if you see " s5h1411 i2c errors" after rebooting the
> computer, but leaving the hvr-1950 on during the reboot with firmwares
> already loaded.
>
> For more info, see the posts to this list with the subject " s5h1411
> errors"
>
> I've just completely uninstalled lirc here because my systems seem to be
> also completely ignoring the "blacklist lirc_dev" "blacklist lirc_i2c"
> options.
>
> <shrugs>
>
> Since I rarely use IR, with too much to do around here. :-/
>
>
>
>
> On Sun, 2009-10-04 at 13:12 -0400, Mike Ingardia wrote:
> > Hey Mike,
> > I got my remote working by doing the following in UBUNTU 9.04:
> >
> > 1. Use the ir-kbd-i2c.ko module and load it.
> > 2. Load the remove any lirc module that you may have installed in ubuntu.
> > 3. Download and build the lirc-0.8.6 module and configure it to use
> > the Hauppauge Driver ( PVR_150)
> > 4. load the librc_dev module into the kernel.
> > 5. kick off the lircd daemon.
> >
> > This creates a /dev/lirc0 and /dev/lirc devices.
> >
> > Using irw I can see the correct key presses from the Hauppauge remote
> being
> > deplayed.
> >
> > My question:
> >
> > Although I was able to get the "receiver" side working, I have not been
> able
> > to get the transmitter to work. Which was my true goal as I am trying to
> > control a cable box so that SageTV can use all my chanels vs. just the
> ones
> > you can get with out a cable box.
> >
> > Suggestions on approaches.  When I attempt to run irsend I get irsend:
> > hardware does not support sending.
> >
> > I know it probably is attempting to send to the reciever vs the
> > tranmitter.   I tried kicking up another lircd specifing the /dev/lirc
> > device ( as oppose the I assume the default /dev/lirc0 ), although I was
> > hoping the name would have been /dev/lirc1 so I am not sure I even have
> the
> > tranmitter device operating or everythign configured right.
> >
> > In the kernel log I see messages like the following:
> >
> > Oct  4 12:25:24 amd-linuxmce kernel: [  327.689452] lirc_i2c: chip
> 0x10005
> > found @ 0x71 (Hauppauge PVR150)
> > Oct  4 12:25:24 amd-linuxmce kernel: [  327.689478] lirc_dev:
> > lirc_register_driver: sample_rate: 10
> > Oct  4 12:25:24 amd-linuxmce kernel: [  327.689813] lirc_dev: driver
> > lirc_i2c registered at minor number = 0
> > Oct  4 12:25:24 amd-linuxmce kernel: [  327.689816] lirc_dev
> (lirc_i2c[0]):
> > poll thread started
> >
> > Which would seem to imply it found the chip but I don't know enough to
> know
> > if that means just the remote or transmitter as well.
> >
> >
> > Suggestions?
> >
> > ----
> > _______________________________________________
> > pvrusb2 mailing list
> > pvrusb2 at isely.net
> > http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
> >
> --
> Roger
> http://rogerx.freeshell.org
>
>
>
> ------------------------------
>
> _______________________________________________
> pvrusb2 mailing list
> pvrusb2 at isely.net
> http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
>
>
> End of pvrusb2 Digest, Vol 50, Issue 2
> **************************************
>


More information about the pvrusb2 mailing list