LinuxMCE Forums

General => Installation issues => Topic started by: nite_man on June 05, 2008, 11:16:05 PM

Title: [SOLVED] Problem with installation of LIRC on the fresh RC1
Post by: nite_man on June 05, 2008, 11:16:05 PM
Hi,

I installed RC1 and tried to add iMON PAD to the my core/hybrid. By some reason, only liblircclient0 was installed by system. I found following error message in the /var/log/pluto/Config_Device_Changes.log:
The following packages have unmet dependencies:
  lirc-pluto: Depends: liblircclient-dev but it is not going to be installed
E: Broken packages

I also tried to install liblircclient-dev manually with apt-get but got following error:
liblircclient-dev: Depends: liblircclient0 (= 0.8.2-0ubuntu8+lmce2) but 0.8.2-0ubuntu8 is to be installed
Any idea how to solve that?
Thanks in advance.
Title: Re: [SOLVED] Problem with installation of LIRC on the fresh RC1
Post by: nite_man on June 06, 2008, 10:33:13 PM
Solved that by installing liblircclient-dev_0.8.2-0ubuntu8_amd64.deb from /usr/pluto/deb-cache:
sudo dpkg -i /usr/pluto/deb-cache/liblircclient-dev_0.8.2-0ubuntu8_amd64.deb
After that installed the rest needed modules:
sudo apt-get install lirc-modules-2.6.22-14-generic lirc lirc-pluto pluto-lirc-wrapper
Then quick reload router.
Title: Re: [SOLVED] Problem with installation of LIRC on the fresh RC1
Post by: ddamron on June 07, 2008, 01:31:01 PM
Nice work nite_man!