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:
Code: [Select]
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:
Code: [Select]
liblircclient-dev: Depends: liblircclient0 (= 0.8.2-0ubuntu8+lmce2) but 0.8.2-0ubuntu8 is to be installedAny 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:
Code: [Select]
sudo dpkg -i /usr/pluto/deb-cache/liblircclient-dev_0.8.2-0ubuntu8_amd64.debAfter that installed the rest needed modules:
Code: [Select]
sudo apt-get install lirc-modules-2.6.22-14-generic lirc lirc-pluto pluto-lirc-wrapperThen 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!