[1] MLD-6.x / General / MLD 6 RPI4 - kein Softhddevice Plugin
 

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« on: April 15, 2025, 23:15:14 »
Hallo,

teste gerade die MLD6 mit einem Raspberry Pi 4. Leider läßt sich weder das Softhddevice-drm oder das Softhdddevice-drm-gles Paket installieren. Fehler:


Code: [Select]
# apt-get install vdr-plugin-skincurses- vdr-plugin-softhddevice-drm-gles vdr-plugin-skincurses-locale-de-de-
Reading package lists...
Building dependency tree...
Reading state information...
Package vdr-plugin-softhddevice-drm-gles is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'vdr-plugin-softhddevice-drm-gles' has no installation candidate

Offline rfehr

  • MLD-Developer
  • Expert Member
  • ******
  • Posts: 1564
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #1 on: April 16, 2025, 13:47:39 »
Hi,

das softhdddevice-drm-gles Plugin sollte morgen wieder zur verfügung stehen.

Gruß,
  Roland
1x OctopusNet 4x DVB-C
1x Zotac ITX-A Atom 330
1x RPI2 als Client
1x BananaPi
1x Wetekplay
1x MCC 100
2x RPI3
2x RPi4
1x https://www.zotac.com/at/product/mini_pcs/pi335

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #2 on: April 16, 2025, 14:10:19 »
Klasse, vielen Dank für die schnelle Antwort. Ich werde berichten.

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #3 on: April 16, 2025, 18:09:54 »
Habe mal auf Dein Repo umgeschaltet, dort ist ja bereits das Plugin verfügbar. Installation ging auch, allerdings startet der VDR nicht. Anscheinend findet er kein Audio-Device. Auch im Webif kann ich kein Audio Device einstellen:

Apr 16 18:05:56 MLD vdr[987]: [987] setting primary device to 1
Apr 16 18:05:56 MLD vdr[987]: [987] [softhddevice] audio/alsa: using device 'default'
Apr 16 18:05:56 MLD vdr[987]: [1084] device 2 section handler thread started (pid=987, tid=1084, prio=low)
Apr 16 18:05:56 MLD vdr[987]: [1085] SATIP#1 tuner thread started (pid=987, tid=1085, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [1087] device 3 section handler thread started (pid=987, tid=1087, prio=low)
Apr 16 18:05:56 MLD vdr[987]: [1083] SATIP#0 section handler thread started (pid=987, tid=1083, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [1086] SATIP#1 section handler thread started (pid=987, tid=1086, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [987] [softhddevice] audio: AlsaOpenPCM: playback open 'default' error: No such file or directory
Apr 16 18:05:56 MLD kernel: kauditd_printk_skb: 4 callbacks suppressed

Was kann ich machen?

Offline rfehr

  • MLD-Developer
  • Expert Member
  • ******
  • Posts: 1564
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #4 on: April 16, 2025, 19:35:17 »
Habe mal auf Dein Repo umgeschaltet, dort ist ja bereits das Plugin verfügbar. Installation ging auch, allerdings startet der VDR nicht. Anscheinend findet er kein Audio-Device. Auch im Webif kann ich kein Audio Device einstellen:

Apr 16 18:05:56 MLD vdr[987]: [987] setting primary device to 1
Apr 16 18:05:56 MLD vdr[987]: [987] [softhddevice] audio/alsa: using device 'default'
Apr 16 18:05:56 MLD vdr[987]: [1084] device 2 section handler thread started (pid=987, tid=1084, prio=low)
Apr 16 18:05:56 MLD vdr[987]: [1085] SATIP#1 tuner thread started (pid=987, tid=1085, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [1087] device 3 section handler thread started (pid=987, tid=1087, prio=low)
Apr 16 18:05:56 MLD vdr[987]: [1083] SATIP#0 section handler thread started (pid=987, tid=1083, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [1086] SATIP#1 section handler thread started (pid=987, tid=1086, prio=high)
Apr 16 18:05:56 MLD vdr[987]: [987] [softhddevice] audio: AlsaOpenPCM: playback open 'default' error: No such file or directory
Apr 16 18:05:56 MLD kernel: kauditd_printk_skb: 4 callbacks suppressed

Was kann ich machen?

du kannst mal versuchen im WebIf ein Audio Device auszuwählen.

Gruß,
  Roland
1x OctopusNet 4x DVB-C
1x Zotac ITX-A Atom 330
1x RPI2 als Client
1x BananaPi
1x Wetekplay
1x MCC 100
2x RPI3
2x RPi4
1x https://www.zotac.com/at/product/mini_pcs/pi335

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #5 on: April 16, 2025, 21:39:58 »
Schon versucht, Standard ist "auto" eingestellt, die Dropdown Liste zeigt jedoch "Keine Geräte gefunden".

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #6 on: April 16, 2025, 21:47:11 »
dmesg gibt folgendes aus:

[    5.042822] ALSA device list:
[    5.042830]   No soundcards found.

Offline rfehr

  • MLD-Developer
  • Expert Member
  • ******
  • Posts: 1564
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #7 on: April 17, 2025, 20:02:15 »
Hi,

läuft es jetzt, denn im anderen Thread hattest du ja geschriben das es geht.

Gruß,
  Roland
1x OctopusNet 4x DVB-C
1x Zotac ITX-A Atom 330
1x RPI2 als Client
1x BananaPi
1x Wetekplay
1x MCC 100
2x RPI3
2x RPi4
1x https://www.zotac.com/at/product/mini_pcs/pi335

Offline neumann2k

  • Newbie
  • *
  • Posts: 35
    • View Profile
MLD 6 RPI4 - kein Softhddevice Plugin
« Reply #8 on: April 17, 2025, 20:07:52 »
Oh, ja, sorry. Nach Neuinstallation läuft alles jetzt soweit.

[1] MLD-6.x / General / MLD 6 RPI4 - kein Softhddevice Plugin
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.