07-14-2024, 09:26 AM
Hello Dom !
Encore merci pour ton aide et le temps passé sur Team Viewer un samedi matin !!
Alors oui, j'ai avancé. On a regardé avec le support technique de Diretta pour visualiser Logcatch. De manière amusante, je me suis adressé au développeur de logcatch qui m'a répondu que logcatch ne s'appliquait pas à une visualisation en ligne de commande ! :
"Sorry Logcatch is not designed for no gui use.
Logcatch is focusing filter and highlights multiple keywords. so it needs gui.
You could see log when using Remote Desktop
If your goal is to save log then Logcatch is not first suitable tool
After saving log, For filtering is good use."
Bon, pas grave, j'ai quand meme réussi à un avoir log via SSH que j'ai envoyé à Diretta et qui a confirmé que tout était en ordre au niveau du driver Alsa. J'ai aussi des explications supplémentaires comme dessous :
"I want to understand the structure of the Linux sound system ALSA.
asound.conf affects userland ALSAs such as alsalib
Diretta's ALSA driver is just another device handled by libsa
The structure is as shown in the diagram.
DierttaAlsaDriver is provided for manufacturers.
only made available as a preview.
This is because the use of Linux cannot be supported as it varies greatly from environment to environment and application to application.|
Ask the player manufacturer what the alsa settings should be.
High-end player apps open HW devices directly, without the use of alsalib plug-ins etc.
Therefore, the asound.conf setting is not used
The player application opens AlsaDev with a configuration like in HW:x, x.
This indicates that AlsaDev is opened directly without the alsa plugin"
J'ai donc exploré le pb de la gestion des cartes son. Dans le fichier asound.conf, j'ai ajouté :
pcm.!default {
type hw
card 1
device 0
}
ctl.!default {
type hw
card 1
device 0
}
de manière à changer la carte par défaut. Et çà fonctionne ! Mais... à moitié car il faut qu'une connexion SSH soit ouverte et active pour que le son sorte via le DST-00 ! Donc ma config n'est pas parfaite, mais c'est un bon début !
Encore merci pour ton aide et le temps passé sur Team Viewer un samedi matin !!
Alors oui, j'ai avancé. On a regardé avec le support technique de Diretta pour visualiser Logcatch. De manière amusante, je me suis adressé au développeur de logcatch qui m'a répondu que logcatch ne s'appliquait pas à une visualisation en ligne de commande ! :
"Sorry Logcatch is not designed for no gui use.
Logcatch is focusing filter and highlights multiple keywords. so it needs gui.
You could see log when using Remote Desktop
If your goal is to save log then Logcatch is not first suitable tool
After saving log, For filtering is good use."
Bon, pas grave, j'ai quand meme réussi à un avoir log via SSH que j'ai envoyé à Diretta et qui a confirmé que tout était en ordre au niveau du driver Alsa. J'ai aussi des explications supplémentaires comme dessous :
"I want to understand the structure of the Linux sound system ALSA.
asound.conf affects userland ALSAs such as alsalib
Diretta's ALSA driver is just another device handled by libsa
The structure is as shown in the diagram.
DierttaAlsaDriver is provided for manufacturers.
only made available as a preview.
This is because the use of Linux cannot be supported as it varies greatly from environment to environment and application to application.|
Ask the player manufacturer what the alsa settings should be.
High-end player apps open HW devices directly, without the use of alsalib plug-ins etc.
Therefore, the asound.conf setting is not used
The player application opens AlsaDev with a configuration like in HW:x, x.
This indicates that AlsaDev is opened directly without the alsa plugin"
J'ai donc exploré le pb de la gestion des cartes son. Dans le fichier asound.conf, j'ai ajouté :
pcm.!default {
type hw
card 1
device 0
}
ctl.!default {
type hw
card 1
device 0
}
de manière à changer la carte par défaut. Et çà fonctionne ! Mais... à moitié car il faut qu'une connexion SSH soit ouverte et active pour que le son sorte via le DST-00 ! Donc ma config n'est pas parfaite, mais c'est un bon début !