Hallo,
meine SSD ist gestorben.
Neue SSD mit U18.04 server installiert, Netplan auf feste IP, apt get install ansible git.
git clone ....
install-yavdr.sh läuft fast durch, kann vdr aber nicht starten.
Im log steht dann 'vdpau interop NOT initialized'.
Reboot und nochmal ansible, kein unterschied.
Dann HWE stack installiert, reboot, ansible. Immer noch 'vdpau interop NOT initialized'.
Nvidia treiber ist xserver-xorg-video-nvidia-430 wie auf der alten SSD.
Ich verwende softhddevice-openglosd, die anderen Varianten hatten Problem mit OSD (auf alter SSD).
Was fehlt denn da noch?
localhost/all:
---
# file: localhost/all
branch: experimental
ppa_owner: 'ppa:yavdr'
# add the following PPAs
repositories:
- '{{ ppa_owner }}/{{branch}}-main'
- '{{ ppa_owner }}/{{branch}}-vdr'
- '{{ ppa_owner }}/{{branch}}-kodi'
#- '{{ ppa_owner }}/{{branch}}-yavdr'
# properties of the user vdr and vdr-related options
# NOTE: user name, uid and confdir must match the values set by the vdr package
vdr:
user: vdr
group: vdr
uid: 666
gid: 666
home: /var/lib/vdr
etc_confdir: /etc/vdr
confdir: /var/lib/vdr
recdir: /srv/vdr/video
hide_first_recording_level: false
safe_dirnames: true # escape characters (useful for windows clients and FAT/NTFS file systems)
override_vdr_charset: false
# add the vdr plugins you want to install
vdr_plugins:
- vdr-plugin-devstatus
- vdr-plugin-markad
# - vdr-plugin-softhddevice-vpp # OSD issues (Nvidia 390.77-0ubuntu0.18.04.2, auch mit 415)
# - vdr-plugin-softhdcuvid
# - vdr-plugin-softhddevice-hevc
- vdr-plugin-softhddevice-openglosd
# - vdr-plugin-softhddevice-vdpau-hevc # OSD issues
#
- vdr-plugin-duplicates
- vdr-plugin-extrecmenu
- vdr-plugin-femon
- vdr-plugin-live
- vdr-plugin-menuorg
- vdr-plugin-skinnopacity
# - vdr-plugin-streamdev
- vdr-plugin-systeminfo
- vdr-plugin-tvguideng
- vdr-plugin-undelete
# - vdr-plugin-scraper2vdr
# - vdr-plugin-xmltv2vdr
# - vdr-plugin-epg2vdr
- vdr-plugin-epgsearch
- vdr-plugin-vdrmanager
# - vdr-plugin-extrecmenung
# - vdr-plugin-eepg
- vdr-plugin-skinflatplus
# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
media_dirs:
audio: /srv/audio
video: /srv/video
pictures: /srv/picture
files: /srv/files
backups: /srv/backups
recordings: '{{ vdr.recdir }}'
nfs:
insecure: false # set to true for OS X clients or if you plan to use libnfs as unprivileged user (e.g. KODI)
samba:
workgroup: DCD
windows_compatible: '{{ vdr.safe_dirnames }}' # set to true to disable unix extensions, enable follow symlinks and wide links
# additional packages you want to install
extra_packages:
- bpython
- bpython3
- htop
- tree
- vim
- w-scan
- t2scan
- plymouth-theme-yavdr-logo
- vdr-addon-lifeguard-ng
- vdrpbd
- trash-cli
- vdr-epg-daemon
- edid-decode
- fonts-vdropensans
- vdrsymbols-ttf
- wakeonlan
frontend: vdr
system:
shutdown: poweroff
wakeup_method: acpiwakeup
grub:
timeout: 0
boot_options: quiet splash
# Serial device to configure for a homebrew receiver.
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
# Also ensure that the role serial-ir is enabled in yavdr07.yml
# serial_ir_device: ttyS0
PS: xrandr war nicht installiert, mit 'apt intstall x11-xserver-utils' ging es dann. Fehlt da eine Abhängigkeit?