El 2020-07-04 a las 14:10 -0000, Jefferson Smith Pizarro Gutierrez escribió:
>> Recognized but no sound with Asus Xonar SE in Ubuntu 19.04 >> https://askubuntu.com/questions/1166561/recognized-but-no-sound-with-asu >> s-xonar-se-in-ubuntu-19-04/1170038 > me sale esto: > > /etc/asound.conf is default > > Add "CardName" X to the /usr/share/alsa/cards/USB-Audio.conf file. > > 'CardName' is 'Xonar SoundCard' and I found out it with aplay -l. > > I found out 'X' with aplay -D plughw:CARD=SoundCard,DEV=X something.wav. The > S/PDIF interface of the Xonar SE card with the CM6620A chip is the third > (DEV=2) > > > > una vez que estoy en el archivo que hago? como debo hacerlo Según esas instrucciones, tienes que editar el archivo «/usr/share/alsa/cards/USB-Audio.conf», localizar el siguiente bloque de tu tarjeta, comentar la segunda tarjeta y añadir la nueva: # If a device does not use the first PCM device for digital data, the device # number for the iec958 device can be changed here. USB-Audio.pcm.iec958_device { # "NoiseBlaster 3000" 42 # "USB Sound Blaster HD" 1 "Xonar SoundCard" 2 Guarda el archivo y recarga Alsa con la orden como súperusaurio: «alsa force-reload». Comprueba si ya funciona y manda la salida de la orden «aplay -L | grep -A 2 iec958» No es la forma ortodoxa de hacerlo, porque como incican cuando se actualice el paquete de las bibliotecas de Alsa sobreescribirá ese archivo que has editado, revirtiendo lso cambios. Prueba y si funciona, ya vemos la forma de hacerlo sólo para tu usuario. Saludos, -- Camaleón

