dr_ole
Lt. Junior Grade
- Registriert
- Juli 2008
- Beiträge
- 390
Moin, vielleicht kann mir ja jmd helfen. Habe ein Problem mit LIRC. Ich habe mir die richtigen Module für die Benutzung rausgesucht. Es ist eine Trust RC-2400 Fernbedienung mit einem IR603 Infrarotempfänger. Laut ubuntuusers Forum soll beides mit der Windows MCE Hardware kompatibel sein und die gleichen Module benutzt werden können. Ich habe die /etc/lirc/hardware.conf folgendermaßen angepasst:
und die /etc/lircd/lircd.conf folgender maßen:
So und jetzt zu meinem eigentlichen Problem. Lirc Tut nix also es reagiert nicht. habt Ihr ne Ahnung woran das liegen kann? Bei irw bekomm ich nur ne Meldung Connection Refused...
Code:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="Windows Media Center Remotes (new version Philips et al.)"
REMOTE_MODULES="lirc_dev lirc_mceusb2"
REMOTE_DRIVER="default"
REMOTE_DEVICE="/dev/input/event1"
REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"
REMOTE_LIRCD_ARGS=""
#Chosen IR Transmitter
TRANSMITTER="Microsoft Windows Media Center V2 (usb) : Dish Receiver"
TRANSMITTER_MODULES="lirc_dev lirc_mceusb2"
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_LIRCD_CONF="dish/general.conf"
TRANSMITTER_LIRCD_ARGS=""
#Enable lircd
START_LIRCD="true"
#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD="false"
#Try to load appropriate kernel modules
LOAD_MODULES="true"
# Default configuration files for your hardware if any
LIRCMD_CONF=""
#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""
# Remote settings required by gnome-lirc-properties
REMOTE_MODEL="mceusb"
REMOTE_VENDOR="Unknown"
# Receiver settings required by gnome-lirc-properties
RECEIVER_MODEL="PC Remote"
RECEIVER_VENDOR="StreamZap"
und die /etc/lircd/lircd.conf folgender maßen:
Code:
GNU nano 2.0.7 File: /etc/lirc/lircd.conf
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.
#Configuration for the Windows Media Center Remotes (new version Philips et al.) remote:
include /usr/share/lirc/remotes/mceusb/lircd.conf.mceusb
#Configuration for the Microsoft Windows Media Center V2 (usb) : Dish Receiver transmitter:
include /usr/share/lirc/transmitters/dish/general.conf
So und jetzt zu meinem eigentlichen Problem. Lirc Tut nix also es reagiert nicht. habt Ihr ne Ahnung woran das liegen kann? Bei irw bekomm ich nur ne Meldung Connection Refused...