|
From: Ilja H. <ilj...@he...> - 2007-03-20 17:47:20
|
> I have LIRC working perfectly, and use it daily. I am using an ATI > remote wonder USB, with irexec running to start programs and of course > the remote functions for multimedia. This all works great. My problem > is I can not seem to get LIRCMD to function (at all). > > If someone can please give me some idea as to what I am doing wrong, I > would greatly appreciate it. > > irw gives output for all the mouse pad and buttons, so I know I have > them mapped correctly. lircm starts in my /dev fine. The error log > shows lircd accepted a new client. ... I fixed similar symptoms by commenting out the (only) ACTIVATE line in lircmd.conf. > My lircmd.conf: > # > # lircmd config file > # > > # protocol to use > PROTOCOL IntelliMouse > > ACTIVATE * mouse-up <-----I added these "activate" lines > ACTIVATE * mouse-right_up just today. someone posted that > ACTIVATE * mouse-right it fixed their problem.... > ACTIVATE * mouse-right_down > ACTIVATE * mouse-down > ACTIVATE * mouse-left_down > ACTIVATE * mouse-left > ACTIVATE * mouse-left_up > ACTIVATE * mouse-button_left > ACTIVATE * mouse-button_right > > # ACCELERATOR start max multiplier > ACCELERATOR 1 30 1 ... My lircmd.conf: # # lircmd config file # PROTOCOL IntelliMouse # ACCELERATOR start max multiplier ACCELERATOR 1 200 20 #ACTIVATE * RESERVED MOVE_N * 2 MOVE_NE * 3 MOVE_E * 6 MOVE_SE * 9 MOVE_S * 8 MOVE_SW * 7 MOVE_W * 4 MOVE_NW * 1 MOVE_IN * CH+ MOVE_OUT * CH- BUTTON1_TOGGLE * 5 BUTTON1_TOGGLE * vol- BUTTON2_TOGGLE * ok BUTTON3_TOGGLE * vol+ |