View previous topic :: View next topic |
Author |
Message |
arb n00b
Joined: 06 Sep 2014 Posts: 9
|
Posted: Mon Sep 15, 2014 12:46 am Post subject: Trying to Get Laptop Speakers/HDMI Sound |
|
|
I've spent the last 3 days trying to get sound to work properly with ALSA. I referenced the Wiki and some forum posts, but the options and codecs suggested for HD Audio appear to not work. I tried playing audio through a page in Firefox and speaker-test and none worked. I would like to start from scratch and see what are the suggested values I should have for sound to work. These are the values I have from lspci:
Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Advanced Micro Devices, Inc. [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series]
and here are the values for alsamixer:
HDA Intel MID, Realtek ALC 269
HDA ATI HDMI, ATI R6xx HDMI
Thanks. |
|
Back to top |
|
|
arb n00b
Joined: 06 Sep 2014 Posts: 9
|
Posted: Mon Sep 15, 2014 8:09 pm Post subject: |
|
|
For reference I followed the guide here (wiki.gentoo.org/wiki/ALSA) adding support for Realtek audio. (I didn't see any ATI HTMI options) I built the kernel, update packages with the ALSA flag, set permissions, and have alsasound start up at boot. |
|
Back to top |
|
|
ct85711 Veteran
Joined: 27 Sep 2005 Posts: 1791
|
Posted: Tue Sep 16, 2014 4:40 pm Post subject: |
|
|
Just curious, when you first load up alsamixer, is the default card it loads the HDMI or the intel one? As that will tell you which one alsa is trying to use by default. I had the similar issue, in that alsa defaulted to my HDMI output, instead of the analog one. Which I had to force the system to load the intel card first (so it will be set as default). |
|
Back to top |
|
|
hololeap n00b
Joined: 05 Oct 2013 Posts: 30
|
Posted: Tue Sep 16, 2014 9:54 pm Post subject: |
|
|
Try enabling all of the HD audio codecs in your kernel config and then clean, compile, and install your kernel (or run genkernel) and reboot. |
|
Back to top |
|
|
arb n00b
Joined: 06 Sep 2014 Posts: 9
|
Posted: Wed Sep 17, 2014 10:52 pm Post subject: |
|
|
ct85711 wrote: | Just curious, when you first load up alsamixer, is the default card it loads the HDMI or the intel one? As that will tell you which one alsa is trying to use by default. I had the similar issue, in that alsa defaulted to my HDMI output, instead of the analog one. Which I had to force the system to load the intel card first (so it will be set as default). |
It defaults to the Intel one, not the HDMI one. |
|
Back to top |
|
|
arb n00b
Joined: 06 Sep 2014 Posts: 9
|
Posted: Wed Sep 17, 2014 11:41 pm Post subject: |
|
|
hololeap wrote: | Try enabling all of the HD audio codecs in your kernel config and then clean, compile, and install your kernel (or run genkernel) and reboot. |
Didn't work, unfortunately. |
|
Back to top |
|
|
sebB l33t
Joined: 02 Mar 2011 Posts: 806 Location: S.O. France
|
Posted: Thu Sep 18, 2014 4:09 pm Post subject: |
|
|
In alsamixer, is your Master unmuted?
Can you post
Code: | cat /usr/src/linux/.config | grep SND |
|
|
Back to top |
|
|
|