Audio su uscita hdmi

Italian forum
Post Reply
Marco
Posts: 117
Joined: 10. Apr 2012, 17:43

Audio su uscita hdmi

Post by Marco »

Un ciao e buone feste a tutti, ho un problema sul mio notebook con dentro (ovviamnete) salix versione-14 xfce 64 bit (il kernel in uso e 3.2.29 mi pare) non funziona l'audio sull'uscita hdmi.
la scheda audio in questione si tratta di una intel:
oot[marco]# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)

marco[~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
---------------------------------------------------------------------------------------------------------
Se apro alsamixer e vado su S/pdif non riesco ad alzare il livello, posso solo mutarlo/un-mutarlo con il tasto m,
ma poi quando pigio i tasti freccia su e giù nisba, rimane inchidato al valore 0
Qualcuno a un'idea?
Grazie
Se un uomo ha fame non regalargli un pesce, ma insegnagli a pescare.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Audio su uscita hdmi

Post by mimosa »

https://www.linuxquestions.org/question ... ost4429145

On Tue, 27 Aug 2013, tim.beech wrote:

https://www.linuxquestions.org/question ... ux-819172/

Im afraid my Italian isn't up to explaining this ... basically you need to find out what the hdmi audio is called by

Code: Select all

aplay -l 
or preferably

Code: Select all

cat /proc/asound/pcm
then tell your media player to use it. So given the output you posted it should be something like

Code: Select all

mplayer -ao alsa:device=hw=0.3 movie.avi
but try /proc/asound/pcm, I think it's clearer.
Marco
Posts: 117
Joined: 10. Apr 2012, 17:43

Re: Audio su uscita hdmi

Post by Marco »

Tanks Mimosa , On the contrary Your and my bad English.I try anyway. :mrgreen:
(In italiano per eventuali altri utenti: visto la mia scarsa conoscenza di inglese, uso google traduttore, ho aperto il terminale e dato i seguenti comandi:
aplay -l ; cat /proc/asound/pcm ; cat /proc/asound/cards,)
marco[~]$ cat /proc/asound/pcm
00-00: ALC269VC Analog : ALC269VC Analog : playback 1 : capture 1
00-03: HDMI 0 : HDMI 0 : playback 1
marco[~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
marco$ cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xc2600000 irq 43
If I was right, I have to create the file sound.conf and then add something like:
options snd-hda-intel probe_mask = 0xfff2

Mimosa: comfermi me that I need to add the string?
And just as a string?
Why I could not figure out how to determine the string, because the parameter
mask = 0xfff2 where does it come?
thank you again
X i non inglesi..... :lol: :lol: :lol:
Se ho visto giusto, devo creare il file sound.conf e poi aggiungere una cosa del genere:
options snd-hda-intel probe_mask=0xfff2

Mimosa: mi comfermi che devo aggiungere la stringa?
E giusta come stringa?
Perchè non sono riuscito a capire come determinare la stringa, infatti il parametro
mask=0xfff2 da dove salta fuori?
Ancora grazie
Se un uomo ha fame non regalargli un pesce, ma insegnagli a pescare.
Marco
Posts: 117
Joined: 10. Apr 2012, 17:43

Re: Audio su uscita hdmi

Post by Marco »

hello mimosa, I did some tests:

mplayer -ao alsa:device=hw=0.3 movie.avi ---------------------> ok
but if normalmenmte start mplayer does not work, I only hear the sound of the notebook.
Se invece avvio mplayer da menu e non da terminale, non funziona, si sentono solo le casse del notebook
I tried to create the file and add the string sound.conf it such as it, but that's not it Gstream the player tells me: AudioSink element is inoperative.
and does not work either audio notebook, deleted the file sound.conf,
i tried vlc, vlc player who does choose the audio device, if I put the check mark for hdmi works.
(traduzione) Ho provato ad creare il file sound.conf ed aggiungere la stringa così comè, ma non va,anzi il lettore Gstream mi dice: elemento audiosink non è operativo.
e non funziona nemmeno l'audio del notebook
poi o provato vlc, il lettore vlc infatti fa scegliere la periferica audio, se metto la spunta su hdmi funziona.
any idea?
Grazie - tanks
Se un uomo ha fame non regalargli un pesce, ma insegnagli a pescare.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Audio su uscita hdmi

Post by mimosa »

Vedi qui:

http://forum.salixos.org/viewtopic.php?f=16&t=5045

Ho inizziato una discussione nel forum inglese, perche non riesco una soluzione permanente, solo quella 'ad hoc'.
Marco
Posts: 117
Joined: 10. Apr 2012, 17:43

Re: Audio su uscita hdmi

Post by Marco »

ok ......... aspetterò pazientemente :ugeek: :ugeek:
Se un uomo ha fame non regalargli un pesce, ma insegnagli a pescare.
Marco
Posts: 117
Joined: 10. Apr 2012, 17:43

Re: Audio su uscita hdmi

Post by Marco »

:geek: :geek: :geek: :geek: :geek: mooooooooolto pazientemente :geek: :geek: :geek: :geek: :ugeek: :ugeek: :ugeek: :ugeek:
Se un uomo ha fame non regalargli un pesce, ma insegnagli a pescare.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Audio su uscita hdmi

Post by mimosa »

I'm very sorry - but the best I can do is to suggest you take this to the English-language forum. I don't have the expertise to suggest anything further for your problem, and I sadly suspect there are no other regular users of this Italian-language board who do. As you will have noticed, I speak a little Italian, but there's no point in trying to do so when I don't know what to suggest.


Magari alcuni cognoscenti del audio?
Post Reply