View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 59 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Tue Oct 11, 2005 4:50 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Some of the buttons work out of the box, eg. on the main MythTV menu, Channel Up and Channel Down work as Pg Up & Pg Down respectively. Cancel works as expected, as does the "play" button (enter).

But apart from that I can't help. I did post a question in the Hardware forum asking for assistance, but this did not seem to get me too far. I am happy to play with it and get it working properly except I don't know where to go.

Sorry I am not much help.

_________________
Girkers


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 11, 2005 5:41 pm 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
Girkers wrote:
Some of the buttons work out of the box, eg. on the main MythTV menu, Channel Up and Channel Down work as Pg Up & Pg Down respectively. Cancel works as expected, as does the "play" button (enter).


Those mappings will probably not work in the next release, but see below.

Girkers wrote:
I am happy to play with it and get it working properly except I don't know where to go.

Sorry I am not much help.


Why don't you post what you have as your lircrc, and I'll see what I can do. I can't guarantee it'll be auto-detected and configured for the next release, though.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 11, 2005 7:28 pm 
i have the same remote/dvb card setup.

it doesn't use lirc instead it works as a keyboard interface. the buttons on the remote just "type" up different keys on the system. the list of keys can be found here. The one that i want to setup is the "power" button. but as you can tell from the buttons it produces it just goes into a tty screen. i tried to change it to run the command "mythfrontend" but i dont have full understanding of fluxbox as of yet.

so my guess is you don't need to use lirc at all to use this remote as i have not done anything with it and it works right away with all the knoppmyth versions.


Top
  
 
 Post subject:
PostPosted: Wed Oct 12, 2005 8:03 am 
Offline
Joined: Wed Oct 12, 2005 7:54 am
Posts: 88
I know this is a little off topic but...

What is a good all around remote to use with a homemade IR receiver?

I have been working to get all the parts I need to buld this settopbox to include the IR receiver via the instructions on LIRCs website.

I have been out of town and all the parts have arrived at my house to put everything together so I am just trying to do all my homework now.

I look forward to posting my results on the build.

Thanks for all the hard work!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 12, 2005 8:33 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
johnboy68 wrote:
What is a good all around remote to use with a homemade IR receiver?


Just a quick reply - deadlines! - but as a way of putting it back on topic, here's what's currently configurable using lirc-reconfig.sh, which will run automatically in the next release:
hauppauge, atiusb, streamzap, dvico, mceusb, rca-6n1, avermedia, avermedia98, avermedia_vdomate, bestbuy, bestbuy2, chronos, cph06x, flyvideo, gvbctv5pci, kworld, leadtek_0007, leadtek_0010, pixelview_pak, pixelview_pro, adaptec, alsa_usb, breakoutbox, hercules_smarttv_stereo, knc_one, leadtek_pvr2000, pixelview_bt878, provideo, tvbox

If you don't see your remote here, be sure to post your lircrc and /etc/lirc/lircd.conf (optionally, hardware.conf, lircmd.conf) as well as any nonstandard things you had to to do make it work.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 1:47 pm 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Cecil. I'd like to send you my files, but I cannot find your e-mail address...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 13, 2005 3:04 pm 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
kmkittre wrote:
Cecil. I'd like to send you my files, but I cannot find your e-mail address...

You can just post them here. I've been helping out with the LIRC config script.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 10:38 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Leadtek Winfast Remote RM-0010 (Bundled with Winfast TV2000 XP Deluxe TV tuner). Using Knoppmyth R5A16

/usr/local/bin/lirc-reconfig.sh
(Reconfigure for WinFast reciever)

Copy self made lircrc to /home/mythtv/.mythtv/lircrc
(remote button bind definition file)
Copy /etc/lirc/leadtek/lircd.conf.RM-0010 to /etc/lircd.conf
(Remote keycode definition file)

lircrc:
------------
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 = 0
config = 0
end

begin
prog = mythtv
# Enter button
button = ENTER
config = Return
end

begin
prog = mythtv
button = CC
config = T
end

begin
prog = mythtv
button = POWER
config = Esc
end

begin
prog = mythtv
# Middle button on the diamond
button = FULLSCREEN
config = Return
end

begin
prog = mythtv
button = CH_UP
config = Up
end

begin
prog = mythtv
button = CH_DOWN
config = Down
end

begin
prog = mythtv
button = VOL_DOWN
config = Left
end

begin
prog = mythtv
button = VOL_UP
config = Right
end

#Page Up/Down
begin
prog = mythtv
button = SLEEP
config = PgUp
end

begin
prog = mythtv
button = BOSS_KEY
config = PgDown
end


begin
prog = mythtv
# Use it as a volume key
button = FINE_DOWN
repeat = 3
config = F10
end

begin
prog = mythtv
# Use it as a volume key
button = FINE_UP
repeat = 3
config = F11
end


begin
prog = mythtv
button = MUTE
config = F9
end

begin
prog = mythtv
button = BACK
config = <
end


begin
prog = mythtv
button = NEXT
config = >
end

begin
prog = mythtv
button = BACK
config = Left
end


begin
prog = mythtv
button = NEXT
config = Right
end

begin
prog = mythtv
button = REC
config = R
end

begin
prog = mythtv
button = STOP
config = Esc
end

begin
prog = mythtv
button = PLAY
config = P
end


begin
prog = mythtv
# We'll use it for "Delete"
button = Red
config = .
end

begin
prog = mythtv
button = SNAPSHOT
# Use for backwards commercial skip
config = Q
end

begin
prog = mythtv
button = TIMESHIFT
# Use for forward commercial skip
config = Z
end

begin
prog = mythtv
# Change focus for PiP (to change channel in the other window)
button = RECALL
config = B
end

begin
prog = mythtv
# Toggle PiP on/off
button = PIP
config = V
end

begin
prog = mythtv
#Switch Inputs
button = VIDEO
config = C
end

begin
prog = mythtv
button = MTS
config = M
end

begin
prog = mythtv
button = TV/FM
config = S
end

begin
prog = mythtv
# We'll use it for "Information"
button = DISPLAY
config = I
end

#Mplayer

begin
prog = mplayer
button = PLAY
config = pause
end
begin
prog = mplayer
button = STOP
config = quit
end
begin
prog = mplayer
button = POWER
config = quit
end
begin
prog = mplayer
button = MUTE
config = mute
end
begin
prog = mplayer
button = ENTER
repeat = 6
config = seek -10
end
begin
prog = mplayer
button = RECALL
repeat = 6
config = seek 10
end
begin
prog = mplayer
button = BACK
repeat = 6
config = seek -70
end
begin
prog = mplayer
button = NEXT
repeat = 6
config = seek 70
end
begin
prog = mplayer
button = FINE_DOWN
repeat = 6
config = volume -1
end
begin
prog = mplayer
button = FINE_UP
repeat = 6
config = volume 1
end

#Xine

begin
prog = xine
button = PLAY
config = Play
end

begin
prog = xine
button = STOP
config = Stop
end

begin
prog = xine
button = POWER
config = Quit
end

begin
prog = xine
button = REC
config = Pause
end

begin
prog = xine
button = CH_UP
repeat = 4
config = EventUp
end

begin
prog = xine
button = CH_DOWN
repeat = 4
config = EventDown
end

begin
prog = xine
button = VOL_DOWN
repeat = 4
config = EventLeft
end

begin
prog = xine
button = VOL_UP
repeat = 4
config = EventRight
end

begin
prog = xine
button = FULLSCREEN
repeat = 0
config = EventSelect
end
begin
prog = xine
button = DISPLAY
repeat = 0
config = Menu
end

#vol down
begin
prog = xine
button = FINE_DOWN
repeat = 1
config = Volume-
end

#vol up
begin
prog = xine
button = FINE_UP
repeat = 1
config = Volume+
end

begin
prog = xine
button = PIP
repeat = 1
config = ZoomIn
end

begin
prog = xine
button = RECALL
repeat = 1
config = ZoomOut
end

#skip chapter forward
begin
prog = xine
button = NEXT
repeat = 1
config = EventNext
end

#skip chapter backward
begin
prog = xine
button = BACK
repeat = 1
config = EventPrior
end

begin
prog = xine
button = BLUE
repeat = 2
config = SeekRelative+45
end

begin
prog = xine
button = RED
repeat = 2
config = SeekRelative-45
end
-------------
Check out Leaktek_Winfast.jpg in below link for visual representation of keymappings.

http://mikenet.iwarp.com/MythTV/WinFast_TV_2000_dlx


Last edited by spalVl on Tue Oct 18, 2005 5:53 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 10:56 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Nice work! :)

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 5:40 am 
Offline
Joined: Sat Oct 01, 2005 11:59 pm
Posts: 16
I dont suppose anyone could do something like that for the ATI remote wonder could they? Or at least point me to a list of the buttons and the resulting input (I followed another guide to tweak the buttons some to get it working with MythTV but all the commands are like Button 221 or Button 157 so I have no idea which is which, making it awfully hard to set the remote up the way I like it).


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 5:35 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
You should be able to run irw and then press buttons on your remote and see what the button name is from lirc's point of view.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 6:05 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
That is if he is using LIRC and not the kernel module. The next release will support either. If you search the forum, you find a few templates that show the same thing for the ATi.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 6:24 pm 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
capndan wrote:
I dont suppose anyone could do something like that for the ATI remote wonder could they?

As cesman alluded, there are two ways to support the Remote Wonder - one is by editing the kernel module, and the other is via LIRC. The next release supports it better in the kernel module, using intutive mappings for the major functions and less-intuitive but ergonomically-positioned button mappings for other functions.

ati_remote.c is fairly well-commented, so if you wanted to make your own version of it on your box, you're free to do so. The new default will be quite usable, however.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 10:49 am 
Offline
Joined: Mon Jun 21, 2004 11:25 am
Posts: 291
Location: Ontario, CA
I noticed that the upgrade for 22, when selecting the Silver remote, did not have any config files for it. Attached is my lircd.conf for this remote. I can post my lircrc, but it includes other items and mappings for xine.

Code:
# this config file was automatically generated
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
# brand:   Hauppauge 350 SILVER
# model no. of remote control: Hauppauge A415-HPG
# devices being controlled by this remote: PVR-350

begin remote

  name  Hauppauge_350
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100

  one           969   811
  zero          969   811
  plead        1097
  gap          114605
  toggle_bit      2


      begin codes
          Go                       0x00000000000017BB
          Power                    0x00000000000017BD
          TV                       0x000000000000179C
          Videos                   0x0000000000001798
          Music                    0x0000000000001799
          Pictures                 0x000000000000179A
          Guide                    0x000000000000179B
          Radio                    0x000000000000178C
          Up                       0x0000000000001794
          Left                     0x0000000000001796
          Right                    0x0000000000001797
          Down                     0x0000000000001795
          OK                       0x00000000000017A5
          Back-Exit                0x000000000000179F
          Menu                     0x000000000000178D
          Vol+                     0x0000000000001790
          Vol-                     0x0000000000001791
          PrevCh                   0x0000000000001792
          Mute                     0x000000000000178F
          Ch+                      0x00000000000017A0
          Ch-                      0x00000000000017A1
          Record                   0x00000000000017B7
          Stop                     0x00000000000017B6
          Rewind                   0x00000000000017B2
          Play                     0x00000000000017B5
          Forward                  0x00000000000017B4
          SkipBackward             0x00000000000017A4
          Pause                    0x00000000000017B0
          SkipForward              0x000000000000179E
          1                        0x0000000000001781
          2                        0x0000000000001782
          3                        0x0000000000001783
          4                        0x0000000000001784
          5                        0x0000000000001785
          6                        0x0000000000001786
          7                        0x0000000000001787
          8                        0x0000000000001788
          9                        0x0000000000001789
          Asterix                  0x000000000000178A
          0                        0x0000000000001780
          No                       0x000000000000178E
          Red                      0x000000000000178B
          Green                    0x00000000000017AE
          Yellow                   0x00000000000017B8
          Blue                     0x00000000000017A9
      end codes

end remote


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 11:42 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Saw a complaint about that during the install but the remote works anyway... :?

Oh well... ;-)


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 59 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 7 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