[LINUX] HOW-TO get Hama MCE Remote Control to fully work in Ubuntu 9.04

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ernie Offline
Junior Member
Posts: 6
Joined: Sep 2010
Reputation: 0
Post: #41
could anyone please explain how to install the thing xoanon refers to?

i have followed both the wiki page and the first post of this thread. i never could use all keys of the hama remote.

do i have to delete lirc?

would be really nice if someone could post a short explanation on how to use this.
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #42
I'm very interested too.I've compiled the hama_mce binary and it works,but I don't know how xbmc can comunicate with it.Do I need to write a script?How?
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Thumbs Up    Post: #43
ok Ernie,I've got it!!Big Grin

First: compile the hama_mce bin and fire it up .
Second: make sure that the option "Allow programs on this system to control xbmc" is enabled.
Et voilĂ !!! It works perfectly!!!Also the infamous "i" key !!! Yeah NodNod

If you have problems,check with ps -ef if you see the hama_mce running and then check with netstat -a -n if udp port 9777 (eventserver) is listening.That's all!

We need this eventclient in Dharma final!!!PLEASEEEEEE!!!!!!!
find quote
ernie Offline
Junior Member
Posts: 6
Joined: Sep 2010
Reputation: 0
Post: #44
thank you slux!

i think i did something wrong. maybe you can point me in the right direction.

i've compiled the hama_mce binary but something went wrong.
can you tell me how to remove it so i can start again?

cheers,
ernie
find quote
Horscht Offline
Member
Posts: 92
Joined: Jan 2006
Reputation: 2
Post: #45
I, too, tried compiling this on xbmc Live dharma. Did a make and a "sudo make install", but now XBMC wont start. My system will not go past the bootsplash of ubuntu/xbmc (the one with the dots underneath it).

I still have ssh access to the system, though

EDIT: No, wait. It actually boots, it just takes 2 minutes now...

EDIT2: wow, the event client works very nicely. Keyrepeats work now Big Grin. I just wish I could keep using it. Unfortunately making my system take way longer to boot... well... sucks Sad
(This post was last modified: 2010-09-11 10:27 by Horscht.)
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #46
@horscht:
How do you start hama_mce binary?
I don't use the udev.rules of the post.(they doesn't work on my system)
I just put (copy) hama_mce in /usr/sbin and this in rc.local

Code:
/usr/sbin/hama_mce &

the '&' character says: go in background and go on.
it should start faster now.

@ernie:
delete the udev hama_mce.rule in /etc/udev/rules.d
delete the /usr/sbin/hama_mce

that's all
(This post was last modified: 2010-09-11 11:33 by slux.)
find quote
Horscht Offline
Member
Posts: 92
Joined: Jan 2006
Reputation: 2
Post: #47
ill give that a shot.

EDIT: I did a "make install", I don't know how hama_mce is started... it's not in my rc.local
(This post was last modified: 2010-09-11 11:34 by Horscht.)
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #48
It's started in the udev.rule,when is plugged the remote.That's why I need to put it in rc.local.I don't use the udev rule
Do only make (not make install).Then copy manually the binary in /usr/sbin
(This post was last modified: 2010-09-11 11:39 by slux.)
find quote
Horscht Offline
Member
Posts: 92
Joined: Jan 2006
Reputation: 2
Post: #49
yes, that worked awesome. removed the udev rule and put it in rc.local

nice!
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #50
cheers friend!!Wink
find quote
Post Reply