No sound in alsa

I have no sound using alsa.
cat /procs/asound/cards outputs:
0 [HDMI ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf7c14000 irq 34
1 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7c10000 irq 35
The volume in alsamixer is set '00' and in green color. Volume level is set to 100.
Last edited by toni (2014-11-22 17:09:26)

MoonSwan wrote:
Damnit somehow my config file I posted failed to show up!  Here it is (again) and it should show you the syntax you're trying to duplicate by putting each "soundcard" on a separate line.  See this code for an example configuration:
#/etc/modprobe.d/alsa-base.conf
options snd slots=snd_ctxfi,snd_hda_intel
options snd_ctxfi index=0
options snd_hda_intel index=-2
I think what the kernel is seeing is the same soundcard that's registering different outputs.  One is an analog device, e.g. card 0: PCH [HDA Intel PCH], device 0: ALC284 Analog [ALC284 Analog].  The other is an HDMI device that's used when you plug in HDMI cables and a suitable output such as a stero amp, e.g. card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
If I'm right you'll want to follow these instructions that I've cut/pasted from the Arch wiki Alsa page that I posted earlier:
When loading modules that are used by multiple cards (for example snd-hda-intel) it is recommended to include vendor and product identifications into options. To get vid and pid use:
$ lspci -nn | grep -i audio
00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RV770 HDMI Audio [Radeon HD 4850/4870] [1002:aa30]
07:05.0 Multimedia audio controller [0401]: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller [1412:1724] (rev 01)
Last numbers in square brackets are [vid:pid], so for the above example, for setting Azalia as default card following is correct:
/etc/modprobe.d/alsa-base.conf
# SB [HDA ATI SB]
options snd-hda-intel index=0 model=auto vid=1002 pid=4383
# HDMI [HDA ATI HDMI]
options snd-hda-intel index=1 model=auto vid=1002 pid=aa30
# HiFi [Audiotrak Prodigy 7.1 HiFi]
options snd-ice1724 index=2 model=prodigy71hifi vid=1412 pid=1724
Tip: To list vendor and product IDs of USB sound cards, use the lsusb command instead of lspci.
Basically you want Alsa to "see" each iteration of the same soundcard as a separate "device," in this case the analog and digital modes of one soundcard.  The instructions I pasted here should help you sort this out but if not post again and I'll do my best to help you where I can.
Finally, I have solved it by creating file /etc/modprobe.d/alsa-base.conf which content is:
# Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
options snd_hda_intel index=1 model=auto vid=8086 pid=0c0c
# Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 04)
options snd_hda_intel index=0 model=auto vid=8086 pid=8c20
The problem was the order in which they were initialized at boot time. It was not taking into account the correct one.
Last edited by toni (2014-11-17 20:22:50)

Similar Messages

  • [SOLVED]No Sound with ALSA - Intel Corporation 82801G HD Audio

    Hey all,
    I've succesfully installed Arch Linux. My past two attempts have met with failure, all because of my own failure to read and follow directions correctly. This time everything is installed correctly. I am running Kdemod3 on my laptop with Arch and everything works great. I LOVE Pacman and the simplicity of Arch's configuration files. It's super fast and all together simple. My only remaining problem is this:
    My sound with ALSA is not functioning. I followed the installation instructions at the arch wiki and after unmuting all of my channels I still would not get any sound. My sound module is snd_hda_intel and it is detected, loaded and the whole nine yards (as far as I can tell). My user is a member of the 'audio' user group also. I looked at the troubleshooting tips on the bottom of the Wiki but decided not to try them as they do not seem to pertain to my card (snd_hda_intel) but I will try them if anyone would like me to.
    If anyone has any ideas, they'd be greatly appreciated!:D Anything I can provide that you need I will be more than willing to provide.
    Thanks for such a great distribution,
    Dan
    Last edited by JazzDan (2008-06-29 05:06:35)

    Problem resolved. I ran alsaconf, selected my soundcard, and everything was working from there out. Thanks MisfitI38 on the IRC!!!

  • Pulse Audio no longer detecting sound card; ALSA still detects

    After a recent update, pulseaudio has stopped detecting my sound card. ALSA still detects my soundcard, and I was able to find the following in the verbose output of starting pulseaudio.
    D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
    I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA Intel/HDA Intel.conf
    I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA Intel
    I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA Intel use case configuration -2
    I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA Intel
    When I check out the ALSA directory mentioned, it turns out to indeed be the case that the entire ucm directory does not exist
    [root@ArchSpiron james-arch]# ls -lah /usr/share/alsa/
    total 52K
    drwxr-xr-x 2 root 4.0K Apr 14 14:56 pcm
    drwxr-xr-x 7 root 4.0K Apr 14 14:56 .
    -rw-r--r-- 1 root 9.0K Apr 14 14:12 alsa.conf
    drwxr-xr-x 2 root 4.0K Apr 14 14:12 alsa.conf.d
    drwxr-xr-x 208 root 4.0K Apr 13 15:37 ..
    drwxr-xr-x 2 root 4.0K Apr 11 07:20 init
    drwxr-xr-x 2 root 4.0K Apr 11 07:20 speaker-test
    drwxr-xr-x 3 root 4.0K Jan 23 21:21 cards
    -rw-r--r-- 1 root 523 Dec 29 21:33 bluetooth.conf
    -rw-r--r-- 1 root 155 Dec 18 22:34 smixer.conf
    -rw-r--r-- 1 root 3.2K Dec 18 22:34 sndo-mixer.alisp
    Instead the configuration file it's looking for exists under the cards/ directory
    [root@ArchSpiron james-arch]# ls -lah /usr/share/alsa/cards/
    total 264K
    drwxr-xr-x 3 root 4.0K Apr 14 14:59 .
    drwxr-xr-x 7 root 4.0K Apr 14 14:56 ..
    -rw-r--r-- 1 root 4.6K Apr 13 16:20 HDA-Intel.conf
    -rw-r--r-- 1 root 1.4K Apr 13 16:20 aliases.conf
    -rw-r--r-- 1 root 7.0K Apr 12 08:10 USB-Audio.conf
    drwxr-xr-x 2 root 4.0K Jan 23 21:21 SI7018
    -rw-r--r-- 1 root 669 Dec 18 22:34 AACI.conf
    -rw-r--r-- 1 root 302 Dec 18 22:34 ATIIXP-MODEM.conf
    -rw-r--r-- 1 root 2.2K Dec 18 22:34 ATIIXP-SPDMA.conf
    -rw-r--r-- 1 root 2.4K Dec 18 22:34 ATIIXP.conf
    -rw-r--r-- 1 root 437 Dec 18 22:34 AU8810.conf
    -rw-r--r-- 1 root 159 Dec 18 22:34 AU8820.conf
    -rw-r--r-- 1 root 520 Dec 18 22:34 AU8830.conf
    -rw-r--r-- 1 root 5.7K Dec 18 22:34 Audigy.conf
    -rw-r--r-- 1 root 7.5K Dec 18 22:34 Audigy2.conf
    -rw-r--r-- 1 root 2.3K Dec 18 22:34 Aureon51.conf
    -rw-r--r-- 1 root 2.5K Dec 18 22:34 Aureon71.conf
    -rw-r--r-- 1 root 3.8K Dec 18 22:34 CA0106.conf
    -rw-r--r-- 1 root 1.8K Dec 18 22:34 CMI8338-SWIEC.conf
    -rw-r--r-- 1 root 1.9K Dec 18 22:34 CMI8338.conf
    -rw-r--r-- 1 root 2.1K Dec 18 22:34 CMI8738-MC6.conf
    -rw-r--r-- 1 root 2.9K Dec 18 22:34 CMI8738-MC8.conf
    -rw-r--r-- 1 root 1.6K Dec 18 22:34 CMI8788.conf
    -rw-r--r-- 1 root 2.9K Dec 18 22:34 CS46xx.conf
    -rw-r--r-- 1 root 5.5K Dec 18 22:34 EMU10K1.conf
    -rw-r--r-- 1 root 2.7K Dec 18 22:34 EMU10K1X.conf
    -rw-r--r-- 1 root 1.4K Dec 18 22:34 ENS1370.conf
    -rw-r--r-- 1 root 1.8K Dec 18 22:34 ENS1371.conf
    -rw-r--r-- 1 root 152 Dec 18 22:34 ES1968.conf
    -rw-r--r-- 1 root 4.3K Dec 18 22:34 Echo_Echo3G.conf
    -rw-r--r-- 1 root 1.2K Dec 18 22:34 FM801.conf
    -rw-r--r-- 1 root 333 Dec 18 22:34 FWSpeakers.conf
    -rw-r--r-- 1 root 672 Dec 18 22:34 FireWave.conf
    -rw-r--r-- 1 root 217 Dec 18 22:34 GUS.conf
    -rw-r--r-- 1 root 2.1K Dec 18 22:34 ICE1712.conf
    -rw-r--r-- 1 root 2.8K Dec 18 22:34 ICE1724.conf
    -rw-r--r-- 1 root 192 Dec 18 22:34 ICH-MODEM.conf
    -rw-r--r-- 1 root 3.0K Dec 18 22:34 ICH.conf
    -rw-r--r-- 1 root 2.8K Dec 18 22:34 ICH4.conf
    -rw-r--r-- 1 root 558 Dec 18 22:34 Maestro3.conf
    -rw-r--r-- 1 root 4.7K Dec 18 22:34 NFORCE.conf
    -rw-r--r-- 1 root 657 Dec 18 22:34 PC-Speaker.conf
    -rw-r--r-- 1 root 486 Dec 18 22:34 PMac.conf
    -rw-r--r-- 1 root 705 Dec 18 22:34 PMacToonie.conf
    -rw-r--r-- 1 root 1.2K Dec 18 22:34 PS3.conf
    -rw-r--r-- 1 root 780 Dec 18 22:34 RME9636.conf
    -rw-r--r-- 1 root 780 Dec 18 22:34 RME9652.conf
    -rw-r--r-- 1 root 1.5K Dec 18 22:34 SB-XFi.conf
    -rw-r--r-- 1 root 2.2K Dec 18 22:34 SI7018.conf
    -rw-r--r-- 1 root 1.7K Dec 18 22:34 TRID4DWAVENX.conf
    -rw-r--r-- 1 root 1.2K Dec 18 22:34 VIA686A.conf
    -rw-r--r-- 1 root 2.7K Dec 18 22:34 VIA8233.conf
    -rw-r--r-- 1 root 2.8K Dec 18 22:34 VIA8233A.conf
    -rw-r--r-- 1 root 2.5K Dec 18 22:34 VIA8237.conf
    -rw-r--r-- 1 root 830 Dec 18 22:34 VX222.conf
    -rw-r--r-- 1 root 839 Dec 18 22:34 VXPocket.conf
    -rw-r--r-- 1 root 1.5K Dec 18 22:34 VXPocket440.conf
    -rw-r--r-- 1 root 1.4K Dec 18 22:34 YMF744.conf
    -rw-r--r-- 1 root 687 Dec 18 22:34 aliases.alisp
    I'm not at all familiar with pulseaudio configuration. Does anyone know of a good way for me to resolve this issue? Have I even identified the correct issue?
    UPDATE:
    I was able to work around my problem for the moment by symlinking the configuration file to the location that pulseaudio was actually looking for it
    # mkdir -p /usr/share/alsa/ucm/HDA\ Intel
    # ln -s /usr/share/alsa/cards/HDA-Intel.conf /usr/share/alsa/ucm/HDA\ Intel/HDA\ Intel.conf
    Although this does get my sound back, it is a hacky work-around and obviously not ideal. Anyone who knows a bit about pulse configuration, I welcome your input here
    Last edited by OakRaider4Life (2013-04-14 22:14:34)

    Thank you so much for posting your solution!
    I was having the same problem. The funny part was it started happening (and not always) after KDE says that the Intel HDA device is "gone" and asking me to remove it from my configuration. Even by saying no it wouldn't work. Killing pulseaudio with
    pulseaudio -k
    would have everything fallback to Alsa but starting pulseaudio again wouldn't work.
    Rebooting right away doesn't take care of the issue either but after a while the problem would go away...
    Any inputs would be appreaciated!

  • Sound problems, ALSA can't find sound card at boot

    Sometimes, my sound randomly drops out, and I can't get it back until I reboot. Even when I reboot, 1/20 times, it will not be back.
    When I watch stuff on youtube, sometimes the sound just drops out. Nothing gets muted. My audio player can't produce sound.
    If I do
    lsmod | grep snd
    I'll see the some output.
    When I reboot and try to play music from Quodlibet, I'll get an error like this:
    Output Error
    GStreamer output pipeline could not be initialized. The pipeline might be invalid, or the device may be in use. Check the player preferences.
    "lsmod | grep snd" will have NO output and when I try to start alsamixer:
    [xz@gestalt ~]$ alsamixer
    cannot open mixer: No such file or directory
    I can't figure out what's going on, and googling has just led me to various not-completely-related posts on this board... what could be the problem?
    EDIT: A few more things to note--
    I have alsa in my daemons list in rc.conf
    I'm part of the "audio" groups.
    soundcore is not blacklisted
    Last edited by brokengestalt (2012-08-29 09:10:59)

    If I try
    [xz@gestalt ~]$ lspci -nn
    00:00.0 RAM memory [0500]: NVIDIA Corporation MCP67 Memory Controller [10de:0547] (rev a2)
    00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP67 ISA Bridge [10de:0548] (rev a2)
    00:01.1 SMBus [0c05]: NVIDIA Corporation MCP67 SMBus [10de:0542] (rev a2)
    00:01.2 RAM memory [0500]: NVIDIA Corporation MCP67 Memory Controller [10de:0541] (rev a2)
    00:01.3 Co-processor [0b40]: NVIDIA Corporation MCP67 Co-processor [10de:0543] (rev a2)
    00:02.0 USB controller [0c03]: NVIDIA Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2)
    00:02.1 USB controller [0c03]: NVIDIA Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2)
    00:04.0 USB controller [0c03]: NVIDIA Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2)
    00:04.1 USB controller [0c03]: NVIDIA Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2)
    00:06.0 IDE interface [0101]: NVIDIA Corporation MCP67 IDE Controller [10de:0560] (rev a1)
    00:08.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Bridge [10de:0561] (rev a2)
    00:09.0 IDE interface [0101]: NVIDIA Corporation MCP67 AHCI Controller [10de:0550] (rev a2)
    00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP67 Ethernet [10de:054c] (rev a2)
    00:0c.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2)
    00:0d.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2)
    00:12.0 VGA compatible controller [0300]: NVIDIA Corporation C67 [GeForce 7150M / nForce 630M] [10de:0531] (rev a2)
    00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
    00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
    00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
    00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
    02:05.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 05)
    02:05.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22)
    02:05.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 12)
    02:05.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 12)
    03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)
    Audio devices aren't even mentioned. I noticed when I tried to boot up that I get an error like "sound card not detected." Why would arch suddenly not be able to find a soundcard? It looks like it almost has nothing to do with my ALSA configuration, and has more to do with my sound card not being found at all in the first place....

  • [Solved]No sound anymore (ALSA/PulseAudio)

    Ok so I have no idea why I have no sound anymore, I didn't install anything...
    Anyway, that's what I've tried:
    -Check if mixer are all up in alsamixer
    -Try to play a bit with pavucontrol
    -Reboot
    -Rerun pulseaudio with verbose
    -Mute and unmute with physical button (I don't know why but I used to get this problem and it used to be solved just doing this)
    -Googgling and searching this forum
    Here are some more info
    Pulseaudio logs:
    └┼─$─┤▶ pulseaudio -k; pulseaudio -vvvvv
    E: [pulseaudio] main.c: Failed to kill daemon: No such process
    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    D: [pulseaudio] core-util.c: RealtimeKit worked.
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 5.0
    D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wextra -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option
    D: [pulseaudio] main.c: Running on host: Linux x86_64 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
    D: [pulseaudio] main.c: Found 4 CPUs.
    I: [pulseaudio] main.c: Page size is 4096 bytes
    D: [pulseaudio] main.c: Compiled with Valgrind support: no
    D: [pulseaudio] main.c: Running in valgrind mode: no
    D: [pulseaudio] main.c: Running in VM: no
    D: [pulseaudio] main.c: Optimized build: yes
    D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    I: [pulseaudio] main.c: Machine ID is a3af3988434b49f3b8af2ab66eba685b.
    I: [pulseaudio] main.c: Session ID is c1.
    I: [pulseaudio] main.c: Using runtime directory /run/user/1001/pulse.
    I: [pulseaudio] main.c: Using state directory /home/unkn0wn/.config/pulse.
    I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-5.0/modules.
    I: [pulseaudio] main.c: Running in system mode: no
    I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    D: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
    I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2
    I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-device-volumes.tdb'
    I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-device-volumes'.
    I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-stream-volumes.tdb'
    I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-stream-volumes'.
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry6
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry7
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry8
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry9
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry10
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry11
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry12
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry13
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry14
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry15
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry16
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry17
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry18
    D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry19
    I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    D: [pulseaudio] database-tdb.c: Opened TDB database '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-card-database.tdb'
    I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/unkn0wn/.config/pulse/a3af3988434b49f3b8af2ab66eba685b-card-database'.
    I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-udev-detect.so': success
    D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
    D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: yes
    D: [pulseaudio] module-udev-detect.c: Ignoring /devices/platform/thinkpad_acpi/sound/card29, because marked so.
    I: [pulseaudio] module-udev-detect.c: Found 1 cards.
    I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-jackdbus-detect.so': success
    D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus c9a6328a5bfaef44136d134253502922 as :1.32
    D: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
    I: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #6; argument: "channels=2").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluetooth-policy.so': success
    I: [pulseaudio] module.c: Loaded "module-bluetooth-policy" (index: #7; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluetooth-discover.so': success
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluez5-discover.so': success
    D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus 54d6e91cb1d72b925a540cf453502907 as :1.40
    I: [pulseaudio] module.c: Loaded "module-bluez5-discover" (index: #9; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluez4-discover.so': failure
    I: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #8; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-esound-protocol-unix.so': success
    I: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #10; argument: "").
    I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #11; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-gconf.so': success
    I: [pulseaudio] module.c: Loaded "module-gconf" (index: #12; argument: "").
    I: [pulseaudio] module-default-device-restore.c: Saved default sink 'auto_null' not existent, not restoring default sink setting.
    I: [pulseaudio] module-default-device-restore.c: Saved default source 'auto_null.monitor' not existent, not restoring default source setting.
    I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #13; argument: "").
    I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #14; argument: "").
    D: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
    I: [pulseaudio] module-device-restore.c: Restoring volume for sink auto_null: front-left: 99957 / 153%, front-right: 99957 / 153%
    I: [pulseaudio] module-device-restore.c: Restoring mute state for sink auto_null.
    I: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] sink.c: device.description = "Dummy Output"
    I: [pulseaudio] sink.c: device.class = "abstract"
    I: [pulseaudio] sink.c: device.icon_name = "audio-card"
    D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    I: [pulseaudio] module-device-restore.c: Restoring mute state for source auto_null.monitor.
    I: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: [pulseaudio] source.c: device.description = "Monitor of Dummy Output"
    I: [pulseaudio] source.c: device.class = "monitor"
    I: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
    D: [null-sink] module-null-sink.c: Thread starting up
    D: [pulseaudio] module-device-restore.c: Could not set format on sink auto_null
    I: [pulseaudio] module.c: Loaded "module-null-sink" (index: #16; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #15; argument: "").
    I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #17; argument: "").
    D: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #18; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-console-kit.so': success
    I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #19; argument: "").
    D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-systemd-login.so': success
    I: [pulseaudio] client.c: Created 0 "Login Session c1"
    D: [pulseaudio] module-systemd-login.c: Added new session c1
    I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #20; argument: "").
    I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #21; argument: "").
    D: [pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
    D: [pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
    I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #22; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #23; argument: "").
    I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #24; argument: "").
    D: [pulseaudio] main.c: Got org.PulseAudio1!
    D: [pulseaudio] main.c: Got org.pulseaudio.Server!
    I: [pulseaudio] main.c: Daemon startup complete.
    E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
    I: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle f
    └┼─$─┤▶ loginctl session-status c1
    c1 - unkn0wn (1001)
    Since: Thu 2014-04-17 21:18:58 CEST; 16min ago
    Leader: 1048 (slim)
    Seat: seat0; vc7
    Display: :0.0
    Remote: user root
    Service: slim; type x11; class user
    State: active
    Unit: session-c1.scope
    |-1048 /usr/bin/slim -nodaemon
    |-2206 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
    |-2214 dbus-launch --sh-syntax --exit-with-session
    |-2215 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    |-2227 tint2
    |-2230 xcompmgr -CfF
    |-2231 volumeicon
    |-2236 conky -q
    |-2238 /usr/lib/at-spi2-core/at-spi-bus-launcher
    |-2252 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --no...
    |-2255 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
    |-2259 /usr/lib/gvfs/gvfsd
    |-2263 /usr/lib/gvfs/gvfsd-fuse /run/user/1001/gvfs -f -o big_writes
    |-2278 /usr/lib32/skype/skype
    |-2320 /usr/lib/xfce4/notifyd/xfce4-notifyd
    |-2322 /usr/lib/xfce4/xfconf/xfconfd
    |-2376 firefox
    |-2416 /usr/lib/virtualbox/VBoxXPCOMIPCD
    -I see the mixer going up and down in pavucontrol if I play some music
    └┼─$─┤▶ loginctl session-status c1
    c1 - unkn0wn (1001)
    Since: Thu 2014-04-17 21:18:58 CEST; 16min ago
    Leader: 1048 (slim)
    Seat: seat0; vc7
    Display: :0.0
    Remote: user root
    Service: slim; type x11; class user
    State: active
    Unit: session-c1.scope
    |-1048 /usr/bin/slim -nodaemon
    |-2206 /usr/bin/openbox --startup /usr/lib/openbox/openbox-autostart OPENBOX
    |-2214 dbus-launch --sh-syntax --exit-with-session
    |-2215 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    |-2227 tint2
    |-2230 xcompmgr -CfF
    |-2231 volumeicon
    |-2236 conky -q
    |-2238 /usr/lib/at-spi2-core/at-spi-bus-launcher
    |-2252 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --no...
    |-2255 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
    |-2259 /usr/lib/gvfs/gvfsd
    |-2263 /usr/lib/gvfs/gvfsd-fuse /run/user/1001/gvfs -f -o big_writes
    |-2278 /usr/lib32/skype/skype
    |-2320 /usr/lib/xfce4/notifyd/xfce4-notifyd
    |-2322 /usr/lib/xfce4/xfconf/xfconfd
    |-2376 firefox
    |-2416 /usr/lib/virtualbox/VBoxXPCOMIPCD
    └┼─$─┤▶ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: CX20590 Analog [CX20590 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
    card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    └┼─$─┤▶ aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=PCH
    HDA Intel PCH, CX20590 Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, CX20590 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
    hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 1
    HDMI Audio Output
    hdmi:CARD=PCH,DEV=2
    HDA Intel PCH, HDMI 2
    HDMI Audio Output
    Don't really know what else to provide...
    About my setup it's a thinkpad t420 not plugged in any hdmi screen or simething like that
    Thank you
    Last edited by Truc (2014-04-19 13:15:28)

    └┼─$─┤▶ fuser -v /dev/snd/*
    USER PID ACCESS COMMAND
    /dev/snd/controlC0: unkn0wn 2231 F.... volumeicon
    └┼─$─┤▶ speaker-test -c 2 -t wav -D plughw:0,0
    speaker-test 1.0.27.2
    Playback device is plughw:0,0
    Stream parameters are 48000Hz, S16_LE, 2 channels
    WAV file(s)
    Playback open error: -16,Device or resource busy
    It says it's busy but I don't see anything that could use it. I quit skype before trying

  • Sound in ALSA but not in WINE

    Hello,
    I have some trouble activating sound in WINE and hope for your help
    I run Arch on a PC with Asus P8H77-M mainboard with onboard sound. Here's some details on the sound device:
    lspci -knn
    00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
    Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:8415]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 2: VT1708S Alt Analog [VT1708S Alt Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: VT1708S Digital [VT1708S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    sysdefault:CARD=PCH
    HDA Intel PCH, VT1708S Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, VT1708S Digital
    HDMI Audio Output
    hdmi:CARD=PCH,DEV=1
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
    I added the the HDMI output as standard output to /etc/asound.conf and also added HDMI_TV for testing purposes:
    pcm.!default {
    type hw
    card 0
    device 7
    ctl.!default {
    type hw
    card 0
    device 7
    pcm.HDMI_TV {
    type hw
    card 0
    device 7
    ctl.HDMI_TV {
    type hw
    card 0
    device 7
    When it test the setup with speaker-test -c 2 or speaker-test -D HDMI_TV -c 2 I get some nice pink noise on my speakers
    I have a number of Output devices to select from in winecfg, but with none of them I can get any sound out of my speakers:
    (System standard)
    Out: default
    Out: HDA Intel PCH - VT1708S Analog
    Out: HDA Intel PCH - VT1708S Digital
    Out: HDA Intel PCH - HDMI 0
    When I fist started winecfg and selected the Audio tab, I got some pulse related error message (something like "err:pulse:pulse_CallbackContext Connection refused", I don't remember exactly). I have pulseaudio installed (as a dependency of chromium) but it's not active, so I turned to ALSA with winetricks sound=alsa.
    Now I don't get the pulse error message anymore, but there is still no sound and when I hit the Test Sound button the first time after starting winecfg, I get the error message "err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded". I have no idea whether this is directly related to my sound problem.
    I tried adding HDMI_TV in the registry key ALSAOutputDevices. Now I have one more device to select from, but still no sound
    I am running out of ideas what to try next, so if anybody has a hint, please tell me (y)
    If you need more information on my hardware or software, please tell me!
    As I am somewhat of a newbie with Arch and WINE, you might also have to tell me where to get that information
    Thanks & best regards
    Lasse
    Btw: I installed XBMC and sound output via HDMI works perfectly

    Hi, I'm one of Wine's main audio maintainers.
    supermariolinux is right that you'll need the 32-bit audio packages. If you're not using PulseAudio, you should only need lib32-alsa-lib. If you are using Pulse, you will also need lib32-alsa-plugins and lib32-libpulse. You can do "pacman -Qi wine" to get a list of optional packages that you may be missing.
    You said that you got an error saying, "err:pulse:pulse_CallbackContext Connection refused". This doesn't seem possible if you're using the official Arch Wine package, as Arch doesn't supply the unofficial Pulse audio backend. Are you building Wine yourself? Do you get an errors upon running configure?
    The CoInitializeEx message is harmless.
    Finally, you can get a debug log which may give you more information about what's happening. There are more instructions for that here: http://wiki.winehq.org/Sound under "What to include when filing a bug." You may find some useful information near lines containing "AudioClient_Initialize". If you upload a log someplace, I can take a look as well.

  • No sound with alsa on IBM Thinkpad R50e / Intel 82801DB-ICH4

    I'm having trouble getting sound working on a new install of Arch on an IBM Thinkpad R50e. Here are some details:
    $ sudo pacman -Ss alsa
    extra/alsa-firmware 1.0.25-2 [installed]
    ALSA firmware package
    extra/alsa-lib 1.0.25-1 [installed]
    An alternative implementation of Linux sound support
    extra/alsa-oss 1.0.25-1
    OSS compatibility library
    extra/alsa-plugins 1.0.25-2 [installed]
    Extra alsa plugins
    extra/alsa-utils 1.0.25-3 [installed]
    An alternative implementation of Linux sound support
    extra/alsaplayer 0.99.81-4
    A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit
    extra/gnome-alsamixer 0.9.6-4
    Gnome ALSA mixer
    extra/pulseaudio-alsa 2-1
    ALSA Configuration for PulseAudio
    community/alsa-tools 1.0.25-1
    ALSA tools package
    community/balsa 2.4.11-1
    An e-mail client for GNOME
    community/lash 0.6.0~rc2-6 [installed]
    A session management system for JACK and ALSA
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel 82801DB-ICH4]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 4: Intel ICH - IEC958 [Intel 82801DB-ICH4 - IEC958]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ cat /etc/asound.conf
    defaults.pcm.card 0
    defaults.pcm.device 4
    defaults.ctl.card 0
    $ cat /etc/modprobe.d/modprobe.conf
    options snd_intel8x0 ac97_quirk=1
    blacklist snd_intel8x0m
    $ mplayer /usr/share/sounds/alsa/Front_Center.wav
    MPlayer SVN-r35014-4.7.1 (C) 2000-2012 MPlayer Team
    195 audio & 404 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing /usr/share/sounds/alsa/Front_Center.wav.
    libavformat version 54.15.100 (internal)
    Audio only file format detected.
    Load subtitles in /usr/share/sounds/alsa/
    ==========================================================================
    Opening audio decoder: [pcm] Uncompressed PCM audio decoder
    AUDIO: 48000 Hz, 1 ch, s16le, 768.0 kbit/100.00% (ratio: 96000->96000)
    Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
    ==========================================================================
    [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
    AO: [alsa] 48000Hz 1ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A: 1.1 (01.1) of 1.0 (01.0) 0.1%
    Exiting... (End of file)
    I followed the instructions at https://wiki.archlinux.org/index.php/Alsa but I still can't get the sound to work. I get a beep from the pc speaker from the line out and laptop speakers though. I had OSS working which was a bit noisy and I'd rather use alsa anyway. All the alsamixer channels are unmuted except for the external amplifier switch.
    Can anyone help?
    thanks
    James

    grizzeledtop wrote:check out
    http://wiki.archlinux.org/index.php/ALSA
    I included all the information that I did to show that I've already that wiki entry.

  • No sound with ALSA and Creative Recon3D

    I have been working on this issue for several days now and still cannot get my sound card to work. Basically, I have a Creative Sound Blaster Recon3D sound card installed in a PCI slot and I am unable to play any sound through it. Note that I have the on board sound disabled in the BIOS. Also, it is my understanding that this sound card is supported as of kernel 3.5. I dual boot this system and sound does work on my Windows install. I am certain that I do not have any channels muted and that the sound card is being detected by the kernel.
    I have already gone through the relevant troubleshooting steps listed in the following Wiki pages:
    https://wiki.archlinux.org/index.php/Ad … sound_card
    https://wiki.archlinux.org/index.php/Al … leshooting
    As suggested by the above pages, I have tried:
    - Setting the default card in /etc/asound.conf
    - Setting all instances of "card 0" to "card 2" (which is the ID of the card listed in "aplay -l") in /usr/share/alsa/alsa.conf
    - Verified the sound modules were loaded
    - Double checked to make sure that all channels were unmuted
    A couple of interesting things I noticed:
    1) Speaker-test fails:
    # speaker-test -c 2
    speaker-test 1.0.26
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    2) Here is some more information regarding my sound modules and hardware devices:
    # lsmod | grep '^snd' | column -t
    snd_hda_codec_ca0132  8244    1
    snd_hda_codec_hdmi    24487   1
    snd_usb_audio         102808  1
    snd_hda_intel         26180   2
    snd_usbmidi_lib       18744   1   snd_usb_audio
    snd_rawmidi           18479   1   snd_usbmidi_lib
    snd_hda_codec         98033   3   snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_ca0132
    snd_seq_device        5268    1   snd_rawmidi
    snd_hwdep             6300    2   snd_usb_audio,snd_hda_codec
    snd_pcm               75167   4   snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc        7217    2   snd_pcm,snd_hda_intel
    snd_timer             18934   1   snd_pcm
    snd                   59989   17  snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_ca0132
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 2: Creative [HDA Creative], device 0: CA0132 Analog [CA0132 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 2: Creative [HDA Creative], device 1: CA0132 Digital [CA0132 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    Can anyone help point me in the right direction? This is driving me crazy and I feel like I am just a few steps away from getting this working properly.
    One last note, I tried going the PulseAudio route as well, and I was unsuccesful.

    I think it's little too late now but i guess i post this for anyone searching for a fix
    Recon3d works since few major kernel versions back... but there buffer allocation problem on default configuration (Card sometimes will do random loopy noice while trying to play, which means right sound data going somewhere where it does not suppose to) , it can be fixed by loading snd_hda_intel module with position_fix=1 parameter. For some reason this does not work on udev (or i'm doing something wrong ) so i did script:
    rmmod snd_hda_intel
    modprobe snd_hda_intel position_fix=1
    ...and i turn it to systemd service, which starts on boot and it seems to work. There 3 bugs i notice:
    1. Sometime card mutes, but when i do sound is soem other application it goes back, i think there init problem or something, this seems to fixed since 3.8
    2. On system wake sounds gone sometimes, guess what fix that .... you need to boot Windows and go back to Linux and it works, i think this has soemthing to do with firmware
    3. Optical Input does work in Audacity
    3.9 inludes firmware loading which should fix lot of problems + support for What U Hear (sound loopback) and digital mic. Hopefully it also fix buffer problem
    Last edited by Shadowriver (2013-04-28 20:43:09)

  • No sound with ALSA and/or Pulse from built-in Intel 5 Series Card

    Hello,
    I posted a thread about a similar problem to this 4 years ago, but that solution is no longer working for me, and I'm just now returning to Arch after floating between a few different distros, so I'm not as knowledgeable about this as I might once have been.
    Basically, my problem is that sound does not work on my laptop, neither through the internal speakers or headphone jack, and neither with plain ALSA nor Pulseaudio. This leads me to believe that there is some underlying problem that once solved, will allow plain ALSA and Pulse to work properly, but that's just speculation. I've put several hours of research into this so far with no luck. Everything in alsamixer is unmuted and looks right. I'm going to dump as much relevant info on my setup below in hopes that someone more knowledgeable than I can spot the issue:
    The relevant section of lspci:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    Subsystem: Dell Device 0447
    Flags: bus master, fast devsel, latency 0, IRQ 32
    Memory at fbd00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    The output of aplay -l
    card 0: MID [HDA Intel MID], device 0: 92HD81B1X5 Analog [92HD81B1X5 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    The output of aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
    sysdefault:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
    front:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    Front speakers
    surround21:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    2.1 Surround output to Front and Subwoofer speakers
    surround40:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=MID,DEV=0
    HDA Intel MID, HDMI 0
    HDMI Audio Output
    The contents of /proc/asound/cards
    0 [MID ]: HDA-Intel - HDA Intel MID
    HDA Intel MID at 0xfbd00000 irq 32
    The contents of /proc/asound/devices
    2: [ 0] : control
    3: [ 0- 0]: digital audio playback
    4: [ 0- 0]: digital audio capture
    5: [ 0- 3]: digital audio playback
    6: [ 0- 0]: hardware dependent
    7: [ 0- 3]: hardware dependent
    33: : timer
    /etc/asound.conf is empty and my user has no .asoundrc file in its home directory.
    I ran the ALSA Information Script and the results of that can be found here.
    Any help would be greatly appreciated; this is a very frustrating issue. Thank you very much!

    same problem with me on Intel Corporation 7 Series/C210 Series.
    actually, internal speakers works, it's just on mute (you can change it with alsamixer), but headphone/external speakers doesn't work. and there's no sound card detected in gnome control center -> audio section.
    "00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)"

  • [Solved] No Sound, No *ALSA*. Whatsoever. Confused.

    Hi there, I have a more unique ALSA problem. At least, I searched through the forums and didn't see something like my problem. Which is:
    I have no ALSA. Whatsoever. I have no idea how that happened. I do have a sound card.
    Well, okay, I'm running Arch on a virtual machine with an emulated soundcard. Virtualbox, sound enabled (Emulating ICH AC97), Host (Debian Lenny)'s ALSA works fine, I'm streaming ETN.fm through Sonata right this moment, with the occasional message chimes coming in from Pidgin.
    I installed Arch just fine through the latest Core CD. I've also upgraded the system successfully. I've installed alsa-lib, alsa-util, and alsa-oss. But there's no alsamixer, no alsaconf, no alsa* anything. No clue what's going on! Am I supposed to install Alsa from source now?
    Or is there any way I can tell Arch "Hay, you forgot ALSA. Plz get it now"?
    Thanks for any info.
    Lux
    Last edited by feminaexlux (2008-08-28 17:06:19)

    Wow, thanks filou. I just reinstalled it after issuing a sync and update and it worked. I was pretty sure that's what I did first after not finding alsamixer at all, but for some reason this time it actually went through. I think pacman just managed to download the file without installing it?
    Thanks for the help, all. Sorry for this dumb question

  • [Solved]no sound intel ALSA

    please help me, i have not idea about that.
    and my English is very pooooooooooooooor....
    I follow:
    https://wiki.archlinux.org/index.php/Ad … chitecture
    $ pacman -S alsa-utils
    $ alsamixer
    F6 Select sound card
    sound card
    ┌───── Sound Card ──────┐
    │-  (default)                          │   
    │0  HDA Intel HDMI              │   
    │1  HDA Intel PCH                │       
    │   enter device name...          │                     
    └───────────────────────┘
    I hosed the HDA Intel PCH
    press M  turn the Master to unmute and turn it up (Item: Master [dB gain: 0.00])
    press Esc
    $ speaker-test -c 2
    speaker-test 1.0.28
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    $ speaker-test -c 8
    speaker-test 1.0.28
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 8 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    $ lspci -v
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
            Subsystem: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller
            Flags: bus master, fast devsel, latency 0, IRQ 47
            Memory at f7e10000 (64-bit, non-prefetchable) [size=16K]
            Capabilities: <access denied>
            Kernel driver in use: snd_hda_intel
            Kernel modules: snd_hda_intel
    Last edited by keol (2014-10-23 16:57:30)

    Set the default sound card
    $lspci -nn | grep -i audio
    00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
    00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
    $vim /etc/modprobe.d/alsa-base.conf
    options snd-hda-intel index=0 model=auto vid=8086 pid=8c20
    options snd-hda-intel index=1 model=auto vid=8086 pid=0c0c
    saved and reboot.

  • [SOLVED] No Sound with ALSA & Pulseaudio

    Recently I made the transition from Debian to Arch, installed on a
    seperate partition using the chroot install method.
    All went smoothly, with the exception that there is no audio whatsoever.
    Over the last week I've read through the related topics on the wiki and searched the forum,
    but to no avail
    Any assistance would be appreciated.
    Here are some details;
    lspci | grep audio
    00:1b.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW
    (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 03)
    lsmod | grep snd
    snd_intel8x0m 9736 0
    snd_ac97_codec 89404 1 snd_intel8x0m
    ac97_bus 910 1 snd_ac97_codec
    snd_hda_codec_realtek 35187 1
    snd_hda_intel 31255 0
    snd_hda_codec 128666 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4750 1 snd_hda_codec
    snd_pcm_oss 33509 0
    snd_mixer_oss 12450 1 snd_pcm_oss
    snd_pcm 63880 5
    snd_pcm_oss,snd_ac97_codec,snd_hda_codec,snd_hda_intel,snd_intel8x0m
    snd_page_alloc 5978 3 snd_pcm,snd_hda_intel,snd_intel8x0m
    snd_seq_dummy 1131 0
    snd_seq_oss 25116 0
    snd_seq_midi 4104 0
    snd_seq_midi_event 4484 2 snd_seq_oss,snd_seq_midi
    snd_rawmidi 14828 1 snd_seq_midi
    snd_seq 41044 6
    snd_seq_midi_event,snd_seq_oss,snd_seq_dummy,snd_seq_midi
    snd_seq_device 4256 5
    snd_seq,snd_rawmidi,snd_seq_oss,snd_seq_dummy,snd_seq_midi
    snd_timer 14946 2 snd_pcm,snd_seq
    snd 44566 14
    snd_hda_codec_realtek,snd_pcm_oss,snd_ac97_codec,snd_hwdep,snd_timer,snd_pcm,snd_se$
    soundcore 4386 1 snd
    ls /dev/snd/*
    /dev/snd/controlC0
    /dev/snd/hwC0D2
    /dev/snd/seq
    /dev/snd/timer
    /dev/snd/by-path:
    pci-0000:00:1b.0
    cat /proc/asound/modules
    0 snd_hda_intel
    aplay -lL
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    **** List of PLAYBACK Hardware Devices ****
    Screenshots of alsamixer
    http://www.imgbin.org/index.php?page=image&id=15874
    http://www.imgbin.org/index.php?page=image&id=15875
    pavucontrol shows no devices for configuration
    Last edited by naesk (2013-12-13 08:11:44)

    a couple of days i had a similar problem, because sound modules for my internal modem were loaded. maybe you can try to blacklist the snd_hda_codec_realtek module, which looks like a network card.
    you can achieve that by putting
    blacklist snd_hda_codec_realtek
    in /etc/modprobe.d/modprobe.conf and reboot.
    rgds
    hcjl
    Last edited by hcjl (2013-12-13 08:39:48)

  • [Solved] Sound with ALSA and PulseAudio at the same time?

    Hi, I am using arch linux to play Counter Strike on.
    While it works fine and all, I just don't get any sound in CS because I am using Mangler, which only seems to work with my microphone if I use PulseAudio.
    I hope this is a rather simple issue, basicly, I just want to enable sound in PulseAudio and ALSA at the same time, is this possible?
    Last edited by Paaskehare (2010-08-12 15:39:09)

    I have read that PulseAudio decreases sound quality, and therefore I would not like to use this as a systemwide driver, but rather only where it is needed.
    Please correct me if I am wrong
    Edit:
    Ok, sound quality isn't noticeably worse, so this will do. HOWEVER, while I am in Counter Strike my sound is delayed by ~1 second, and it is therefore useless, any thoughts on that matter?
    Edit again .. Solved this time:
    I set my ALSA plugin in winecfg to "Hardware Acceleration: Emulation" - that seemed to do the trick.
    Last edited by Paaskehare (2010-08-12 15:38:56)

  • Geforce 7100, no HDMI sound over alsa

    I've been trying to get sound working over HDMI and I'm stuck. Trying to follow the troubleshooting here: https://wiki.archlinux.org/index.php/Ad … s_Not_Work
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    This shows it is playing, but no sound is heard. I have tried rebooting everything like the wiki suggests, but still getting no sound.
    I am using x86_64 and openbox and 3.4.4-2-ARCH
    Any suggestions on what I can try next?

    Have you unmuted HDMI in alsamixer?
    Yup, HDMI is unmuted in alsamixer and the volume all the way up
    What is the output of amixer?
    $ amixer
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Front Mic',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 28 [90%] [7.50dB] [on]
    Front Right: Playback 28 [90%] [7.50dB] [on]
    Simple mixer control 'Front Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 23 [74%] [0.00dB] [on]
    Front Right: Playback 23 [74%] [0.00dB] [on]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958',1
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 0 [0%] [-16.50dB] [off]
    Front Right: Capture 0 [0%] [-16.50dB] [off]
    Simple mixer control 'Capture',1
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 0 [0%] [-16.50dB] [off]
    Front Right: Capture 0 [0%] [-16.50dB] [off]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Input Source',0
    Capabilities: cenum
    Items: 'Rear Mic' 'Front Mic' 'Line'
    Item0: 'Rear Mic'
    Simple mixer control 'Input Source',1
    Capabilities: cenum
    Items: 'Rear Mic' 'Front Mic' 'Line'
    Item0: 'Rear Mic'
    Simple mixer control 'Rear Mic',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 14 [45%] [-13.50dB] [on]
    Front Right: Playback 14 [45%] [-13.50dB] [on]
    Simple mixer control 'Rear Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Assuming you are using a television: is the input type (in the televisions settings) set to digital? (analog disables sound but does not change the picture)
    Yes, and I tested the same HDMI port on the TV with a different PC and both video/sound work with that. With this one I get video but no sound.

  • [Solved] No sound with ALSA (change default sound card)

    I installed Arch on another laptop and I am unable to get sound working.
    # lspci | grep -i audio
    00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 9840
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)
    Two devices show up in alsamixer. The first (the default, I assume) shows up only an S/PDIF button that I can toggle. If I select the other sound card, I can change volume normally.
    I followed this solution in the wiki with no success.
    How can I make the second sound card the default one?
    Last edited by Gradient (2014-09-09 18:17:14)

    Here is the requested info with the cards in the corrected order:
    $ aplay -lL;
    null
    Discard all samples (playback) or generate zero samples (capture)
    default:CARD=Generic_1
    HD-Audio Generic, ALC3227 Analog
    Default Audio Device
    sysdefault:CARD=Generic_1
    HD-Audio Generic, ALC3227 Analog
    Default Audio Device
    front:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    Front speakers
    surround21:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    2.1 Surround output to Front and Subwoofer speakers
    surround40:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Generic_1,DEV=0
    HD-Audio Generic, ALC3227 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=Generic,DEV=0
    HD-Audio Generic, HDMI 0
    HDMI Audio Output
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic_1 [HD-Audio Generic], device 0: ALC3227 Analog [ALC3227 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ for i in /proc/asound/card[0-9]*; do echo "--- $i ---";amixer -c $(cat $i/id); done;
    --- /proc/asound/card0 ---
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 87
    Mono: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 87 [100%] [0.00dB] [on]
    Front Right: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'Speaker',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 87 [100%] [0.00dB] [on]
    Front Right: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [12.00dB] [off]
    Front Right: Playback 31 [100%] [12.00dB] [off]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 3 [100%] [36.00dB]
    Front Right: 3 [100%] [36.00dB]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 63
    Front Left: Capture 39 [62%] [12.00dB] [on]
    Front Right: Capture 39 [62%] [12.00dB] [on]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Internal Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 3 [100%] [36.00dB]
    Front Right: 3 [100%] [36.00dB]
    Simple mixer control 'Mute-LED Mode',0
    Capabilities: enum
    Items: 'On' 'Off' 'Follow Master'
    Item0: 'Follow Master'
    --- /proc/asound/card1 ---
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    $ lspci -vnn | grep -A 1 -i audio
    00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:9840]
    Subsystem: Hewlett-Packard Company Device [103c:22cd]
    00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller [1022:780d] (rev 02)
    Subsystem: Hewlett-Packard Company Device [103c:22cd]
    emeres wrote:What do you mean 'is visible in alsamixer'? F6 does not list it? Did you use index or enable?
    Yes, that is what I meant; F6 did not list them both when I use your options. I must have done something wrong the first time, because now it does.
    emeres wrote:Read this alsa documentation and 'mad modprobe'.
    Thanks for the link. That was what I was looking for.

Maybe you are looking for

  • How to find the name of message mapping

    Hi folks i want to check the name of message mapping  which is used at run time. i can find the name of Interface mapping name in trace of message in SXMB_MONI. but i am not able to find the MM name. can some one help me ..... Regards Gagan

  • IOS Code Generation and Decompile?

    So I am doing an evaluation of Flash Builder for our mobile applications. I love it so far.  Here's the catch. At a minimum, I need to be able to have the native code or my architects will not let me use the tool simply on principle. I realize the .a

  • Class javax.servlet.jsp.PageContext compilation error

    During Rebuild/compilation of the JSP files inside JDeveloper, I am encountering the compilation error "Error(548,78): method handlepageException (java.lang.Throwable) not found in class javax.servlet.jsp.PageContext. When I developed the same applic

  • Hi, in my older Itunes version next to my library I had Itunes "Genius" suggesting songs. I don't have it anymore

    Hi, in my older Itunes version next to my library I had Itunes "Genius" suggesting songs. I don't have it anymore. Hpw do I reset it?

  • Blending two faces together?

    I selected someone's face and cut it to a new layer and moved it over someone elses face and I want to try and blend the two together to make them blend better. I added a mask to the cut layer and painted it a bit, though what else can I do? Any sugg