Forums » Tutorial and setups »
Banana Pi with Raspbian as a TVHeadend Server
Added by Bo Eb almost 7 years ago
Hallo,
I have a Banana Pi M1 with RaspbianOs on it. Now I want to install TVHeadend 4.3. In the moment it is not possible. During the installation there is an error that the BananaPi can't find the ressource. I am not at my computer, so I can't give you the known error. I give it to you later if you need it.
Replies (10)
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Mark Clarkstone almost 7 years ago
I have armbian on my BPi m1 & it works fine with 4.3 & the raspbianstretch repo.
You need to use my armhf repo.
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Bo Eb almost 7 years ago
Thanks for your answer. How can I install this repo? Please, give me a detailed description for that! My linux knowledge is very slow!
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Mark Clarkstone almost 7 years ago
It's on the apt page here: https://tvheadend.org/projects/tvheadend/wiki/AptRepository#Raspberry-Pi-Raspbian-armhf
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Bo Eb almost 7 years ago
Thanks a lot for your answer. When I want to install the TVHeadend 4.2.. I get this comment
E: Malformed line 1 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
E: The package lists or status file could not be parsed or opened.
What can I do to still install it? Thanks for your help!
I´m a newby. Sorry!
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Mark Clarkstone almost 7 years ago
Bo Eb wrote:
Thanks a lot for your answer. When I want to install the TVHeadend 4.2.. I get this comment
E: Malformed line 1 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
E: The package lists or status file could not be parsed or opened.What can I do to still install it? Thanks for your help!
I´m a newby. Sorry!
I assume raspbianOS is Debian Stretch - Don't armbian(.com) images work on your bpi?
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 echo "deb https://dl.bintray.com/mpmc/deb raspbianstretch stable-4.2" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo apt-get install tvheadend
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Bo Eb almost 7 years ago
Thanks for your answers. When I try this I get this message:
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?
I don´t know what it it!
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Mark Clarkstone almost 7 years ago
Bo Eb wrote:
Thanks for your answers. When I try this I get this message:
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?I don´t know what it it!
sudo apt install apt-transport-https
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Bo Eb almost 7 years ago
Sorry! But now I get this message:
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:
tvheadend : Depends: libdbus-1-3 (>= 1.9.14) but 1.8.20-0+deb8u1 is to be installed
Depends: libssl1.1 (>= 1.1.0) but it is not installable
Depends: liburiparser1 (>= 0.6.0) but it is not installable
Depends: dvb-apps but it is not installable
Recommends: xmltv-util but it is not installable
E: Unable to correct problems, you have held broken packages.
What´s that? Now I think it is not possible to install TVHeadend on BananaPI with Raspbian. I don´t know what it is!
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Mark Clarkstone almost 7 years ago
Bo Eb wrote:
Sorry! But now I get this message:
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:
tvheadend : Depends: libdbus-1-3 (>= 1.9.14) but 1.8.20-0+deb8u1 is to be installed
Depends: libssl1.1 (>= 1.1.0) but it is not installable
Depends: liburiparser1 (>= 0.6.0) but it is not installable
Depends: dvb-apps but it is not installable
Recommends: xmltv-util but it is not installable
E: Unable to correct problems, you have held broken packages.What´s that? Now I think it is not possible to install TVHeadend on BananaPI with Raspbian. I don´t know what it is!
You're using Raspbian "jessie" (Debian 8), The raspbianstretch is for Raspbian Stretch (Debian 9)!
I did say I assumed you were using Stretch. You need to modify the apt source from raspbianstretch to raspbianjessie
so,
sudo nano /etc/apt/sources.list
Change all text that reads raspbianstretch to raspbianjessie.
then run
sudo apt-get update sudo apt-get install tvheadend
again.
RE: Banana Pi with Raspbian as a TVHeadend Server - Added by Bo Eb almost 7 years ago
When I try it with the above informations I get this error:
Reading 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:
tvheadend : Depends: liburiparser1 (>= 0.6.0) but it is not installable
Depends: dvb-apps but it is not installable
Recommends: xmltv-util but it is not installable
E: Unable to correct problems, you have held broken packages.
What is my Problem? Should I try an other Image? Thanks!