Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

MS RC6 Remote help
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
MS RC6 Remote help
8th Jun, 2013, 01:35 PM
Post: #1
cklemmer Offline
Registered
Posts: 2
Joined: Jun 2013
Reputation: 1
MS RC6 Remote help
I've just set up xbian 1.0a5 and I'm trying to get my fairly standard Microsoft RC6 style remote working well. The directional arrows and enter button work just fine with no modifications to the configuration, but most of the buttons don't work.

I've followed the configuring a remote wiki article, but get stuck at step 2. irw doesn't output anything when I press buttons on the remote, even the direction buttons that are working. Many of the buttons do send key sequences to the console if I exit Xbian. Looking for pointers on how to get all these controls working and to be able to remap them (back button to esc, OK to enter, etc) I've sunk 4 hours into this and am at a loss...

-
Find all posts by this user
Quote this message in a reply
25th Jun, 2013, 01:19 AM
Post: #2
cklemmer Offline
Registered
Posts: 2
Joined: Jun 2013
Reputation: 1
RE: MS RC6 Remote help
I gave up and went with CEC. That seems to work well.
Find all posts by this user
Quote this message in a reply
13th Jul, 2013, 02:09 PM
Post: #3
aleocidio Offline
Registered
Posts: 4
Joined: Jul 2013
Reputation: 0
RE: MS RC6 Remote help
I have a Philips SRM5100 and i'm using it's own USB IR receptor and have the same problem here. It seems that de remote is being recognized as a keyboard, so it's using the keyboard.xml instead of the remote.xml (both files found in /usr/local/share/xbmc/system/keymaps).

Any ideas on how to solve this?
Find all posts by this user
Quote this message in a reply
13th Jul, 2013, 11:35 PM
Post: #4
aleocidio Offline
Registered
Posts: 4
Joined: Jul 2013
Reputation: 0
Philips SRM5100
I'm trying to use a Philips SRM5100 remote control with its own USB receiver. It worked fine on Raspbmc, but on Xbian it's not working properly. The arrows act as it should be, but de OK and back buttons doesn't. Any ideas about how to fix this?
Find all posts by this user
Quote this message in a reply
14th Jul, 2013, 12:41 AM
Post: #5
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
RE: Philips SRM5100
Enable debug logging, http://wiki.xbmc.org/index.php?title=Log_file/Advanced#Enable_debugging

Then login through ssh and fall back to command line (by exiting xbian-config) and enter the following command:

Code:
tail -f ~/.xbmc/temp/xbmc.log

Now press some buttons and see what the says. If you post your log here please use pastebin.com .

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Jul, 2013, 03:24 AM
Post: #6
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: MS RC6 Remote help
@aleocidio
I have merged your thread into this one.
Please do not double post same thing and do not open new threads next time if not necessary!
-thx-

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
20th Jul, 2013, 11:46 PM
Post: #7
spid303 Offline
Registered
Posts: 1
Joined: Jul 2013
Reputation: 0
RE: MS RC6 Remote help
Hi

I also have this problem with my Philips RC6 remote "Media Center Ed. eHome Infrared Remote Transceiver (0471:060c)"
, it works out of the box in xbmcbuntu but not in XBian 1.0 Beta 1.1.

The arrow keys work but not ok/back and the other buttons.

I added include "/etc/lirc/remotes/mceusb.conf" to /etc/lirc/lircd.conf
But that did not help.

dmesg
http://pastebin.com/cgad9n9Y

lsusb & /proc/bus/input/devices

http://pastebin.com/8vc3Gs19

Code:
xbian@xbian ~ $ cat /proc/bus/input/devices | grep 'Media Center Ed.' | wc -l
1
xbian@xbian ~ $ cat /proc/bus/input/devices | grep -m 1 -A 4 'Media Center Ed.' | grep -o event[0-9] | sed -e 's/event//g'
2

irw only responds to the arrow keys but mode2 shows all key presses.

Anyone got a clue how to get it running?
Find all posts by this user
Quote this message in a reply
22nd Jul, 2013, 06:59 PM
Post: #8
JeHaLi Offline
Registered
Posts: 15
Joined: Mar 2013
Reputation: 3
RE: MS RC6 Remote help
I have the same issues at this moment after updating to 1.1
With Alpha 5 it worked perfectly, after the fresh install of Beta 1.1 the arrows work, but none of the OK and Exit buttons
Also asking for a clue to get it running again.
Find all posts by this user
Quote this message in a reply
23rd Jul, 2013, 11:07 AM
Post: #9
Pantone166 Offline
Registered
Posts: 1
Joined: Jul 2013
Reputation: 0
RE: MS RC6 Remote help
^Same problem with 1.1

I have a HP Media windows media center remote (5070-2583). With Alpha 4 and 5 it worked perfectly, no modification to settings. After the fresh install of Beta 1.1 the arrows work, but none of the other buttons (from what I can tell). Mainly the OK and Exit.

Are there additional settings that need to be set now, or is this a bug in Beta 1.1? I found one person ask the question in the Release forum, but no answers.
Find all posts by this user
Quote this message in a reply
25th Jul, 2013, 08:30 AM
Post: #10
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: MS RC6 Remote help
Can the mceusb guys restart lirc once and then run irw again to see if the buttons are recognized?

Code:
service lirc restart
irw

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
25th Jul, 2013, 07:02 PM
Post: #11
JeHaLi Offline
Registered
Posts: 15
Joined: Mar 2013
Reputation: 3
RE: MS RC6 Remote help
This is what's happening:

root@xbian:/home/xbian# service lirc restart
/etc/init.d/lirc: 54: [: 1: unexpected operator
/etc/init.d/lirc: 56: [: 1: unexpected operator
/etc/init.d/lirc: 58: [: 1: unexpected operator
/etc/lirc/lircd.conf: 1: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 2: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 3: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 4: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 5: /etc/lirc/lircd.conf: include: not found
/etc/init.d/lirc: 54: [: 1: unexpected operator
/etc/init.d/lirc: 56: [: 1: unexpected operator
/etc/init.d/lirc: 58: [: 1: unexpected operator
/etc/lirc/lircd.conf: 1: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 2: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 3: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 4: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 5: /etc/lirc/lircd.conf: include: not found
[ ok ] Stopping remote control daemon(s): LIRC:.
/etc/init.d/lirc: 54: [: 1: unexpected operator
/etc/init.d/lirc: 56: [: 1: unexpected operator
/etc/init.d/lirc: 58: [: 1: unexpected operator
/etc/lirc/lircd.conf: 1: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 2: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 3: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 4: /etc/lirc/lircd.conf: include: not found
/etc/lirc/lircd.conf: 5: /etc/lirc/lircd.conf: include: not found
[ ok ] Loading LIRC modules:.
[ ok ] Starting remote control daemon(s) : LIRC :.
root@xbian:/home/xbian# irw


The the arrows still work, but none of the OK and Exit buttons
Find all posts by this user
Quote this message in a reply
25th Jul, 2013, 11:10 PM
Post: #12
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: MS RC6 Remote help
Can you put the /etc/init.d/lircd.conf on pastebin and post the link?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
29th Jul, 2013, 12:45 AM
Post: #13
aleocidio Offline
Registered
Posts: 4
Joined: Jul 2013
Reputation: 0
RE: MS RC6 Remote help
I updated to Beta 1.1 and now the IR receiver is being mounted as /media/dev0 instead of /dev/lirc0
Find all posts by this user
Quote this message in a reply
29th Jul, 2013, 01:30 AM
Post: #14
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: MS RC6 Remote help
Please don't post new information, but help me with debugging by answering my questions.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
29th Jul, 2013, 03:14 AM
Post: #15
Dave400 Offline
Registered
Posts: 93
Joined: Jan 2013
Reputation: 3
RE: MS RC6 Remote help
subscribe thread doesn't work so please disregard this post...
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 24th May, 2025, 08:15 PM Powered By MyBB, © 2002-2025 MyBB Group.