X10 Remote
|
23rd Feb, 2013, 04:05 AM
Post: #31
|
|||
|
|||
RE: X10 Remote
Can you try:
Code: sudo modprobe uinput rc_core pilight - modular domotica solution
|
|||
23rd Feb, 2013, 04:06 AM
Post: #32
|
|||
|
|||
RE: X10 Remote
raspbmc or xbian? last I guess?
|
|||
23rd Feb, 2013, 04:09 AM
Post: #33
|
|||
|
|||
RE: X10 Remote
yes, i'm trying to bugfix xbian
pilight - modular domotica solution
|
|||
23rd Feb, 2013, 04:41 AM
Post: #34
|
|||
|
|||
RE: X10 Remote
Terminal xbian@xbian ~ $ sudo modprobe uinput rc_core ERROR: could not insert 'uinput': Invalid argument |
|||
23rd Feb, 2013, 04:46 AM
Post: #35
|
|||
|
|||
RE: X10 Remote
Then let me check into uinput
pilight - modular domotica solution
|
|||
28th Feb, 2013, 03:33 AM
Post: #36
|
|||
|
|||
RE: X10 Remote | |||
28th Feb, 2013, 03:38 AM
Post: #37
|
|||
|
|||
RE: X10 Remote
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 pilight - modular domotica solution
|
|||
28th Feb, 2013, 04:12 AM
Post: #38
|
|||
|
|||
RE: X10 Remote
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) |
|||
28th Feb, 2013, 04:22 AM
Post: #39
|
|||
|
|||
RE: X10 Remote
Do you have a photo of the remote?
pilight - modular domotica solution
|
|||
28th Feb, 2013, 04:24 AM
Post: #40
|
|||
|
|||
RE: X10 Remote
its this one: http://raftaman.net/wordpress/wp-content/uploads/2009/04/x10remote.jpg
a medion x10 |
|||
28th Feb, 2013, 05:44 AM
Post: #41
|
|||
|
|||
RE: X10 Remote
Also try this thread:
http://www.vdr-wiki.de/wiki/index.php/Fernbedienung_-_USB_X10 pilight - modular domotica solution
|
|||
6th Mar, 2013, 07:13 AM
Post: #42
|
|||
|
|||
RE: X10 Remote
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:
Code: blacklist rc_medion_x10_or2x 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
Post: #43
|
|||
|
|||
RE: X10 Remote
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 |
|||
26th Mar, 2013, 05:17 AM
Post: #44
|
|||
|
|||
RE: X10 Remote
Did you try this:
http://forum.xbian.org/thread-565-post-7238.html#pid7238 pilight - modular domotica solution
|
|||
26th Mar, 2013, 05:40 AM
Post: #45
|
|||
|
|||
RE: X10 Remote
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 |
|||
« Next Oldest | Next Newest »
|