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
22nd Feb, 2013, 05:01 AM
Post: #16
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
to be honest...I don't really know Wink
I think its loading:
Terminal
Feb 21 19:19:07 xbian lircd: lircd(atilibusb) ready, using /var/run/lirc/lircd
but mode2 doens't work after I stop lircd
and I can't use dpkg-reconfigure lircd to change the main-lirc setting (got that from how-to's for the x10)
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 05:22 AM
Post: #17
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Can you try changing /etc/lirc/hardware/custom.conf to
Code:
# /etc/lirc/hardware/custom.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="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=""

And restart lirc and try mode2 again:
Code:
sudo /etc/init.d/lirc restart
sudo mode2

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:28 AM
Post: #18
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
still the same Sad

Terminal
mode2: could not get file information for /dev/lirc0
mode2: default_init(): No such file or directory
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:30 AM
Post: #19
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Can you share the howto's you found.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:46 AM
Post: #20
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
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!
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:55 AM
Post: #21
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Can you try:
Code:
sudo modprobe ati_remote

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 06:47 PM
Post: #22
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
(22nd Feb, 2013 07:55 AM)CurlyMo Wrote:  Can you try:
Code:
sudo modprobe ati_remote
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"
but nothing has changed...
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:10 PM
Post: #23
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
After using my previous hardware.conf, what does this output:
Code:
ls -Al /dev/lirc*

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 07:59 PM
Post: #24
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
(22nd Feb, 2013 07:10 PM)CurlyMo Wrote:  After using my previous hardware.conf, what does this output:
Code:
ls -Al /dev/lirc*

Terminal
root@xbian:/etc/lirc/hardware# ls -Al /dev/lirc*
lrwxrwxrwx 1 root root 21 Feb 22 10:57 /dev/lircd -> ../var/run/lirc/lircd
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 08:02 PM
Post: #25
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Does it work in Raspbmc or OpenElec?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 08:04 PM
Post: #26
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
didn't tried it...raspbmc is really annoying, so I prefer to use xbian Smile
I know its working with ubuntu/debian...
Find all posts by this user
Quote this message in a reply
22nd Feb, 2013, 08:07 PM
Post: #27
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
I know, but to be sure it does work on the Raspberry Pi.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 03:36 AM
Post: #28
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
RE: X10 Remote
ok...its confusing...but with raspbmc its working pefect!...out of the box
Find all posts by this user
Quote this message in a reply
23rd Feb, 2013, 03:59 AM
Post: #29
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: X10 Remote
Can you post their /etc/lirc/lircd.conf + /etc/lirc/hardware.conf + lsmod

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:02 AM
Post: #30
1of16 Offline
Registered
Posts: 18
Joined: Feb 2013
Reputation: 0
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
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: 13th May, 2025, 05:16 PM Powered By MyBB, © 2002-2025 MyBB Group.