X10 Remote
|
10th Feb, 2013, 11:51 PM
Post: #1
|
|||
|
|||
X10 Remote
Hey,
I have a X10 remote and currently it does not work with XBian. I've tested it successfully on my debian pc with the standard lirc package and it is working fine. I tried copying the configuration files to my RPi but the xbian-lirc crashes as soon as I start irw. The remote uses the atilibusb driver. I cannot test the mode2 command from the wiki (mode2 -H atilibusb), because mode2 says it doesn't support that hardware yet. I also managed to install the original lirc package on the RPi via apt-get. irw did recognize my button presses on the remote, but as you might know, lirc conflicts with xbian-lirc and therefore xbian-update. Removing xbian-update breaks xbmc, so this is no alternative... My XBian version is the currently recommended one. Is it possible to get this remote working? What additional information do you need? What can I try next? Thanks in advance. |
|||
10th Feb, 2013, 11:54 PM
Post: #2
|
|||
|
|||
RE: X10 Remote
Can you share the files that you used in the working config?
pilight - modular domotica solution
|
|||
11th Feb, 2013, 12:12 AM
Post: #3
|
|||
|
|||
RE: X10 Remote
lircd.conf
Code: # Please make this file available to others I don't have access to the hardware.conf right now, but essentially all I changed was the driver section from default to atilibusb. |
|||
11th Feb, 2013, 12:17 AM
Post: #4
|
|||
|
|||
RE: X10 Remote
Please post that one as well, when you have time.
pilight - modular domotica solution
|
|||
12th Feb, 2013, 07:59 PM
Post: #5
|
|||
|
|||
RE: X10 Remote
Also share a lsusb, dmesg, and cat /proc/bus/input/devices output with us.
pilight - modular domotica solution
|
|||
21st Feb, 2013, 04:08 AM
Post: #6
|
|||
|
|||
RE: X10 Remote
I'm using a X10 too, but its not working properly
hardware.conf is the standard file, is just updated the default.conf (not the custom.conf): Terminal # /etc/lirc/hardware/default.conf # # Arguments which will be used when launching lircd #LIRCD_ARGS="" #Don't start lircmd even if there seems to be a good config file #START_LIRCMD=false #Don't start irexec, even if a good config file seems to exist. #START_IREXEC=false #Try to load appropriate kernel modules #LOAD_MODULES=false # Run "lircd --driver=help" for a list of supported drivers. DRIVER="atilibusb" # usually /dev/lirc0 is the correct setting for systems using udev #DEVICE="" #MODULES="" # Default configuration files for your hardware if any #LIRCD_CONF="" #LIRCMD_CONF="" lircd.conf Terminal include "/etc/lirc/remotes/devinput.conf" include "/etc/lirc/remotes/xbox.conf" include "/etc/lirc/remotes/smt1000t.conf" include "/etc/lirc/remotes/srm7500.conf" include "/etc/lirc/remotes/x10.conf" the x10.conf is the same as posted above lsusb Terminal 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) cat /proc/bus/input/devices Terminal I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100 N: Name="X10 WTI RF receiver" P: Phys=usb-bcm2708_usb-1.3/input0 S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/rc/rc0/input0 U: Uniq= H: Handlers=kbd event0 B: PROP=0 B: EV=100013 B: KEY=c00 0 0 0 108fc030 2006049 0 0 0 4 8000 180 c0000001 9e1680 0 0 10000ffc B: MSC=10 I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100 N: Name="X10 WTI RF receiver mouse" P: Phys=usb-bcm2708_usb-1.3/input1 S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input1 U: Uniq= H: Handlers=mouse0 event1 B: PROP=0 B: EV=7 B: KEY=1b0000 0 0 0 0 0 0 0 0 B: REL=3 dmesg is attached I can use the left-right and up-down button and the power button, but all other keys are without function. got any ideas? |
|||
21st Feb, 2013, 04:15 AM
Post: #7
|
|||
|
|||
RE: X10 Remote
If you follow my guide on our wiki you can definitely create a working lircmap.xml
pilight - modular domotica solution
|
|||
21st Feb, 2013, 04:29 AM
Post: #8
|
|||
|
|||
RE: X10 Remote
would be a good idea....but:
Terminal mode2: could not get file information for /dev/lirc0 mode2: default_init(): No such file or directory |
|||
21st Feb, 2013, 05:43 AM
Post: #9
|
|||
|
|||
RE: X10 Remote
So the hardware.conf isn't working? I though you said it did?
pilight - modular domotica solution
|
|||
21st Feb, 2013, 05:47 AM
Post: #10
|
|||
|
|||
RE: X10 Remote
I can use the up/down/left/right keys on my remote, but nothing more.... so I guess its working?!?
|
|||
21st Feb, 2013, 05:51 AM
Post: #11
|
|||
|
|||
RE: X10 Remote
If mode2 isn't working than Lirc isn't working. Then you try this: http://forum.xbian.org/thread-414-post-4192.html#pid4192
pilight - modular domotica solution
|
|||
22nd Feb, 2013, 03:22 AM
Post: #12
|
|||
|
|||
RE: X10 Remote
ok, its acting like a "keyboard", but "OK" doenst send any command.
other keys does: Terminal 18:18:26 T:3042840576 DEBUG: Keyboard: scancode: 69, sym: 0114, unicode: 0000, modifier: 0 18:18:26 T:3042840576 DEBUG: OnKey: left (f082) pressed, action is Left 18:18:27 T:3042840576 DEBUG: Keyboard: scancode: 6a, sym: 0113, unicode: 0000, modifier: 0 18:18:27 T:3042840576 DEBUG: OnKey: right (f083) pressed, action is Right 18:18:27 T:3042840576 DEBUG: Keyboard: scancode: 67, sym: 0111, unicode: 0000, modifier: 0 18:18:27 T:3042840576 DEBUG: OnKey: up (f080) pressed, action is Up 18:18:28 T:3042840576 DEBUG: Keyboard: scancode: 6c, sym: 0112, unicode: 0000, modifier: 0 18:18:28 T:3042840576 DEBUG: OnKey: down (f081) pressed, action is Down 18:18:30 T:3042840576 DEBUG: Keyboard: scancode: 72, sym: 0127, unicode: 0000, modifier: 0 18:18:30 T:3042840576 DEBUG: OnKey: f14 (f09d) pressed, action is 18:18:31 T:3042840576 DEBUG: Keyboard: scancode: 73, sym: 00af, unicode: 0000, modifier: 0 18:18:31 T:3042840576 DEBUG: OnKey: volume_up (f0b9) pressed, action is VolumeUp any ideas? btw. I know that the x10 can work with lirc, I installed it on my laptop some time ago... |
|||
22nd Feb, 2013, 03:55 AM
Post: #13
|
|||
|
|||
RE: X10 Remote
In this topic i explained a bit how you can make a custom lircmap.xml http://forum.xbian.org/thread-414-post-4247.html#pid4247
pilight - modular domotica solution
|
|||
22nd Feb, 2013, 04:05 AM
Post: #14
|
|||
|
|||
RE: X10 Remote
yes, I did that (good thread btw), but still most keys on my remote aren't "working" at all....if I press them ("ok" for example) in the xbmc-debug-log nothing happens...
so I cant really generate a fully working remote.xml. |
|||
22nd Feb, 2013, 04:14 AM
Post: #15
|
|||
|
|||
RE: X10 Remote
Did using the atilibusb module work for you?
pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|