[1] 2 >>> MLD-6.x / General / Unable to locate package libasound2-plugin-equal ...
 

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« on: November 17, 2024, 12:10:21 »
Leider gibt es das Paket "libasound2-plugin-equal" (noch) nicht...

Code: [Select]
root@MLDWZneu:~# apt-get install libasound2-plugin-equal                                                                                                                                                                                             
Reading package lists... Done                                                                                                                                                                                                                       
Building dependency tree... Done                                                                                                                                                                                                                     
Reading state information... Done                                                                                                                                                                                                                   
E: Unable to locate package libasound2-plugin-equal   


Wäre notwendig für mein Problem:
Klangregelung beim NUC Klinkenstecker
« Last Edit: November 17, 2024, 12:12:01 by wayne »
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #1 on: November 17, 2024, 21:37:58 »
Ich bin nicht sicher ob's das ist was Du suchst, aber schau mal ob alsa-equal passt.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #2 on: November 18, 2024, 08:49:38 »
Denke schon, das alsa-equal das richtige ist.

Aber die asound.conf wird nach dem Eintragen meiner Werte und einem Reboot wieder mit den Standard-Werten überschrieben.

Was muss ich machen, dass meine Werte erhalten bleiben?
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #3 on: November 18, 2024, 11:44:48 »
Die asound.conf sollte nur geändert werden, wenn Du im Setup Soundeinstellungen vornimmst. Ansonsten sollte die nicht vom System angefasst werden.
Und installiert wirst Du das System ja haben, und nicht nur das image gebootet.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #4 on: November 18, 2024, 14:59:13 »
Die asound.conf muss geändert werden, um den Equalizer zu aktivieren.

Im oben verlinken Fred hatte ich das auch machen müssen:
Code: [Select]
pcm.!default {
type plug
slave.pcm plugequal;
}
ctl.!default {
type hw card 0
}
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plughw:0,3";
}
pcm.equal {
type plug;
slave.pcm plugequal;
}

Nur so konnte der Equalizer gestartet werden.

Momentan kommt das hier:
Code: [Select]
oot@MLDWZneu:~# alsamixer -D equal                                                                                                                                                                                                                 
ALSA lib /usr/src/debug/alsa-lib/1.2.11/src/control/control.c:1570:(snd_ctl_open_noupdate) Invalid CTL equal                                                                                                                                         
Fehler beim Öffen des Mixer-Gerätes: No such file or directory                                                                                                                                                                                       
                                                                                                         

aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #5 on: November 18, 2024, 17:53:45 »
Da hast Du mich wohl falsch verstanden. Du darfst die asound.conf beliebig ändern. Das MLD System sollte Deine Änderungen auch nicht anfassen, solange Du nicht im Setup an den Sound Einstellungen spielst.
Nur mit dem
Code: [Select]
ctl.equal {
type equal;
}
schein der nicht so ganz glücklich zu sein.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #6 on: November 18, 2024, 18:21:48 »
Ja, das System ist installiert und ich mache nix im Setup in den Sound Einstellungen...
Nur mit dem
Code: [Select]
ctl.equal {
type equal;
}
schein der nicht so ganz glücklich zu sein.

Das ist ja das Problem. Das steht aber nach einem Reboot nicht mehr in meiner asound.conf, sondern nur noch:
Code: [Select]
pcm.!default {
  type hw
  card 0
  device 3
}
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #7 on: December 29, 2024, 12:46:31 »
...darf ich nochmals nachfragen?

Kann es sein, dass das Paket alsa-equal V0.6-r0 in MLD zu alt ist?
Das aktuelle Paket libasound2-plugin-equal ist V0.6-8...
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #8 on: December 29, 2024, 13:20:12 »
Das alsa-equal Paket wird automatisch mit gebaut, sollte also von daher immer zum Rest des Systems passen.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #9 on: December 29, 2024, 18:59:00 »
Ok!

Wenn ich die asound.conf ändere und nicht reboote, kann ich den EQ öffnen.
Allerdings kommt eine Änderung der Frequenzen nicht am Ausgang an.

Im Alsamixer kann man nicht den HDMI-Ausgang auswählen.
Code: [Select]
root@MLDWZneu:~# aplay -l                                                                                                                                                                                                                           
**** Liste der Hardware-Geräte (PLAYBACK) ****                                                                                                                                                                                                       
Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC233 Analog [ALC233 Analog]                                                                                                                                                                                 
  Sub-Geräte: 1/1                                                                                                                                                                                                                                   
  Sub-Gerät #0: subdevice #0                                                                                                                                                                                                                         
Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC233 Digital [ALC233 Digital]                                                                                                                                                                               
  Sub-Geräte: 1/1                                                                                                                                                                                                                                   
  Sub-Gerät #0: subdevice #0                                                                                                                                                                                                                         
Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HISENSE]                                                                                                                                                                                             
  Sub-Geräte: 0/1                                                                                                                                                                                                                                   
  Sub-Gerät #0: subdevice #0                                                                                                                                                                                                                         
Karte 0: PCH [HDA Intel PCH], Gerät 7: HDMI 1 [HDMI 1]                                                                                                                                                                                               
  Sub-Geräte: 1/1                                                                                                                                                                                                                                   
  Sub-Gerät #0: subdevice #0                                                                                                                                                                                                                         
Karte 0: PCH [HDA Intel PCH], Gerät 8: HDMI 2 [HDMI 2]                                                                                                                                                                                               
  Sub-Geräte: 1/1                                                                                                                                                                                                                                   
  Sub-Gerät #0: subdevice #0                                                                                                                                                                                                                         
root@MLDWZneu:~#                                                                                                                                                                                                                                     

 

aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #10 on: December 29, 2024, 23:51:19 »
Im Alsamixer wählst Du nicht einen Ausgang aus, sondern eine Soundkarte. Deshalb kannst Du nicht den HDMI Ausgang wählen.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #11 on: December 31, 2024, 07:55:29 »
...alles klar..

Dann müsste eine Änderung an den Reglern aber auf allen Ausgängen (Geräten) ankommen, oder?

Warum heißt der Chip im Screenshot dezidiert ALC233?
Müsste ich dann nicht irgendwie das Gerät  3 : HDMI 0 auswählen?
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #12 on: December 31, 2024, 13:26:00 »
Ich habe das jetzt selbst mal ausprobiert. Mit dieser asound.conf funktioniert bei mir der Equalizer:
Code: [Select]
pcm.!default {
  type plug;
  slave.pcm plugequal;
}

pcm.plugequal {
  type equal;
  slave.pcm "plughw:0,3";
}

ctl.equal {
  type equal;
}
Auch ein Einstellen per "alsamixer -D equal" ist möglich.
Nach dem Ändern der asound.conf muss der VDR neu restartet werden.
« Last Edit: December 31, 2024, 13:29:14 by clausmuus »
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 332
    • View Profile
Unable to locate package libasound2-plugin-equal ...
« Reply #13 on: January 03, 2025, 19:09:03 »
Auch wenn ich deine asound.conf nehme:
 
Wenn ich die asound.conf ändere und nicht reboote, kann ich den EQ öffnen.
Allerdings kommt eine Änderung der Frequenzen nicht am Ausgang an.

...und nach dem Reboot ist die Änderung in der asound.conf weg...
aktuell:
SAT>IP-Server: Kathrein EXIP 418
​streamdev-Server: MLD 6.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 testing, One For All URC 7960, ​

alt:
​streamdev-Server: MLD 5.5 testing, VM in proxmox (Hardware i5-6500T, 16GB, 256GB)
streamdev-Client 1: NUC6CAYS (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​
​streamdev-Client 2: NUC6CAYH (Intel HD Graphics 500), MLD 5.5 testing, One For All URC 7960, ​​
Media-Server: Synology DS215j
AV-Geräte: ​Hisense H65MEC5550, Dali Zensor 5 AX, Teufel S6000SW

Online clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20570
    • View Profile
    • ClausMuus.de
Unable to locate package libasound2-plugin-equal ...
« Reply #14 on: January 03, 2025, 19:32:44 »
Wieso die asound.conf bei Dir bei einem Reboot überschrieben wird, weiß ich nicht. Es gibt keine Funktion in der MLD, die so etwas macht. Du kannst ja mal versuchen, ob es hilft, wenn Du der Datei die Schreibrechte entziehst, nachdem Du die angepasst hast: chmod 0444 /etc/asound.conf
Interessant wäre auch der Zeitpunkt wann die zurück geändert wird, also beim herunter fahren oder beim booten: "ls -l /etc/asound.conf" vor und nach dem Reboot vergleichen, und mit der "date" Ausgabe vergleichen.
Nach dem Ändern der asound.conf musst Du den VDR Dienst, und nicht nur die VDR App neu starten, damit sich dies auf die VDR Ausgabe auswirkt.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 6.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 22TB HDD - Lian Li PC-C37B - Samsung LE40A559

[1] 2 >>> MLD-6.x / General / Unable to locate package libasound2-plugin-equal ...
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.