I have been trying to get my onboard soundcard to work in Gentoo. The motherboard is a Asus Sabertooth 99Fx rev1. The onboard soundcard is a Intel HD Azalia. I have been compiling the kernel with the Intel sound card buil-in or built as a module, with no success. I have installed both Alsa and Pulseaudio, I have looked at the Alsa wiki, but I do get some errors while I get to "aplay" in the following output.
Here is what I have so far:
Code: Select all
steve@mernivia ~ $ sudo lspci | grep -i audio
Password:
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
01:00.1 Audio device: NVIDIA Corporation GF114 HDMI Audio Controller (rev a1)
steve@mernivia ~ $ aplay -L
steve@mernivia ~ $ sudo aplay -L
No protocol specified
xcb_connection_has_error() returned true
No protocol specified
xcb_connection_has_error() returned true
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
steve@mernivia ~ $ sudo aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
No protocol specified
xcb_connection_has_error() returned true
steve@mernivia ~ $ sudo rc-update add alsasound boot
Password:
* service alsasound added to runlevel boot
steve@mernivia ~ $ sudo /etc/init.d/alsasound start
* Restoring Mixer Levels ... [ ok ]
steve@mernivia ~ $ alsamixer
steve@mernivia ~ $ alsamixer
steve@mernivia ~ $ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
steve@mernivia ~ $ sudo aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
No protocol specified
xcb_connection_has_error() returned true
Code: Select all
[ 4.086601] input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/0003:04F3:0210.0003/input/input7
[ 4.086692] hid-generic 0003:04F3:0210.0003: input,hidraw2: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:13.0-3/input0
[ 4.121391] hda-codec: No codec parser is available
[ 4.121392] hda-codec: No codec parser is available
[ 4.121392] hda-codec: No codec parser is available
[ 4.121393] hda-codec: No codec parser is available
[ 4.186156] #0: HDA ATI SB at 0xfe500000 irq 16
[ 4.196752] #1: HDA NVidia at 0xfe080000 irq 25
[ 4.209549] Freeing unused kernel memory: 3392K (ffffffff81d21000 - ffffffff82071000)Regards,
Nightcast2000

