23rd Feb, 2013, 04:05 AM
23rd Feb, 2013, 04:06 AM
raspbmc or xbian? last I guess?
23rd Feb, 2013, 04:09 AM
yes, i'm trying to bugfix xbian
23rd Feb, 2013, 04:41 AM
Terminal
xbian@xbian ~ $ sudo modprobe uinput rc_core
ERROR: could not insert 'uinput': Invalid argument
ERROR: could not insert 'uinput': Invalid argument
23rd Feb, 2013, 04:46 AM
Then let me check into uinput
28th Feb, 2013, 03:33 AM
(23rd Feb, 2013 04:46 AM)CurlyMo Wrote: [ -> ]Then let me check into uinput
any progress so far?
28th Feb, 2013, 03:38 AM
I don't know how to build that module. So a little cooperation in searching ...
Can you try the tutorial in the second topic found here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=25091&p=252696
Can you try the tutorial in the second topic found here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=25091&p=252696
28th Feb, 2013, 04:12 AM
yes....but the remote is without function atm...
Terminal
root@xbian:/etc/lirc# lsmod
Module Size Used by
nfsd 259835 2
uinput 6563 0
bcm2708_wdog 3530 1
snd_bcm2835 13087 0
snd_pcm 77296 1 snd_bcm2835
snd_page_alloc 5196 1 snd_pcm
snd_timer 19974 1 snd_pcm
snd 58448 3 snd_bcm2835,snd_timer,snd_pcm
root@xbian:/etc/lirc# 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 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Module Size Used by
nfsd 259835 2
uinput 6563 0
bcm2708_wdog 3530 1
snd_bcm2835 13087 0
snd_pcm 77296 1 snd_bcm2835
snd_page_alloc 5196 1 snd_pcm
snd_timer 19974 1 snd_pcm
snd 58448 3 snd_bcm2835,snd_timer,snd_pcm
root@xbian:/etc/lirc# 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 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
28th Feb, 2013, 04:22 AM
Do you have a photo of the remote?
28th Feb, 2013, 04:24 AM
its this one: http://raftaman.net/wordpress/wp-content/uploads/2009/04/x10remote.jpg
a medion x10
a medion x10
28th Feb, 2013, 05:44 AM
Also try this thread:
http://www.vdr-wiki.de/wiki/index.php/Fernbedienung_-_USB_X10
http://www.vdr-wiki.de/wiki/index.php/Fernbedienung_-_USB_X10
6th Mar, 2013, 07:13 AM
You have to blacklist some modules that make your X10 receiver be recognized as a keyboard and as a mouse. Create /etc/modprobe.d/lircd.conf with the following blacklisted modules:
After rebooting check with lsmod that those modules aren't loaded.
Full details on what I did to make it work (my model is OR32E,don't know if yours is the same) are in:
http://forum.xbian.org/thread-565.html
Code:
blacklist rc_medion_x10_or2x
blacklist ati_remote
blacklist rc_core
After rebooting check with lsmod that those modules aren't loaded.
Full details on what I did to make it work (my model is OR32E,don't know if yours is the same) are in:
http://forum.xbian.org/thread-565.html
26th Mar, 2013, 05:09 AM
I have exactly the same problem! Any news?
I tried the way of casadoi, but it didn't work... It's not the or32e-model.
The atilibusb module never gets loaded and I always just have /dev/lircd and not /dev/lirc0
I tried the way of casadoi, but it didn't work... It's not the or32e-model.
The atilibusb module never gets loaded and I always just have /dev/lircd and not /dev/lirc0
26th Mar, 2013, 05:17 AM
Did you try this:
http://forum.xbian.org/thread-565-post-7238.html#pid7238
http://forum.xbian.org/thread-565-post-7238.html#pid7238
26th Mar, 2013, 05:40 AM
This doesn't work either
root@xbian:/home/xbian# ls /dev/lirc*
/dev/lircd
... and ...
root@xbian:/home/xbian# lsmod | grep ati
root@xbian:/home/xbian#
Now absolutely no key is working!
But: If I'm trying with "irw", all the commands are working. What am I doing wrong?
By the way, this is in the /var/log/lircd:
Jan 1 01:00:33 xbian lircd: lircd(atilibusb) ready, using /var/run/lirc/lircd
Mar 25 20:36:11 xbian lircd: accepted new client on /var/run/lirc/lircd
Mar 25 20:38:40 xbian lircd: accepted new client on /var/run/lirc/lircd
Mar 25 20:39:32 xbian lircd: removed client
root@xbian:/home/xbian# ls /dev/lirc*
/dev/lircd
... and ...
root@xbian:/home/xbian# lsmod | grep ati
root@xbian:/home/xbian#
Now absolutely no key is working!
But: If I'm trying with "irw", all the commands are working. What am I doing wrong?
By the way, this is in the /var/log/lircd:
Jan 1 01:00:33 xbian lircd: lircd(atilibusb) ready, using /var/run/lirc/lircd
Mar 25 20:36:11 xbian lircd: accepted new client on /var/run/lirc/lircd
Mar 25 20:38:40 xbian lircd: accepted new client on /var/run/lirc/lircd
Mar 25 20:39:32 xbian lircd: removed client