23rd Dec, 2013, 10:38 AM
Hello,
first of all, I am pretty new to Linux, but eager to learn. And the RPi / XBMC / XBian was kind of the kick in the ... to make me do it
I have a 512mb Pi with XBian 1.0 beta 2
My problem: I want to use a German VoD service ( watchever), that needs Silverlight. This seems to be possible by basically using Wine for the silverlight.dll, and a standard Browser for XBMC.
I followed these instructions:
http://forum.xbmc.org/showthread.php?tid=170965
http://fds-team.de/cms/pipelight-installation.html
There it is mentioned that if I use 64bit Debian, I should add i368 architecture repository, but the ARM11 used in the RPi is 32 bit based, so i skipped that step (sudo dpkg --add-architecture i386).
my source.list looks like this:
but when I now want to get the packages with apt-get update, I get the following readout with errors:
xbian@xbian ~ $ sudo apt-get update
Hit http://download.opensuse.org ./ Release.gpg
Hit http://download.opensuse.org ./ Release
Hit http://mirrordirector.raspbian.org wheezy Release.gpg
Hit http://xbian.brantje.com stable Release.gpg
Hit http://mirrordirector.raspbian.org wheezy Release
Hit http://xbian.brantje.com stable Release
Hit http://download.opensuse.org ./ Packages
Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages
Hit http://xbian.brantje.com stable/main armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages
Ign http://download.opensuse.org ./ Translation-en_US
Ign http://download.opensuse.org ./ Translation-en
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
W: Failed to fetch http://xbian.brantje.com/dists/stable/Release Unable to find expected entry 'contrib/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
and when I then want to install the packages, I get the error "package not found":
xbian@xbian ~ $ sudo apt-get install pipelight
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pipelight
Should I include the step with the 386 architecture?
Thanks for reading this far...
first of all, I am pretty new to Linux, but eager to learn. And the RPi / XBMC / XBian was kind of the kick in the ... to make me do it
I have a 512mb Pi with XBian 1.0 beta 2
My problem: I want to use a German VoD service ( watchever), that needs Silverlight. This seems to be possible by basically using Wine for the silverlight.dll, and a standard Browser for XBMC.
I followed these instructions:
http://forum.xbmc.org/showthread.php?tid=170965
http://fds-team.de/cms/pipelight-installation.html
There it is mentioned that if I use 64bit Debian, I should add i368 architecture repository, but the ARM11 used in the RPi is 32 bit based, so i skipped that step (sudo dpkg --add-architecture i386).
my source.list looks like this:
Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://xbian.brantje.com stable main contrib
deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./
#deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
but when I now want to get the packages with apt-get update, I get the following readout with errors:
Terminal
xbian@xbian ~ $ sudo apt-get update
Hit http://download.opensuse.org ./ Release.gpg
Hit http://download.opensuse.org ./ Release
Hit http://mirrordirector.raspbian.org wheezy Release.gpg
Hit http://xbian.brantje.com stable Release.gpg
Hit http://mirrordirector.raspbian.org wheezy Release
Hit http://xbian.brantje.com stable Release
Hit http://download.opensuse.org ./ Packages
Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages
Hit http://xbian.brantje.com stable/main armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages
Ign http://download.opensuse.org ./ Translation-en_US
Ign http://download.opensuse.org ./ Translation-en
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_US
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
W: Failed to fetch http://xbian.brantje.com/dists/stable/Release Unable to find expected entry 'contrib/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
and when I then want to install the packages, I get the error "package not found":
Terminal
xbian@xbian ~ $ sudo apt-get install pipelight
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pipelight
Should I include the step with the 386 architecture?
Thanks for reading this far...