Got my RPi a few days ago with a 8GB Samsung SD Card pre-installed with NOOBS and I had a go at installing RaspBMC (my main reason for buying the pi board.) My main goal is to get DVD navigation working on DVD folders (copied my DVD to an USB hard drive and removed all restrictions.) I already realize that this is not an easy thing to get going (does it even work at all?) judging by the countless posts trying to get it working properly. Anyway, it is an adventure and part of the fun and I get to learn a bit of linux as I go along.
Installation in linux requires running the "sudo apt-get" command but I can't even get it to work. For instance, sudo apt-get update gives me an error every time:
Code: Select all
Hit http://archive.raspbian.org wheezy Release.gpg
Hit http://archive.raspbian.org wheezy Release
Hit http://archive.raspbian.org wheezy/main armhf Packages
Hit http://archive.raspbian.org wheezy/contrib armhf Packages
Hit http://archive.raspbian.org wheezy/non-free armhf Packages
Ign http://archive.raspbian.org wheezy/contrib Translation-en
Ign http://archive.raspbian.org wheezy/main Translation-en
Ign http://archive.raspbian.org wheezy/non-free Translation-en
Reading package lists... Error!
E: Malformed Description-md5 line; doesn't have the required length (32 != 153) 'c53a5ca6930n
operations.
.
See http://www.originlab.com for more informations about OriginLab Origin.
.
This package contains the development files.'
E: The package lists or status file could not be parsed or opened.
But even then I did see a few error reports and some misaligned messages during the upgrade (had to pull the plug and reboot the device.) Everything worked eventually but maybe that did screw up my RaspBMC install?
But since sudo apt-get is vital to keep things up to date, how do I get it to work (again)? The Pi is able to access the internet because I'm able to get video add-ons installed and content is streaming just fine.
On a side note, does installing the libdvdnav4 DVD navigation library help in any way to get menu navigation working at all? Was going the VLC route because I know that it can handle that pretty well, unlike the default player in RaspBMC. Not sure if the RPi hardware is supported by now... But that made me come across the DVD nav' lib.
Thanks in advance!