Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Frutillar
On Thursday 13 January 2005 07:40 pm, Paul Pick wrote:
> ln -s ~/.mythtv/lircrc ~/.lircrc
Ok.  I did this, but the result is the same:  MythTV does nothing with my 
remote.  I think I may have the right /etc/lircd.conf, but the wrong 
.mythtv/lircrc.  HereÂs why:

irw Âsees my remote fine, but mythtv does not.  I also noticed that the 
lircrc I am uses defines up, down, left, and right buttons besides the ch+, 
ch-, vol+, and vol-, but my remote only has the latter (ch+ ... vol-) and no 
separate Âcursor keys.  By the way, I tested pressing the Ok button to watch 
live tv, but nothing happens... nothing happens when I press any of the 
buttons.

Maybe someone has the right lircrc for me.  Where else can I search for the 
right remote control lircrc?  I have already checked the lirc.org site.

This is the grey-top, dark-bottom (black?) remote that came with my PVR-350 
and has the following codes underneath the batteries:  R808-HPG-S   0804  
009370.

I appreciate your help with this as I am stuck at this point and I donÂt know 
what else to try.

=== results from irw once I restart lircd and use the config files below
# irw
17e5 00 OK hauppaugegrey
17d0 00 Volume-UP hauppaugegrey
1fd1 00 Volume-DOWN hauppaugegrey
17e0 00 Channel-UP hauppaugegrey
17e1 00 Channel-DOWN hauppaugegrey
1fe4 00 Previous hauppaugegrey
17de 00 Next hauppaugegrey
17f0 00 Pause hauppaugegrey
1ff6 00 Stop hauppaugegrey
17f7 01 Record hauppaugegrey
1ff2 00 Rewind hauppaugegrey
1ff4 00 Forward hauppaugegrey
17f5 00 Play hauppaugegrey
1ff4 00 Forward hauppaugegrey
17fc 00 Full hauppaugegrey
1fcc 00 Blank hauppaugegrey
17cf 00 Mute hauppaugegrey
17f8 00 Yellow hauppaugegrey
1fe9 00 Blue hauppaugegrey
1fee 00 Green hauppaugegrey
1fcb 00 Red hauppaugegrey
17df 01 Back-Exit hauppaugegrey
1fcd 01 Menu hauppaugegrey
17c0 01 0 hauppaugegrey
17c1 00 1 hauppaugegrey
17c2 00 2 hauppaugegrey
1fc5 00 5 hauppaugegrey
1fc7 00 7 hauppaugegrey
1fc9 01 9 hauppaugegrey
17fd 00 Power hauppaugegrey
1ffb 06 GO hauppaugegrey
1fe4 01 Previous hauppaugegrey
17de 00 Next hauppaugegrey

 /etc/lircd.conf
# brand:   Hauppauge
# model no. of remote control: Grey (PVR-350)

begin remote

  name  hauppaugegrey
  bits   13
  eps30
  aeps  100

  one 0 0
  zero0 0
  gap  20
  min_repeat  4
  toggle_bit  2

  begin codes
  Power0x17FD
  GO   0x1FFB
  10x17C1
  20x17C2
  30x17C3
  40x17C4
  50x1FC5
  60x1FC6
  70x1FC7
  80x1FC8
  90x1FC9
  00x17C0
  Back-Exit0x17DF
  Menu 0x1FCD
  Channel-UP   0x17E0
  OK   0x17E5
  Channel-DOWN 0x17E1
  Volume-DOWN  0x1FD1
  Volume-UP0x17D0
  Red  0x1FCB
  Green0x1FEE
  Yellow   0x17F8
  Blue 0x1FE9
  Mute 0x17CF
  Blank0x1FCC
  Full 0x17FC
  Rewind   0x1FF2
  Play 0x17F5
  Forward  0x1FF4
  Record   0x17F7
  Stop 0x1FF6
  Pause0x17F0
  Previous 0x1FE4
  Next 0x17DE
  end codes

end remote


=== .mythtv/lircrc
# /home/mythtv/.mythtv/lircrc 
# MythTV native LIRC config file for 
# the grey Hauppauge remote 
# 
# By Jarod Wilson, 2003/12/21 
# Amalgamated from Jeff Campbell's, 
# .lircrc, the mythtv.org docs, and 
# a few touches of my own. :) 
# 

### MythTV lirc setup 

Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Paul Pick
> do you mean I need
> to have something like
> ~/.lircrc -> ~/.mythtv/lircrc

 That's right: ln -s ~/.mythtv/lircrc ~/.lircrc

-- 
"We are here on Earth to fart around. Don't let anybody tell you any different!"
 -- Kurt Vonnegut
I have gmail invites available. Email me if you want one.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Frutillar
On Thursday 13 January 2005 05:01 am, Ian Trider wrote:
> >I downloaded both and tried it (lird.conf and lircrc).  Now ¨irw¨ doesn´t
> > >even work, so it seems this is a step backwards.  Other thoughts?  Is
> > >there a log file I can check?
>
> Did you restart in between?  Is lircd running?
I should have stated that in my previous e-mail.  What I have done is kill the 
lircd process and then run it again (with a simple ¨lircd¨), both as root.  
So, yes, I did start lircd and it is running at this time.
>
> How about the lirc* devices in /dev?  Are they readable by the mythtv
> user?  And does /dev/lirc symlink to your remote device (probably
> /dev/lirc0) exist?

This is what I have... (no symlinks)

# ll /dev/lirc*
crw-r--r--  1 root root 61, 0 Jan 10 00:24 /dev/lirc
crw-r--r--  1 root root 61, 0 Jan 10 00:25 /dev/lirc0
srw-r--r--  1 root root 0 Jan 12 19:35 /dev/lircd=
prw-r--r--  1 root root 0 Jan 10 00:25 /dev/lircm|

I assume the ¨c¨ stands for character device, but I do not know what the ¨p¨ 
stands for in the permissions.  I also do not know what the ¨=¨ and ¨|¨ mean 
at the end of the last two devices.

Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Frutillar
On Thursday 13 January 2005 04:53 am, Paul Pick wrote:
> > Other thoughts?
>
>  I had to symlink ~/.mythtv/lircrc to ~/.lircrc.

I donÂt have ~/.lircrc.  What should I place there? ... or do you mean I need 
to have something like
~/.lircrc -> ~/.mythtv/lircrc
?  Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Ian Trider
>I downloaded both and tried it (lird.conf and lircrc).  Now ¨irw¨ doesn´t >even
>work, so it seems this is a step backwards.  Other thoughts?  Is >there a log
>file I can check?

Did you restart in between?  Is lircd running?

How about the lirc* devices in /dev?  Are they readable by the mythtv
user?  And does /dev/lirc symlink to your remote device (probably
/dev/lirc0) exist?



-- 
Ian Trider
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-13 Thread Paul Pick
> Other thoughts?

 I had to symlink ~/.mythtv/lircrc to ~/.lircrc.

-- 
"We are here on Earth to fart around. Don't let anybody tell you any different!"
 -- Kurt Vonnegut
I have gmail invites available. Email me if you want one.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-12 Thread Frutillar
On Wednesday 12 January 2005 03:51 pm, Maverick wrote:
> Did you setup /home/mythtv/.mythtv/lircrc ? I have the same remote as
> you. My working settings can be found here (post #3):
>
> http://www.gossamer-threads.com/lists/mythtv/users/103207
>
> HTH,
> -Kenneth

I downloaded both and tried it (lird.conf and lircrc).  Now Âirw doesnÂt 
even 
work, so it seems this is a step backwards.  Other thoughts?  Is there a log 
file I can check?

Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-12 Thread Maverick
Did you setup /home/mythtv/.mythtv/lircrc ? I have the same remote as
you. My working settings can be found here (post #3):

http://www.gossamer-threads.com/lists/mythtv/users/103207

HTH,
-Kenneth


On Wed, 12 Jan 2005 21:19:56 +, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>  
> Hi! 
>   
> I am almost "there" with my mythbox, but I am having issues with the remote.
>  What is strange is that irw sees the remote fine (all the keys I press
> come-up with the right names), but nothing happens when I try to use the
> remote with MythTV.  I changed the settings in settings.pro so that it will
> use native lirc, but I cannot get it to work correctly. 
>   
> Any thoughts? 
>   
> My setup: 
>   
> EPIA M1 mobo 
> PVR-350 with grey-top & black-bottom (dark bottom) 
> Mandrake 10.1 (2.6.8.1-12mdk) 
> ivtv 0.3.2a 
> lirc 0.7.0 
> MythTV 0.16 
>   
> Thanks for your help!! 
>   
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 Remote - Hmmm!

2005-01-12 Thread Dave
Did you put your lircrc into ~./mythtv/lircrc?
-Dave
On Jan 12, 2005, at 1:19 PM, [EMAIL PROTECTED] wrote:
Hi!
 
I am almost "there" with my mythbox, but I am having issues with the 
remote.  What is strange is that irw sees the remote fine (all the 
keys I press come-up with the right names), but nothing happens when I 
try to use the remote with MythTV.  I changed the settings in 
settings.pro so that it will use native lirc, but I cannot get it to 
work correctly.
 
Any thoughts?
 
My setup:
 
EPIA M1 mobo
PVR-350 with grey-top & black-bottom (dark bottom)
Mandrake 10.1 (2.6.8.1-12mdk)
ivtv 0.3.2a
lirc 0.7.0
MythTV 0.16
 
Thanks for your help!!
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] PVR-350 Remote - Hmmm!

2005-01-12 Thread frutillar

Hi!
 
I am almost "there" with my mythbox, but I am having issues with the remote.  What is strange is that irw sees the remote fine (all the keys I press come-up with the right names), but nothing happens when I try to use the remote with MythTV.  I changed the settings in settings.pro so that it will use native lirc, but I cannot get it to work correctly.
 
Any thoughts?
 
My setup:
 
EPIA M1 mobo
PVR-350 with grey-top & black-bottom (dark bottom)
Mandrake 10.1 (2.6.8.1-12mdk)
ivtv 0.3.2a
lirc 0.7.0
MythTV 0.16
 
Thanks for your help!!
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users