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

X10 Remote
Thank you for your donation

Pages (4): « Previous 1 2 3 4 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
X10 Remote
23rd Feb, 2013, 04:05 AM
Post: #31
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Can you try:
Code:
sudo modprobe uinput rc_core

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 04:06 AM
Post: #32
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
raspbmc or xbian? last I guess?
Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 04:09 AM
Post: #33
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
yes, i'm trying to bugfix xbian Smile

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 04:41 AM
Post: #34
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
Terminal
xbian@xbian ~ $ sudo modprobe uinput rc_core
ERROR: could not insert 'uinput': Invalid argument
Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 04:46 AM
Post: #35
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Then let me check into uinput

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 03:33 AM
Post: #36
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
(23rd Feb, 2013 04:46 AM)CurlyMo Wrote:  Then let me check into uinput

any progress so far? Smile
Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 03:38 AM
Post: #37
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
I don't know how to build that module. So a little cooperation in searching Smile...

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
Visit this user's website Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 04:12 AM
Post: #38
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
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)
Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 04:22 AM
Post: #39
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Do you have a photo of the remote?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 04:24 AM
Post: #40
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
its this one: http://raftaman.net/wordpress/wp-content/uploads/2009/04/x10remote.jpg
a medion x10
Find all posts by this user
Quote this message in a reply
28th Feb, 2013, 05:44 AM
Post: #41
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Also try this thread:
http://www.vdr-wiki.de/wiki/index.php/Fernbedienung_-_USB_X10

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
6th Mar, 2013, 07:13 AM
Post: #42
casadoi Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 2
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
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
Find all posts by this user
Quote this message in a reply
26th Mar, 2013, 05:09 AM
Post: #43
Lupurus Offline
Registered
Posts: 19
Joined: Mar 2013
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
26th Mar, 2013, 05:17 AM
Post: #44
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Did you try this:
http://forum.xbian.org/thread-565-post-7238.html#pid7238

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
26th Mar, 2013, 05:40 AM
Post: #45
Lupurus Offline
Registered
Posts: 19
Joined: Mar 2013
Reputation: 0
RE: X10 Remote
This doesn't work either Sad

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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (4): « Previous 1 2 3 4 Next »
Post Reply 


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

Current time: 10th May, 2025, 04:38 AM Powered By MyBB, © 2002-2025 MyBB Group.