Difference between revisions of "Driver Installation"

From Sundtek Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
</pre>
 
</pre>
  
==== Deutsch ====
+
==== Kaffeine ====
 +
 
 +
We have patched the latest Kaffeine Version (8. Oct 2024) to detect our devices again.
 +
 
 +
The patch:
 +
* https://www.sundtek.de/support/kaffeine-2.0.18_support_sundtek_devices.diff
 +
 
 +
the binary:
 +
* https://www.sundtek.de/support/kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb
 +
 
 +
The binary can be installed the following way:
 +
<pre>
 +
cd /tmp
 +
sudo -s
 +
wget http://sundtek.de/support/kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb
 +
apt install ./kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb
 +
apt hold kaffeine # to lock this version on the system and prevent auto updates.
 +
</pre>
 +
 
 +
==== Docker ====
 +
 
 +
* https://sundtek.de/wiki/index.php?title=Docker
 +
 
 +
==== Deutsche Anleitung / German manual ====
  
 
https://support.sundtek.com/index.php?topic=2.0
 
https://support.sundtek.com/index.php?topic=2.0

Latest revision as of 07:11, 8 October 2024

Driver Installation

Linux

Regular Linux with Terminal

On linux the driver Installation is quite easy, just download the netinstall script and it will install the correct driver. The install script will pick the correct build for your particular architecture (ARM, MIPS, PPC, SH4, X86).

wget http://sundtek.de/media/sundtek_netinst.sh
chmod 777 sundtek_netinst.sh
./sundtek_netinst.sh

Kaffeine

We have patched the latest Kaffeine Version (8. Oct 2024) to detect our devices again.

The patch:

* https://www.sundtek.de/support/kaffeine-2.0.18_support_sundtek_devices.diff

the binary:

* https://www.sundtek.de/support/kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb

The binary can be installed the following way:

cd /tmp
sudo -s
wget http://sundtek.de/support/kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb
apt install ./kaffeine_2.0.18+git20230226.439cd0d-1build2_amd64.deb
apt hold kaffeine # to lock this version on the system and prevent auto updates.

Docker

Deutsche Anleitung / German manual

https://support.sundtek.com/index.php?topic=2.0

Synology NAS

Deutsch

Unter Synology muss zuerst TVHeadend im Paketmanager und anschließend der Treiber installiert werden. Der Sundtek Treiber nimmt einige Modifikationen im TVHeadend Startskript vor und muss daher zuletzt installiert werden.

Im Paketmanager folgenden Link hinzufügen: http://sundtek.de/synology

Anschließend gibt sich ein App Sundtek Linux Treiber unter Community im Paketmanager.

Bitte beachten DSM 7.0 Beta wird von dem Paket aktuell noch nicht unterstützt (Synology muss hier noch die Dokumentation aktualisieren, der Treiber lässt sich dort nur auf der Konsole installieren).

English

In Synology first tvheadend should be installed, and afterwards the driver. The driver installation will modify the tvheadend startup script a little bit.

Add following link in the Synology Package Manager: http://sundtek.de/synology

Afterwards there's an app Sundtek Linux Driver available in the Community Section of the package manager.