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

IR remote usb not recognized
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
IR remote usb not recognized
20th Feb, 2013, 02:12 AM
Post: #1
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
IR remote usb not recognized
I have an IR remote of GBS, but it isn't recognized. (This one: http://www.donberg.ie/pics/m/made4you_ki1-1.jpg )
Google doesn't help.

What could I do?

Code:
root@xbian:/home/xbian# /etc/init.d/lirc stop
[ ok ] Stopping remote control daemon(s): LIRC:.
root@xbian:/home/xbian# mode2
mode2: could not get file information for /dev/lirc0
mode2: default_init(): No such file or directory
root@xbian:/home/xbian#

Thank You
Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 05:24 AM
Post: #2
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: IR remote usb not recognized
Can you try this tutorial? http://wiki.xbian.org/view/Tutorials:Configuring_a_remote

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
20th Feb, 2013, 05:35 AM
Post: #3
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
Thanks for replying.

I tried to configure using that tutorial, but I failed at the first step.
I copied the code up (first post).
Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 06:48 AM
Post: #4
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
Can you post the output of lsusb, dmesg and cat /proc/bus/input/devices?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 09:47 AM
Post: #5
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
lsusb:

Code:
root@xbian:/home/xbian# lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 001 Device 005: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 006: ID 16c0:0596 VOTI


cat /proc/bus/input/devices:

Code:
root@xbian:/home/xbian# cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c05a Version=0111
N: Name="Logitech USB Optical Mouse"
P: Phys=usb-bcm2708_usb-1.3.1/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/input/input0
U: Uniq=
H: Handlers=mouse0 event0
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10
Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 10:11 AM
Post: #6
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
Please move the posts to github as our forum rules state. Also, can you just post relevant parts. I don't have to see all your failures in typing commands and stuff.

And can you also post the output as described here: http://forum.xbian.org/thread-414-post-4192.html#pid4192

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 10:38 AM
Post: #7
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
Sorry!

All the lines are like this:

Code:
02:00:46 T:2950104128   DEBUG: CecLogMessage - << Recorder 1 (1) -> TV (0): POLL
02:00:46 T:2950104128   DEBUG: CecLogMessage - << 10
02:00:46 T:2950104128   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
02:00:46 T:2950104128   DEBUG: CecLogMessage - << 10
02:00:46 T:2950104128   DEBUG: CecLogMessage - command 'POLL' was not acked by the controller
02:00:46 T:2950104128   DEBUG: CecLogMessage - >> POLL not sent


Attached File(s)
.txt  dmesg.txt (Size: 12 KB / Downloads: 3)
Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 06:19 PM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
So no lines like OnKey?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 08:45 PM
Post: #9
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
No...
Find all posts by this user
Quote this message in a reply
20th Feb, 2013, 08:51 PM
Post: #10
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
That's wierd because i believe this remove presents itself as a keyboard instead of a remote.
Code:
[    3.277227] hid-generic 0003:16C0:0596.0002: hiddev0,hidraw1: USB HID v1.01 Device [Gbs Elettronica MadeForYou Programmer] on usb-bcm2708_usb-1.3.4/input0
Did you enable debug mode in xbmc while catching the log?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Feb, 2013, 01:52 AM
Post: #11
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
Yes...
Find all posts by this user
Quote this message in a reply
21st Feb, 2013, 02:00 AM
Post: #12
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
And if you disable CEC, can you then post a full XBMC log (with debug enabled) and while pressing buttons, on pastebin?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Feb, 2013, 02:28 AM
Post: #13
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
You mean disable CEC on tv?
Well, my tv is a bit old and hasn't CEC, so I'm trying to control Xbian with an exclusive IR receptor and remote.....

Is it possible?
Find all posts by this user
Quote this message in a reply
21st Feb, 2013, 02:31 AM
Post: #14
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: IR remote usb not recognized
Disable cec from within XBMC so it doesn't get polluted with CEC messages.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Feb, 2013, 02:47 AM
Post: #15
JackLondon Offline
Registered
Posts: 14
Joined: Feb 2013
Reputation: 0
RE: IR remote usb not recognized
from where?
It's only connected to:

-DVI Monitor (for configuring only, It will be connected to a Tv trough Rca)
-Mouse
-IR receptor
-Ethernet to router
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: 12th May, 2025, 09:10 PM Powered By MyBB, © 2002-2025 MyBB Group.