LinHES Forums http://forum.linhes.org/ |
|
PVR-250 Remote Problems (A415-HPG) http://forum.linhes.org/viewtopic.php?f=2&t=5223 |
Page 1 of 1 |
Author: | DrewCS [ Thu Jul 07, 2005 12:40 pm ] |
Post subject: | PVR-250 Remote Problems (A415-HPG) |
I just got my PVR-250 today and put it in my box and it worked fine, then I tried the remote. I followed the steps on the wiki to no avail. 0)Pluged in the IR receiver 1)install-i686-l 2)update /etc/lirc/lircd.conf 3)update /home/mythtv/.mythtv/lircrc and I even made sure it started on boot 4)update-rc.d lirc defaults rebooted and it still didn't work I used irrecord /etc/lirc/lircd.conf it sais "could not init hardware" I tried using irw and it said "connection refused" I am now lost. Anyone have any toughts on this |
Author: | DrewCS [ Fri Jul 08, 2005 12:00 pm ] |
Post subject: | |
Ok, I have made progress. I now can get irw to work and all the buttons work fine. (at least I know that the remote works as well as the IR receiver) I still can not get irrecord to work, it still gives me the same error and it still won't work with mythtv Here are the files: '/etc/lirc/lirc.conf' Code: # Please make this file available to others # by sending it to <lirc@bartelmus.de> # # this config file was automatically generated # using lirc-0.7.0(hauppauge) on Thu Jan 13 17:31:41 2005 # # contributed by Per Jonsson (per at pjd dot nu) # # brand: Hauppauge # model no. of remote control: A415-HPG # devices being controlled by this remote: PVR150/250/350 # begin remote name hauppauge_pvr250 bits 13 flags RC5|CONST_LENGTH eps 30 aeps 100 one 0 0 zero 0 0 gap 200000 min_repeat 4 toggle_bit 2 begin codes POWER 0x00000000000017BD GO 0x00000000000017BB TV 0x000000000000179C VIDEOS 0x0000000000001798 MUSIC 0x0000000000001799 PICTURES 0x000000000000179A GUIDE 0x000000000000179B RADIO 0x000000000000178C OK 0x00000000000017A5 UP 0x0000000000001794 LEFT 0x0000000000001796 RIGHT 0x0000000000001797 DOWN 0x0000000000001795 BACK/EXIT 0x000000000000179F MENU 0x000000000000178D PREVCH 0x0000000000001792 MUTE 0x000000000000178F VOL+ 0x0000000000001790 VOL- 0x0000000000001791 CH+ 0x00000000000017A0 CH- 0x00000000000017A1 RECORD 0x00000000000017B7 STOP 0x00000000000017B6 PLAY 0x00000000000017B5 REW 0x00000000000017B2 FFW 0x00000000000017B4 REPLAY 0x00000000000017A4 PAUSE 0x00000000000017B0 SKIP 0x000000000000179E 1 0x0000000000001781 2 0x0000000000001782 3 0x0000000000001783 4 0x0000000000001784 5 0x0000000000001785 6 0x0000000000001786 7 0x0000000000001787 8 0x0000000000001788 9 0x0000000000001789 * 0x000000000000178A 0 0x0000000000001780 # 0x000000000000178E RED 0x000000000000178B GREEN 0x00000000000017AE YELLOW 0x00000000000017B8 BLUE 0x00000000000017A9 end codes end remote '/home/mythtv/.mythtv/lircrc' Code: # lircrc.example.HauppaugeSilver-nativelirc
# 2005-01-27, Russell Salerno # mailto:rsalern5@optonline.net # Save this file in ~/.mythtv/lircrc begin prog = mythtv button = POWER config = Esc end begin prog = mythtv button = GO # Swap the PiP windows config = N end begin prog = mythtv button = 1 config = 1 end begin prog = mythtv button = 2 config = 2 end begin prog = mythtv button = 3 config = 3 end begin prog = mythtv button = 4 config = 4 end begin prog = mythtv button = 5 config = 5 end begin prog = mythtv button = 6 config = 6 end begin prog = mythtv button = 7 config = 7 end begin prog = mythtv button = 8 config = 8 end begin prog = mythtv button = 9 config = 9 end begin prog = mythtv button = BACK/EXIT config = Esc end begin prog = mythtv button = 0 config = 0 end begin prog = mythtv button = MENU config = M end # Below are keys used with the Hauppauge Silver remote begin prog = mythtv # This is the Red key # We'll use it for "Delete" button = RED config = D end begin prog = mythtv # This is the Green key # We'll use it for "Information" button = GREEN config = I end begin prog = mythtv # This is the Blue key # Use it for the sleep timer button = BLUE config = F8 end begin prog = mythtv # This is the Yellow key # adjust video button = YELLOW config = F end # Note the "repeat =" strings in the volume and channel. # This means that if you hold down the key, every nth instance will be # passed. This depends on your system, so you may want to increase or # decrease this and see what happens. repeat = 1 is probably too # fast. begin prog = mythtv button = VOL- repeat = 3 config = F10 end begin prog = mythtv button = VOL+ repeat = 3 config = F11 end begin prog = mythtv button = CH+ config = Up end begin prog = mythtv button = CH- repeat = 3 config = Down end begin prog = mythtv button = UP # This is the "up" on the central diamond repeat = 3 config = Up end begin prog = mythtv button = DOWN # This is the "down" on the central diamond repeat = 3 config = Down end begin prog = mythtv button = LEFT # This is the "left" on the central diamond repeat = 3 config = Left end begin prog = mythtv button = RIGHT # This is the "right" on the central diamond repeat = 3 config = Right end begin prog = mythtv # Middle button on the diamond button = OK config = Return end begin prog = mythtv button = MUTE config = F9 end begin prog = mythtv button = REW config = Left end begin prog = mythtv button = PLAY config = P end begin prog = mythtv button = FFW config = Right end begin prog = mythtv button = RECORD config = R end begin prog = mythtv # Teletext button = STOP config = T end begin prog = mythtv button = PAUSE config = P end begin prog = mythtv button = REPLAY # Use for backwards commercial skip config = Q end begin prog = mythtv button = SKIP # Use for forward commercial skip config = Z end |
Author: | DrewCS [ Sat Jul 09, 2005 10:46 am ] |
Post subject: | |
I got irrecord to work now (I had to kill the lircd process) but still no remote in mythtv. This is from my syslog Code: Jul 8 12:19:36 mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61
Jul 8 12:19:36 mythtv irrecord: could not open /dev/lirc Jul 8 12:19:36 mythtv irrecord: default_init(): No such device Jul 8 12:19:41 mythtv lircd 0.7.1pre2[3858]: lircd(any) ready Jul 8 12:19:43 mythtv lircd 0.7.1pre2[3858]: accepted new client on /dev/lircd Jul 8 12:19:43 mythtv lircd 0.7.1pre2[3858]: could not open /dev/lirc Jul 8 12:19:43 mythtv lircd 0.7.1pre2[3858]: default_init(): No such device Jul 8 12:19:43 mythtv lircd 0.7.1pre2[3858]: caught signal Please someone reply, I am starting to tear my hair out over this! |
Author: | crabby [ Fri Jul 15, 2005 2:59 pm ] |
Post subject: | |
don't know if this will help, but i had to run /usr/local/bin/lirc-reconfig.sh to get my grey hauppauge remote working on R5A16. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |