2015-02-04 20:37 GMT+01:00 Nicolas Dobigeon dobigeon@gmail.com:
2015-02-04 13:56 GMT+01:00 Slávek Banko slavek.banko@axis.cz:
Dne st 4. února 2015 Nicolas Dobigeon napsal(a):
2015-02-04 13:22 GMT+01:00 Lisi Reisz lisi.reisz@gmail.com:
On Wednesday 04 February 2015 12:14:43 Nicolas Dobigeon wrote:
All worked with the base desktop (Gnome) but when i installed an used TDE, it can't play any sound with ARTS. I don't know how to correct it.
I always have trouble with sound in everything. The problem is usually that sound is muted somehwere, especially if I know that it is basically working, as you do; and I just have to find where it is muted.
Most obvious first - have you looked at KMix? Alsamixer? Pavucontrol? (In that order! And you may not have all of them.)
Lisi
It was OK on Kmix, nothings was muted. I didn't look on alsamixer yesterday but i think the items are the sames. Pulseaudio isn't installed ... then no this way.
I'll look to this point again and reply to the list with the result. Also, i'll send the lspci output.
Is it possible that the default sound output with ARTS is my secondary HDMI output ? Even if nothing in pluged in ?
Nicolas D.
Try: cat /proc/asound/cards By default output go to the card number 0.
-- Slávek
Hi,
# lspci 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09) 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
# cat /proc/asound/cards 0 [HDMI ]: HDA-Intel - HDA Intel HDMI HDA Intel HDMI at 0xb0610000 irq 66 1 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xb0614000 irq 64
It seems that my HDMI output is the main input. How can i change it to the card PCH ?
Thanks.
I tryed a /etc/asoundrc with the content
pcm.!default { type hw card PCH }
ctl.!default { type hw card PCH }
And sound works ! It seems it was an order problem, now i have to find what is the package name for commons environments sounds (windows closing, minimizing).
Nicolas D.