More > JRiver Media Center 23 for Linux
Installing JRiver Mediacenter 23 ARM on a Raspberry Pi 2
mplicit:
Why do I get the following msgs when I try to install Mediacenter 23 ARM on my Raspberry Pi 2?
Pls help
Thanks
RN
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://dist.jriver.com wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Ign http://dist.jriver.com wheezy/main Translation-en
Ign http://dist.jriver.com jessie/main Translation-en_GB
Ign http://dist.jriver.com jessie/main Translation-en
Reading package lists... Done
pi@raspberrypi ~ $ sudo apt-get install mediacenter23Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
mediacenter23 : Depends: libc6 (>= 2.19) but 2.13-38+rpi2+deb7u12 is to be installed
Depends: libasound2 (>= 1.0.28)
Depends: libuuid1 (>= 2.25) but 2.20.1-5.3 is to be installed
Depends: libx11-6 (>= 2:1.6.2) but 2:1.5.0-1+deb7u4 is to be installed
Depends: libxext6 (>= 2:1.3.3) but 2:1.3.1-2+deb7u1 is to be installed
Depends: libxcb1 (>= 1.10) but 1.8.1-2+deb7u1 is to be installed
Depends: libxau6 (>= 1:1.0.8) but 1:1.0.7-1 is to be installed
Depends: libstdc++6 (>= 4.9.2) but 4.8.2-21~rpi3rpi1 is to be installed
Depends: libgtk2.0-0 (>= 2.24.25) but 2.24.10-2 is to be installed
Depends: libpango1.0-0 (>= 1.36) but 1.32.5-5rpi3 is to be installed
Recommends: musepack-tools (>= 2:0.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Awesome Donkey:
Looks to me like Raspbian is too out-of-date (is it still based on Wheezy?) for it to work - it can't satisfy the required versions of the dependencies.
mplicit:
I just followed the instructions below. I never had any issues with MC21 & MC22.
Software Preparation:
After rebooting, you should be looking at the Pi's desktop. If your Pi isn't plugged into to an ethernet line, take a minute to configure your wi-fi adapter to get internet access. Once that's done, open a terminal by clicking on the icon that looks like a computer monitor. Enter the following into the terminal:
Code:
sudo apt-get update && sudo apt-get dist-upgrade
After you enter the line, you'll be prompted whether to install updates to packages; press "y" to confirm. It may take a little while for the packages to download and install. Now enter the following into the terminal
Code:
cd /boot
sudo nano config.txt
This will show you the file config.txt in the text editor nano. You'll see a lot of information in the config file already, scroll down to the bottom of the file using the direction keys on your keyboard and enter the following two lines exactly as shown:
Code:
framebuffer_depth=32
framebuffer_ignore_alpha=1
Then save the file by pressing Ctrl+O, then enter. Then press Ctrl+X to exit, and you should be back at the terminal. Now close the terminal and reboot the pi.
Installing MC:
After the reboot, it's time to install MC:
Code:
wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter23native.list -O /etc/apt/sources.list.d/mediacenter23.list
sudo apt-get update
sudo apt-get install mediacenter23
After installation completes, you should see MC in the application menu in the upper left hand corner under "sound and video." Open MC, and you're off!
Awesome Donkey:
MC23's minimum versions of dependencies required has increased (to what's available in Debian Jessie and above).
The dependencies available (according to the log you posted above) are simply too old.
Have you tried the version of Raspbian based on Debian Stretch? It *should* work there (I can't test as I don't own any ARM devices or Raspberry Pis).
mplicit:
Can I upgrade Raspbian do Debian Stretch without having to reinstall Debian Stretch from scratch?
Navigation
[0] Message Index
[#] Next page
Go to full version