Installationsanleitung siehe: https://www.yavdr.org/documentation/0.7/yaVDR07_documentation.html Erfogreiche Installation siehe: https://www.vdr-portal.de/forum/index.php?thread/135236-yavdr-f%C3%BCr-ubuntu-22-04-lts/&postID=1357587#post1357587 Das Installations-ISO für den Ubuntu Server 22.04.3 LTS kann von der offiziellen Ubuntu-Webseite heruntergeladen werden: https://releases.ubuntu.com/22.04/ ubuntu-22.04.3-live-server-amd64.iso runterladen und mit dem ubuntu Tool Startmedium auf einen USB Stick laden $ sudo apt install git $ git clone https://github.com/yavdr/yavdr-ansible $ cd yavdr-ansible Playbook editieren mit: nano yavdr07.yml sundtek und epg... aktivieren d.h. # raus nehmen Ordner host_vars anlegen mit mkdir /yavdr-ansible/host_vars Datei localhost anlegen mit nano localhost das hier eingeben: branch: jammy ppa_owner: 'ppa:seahawk1986-hotmail' sundtek: force_install: false wait_for_devices: true wait_for_network: false bei der installation von 22.04.3 server ist noch das hier in die localhost voranzustellen: branch: jammy ppa_owner: 'ppa:seahawk1986-hotmail' ggfs zurück ins Verzeichnis yavdr-ansible wechseln $ sudo -H ./install-yavdr.sh systemctl stop vdr mit sudo die channels.conf nach /var/lib/vdr/channels.conf kopieren z.B. vom Laptop aus erst ins Verzeichnis /home/jens kopieren und dann sudo cp /home/jens/channels.conf /var/lib/vdr/channels.conf sudo apt install vdr-plugin-live-ng noch zusätzlich installieren sudo apt-get install vdr-plugin-softhdvaapi und das deaktivieren sudo vdrctl disable softhddevice sudo systemctl restart vdr Um die ext Platte in den yavdr zu bringen muss die /etc/fstab editiert werden (vorher eine kopie machen mit sudo cp/etc/fstab /etc/fstab_kopie ) sudo nano fstab Eintrag ans Ende schreiben: /dev/disk/by-uuid/f5727058-9cd7-47e8-8704-6b5b57c0e2fc /srv ext4 defaults 0 0 reboot gemacht und die Aufnahmen sind da mit blkid findet man alle Laufwerke streamdevserver installieren um z.B. über VLC im Netzwerk zu streamen das ganze ist ja hier beschrieben https://www.yavdr.org/documentation/0.6/de/ch02s07.html#streamdev-server sudo apt install vdr-plugin-streamdev-server danach diesen Eintrag 192.168.0.0/16​ in die /etc/vdr/plugins/streamdevhosts.conf und in die /etc/vdr/svdrphosts.conf System neustarten ------------------------------------------------------------ jens@yavdr07:~$ vdrctl status PLUGIN STATE PRIORITY dbus2vdr enabled 50 desktop enabled 50 devstatus enabled 50 markad enabled 50 menuorg enabled 50 osd2web enabled 50 pulsecontrol enabled 50 softhddevice disabled 50 softhdvaapi enabled 50 vdr static 00 vdr-charset-override static 02 vdr-hide-first-recordinglevelstatic 04 vdr-instance static 05 vdr-lirc static 03 vdr-recordings static 06 xineliboutput disabled 50 ---------------------------------------------------------- tail -f /var/log/syslog in der syslog suchen nach: Starting Video Disk Recorder...