[mythtv-users] Where can I find the lola remote drivers?

Bryan Ware bryan at hb-computers.com
Thu Jun 10 10:22:02 EDT 2004


You need to install the CVS version of LIRC and use the ait_usb drivers.
after that you will need to run irrecord to record the Freq's for the
remote for each button. once that is done, you just need to create a
LIRCRC file. I will be nice and attach both to this email.

Good Luck,
Bry


On Thu, 2004-06-10 at 10:01, Chris wrote:
> Ok, I'll give it a try. Could you do me a favor and see what module gets 
> loaded? I'm not sure how to do this and I don't have time to find out and let 
> you know until friday (I work a 12 hour/shift shortened work week and am on 
> tonight) so if you don't know either don't sweat it. I'd really appreciate a 
> copy of your lircrc file though.
> 
> Thanks,
> 
> Chris
> 
> On June 9, 2004 08:48 pm, Bruce Smith wrote:
> > > A while back someone posted about a wicked deal on the lola remote, which
> > > I took advantage of.
> >
> > So did I!  :-)
> >
> > > Now I've got the remote and I can't find the drivers;)
> > > Someone mentioned that they futzed with  the wish stuff to make it work
> > > with the lola driver and that it was really close to the ati remote
> > > driver and that they were going to combine the two and make the keys
> > > externally configurable. What ever happened with this? I'd prefer not to
> > > use the LIRC stuff, as this remote should show up as another keyboard
> > > just like the ati remote (I think) if it has the right  driver.
> >
> > I'm running Fedora Core 1 and plugging in the USB receiver just worked.
> > It loaded the correct module automatically.  All I did was assign the
> > keys by creating a lircrc file.  Works great!
> >
> >  - BS
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-- 
Bryan Ware <bryan at hb-computers.com>
-------------- next part --------------

# Please make this file available to others
# by sending it to <lirc at bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0-CVS(atiusb) on Fri May 28 22:10:23 2004
#
# contributed by 
#
# brand:                       lircd.conf
# model no. of remote control: 
# devices being controlled by this remote:
#

begin remote

  name  lircd.conf
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          139898
  toggle_bit      0


      begin codes
          power                    0x0000001457028000
          up                       0x00000014600B8000
          down                     0x00000014610C8000
          left                     0x000000145D088000
          right                    0x000000145E098000
          menu                     0x000000145F0A8000
          1                        0x00000014620D8000
          2                        0x00000014630E8000
          3                        0x00000014640F8000
          4                        0x0000001465108000
          5                        0x0000001466118000
          6                        0x0000001467128000
          7                        0x0000001468138000
          8                        0x0000001469148000
          9                        0x000000146A158000
          0                        0x000000146C178000
          a_d                      0x000000146B168000
          a_b                      0x000000146D188000
          album                    0x000000146E198000
          artist                   0x00000014701B8000
          genre                    0x0000001476218000
          track                    0x0000001478238000
          pg_up                    0x00000014711C8000
          pg_down                  0x0000001475208000
          toggle_up                0x000000146F1A8000
          toggle_down              0x0000001477228000
          toggle_left              0x00000014721D8000
          toggle_right             0x00000014741F8000
          toggle_enter             0x00000014731E8000
          Playlist                 0x0000001456018000
          playing                  0x00000014822D8000
          top_bt                   0x00000014832E8000
          end_bt                   0x00000014842F8000
          find                     0x000000145C078000
          select                   0x0000001485308000
          scan-                    0x00000014802B8000
          rew                      0x0000001479248000
          play                     0x000000147A258000
          ff                       0x000000147B268000
          scan+                    0x000000147F2A8000
          rec                      0x000000147C278000
          stop                     0x000000147D288000
          pause                    0x000000147E298000
      end codes

end remote
-------------- next part --------------
#Starts the mythfrontend from X
begin
	prog = irexec
	button = power
	config = sudo /sbin/shutdown -r now 
end

begin
	prog = irexec
	button = 2
	config = sudo /sbin/service mythbackend restart
end

begin
	prog = irexec
	button = 1
	config = /usr/bin/mythfrontend -l ~/frontend.log
end

#MythTV - Number button config
begin
	prog = mythtv
	button = 0
	config =  0 
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

#MythTV - Circle button config
begin
	prog = mythtv
	button = up
	config = Up
end
begin
	prog = mythtv
	button = down
	config = Down
end
begin
	prog = mythtv
	button = right
	config = Right
end
begin
	prog = mythtv
	button = left
	config = Left
end
begin
	prog = mythtv
	button = menu
	config = Enter
end

#MythTV - Thumb button config
begin
	prog = mythtv
	button = toggle_up
	config =  Up 
end
begin
	prog = mythtv
	button = toggle_down
	config =  Down 
end
begin
	prog = mythtv
	button = toggle_left
	config =  Left 
end
begin
	prog = mythtv
	button = toggle_right
	config =  Right 
end
begin
	prog = mythtv
	button = toggle_enter
	config =  Enter
end

#MythTV - Page Up button Config
begin
	prog = mythtv
	button = pg_up
	config = Esc
end

#MythTV - Action button config
begin
	prog = mythtv
	button = play
	config =  Enter 
end
begin
	prog = mythtv
	button = pause
	config = p
end
begin
	prog = mythtv
	button = rec
	config =  r 
end
begin
	prog = mythtv
	button = stop
	config =  Esc
end
begin
	prog = mythtv
	button = ff
	config = Right
end
begin
	prog = mythtv
	button = rew
	config = Left
end
begin
	prog = mythtv
	button = scan-
	config = PgUp
end
begin
	prog = mythtv
	button = scan+
	config = PgDown
end

#MythTV - Misc button config
begin
	prog = mythtv
	button = end_bt
	config = i
end
begin
	prog = mythtv
	button = find
	config = o
end
begin
	prog = mythtv
	button = top_bt
	config =  m 
end
begin
	prog = mythtv
	button = select
	config =  c 
end

# Xine - Confiuration

begin
	prog = xine
	button = pg_up
	config = Quit
end
begin
	prog = xine
	button = play
	config = Play
end
begin
	prog = xine
	button = stop
	config = Stop
end
begin
	prog = xine
	button = pause
	config = Pause
end
begin
	prog = xine
	button = ff
	config = RIGHT
end
begin
	prog = xine
	button = toggle_up
	config = EventUp
end
begin
	prog = xine
	button = toggle_down
	config = EventDown
end
begin
	prog = xine
	button = toggle_right
	config = EventRight
end
begin
	prog = xine
	button = toggle_left
	config = EventLeft
end
begin
	prog = xine
	button = toggle_enter
	config = EventSelect
end
begin
	prog = xine
	button = menu
	config = Menu
end
begin
	prog = xine
	button = ff
	config = SeekRelative+30
end
begin
	prog = xine
	button = rew
	config = SeekRelative-30
end
begin
	prog = xine
	button = toggle_right
	config = SeekRelative+600
end
begin
	prog = xine
	button = toggle_left
	config = SeekRelative-600
end
begin
	prog = xine
	button = scan-
	config = EventPrior
end
begin
	prog = xine
	button = scan+
	config = EventNext
end


More information about the mythtv-users mailing list