View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 4 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Jul 07, 2005 12:40 pm 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
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


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 08, 2005 12:00 pm 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 09, 2005 10:46 am 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
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!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 15, 2005 2:59 pm 
Offline
Joined: Tue Feb 08, 2005 5:18 pm
Posts: 70
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.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu