Somehow - don’t know how - I managed to destroy the armv7-eventlircd-osmc package, so I no longer have a working lirc.
When I try to re-install or purge it, I get the message:
package armv7-eventlircd-osmc has not yet been configured.
apt update
apt update
apt install -f
apt install -f armv7-eventlircd-osmc
don’t deliver any results.
Logs are here:
paste-log /boot/uploadlog.txt
Cheers,
Wolf
gmc
6 December 2016 21:37
2
This one did the damage - not a good idea specifying -y
Start-Date: 2016-12-06 19:38:05
Commandline: /usr/bin/apt-get-real install -y lirc
Install: libftdi1:armhf (0.20-2, automatic), liblircclient0:armhf (0.9.0~pre1-1.2, automatic), lirc:armhf (0.9.0~pre1-1.2)
Remove: armv7-lirc-osmc:armhf (0.9.0-5), armv7-remote-osmc:armhf (1.2.1), armv7-eventlircd-osmc:armhf (1.2.0), rbp2-device-osmc:armhf (1.3.3)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2016-12-06 19:39:12
Did you try
sudo apt-get install -f
Thank you so much. I learned that there is a difference between the “apt” and die “apt-get” commands. My believe was that they are the same. Obviously, they are not…
Now my RC is working (-:
W