Antec Fusion Remote isn't working and LIRC can't be configured or uninstalled
#1
Since 3 days I'm setting up my HTPC and I'm not near as far as I wanted to be. This is my Hardware:

MB: ASRock 890GM PRO 3
CPU: AMD X3
GPU: GT520


What I have done so far is:

1. I installed Ubuntu Minimal 11.04

2. I installed XBMC following this German How-To

3. I set up LiveTV using tvheadend

now everything is working fine but the Soungraph Antec Veris Remote and the LCD from the Antec Fusion V2 Case.

What I tried to do is this:

1. I installed LIRC
2. I've chosen my Remote in the configuration

This did nothing so I tried many many many different tutorials and nothing happened.

I can't run sudo dpkg-reconfigure lirc

because it gives me an error that lirc is broken or not installed correctly.

so I tried:

Code:
sudo apt-get remove --purge lirc

which gives me this:

Code:
root@htpc:/home/xbmc# sudo dpkg-reconfigure lirc
/usr/sbin/dpkg-reconfigure: lirc ist kaputt oder nicht komplett installiert
root@htpc:/home/xbmc# sudo apt-get remove --purge lirc
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Die folgenden Pakete werden ENTFERNT:
  lirc*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 2.798 kB Plattenplatz freigegeben.
Möchten Sie fortfahren [J/n]? J
(Lese Datenbank ...
dpkg: Warnung: Dateilisten-Datei des Paketes »liblircclient0« fehlt, es wird angenommen,
dass das Paket derzeit keine Dateien installiert hat.
(Lese Datenbank ... 97488 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von lirc ...
Killed
[b] * Stopping remote control daemon(s): LIRC                               [fail][/b]
Löschen der Konfigurationsdateien von lirc ...
dpkg: Warnung: Während Entfernens von lirc ist Verzeichnis »/etc/lirc« nicht leer, wird daher nicht gelöscht.
Trigger für ureadahead werden verarbeitet ...
ureadahead will be reprofiled on next reboot
Trigger für man-db werden verarbeitet ...
Trigger für doc-base werden verarbeitet ...
Processing 1 removed doc-base file(s)...

when I now try to install it again with apt-get install lirc I get the configuration window and select "Soundgraph Antec Veris" this is the terminal output:

Code:
root@htpc:/home/xbmc# apt-get install lirc
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Vorgeschlagene Pakete:
  lirc-modules-source lirc-x
Die folgenden NEUEN Pakete werden installiert:
  lirc
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 0 B von 583 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 2.798 kB Plattenplatz zusätzlich benutzt.
Vorkonfiguration der Pakete ...
Vormals abgewähltes Paket lirc wird gewählt.
(Lese Datenbank ...
dpkg: Warnung: Dateilisten-Datei des Paketes »liblircclient0« fehlt, es wird angenommen,
dass das Paket derzeit keine Dateien installiert hat.
(Lese Datenbank ... 97206 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacken von lirc (aus .../lirc_0.8.7-0ubuntu4.1_amd64.deb) ...
Trigger für doc-base werden verarbeitet ...
Processing 1 added doc-base file(s)...
Trigger für man-db werden verarbeitet ...
Trigger für ureadahead werden verarbeitet ...
lirc (0.8.7-0ubuntu4.1) wird eingerichtet ...
* Loading LIRC modules                                                  [ OK ]
Killed
invoke-rc.d: initscript lirc, action "start" failed.
dpkg: Fehler beim Bearbeiten von lirc (--configure):
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 137 zurück
Fehler traten auf beim Bearbeiten von:
lirc
E: Sub-process /usr/bin/dpkg returned an error code (1)

but my remote isn't working. Does LIRC realy work? There are many errors I don't understand and what bothers me the most is that it never says:

Code:
* Starting remote control daemon(s) : LIRC      [ OK ]

after I installed LIRC.

One of the tutorials I tried is this one:

https://help.ubuntu.com/community/IMON_V...armic_9.10

I appreciate every help! Thank you!
Reply
#2
Antother thing I found out about this problem which may can bring me some more advice from someone else.

When I'm executing the command "sudo /etc/init.d/lirc restart" I'll get this:

Code:
Killed
* Stopping remote control daemon(s): LIRC                               [fail]
* Loading LIRC modules                                                  [ OK ]
Killed

I guess the "fail" is my problem?
Reply
#3
LIRC does not work like it used to pre 10.10. There's a how to around here written by me

http://ubuntuforums.org/showthread.php?t=1754719

(Identical to the XBMC one I wrote)
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#4
I'm using XBMC pre 11.0 right now. Would it be easier to downgrad to a stable release?

I just don't know how to do that. Can I remove the unstable repositories somehow? Everytime I'm doing "apt-get remove xbmc xbmc-live" and then "apt-get install xbmc xbmc-live" I'm ending up with XBMC 11.0 again.
Reply
#5
Ubuntu 10.10, when the kernel changed.

XBMC version doesn't make a difference.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
Antec Fusion Remote isn't working and LIRC can't be configured or uninstalled0