Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Nova T-500 Remote Control

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


khchai at ceedtec

Jul 22, 2008, 7:35 PM

Post #1 of 8 (1943 views)
Permalink
Nova T-500 Remote Control

Hi all,



I did a clean install of Mythbuntu; and selected the Hauppauge Nova T-500
remote control during the setup. However, only the direction buttons work
(Up, Down, Left, Right). I did a comparison of the lircd.conf file with the
one from the recommended site:

http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_500_PCI



I don't know what else to do. Anyone have the same problem? How do I make
the other button works? Any help or suggestion would be greatly
appreciated.


myth at dermanouelian

Jul 22, 2008, 10:55 PM

Post #2 of 8 (1876 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

On Jul 22, 2008, at 7:35 PM, KH Chai wrote:

> Hi all,
>
> I did a clean install of Mythbuntu; and selected the Hauppauge Nova
> T-500 remote control during the setup. However, only the direction
> buttons work (Up, Down, Left, Right). I did a comparison of the
> lircd.conf file with the one from the recommended site:
> http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_500_PCI
>
> I don’t know what else to do. Anyone have the same problem? How do
> I make the other button works? Any help or suggestion would be
> greatly appreciated.

Run irw to see if the buttons are recognized by your lirc
configuration. If so, make sure the button names they trigger exactly
match the names in ~/.lirc/mythtv


khchai at ceedtec

Jul 22, 2008, 11:13 PM

Post #3 of 8 (1871 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

Hi all,



I did a clean install of Mythbuntu; and selected the Hauppauge Nova T-500
remote control during the setup. However, only the direction buttons work
(Up, Down, Left, Right). I did a comparison of the lircd.conf file with the
one from the recommended site:

http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_500_PCI



I don't know what else to do. Anyone have the same problem? How do I make
the other button works? Any help or suggestion would be greatly
appreciated.



Run irw to see if the buttons are recognized by your lirc configuration. If
so, make sure the button names they trigger exactly match the names in
~/.lirc/mythtv





Running irw gave me connection refused, and returned to command prompt.


nico at youplala

Jul 23, 2008, 12:09 AM

Post #4 of 8 (1865 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

On Wed, 2008-07-23 at 14:13 +0800, KH Chai wrote:
> Running irw gave me connection refused, and returned to command
> prompt.

If you get this and only the arrow buttons are working, it can mean only
one thing: your LIRC setup is not running.

Nico

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


allen.edwards at oldpaloalto

Jul 23, 2008, 12:36 AM

Post #5 of 8 (1862 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

Nicolas Will wrote:
> On Wed, 2008-07-23 at 14:13 +0800, KH Chai wrote:
>> Running irw gave me connection refused, and returned to command
>> prompt.
>
> If you get this and only the arrow buttons are working, it can mean only
> one thing: your LIRC setup is not running.
>
> Nico
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
For my HD Home Run I put the following in /etc/rc.local:
lircd -H udp -d 5000

Your parameters will be different.

Allen

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


khchai at ceedtec

Jul 23, 2008, 2:00 AM

Post #6 of 8 (1862 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

-----Original Message-----
From: mythtv-users-bounces [at] mythtv
[mailto:mythtv-users-bounces [at] mythtv] On Behalf Of Allen Edwards
Sent: Wednesday, July 23, 2008 3:36 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Nova T-500 Remote Control

Nicolas Will wrote:
> On Wed, 2008-07-23 at 14:13 +0800, KH Chai wrote:
>> Running irw gave me connection refused, and returned to command
>> prompt.
>
> If you get this and only the arrow buttons are working, it can mean only
> one thing: your LIRC setup is not running.
>
> Nico
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
For my HD Home Run I put the following in /etc/rc.local:
lircd -H udp -d 5000

Your parameters will be different.

Allen

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Thank you everyone for the suggestion. This is a clean installation of
MythBuntu, so sometime the device event# is different from machine to
machine. I noticed that in the hardware.conf file and changed it to the
correct event#, reboot the machine, and it finally work XD


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nico at youplala

Jul 23, 2008, 3:02 AM

Post #7 of 8 (1848 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

On Wed, 2008-07-23 at 17:00 +0800, KH Chai wrote:
>
> Thank you everyone for the suggestion. This is a clean installation
> of
> MythBuntu, so sometime the device event# is different from machine to
> machine.

ah !

The official reference for all stuff concerning the card is here:

http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500

I try to keep it as up-to-date as possible, with help.

For the event number, you may be interested in thin paragraphs in
particular:

http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Genral_LIRC_settings

As you are using Mythbuntu, once you have the proper rule to generate a
fixed name, you may not want to edit the LIRC conf file directly, but
use the GUI and point it to the proper device name.

I may have Mythbuntu/Nova-t-500 tips and trick that could be of interest
on my web page too. See sig.

Nico
http://www.youplala.net/linux/home-theater-pc

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv at dsl

Jul 23, 2008, 10:18 AM

Post #8 of 8 (1828 views)
Permalink
Re: Nova T-500 Remote Control [In reply to]

KH Chai wrote:
>
> Hi all,
>
> I did a clean install of Mythbuntu; and selected the Hauppauge Nova
> T-500 remote control during the setup. However, only the direction
> buttons work (Up, Down, Left, Right). I did a comparison of the
> lircd.conf file with the one from the recommended site:
>
> http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_500_PCI
>
> I don’t know what else to do. Anyone have the same problem? How do I
> make the other button works? Any help or suggestion would be greatly
> appreciated.
>
> ------------------------------------------------------------------------

Just a friendly warning before someone bites your head off :-)

Please don't keep replying to existing threads with new titles. It
screws people up who use a threaded mail reader. I can let you off once
but twice in the same thread is unforgivable ;-). Basically don't reply
to an existing email then edit the title always create a new email if
it's a fresh subject. Thank you.

Paul H.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.