cheap usb remote from dealextreme

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pko66 Offline
Senior Member
Posts: 189
Joined: Dec 2006
Reputation: 0
Post: #21
probably the file /etc/udev/rules.d/60-persistent-input.rules has something incorrect... try

sudo nano /etc/udev/rules.d/60-persistent-input.rules

and verify the file contains exactly

ATTRS{modalias}=="(your modalias here)",SYMLINK+="input/dxremote"

if there is any error (i.e., unclosed quotes or something like that) it will not work as intended...
find quote
Anastrophe Offline
Donor
Posts: 236
Joined: Mar 2004
Reputation: 0
Location: Dubai, UAE
Post: #22
thanks, that checks out ok - I've even tried with the SYMLINK+= and just plain =

I even have a QUIRK in modules to stop HID grabbing it too, but that doesn't seem to make any difference either.
find quote
nikk Offline
Junior Member
Posts: 1
Joined: Sep 2009
Reputation: 0
Post: #23
I have the same remote and receiver that I have set up to use with my Harmony 1 remote and EventGhost. The IR receiver is recognised as a HID compatible device by Windows.
Is it possible to configure the IR receiver receive additional keystrokes / commands by having the Harmony Remote emulate any other full-featured HID remote? How can I get a comprehensive list of what signals my IR receiver can receive? Since the Harmony can be trained to emit almost any signal, I could theoretically map all the keys on the harmony to XBMC commands.
Has anyone tried this or knows if it can be done?
find quote
seanrolsen Offline
Junior Member
Posts: 22
Joined: Sep 2009
Reputation: 0
Location: Hannibal, MO
Post: #24
This just showed up on DealExtreme.com Check it out...

Universal XBOX 360 IR Remote Control
http://www.dealextreme.com/details.dx/sku.22177

~Sean
find quote
fasteddy Offline
Senior Member
Posts: 230
Joined: Jan 2009
Reputation: 0
Location: Ottawa, Ontario, Canada
Post: #25
Anastrophe Wrote:thanks, that checks out ok - I've even tried with the SYMLINK+= and just plain =

I even have a QUIRK in modules to stop HID grabbing it too, but that doesn't seem to make any difference either.

I realize this thread is a little old, but in case you'd like to try this again (or for anyone else with this remote) I ran into the same trouble, but was successful in assigning a symlink by inserting the following:

Code:
KERNEL=="event*",ATTRS{modalias}=="input:b0003v06B4p1C70e0110-e0*",SYMLINK="input/dxremote"

Of course, I still don't have it responding to that keymap, but it's a start.
(This post was last modified: 2009-12-08 17:31 by fasteddy.)
find quote
gsgleason Offline
Donor
Posts: 173
Joined: Oct 2009
Reputation: 5
Post: #26
What I've found is that with many USB dongles, you can use lirc with the 'devinput' lircd.conf, then make a custom lircmap and keymap to make every key do whatever you want.

If it shows up under /dev/input/by-id/, try killing lircd and run sudo hexdump -C /dev/input/by-id/whatever to see if you are getting something with each keypress. If so, each thing should be mappable via lircd.conf, keymap.xml, and lircmap.xml.
find quote
keny Offline
Junior Member
Posts: 3
Joined: Dec 2009
Reputation: 0
Post: #27
I have USD HID remote as well, but I managed to make it work little bit differently. See my post: http://forum.xbmc.org/showthread.php?tid=63484. Maybe it can help.
find quote
meathane Offline
Member
Posts: 75
Joined: Mar 2010
Reputation: 0
Post: #28
i'm very close, took me a while for the dxremote to show up in the ls -l dev/input command, but i didn't realise there were 2 sets of " quotes, so if anyone else can see it, run the nano command at the top of page 3 and double check quotes are surrounding both parts.

anyway after seeing the dxremote, and pasting

"/usr/local/sbin/lircd --driver=dev/input --device=/dev/input/dxremote --output=/dev/lircd --pidfile /var/run/lircd.pid"

i get

-bash: /usr/local/sbin/lircd: No such file or directory

could be because i've messed around in the past trying to get this thing to work. is there a file i can download or create to create this lrcd file or directory to get this going?

cheers
find quote
onesojourner Offline
Aeon Group
Posts: 296
Joined: Jul 2008
Post: #29
how about this one?

http://www.dealextreme.com/details.dx/sku.34435

ﻪﻥﻋﺸﻷﻜﻈﭚ
find quote
meathane Offline
Member
Posts: 75
Joined: Mar 2010
Reputation: 0
Post: #30
i got this one http://www.dealextreme.com/details.dx/sku.14380 (or this one, can't tell http://www.dealextreme.com/details.dx/sku.27596) but you'll have the same 'problem' as me, it's detected as a KB and mouse. asked my mate with the same set up as me if he had the lircd file in /usr/local/sbin/ but he didn't. don't know what to do now!
find quote