X10 Remote
|
22nd Feb, 2013, 05:01 AM
Post: #16
|
|||
|
|||
RE: X10 Remote
to be honest...I don't really know
I think its loading: Terminal Feb 21 19:19:07 xbian lircd: lircd(atilibusb) ready, using /var/run/lirc/lircd and I can't use dpkg-reconfigure lircd to change the main-lirc setting (got that from how-to's for the x10) |
|||
22nd Feb, 2013, 05:22 AM
Post: #17
|
|||
|
|||
RE: X10 Remote
Can you try changing /etc/lirc/hardware/custom.conf to
Code: # /etc/lirc/hardware/custom.conf And restart lirc and try mode2 again: Code: sudo /etc/init.d/lirc restart pilight - modular domotica solution
|
|||
22nd Feb, 2013, 07:28 AM
Post: #18
|
|||
|
|||
RE: X10 Remote
still the same
Terminal mode2: could not get file information for /dev/lirc0 mode2: default_init(): No such file or directory |
|||
22nd Feb, 2013, 07:30 AM
Post: #19
|
|||
|
|||
RE: X10 Remote
Can you share the howto's you found.
pilight - modular domotica solution
|
|||
22nd Feb, 2013, 07:46 AM
Post: #20
|
|||
|
|||
RE: X10 Remote
there many, but all I found so far are german: http://linuxundich.de/de/ubuntu/pc-funkfernbedienung-x10-unter-ubuntu-mit-lirc/
but I guess you can understand the commands... thanks you for all your help so far! |
|||
22nd Feb, 2013, 07:55 AM
Post: #21
|
|||
|
|||
RE: X10 Remote
Can you try:
Code: sudo modprobe ati_remote pilight - modular domotica solution
|
|||
22nd Feb, 2013, 06:47 PM
Post: #22
|
|||
|
|||
RE: X10 Remote
(22nd Feb, 2013 07:55 AM)CurlyMo Wrote: Can you try:no errormessage. found another how-to: http://www.loggn.de/ubuntu-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/ but: Terminal root@xbian:/etc/modprobe.d# modprobe lirc_atiusb FATAL: Module lirc_atiusb not found. I added Terminal REMOTE_DEVICE="/dev/lirc0" |
|||
22nd Feb, 2013, 07:10 PM
Post: #23
|
|||
|
|||
RE: X10 Remote
After using my previous hardware.conf, what does this output:
Code: ls -Al /dev/lirc* pilight - modular domotica solution
|
|||
22nd Feb, 2013, 07:59 PM
Post: #24
|
|||
|
|||
RE: X10 Remote | |||
22nd Feb, 2013, 08:02 PM
Post: #25
|
|||
|
|||
RE: X10 Remote
Does it work in Raspbmc or OpenElec?
pilight - modular domotica solution
|
|||
22nd Feb, 2013, 08:04 PM
Post: #26
|
|||
|
|||
RE: X10 Remote
didn't tried it...raspbmc is really annoying, so I prefer to use xbian
I know its working with ubuntu/debian... |
|||
22nd Feb, 2013, 08:07 PM
Post: #27
|
|||
|
|||
RE: X10 Remote
I know, but to be sure it does work on the Raspberry Pi.
pilight - modular domotica solution
|
|||
23rd Feb, 2013, 03:36 AM
Post: #28
|
|||
|
|||
RE: X10 Remote
ok...its confusing...but with raspbmc its working pefect!...out of the box
|
|||
23rd Feb, 2013, 03:59 AM
Post: #29
|
|||
|
|||
RE: X10 Remote
Can you post their /etc/lirc/lircd.conf + /etc/lirc/hardware.conf + lsmod
pilight - modular domotica solution
|
|||
23rd Feb, 2013, 04:02 AM
Post: #30
|
|||
|
|||
RE: X10 Remote
lircd.conf
Terminal #UNCONFIGURED # # To find out how to get a proper configuration file please read: # # /usr/share/doc/lirc/README.Debian hardware.conf Terminal # /etc/lirc/hardware.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=true # Run "lircd --driver=help" for a list of supported drivers. DRIVER="UNCONFIGURED" # 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="" lsmod Terminal Module Size Used by bcm2708_wdog 2740 1 ipv6 232892 28 xt_state 660 1 uinput 8696 1 iptable_mangle 736 0 iptable_nat 2408 0 nf_nat 10526 1 iptable_nat nf_conntrack_ipv4 8768 4 nf_nat,iptable_nat nf_defrag_ipv4 716 1 nf_conntrack_ipv4 nf_conntrack 51300 4 nf_nat,xt_state,iptable_nat,nf_conntrack_ipv4 iptable_filter 616 1 ip_tables 10480 3 iptable_filter,iptable_mangle,iptable_nat x_tables 10436 5 ip_tables,xt_state,iptable_filter,iptable_mangle,iptable_nat spidev 3932 0 rc_medion_x10_or2x 764 0 ati_remote 6728 0 rc_core 11504 3 rc_medion_x10_or2x,ati_remote spi_bcm2708 4104 0 i2c_bcm2708 2820 0 i2c_core 20536 1 i2c_bcm2708 |
|||
« Next Oldest | Next Newest »
|