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

Offline wayne

  • Profi Member
  • ****
  • Posts: 299
    • 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 »
VDR:
SAT>IP-Server: Kathrein EXIP 418
SAT>IP-Client: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 - Test
​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 clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20445
    • 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 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 299
    • 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?
VDR:
SAT>IP-Server: Kathrein EXIP 418
SAT>IP-Client: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 - Test
​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 clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20445
    • 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 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 299
    • 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                                                                                                                                                                                       
                                                                                                         

VDR:
SAT>IP-Server: Kathrein EXIP 418
SAT>IP-Client: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 - Test
​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 clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20445
    • 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 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline wayne

  • Profi Member
  • ****
  • Posts: 299
    • 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
}
VDR:
SAT>IP-Server: Kathrein EXIP 418
SAT>IP-Client: NUC7PJYH (Intel HD Graphics 605), MLD 6.5 - Test
​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

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



Users Online Users Online

0 Members and 1 Guest are viewing this topic.