Page 1 of 1

(solved) trouble installing lirc

Posted: Sun Jan 09, 2011 11:51 pm
by lucian
when i try to install lirc i get the following error: Anyone has a solution for this? Was working nice with mandriva.

> sudo apt-get install lirc-modules-source

Loading new lirc-0.8.6 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.35-34-fitpc2
Building for architecture i686
Building initial module for 2.6.35-34-fitpc2

Error! Bad return status for module build on kernel: 2.6.35-34-fitpc2 (i686)
Consult the make.log in the build directory
/var/lib/dkms/lirc/0.8.6/build/ for more information.
dpkg: error processing lirc-modules-source (--configure):
subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
lirc-modules-source
E: Sub-process /usr/bin/dpkg returned an error code (1)

Re: trouble installing lirc

Posted: Mon Jan 10, 2011 8:52 am
by Denis

Re: trouble installing lirc

Posted: Tue Jan 11, 2011 7:29 am
by lucian
no that doesnt help. i am not aiming for the internal infrared device. i have an external usb X10 remote, and i need the atiusb module. all guides on the net use >install lirc-modules-source< which automatically trys to compile the dkms modules. however, it seems to be a bug in the modul itself ...

Re: trouble installing lirc

Posted: Tue Jan 11, 2011 7:26 pm
by lucian
using mint 9 in a virtual machine without the repos from fitpc, i can compile the modules. so it seems to be connected with your patches to the kernel ...

Re: trouble installing lirc

Posted: Tue Jan 11, 2011 8:26 pm
by lucian
ok working now, made an

apt-get update / upgrade

apt-get remove lirc
apt-get install lirc


and now its working fine :P