[mythtv-users] Firmware not loading

lists at arewethere.net lists at arewethere.net
Sun Mar 24 01:10:45 UTC 2024


On Fri, Mar 22, 2024 at 06:31:34AM +0800, James Linder wrote:
> >
> >
> >  Some packages could not be installed. This may mean that you have,
> >  requested an impossible situation or if you are using the unstable,
> >  distribution that some required packages have not yet been created,
> >  or been moved out of Incoming.,
> >  The following information may help to resolve the situation:,
> >
> >  The following packages have unmet dependencies:,
> >  libcec-dev : Depends: libcec6 (= 6.0.2-1ubuntu2) but 6.0.2-2 is to be installed
>
> Bil, I know I’m being a dork, but that  is like saying “The red one’s edges are wrong”
> What does the errror mean?
> And in particular how would I resolve it?

It means what it says but admittedly it sounds like Klingon at first.
The libcec-dev package wants a particular version of libcec6
installed. But that version is not available for some reason.

This is most likely because you have a few different package sources
enabled and maybe one needs to be disabled, or maybe one needs
to have a different priority applied to it.

First I would try

  apt update
  apt-cache policy libcec-dev
  apt-cache policy libcec6

to see what versions you hava available and installed.

Then I would try

  apt install --dry-run libcec-dev

to see if that gives any more detailed information
This won't do anything but will do a dry-run through the process.



More information about the mythtv-users mailing list