Linux tvh client no longer working when upgrading from 14.2 to 15.0(b.x)
#1
Opening new thread as requested by negge

As already mentioned in this thread when adding

# stable
#deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main
#deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main

# unstable
deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main
# deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main

to xbmc.list and upgrade to 15.0bx (or final now): TVH client does not start, though activted, it's deactivated after reboot. Also tried to reinstall tvh via apt-get, but no success.

kodi-pvr-hts can't be found

Code:
xbox@ZBMC:~$ sudo apt-cache policy kodi-pvr-hts
[sudo] password for xbox:
N: Paket kodi-pvr-hts kann nicht gefunden werden.

neither to be installed

Code:
xbox@ZBMC:~$ sudo apt-get install kodi-pvr-hts
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
E: Paket kodi-pvr-hts kann nicht gefunden werden.
Reply
#2
Delete those sources and add them again using:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update

If you check https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa then you clearly see that the package is there, so if apt-get doesn't find it then you must have done something wrong when adding the source.
Reply
#3
Thx a lot for your patience and support - I think I got it working now.

But one comment upfront: I think the Linux Wiki How-To "Installing PVR Addons" page has to be updated re the "name" change of kodi-pvr-tvheadend-hts to kodi-pvr-hts!?

Code:
xbox@ZBMC:/etc/apt/sources.list.d$ ls -al
insgesamt 16
drwxr-xr-x 2 root root 4096 Jun  1  2014 .
drwxr-xr-x 6 root root 4096 Jun  1  2014 ..
-rw-r--r-- 1 root root  105 May  4  2014 tvheadend.list
-rw-r--r-- 1 root root  289 Jun  1  2014 xbmc.list
xbox@ZBMC:/etc/apt/sources.list.d$ cat tvheadend.list
# deb http://apt.tvheadend.org/stable trusty main
# deb-src http://apt.tvheadend.org/stable trusty main
xbox@ZBMC:/etc/apt/sources.list.d$ cat xbmc.list
# stable
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main

# unstable
#deb http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main
#deb-src http://ppa.launchpad.net/team-xbmc/unstable/ubuntu trusty main
xbox@ZBMC:/etc/apt/sources.list.d$ sudo mv xbmc.list xbmc.list.save
[sudo] password for xbox:
xbox@ZBMC:/etc/apt/sources.list.d$ sudo add-apt-repository ppa:team-xbmc/ppa
[...]
xbox@ZBMC:/etc/apt/sources.list.d$ sudo apt-get update
[...]
Es wurden 3,268 kB in 11 s geholt (274 kB/s).
Paketlisten werden gelesen... Fertig
xbox@ZBMC:/etc/apt/sources.list.d$ sudo apt-cache policy kodi-pvr-hts
kodi-pvr-hts:
  Installiert:           (keine)
  Installationskandidat: 2.1.16-1~trusty
  Versionstabelle:
     2.1.16-1~trusty 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main amd64 Packages
xbox@ZBMC:/etc/apt/sources.list.d$ sudo apt-get upgrade
[...]
Die folgenden Pakete werden aktualisiert (Upgrade):
  kodi kodi-bin linux-firmware
[...]
Möchten Sie fortfahren? [Y/n]
Holen: 1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-firmware all 1.127.14 [23.7 MB]
Holen: 2 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main kodi all 2:15.0~git20150722.1043-final-0trusty [14.7 MB]
Holen: 3 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main kodi-bin amd64 2:15.0~git20150722.1043-final-0trusty [10.9 MB]
Es wurden 49.4 MB in 28 s geholt (1,710 kB/s).
[...]
kodi-bin (2:15.0~git20150722.1043-final-0trusty) wird eingerichtet ...
kodi (2:15.0~git20150722.1043-final-0trusty) wird eingerichtet ...
linux-firmware (1.127.14) wird eingerichtet ...

xbox@ZBMC:~$ sudo apt-cache policy kodi-pvr-hts
[sudo] password for xbox:
kodi-pvr-hts:
  Installiert:           (keine)
  Installationskandidat: 2.1.16-1~trusty
  Versionstabelle:
     2.1.16-1~trusty 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main amd64 Packages
xbox@ZBMC:~$ sudo apt-cache policy kodi-pvr-tvheadend-hts
kodi-pvr-tvheadend-hts:
  Installiert:           1.9.40-6trusty
  Installationskandidat: 1.9.40-6trusty
  Versionstabelle:
*** 1.9.40-6trusty 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
xbox@ZBMC:~$ sudo apt-get install kodi-pvr-hts
[...]
Die folgenden Pakete werden ENTFERNT:
  kodi-pvr-tvheadend-hts
Die folgenden NEUEN Pakete werden installiert:
  kodi-pvr-hts
0 aktualisiert, 1 neu installiert, 1 zu entfernen und 1 nicht aktualisiert.
[...]
Entfernen von kodi-pvr-tvheadend-hts (1.9.40-6trusty) ...
[...]
Entpacken von kodi-pvr-hts (2.1.16-1~trusty) ...
kodi-pvr-hts (2.1.16-1~trusty) wird eingerichtet ...
Reply
#4
Thanks for the heads up, just updated the wiki. No idea why the package name was changed.
Reply

Logout Mark Read Team Forum Stats Members Help
tvh client no longer working when upgrading from 14.2 to 15.0(b.x)0