[LINUX] HOW-TO to use Antec Veris Basic IR Receiver, Harmony/MCE Remote on Ubuntu
#10
Hi

This guide worked splendid up to Ubuntu 10.04. Now with 10.10 it seems broken Sad I can't seem to start LIRC. Any help is appreciated.

I've tried with and without step 1-7. Doesn't matter, LIRC won't start.

Here is my logs + files:

root@htpc:~# /etc/init.d/lirc restart
* Stopping remote control daemon(s): LIRC [fail]
* Loading LIRC modules [ OK ]
* Unable to load LIRC kernel modules. Verify your
* selected kernel modules in /etc/lirc/hardware.conf

vim /etc/lirc/hardware.conf
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="Soundgraph iMON Antec Veris"
REMOTE_MODULES="lirc_dev lirc_imon"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET=""
#REMOTE_LIRCD_CONF="imon/lircd.conf.imon-antec-veris"
REMOTE_LIRCD_CONF="imon/lircd.conf.imon-mceusb"
REMOTE_LIRCD_ARGS=""

#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_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=""

cat /etc/modprobe.d/lirc_imon.conf
options lirc_imon ir_protocol=1

cat /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 Soundgraph iMON Antec Veris remote:
#include "/usr/share/lirc/remotes/imon/lircd.conf.imon-antec-veris"
include "/usr/share/lirc/remotes/imon/lircd.conf.imon-mceusb"

ps aux | grep -i lirc
root 10334 0.0 0.0 5168 772 pts/0 R+ 22:50 0:00 grep --color=auto -i lirc

lsusb | grep -i soundgraph
Bus 007 Device 002: ID 15c2:0038 SoundGraph Inc. GD01 MX VFD Display/IR Receiver
Reply


Messages In This Thread
[No subject] - by bjs1400 - 2010-01-29, 07:12
[No subject] - by stpfarms - 2010-01-29, 17:19
[No subject] - by batrad - 2010-01-29, 19:46
[No subject] - by xexe - 2010-03-20, 13:26
[No subject] - by shassino - 2010-03-21, 13:26
[No subject] - by xexe - 2010-03-21, 13:31
[No subject] - by stpfarms - 2010-03-23, 19:35
[No subject] - by martinez - 2010-04-06, 23:40
[No subject] - by gymmarn - 2010-10-12, 22:52
[No subject] - by lyka - 2010-10-13, 01:04
[No subject] - by stpfarms - 2010-10-13, 17:11
[No subject] - by lyka - 2010-10-16, 00:59
[No subject] - by stpfarms - 2010-10-19, 00:24
[No subject] - by gymmarn - 2010-10-19, 22:08
[No subject] - by blafasel - 2010-10-27, 11:10
[No subject] - by Dougie085 - 2010-11-13, 04:19
[No subject] - by Dougie085 - 2010-11-14, 05:05
[No subject] - by Mike8913 - 2010-12-01, 19:37
[No subject] - by nigthlord - 2010-12-01, 20:38
[No subject] - by nigthlord - 2010-12-05, 17:26
[No subject] - by turkosbon - 2011-01-04, 21:03
[No subject] - by magnimus - 2011-01-11, 12:36
[No subject] - by magnimus - 2011-01-12, 20:54
Logout Mark Read Team Forum Stats Members Help
[LINUX] HOW-TO to use Antec Veris Basic IR Receiver, Harmony/MCE Remote on Ubuntu1