View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#735
Originally Posted by laustmcgregor View Post
Here's the output:

Code:
pn mp-fremantle-g <none> (no description available)
Thinking "stupid you, you're just missing that one", I tried to simply apt-get it, but it failed for unmet dependency:
Code:
mp-fremantle-generic-pr: Depends: libsdsl-mixer1.2 (= 1:1.2.6-5+0m5)
That's because you've force installed (either manually or via apt-get dist-upgrade) a new version of libsdl-mixer1.2 that's not compatible with the current firmware. You'll need to force install the old version again first - I think this'll do it:
Code:
apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5
 

The Following User Says Thank You to Rob1n For This Useful Post: