You are not logged in.

#1 2010-11-17 08:13:14

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

[SOLVED] Sound problems..

I don't know what's the problem, I've read the whole wiki sound page, done it at least thirty times (not including variated attempts) and I still have no sound. I managed to have it for one season, but after reboot it didn't work anymore. I'll post some outputs and file contents.

[hauzer@harch ~]$ ls -l /sys/module/snd/holders
total 0
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_ac97_codec -> ../../snd_ac97_codec
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_cs4236 -> ../../snd_cs4236
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_emu10k1 -> ../../snd_emu10k1
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_intel8x0 -> ../../snd_intel8x0
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_mixer_oss -> ../../snd_mixer_oss
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_mpu401 -> ../../snd_mpu401
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_mpu401_uart -> ../../snd_mpu401_uart
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_opl3_lib -> ../../snd_opl3_lib
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_rawmidi -> ../../snd_rawmidi
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_timer -> ../../snd_timer
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_wavefront -> ../../snd_wavefront
lrwxrwxrwx 1 root root 0 Nov 17 10:00 snd_wss_lib -> ../../snd_wss_lib
[hauzer@harch ~]$ cat /proc/asound/modules
 0 snd_intel8x0
 1 snd_emu10k1
 2 snd_mpu401
#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#

options snd-intel8x0 index=0
options snd-emu10k1 index=1
options snd-mpu401 index=2
options snd-pcsp index=3
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK=""
TIMEZONE="Europe/Belgrade"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(fuse snd-intel8x0 snd-emu10k1 snd-mpu401 snd-pcm-oss !snd-pcsp !pcspkr)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="harch"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng crond dbus hal @alsa @network @netfs)
# ~/.asoundrc

...

defaults.ctl.card 1
defaults.pcm.card 1
defaults.pcm.device 1

...
[hauzer@harch ~]$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: nForce2 [NVidia nForce2], device 0: Intel ICH [NVidia nForce2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: nForce2 [NVidia nForce2], device 2: Intel ICH - IEC958 [NVidia nForce2 - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Live [SB Live! 5.1 [SB0220]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
  Subdevices: 32/32
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
  Subdevice #8: subdevice #8
  Subdevice #9: subdevice #9
  Subdevice #10: subdevice #10
  Subdevice #11: subdevice #11
  Subdevice #12: subdevice #12
  Subdevice #13: subdevice #13
  Subdevice #14: subdevice #14
  Subdevice #15: subdevice #15
  Subdevice #16: subdevice #16
  Subdevice #17: subdevice #17
  Subdevice #18: subdevice #18
  Subdevice #19: subdevice #19
  Subdevice #20: subdevice #20
  Subdevice #21: subdevice #21
  Subdevice #22: subdevice #22
  Subdevice #23: subdevice #23
  Subdevice #24: subdevice #24
  Subdevice #25: subdevice #25
  Subdevice #26: subdevice #26
  Subdevice #27: subdevice #27
  Subdevice #28: subdevice #28
  Subdevice #29: subdevice #29
  Subdevice #30: subdevice #30
  Subdevice #31: subdevice #31
card 1: Live [SB Live! 5.1 [SB0220]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
card 1: Live [SB Live! 5.1 [SB0220]], device 3: emu10k1 [Multichannel Playback]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
[hauzer@harch ~]$ lsmod|grep '^snd' | column -t
snd_wavefront       28365   0
snd_cs4236          22252   0
snd_wss_lib         17822   2   snd_wavefront,snd_cs4236
snd_seq_dummy       1079    0
snd_opl3_lib        7234    2   snd_wavefront,snd_cs4236
snd_seq_oss         25072   0
snd_seq_midi_event  4496    1   snd_seq_oss
snd_seq             41752   5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_emu10k1         124551  0
snd_util_mem        1820    1   snd_emu10k1
snd_hwdep           4764    3   snd_wavefront,snd_opl3_lib,snd_emu10k1
snd_pcm_oss         33662   0
snd_mixer_oss       14686   1   snd_pcm_oss
snd_mpu401          3832    0
snd_mpu401_uart     4959    3   snd_wavefront,snd_cs4236,snd_mpu401
snd_rawmidi         15320   3   snd_wavefront,snd_emu10k1,snd_mpu401_uart
snd_seq_device      4369    6   snd_seq_dummy,snd_opl3_lib,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_intel8x0        22262   0
snd_ac97_codec      87943   2   snd_emu10k1,snd_intel8x0
snd_pcm             58308   6   snd_cs4236,snd_wss_lib,snd_emu10k1,snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer           15423   5   snd_wss_lib,snd_opl3_lib,snd_seq,snd_emu10k1,snd_pcm
snd                 43283   18  snd_wavefront,snd_cs4236,snd_wss_lib,snd_opl3_lib,snd_seq_oss,snd_seq,snd_emu10k1,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc      5981    4   snd_wss_lib,snd_emu10k1,snd_intel8x0,snd_pcm
[hauzer@harch ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root       80 Nov 17 09:34 by-path
crw-rw---- 1 root audio 116,  9 Nov 17 09:34 controlC0
crw-rw---- 1 root audio 116, 19 Nov 17 09:34 controlC1
crw-rw---- 1 root audio 116,  4 Nov 17 09:34 controlC2
crw-rw---- 1 root audio 116, 11 Nov 17 09:34 hwC1D0
crw-rw---- 1 root audio 116, 12 Nov 17 09:34 midiC1D0
crw-rw---- 1 root audio 116,  3 Nov 17 09:34 midiC2D0
crw-rw---- 1 root audio 116,  8 Nov 17 09:34 pcmC0D0c
crw-rw---- 1 root audio 116,  7 Nov 17 09:34 pcmC0D0p
crw-rw---- 1 root audio 116,  6 Nov 17 09:34 pcmC0D1c
crw-rw---- 1 root audio 116,  5 Nov 17 09:34 pcmC0D2p
crw-rw---- 1 root audio 116, 18 Nov 17 09:34 pcmC1D0c
crw-rw---- 1 root audio 116, 17 Nov 17 09:34 pcmC1D0p
crw-rw---- 1 root audio 116, 16 Nov 17 09:34 pcmC1D1c
crw-rw---- 1 root audio 116, 15 Nov 17 09:34 pcmC1D2c
crw-rw---- 1 root audio 116, 14 Nov 17 09:34 pcmC1D2p
crw-rw---- 1 root audio 116, 13 Nov 17 09:34 pcmC1D3p
crw-rw---- 1 root audio 116, 10 Nov 17 09:34 seq
crw-rw---- 1 root audio 116,  2 Nov 17 09:34 timer

The thing is, I can run aplay, alsamixer and speaker-test only as root (with sudo), even if I added my account to the audio group. Is that normal? Also, I have unmuted all of the channels in alsamixer, however this is what amixer controls displays.

[hauzer@harch ~]$ sudo amixer controls
numid=4,iface=MIXER,name='Master Playback Switch'
numid=3,iface=MIXER,name='Master Playback Volume'
numid=2,iface=MIXER,name='Capture Switch'
numid=1,iface=MIXER,name='Capture Volume'

I'm sure it's something trivial, thanks for any help.

Last edited by hauzer (2010-11-17 16:28:15)


Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

#2 2010-11-17 08:24:42

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Sound problems..

Run groups to check the groups your current user is in.

If your user is logged in when you make the change, then you have to log out then in again, for the change to take effect.

Otherwise, show an error message - "it doesn't work" doesn't help wink

Offline

#3 2010-11-17 08:32:30

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

Re: [SOLVED] Sound problems..

[hauzer@harch ~]$ groups
audio power users

I'm in it. Yes, I've rebooted many times before I've added myself to the group, so that's not the problem. Forgot to post the errors. tongue

[hauzer@harch ~]$ alsamixer
ALSA lib conf.c:976:(parse_value) default is not a string
ALSA lib conf.c:1645:(snd_config_load1) _toplevel_:120:0:Invalid argument
ALSA lib conf.c:3425:(snd_config_hook_load) /home/hauzer/.asoundrc may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3286:(snd_config_hooks_call) function snd_config_hook_load returned error: Invalid argument
ALSA lib conf.c:3671:(snd_config_update_r) hooks failed, removing configuration
cannot open mixer: Invalid argument
[hauzer@harch ~]$ aplay
ALSA lib conf.c:976:(parse_value) default is not a string
ALSA lib conf.c:1645:(snd_config_load1) _toplevel_:120:0:Invalid argument
ALSA lib conf.c:3425:(snd_config_hook_load) /home/hauzer/.asoundrc may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3286:(snd_config_hooks_call) function snd_config_hook_load returned error: Invalid argument
ALSA lib conf.c:3671:(snd_config_update_r) hooks failed, removing configuration
aplay: main:654: audio open error: Invalid argument
[hauzer@harch ~]$ speaker-test

speaker-test 1.0.23

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib conf.c:976:(parse_value) default is not a string
ALSA lib conf.c:1645:(snd_config_load1) _toplevel_:120:0:Invalid argument
ALSA lib conf.c:3425:(snd_config_hook_load) /home/hauzer/.asoundrc may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3286:(snd_config_hooks_call) function snd_config_hook_load returned error: Invalid argument
ALSA lib conf.c:3671:(snd_config_update_r) hooks failed, removing configuration
Playback open error: -22,Invalid argument
ALSA lib conf.c:976:(parse_value) default is not a string
ALSA lib conf.c:1645:(snd_config_load1) _toplevel_:120:0:Invalid argument
ALSA lib conf.c:3425:(snd_config_hook_load) /home/hauzer/.asoundrc may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3286:(snd_config_hooks_call) function snd_config_hook_load returned error: Invalid argument
ALSA lib conf.c:3671:(snd_config_update_r) hooks failed, removing configuration
Playback open error: -22,Invalid argument
^C

Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

#4 2010-11-17 08:41:22

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Sound problems..

hauzer wrote:

ALSA lib conf.c:976:(parse_value) default is not a string
ALSA lib conf.c:1645:(snd_config_load1) _toplevel_:120:0:Invalid argument
ALSA lib conf.c:3425:(snd_config_hook_load) /home/hauzer/.asoundrc may be old or corrupted: consider to remove or fix it

The answer's right there - your ~/.asoundrc is bad.

Offline

#5 2010-11-17 08:50:16

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

Re: [SOLVED] Sound problems..

I've seen that, but I've copied ~/.asoundrc from /usr/share/alsa/alsa.conf and changed just the three lines that are showed in the wiki to the card number I think I should change it to.

[hauzer@harch ~]$ ls -la ~
total 160
drwx------ 26 hauzer users  4096 Nov 17 10:26 .
drwxr-xr-x  4 root   root   4096 Nov 15 21:35 ..
drwx------  3 hauzer users  4096 Nov 16 03:26 .adobe
-rw-r--r--  1 hauzer users  8967 Nov 17 09:11 .asoundrc
-rw-------  1 hauzer users 10928 Nov 17 10:39 .bash_history
-rw-r--r--  1 hauzer users    16 Apr  6  2010 .bash_profile
-rw-r--r--  1 hauzer users   157 Nov 16 03:53 .bashrc
drwxr-xr-x  6 hauzer users  4096 Nov 16 05:55 .cache
drwxr-xr-x 21 hauzer users  4096 Nov 16 22:24 .config
drwx------  3 hauzer users  4096 Nov 16 02:58 .dbus
drwxr-xr-x  3 hauzer users  4096 Nov 16 05:53 .designer
drwx------  2 hauzer users  4096 Nov 16 06:47 Desktop
drwxr-xr-x  2 hauzer users  4096 Nov 16 06:43 downloads
-rw-------  1 hauzer users    16 Nov 16 03:31 .esd_auth
drwxr-xr-x  2 hauzer users  4096 Nov 16 22:40 .fontconfig
drwx------  2 hauzer users  4096 Nov 17 09:35 .gconf
drwx------  2 hauzer users  4096 Nov 17 10:43 .gconfd
drwx------  3 hauzer users  4096 Nov 17 09:34 .gnome2
drwx------  2 hauzer users  4096 Nov 16 19:06 .gnome2_private
drwxr-xr-x  2 hauzer users  4096 Nov 16 05:50 .gstreamer-0.10
-rw-------  1 hauzer users     0 Nov 16 02:59 .gtk-bookmarks
dr-x------  2 hauzer users     0 Nov 17 09:34 .gvfs
-rw-------  1 hauzer users   314 Nov 17 09:34 .ICEauthority
drwxr-xr-x  3 hauzer users  4096 Nov 16 17:19 .java
drwxr-xr-x  3 hauzer users  4096 Nov 16 02:58 .local
drwx------  3 hauzer users  4096 Nov 16 03:26 .macromedia
drwx------  4 hauzer users  4096 Nov 16 03:31 .mozilla
drwxr-xr-x  2 hauzer users  4096 Nov 16 05:41 .mplayer
drwxr-xr-x  2 hauzer users  4096 Nov 16 18:13 pictures
drwx------  2 hauzer users  4096 Nov 17 09:35 .pulse
-rw-------  1 hauzer users   256 Nov 16 05:50 .pulse-cookie
-rw-------  1 hauzer users  3552 Nov 17 10:26 .recently-used.xbel
drwxr-xr-x  4 hauzer users  4096 Nov 16 18:14 .thumbnails
drwxr-xr-x  4 hauzer users  4096 Nov 16 18:21 .wine
-rw-------  1 hauzer users    50 Nov 17 09:34 .Xauthority
drwxr-xr-x  2 hauzer users  4096 Nov 16 05:46 .xine
-rw-r--r--  1 hauzer users   199 Nov 16 02:54 .xinitrc
-rw-------  1 hauzer users    50 Nov 15 23:56 .xsession-errors

Permission is not the problem.

EDIT: ... The sound seems to work in Xfmedia. How does speaker-test doesn't reproduce anything then? Corrupted ~/.asoundrc? How? Also, in Mplayer, when I set audio to alsa it doesn't detect any cards nor it can play, unlike sdl which plays fine. I don't understand.

Last edited by hauzer (2010-11-17 09:03:40)


Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

#6 2010-11-17 09:04:31

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Sound problems..

Funny, I've not heard of anyone doing that before. Anyway, don't do that. Check the ALSA and Arch wikis for how to set a particular soundcard as the default - it's a common question.

Offline

#7 2010-11-17 11:19:36

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

Re: [SOLVED] Sound problems..

Okay.. Thanks for your help, but now it seems the problem is with the sound output itself. The onboard (nForce2) card is playing vibes just as it should, while Soundblaster (rev 0a) doesn't play at all. I don't know what's the problem..

**** List of PLAYBACK Hardware Devices ****
card 0: nForce2 [NVidia nForce2], device 0: Intel ICH [NVidia nForce2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: nForce2 [NVidia nForce2], device 2: Intel ICH - IEC958 [NVidia nForce2 - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Live [SB Live! 5.1 [SB0220]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
  Subdevices: 32/32
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
  Subdevice #8: subdevice #8
  Subdevice #9: subdevice #9
  Subdevice #10: subdevice #10
  Subdevice #11: subdevice #11
  Subdevice #12: subdevice #12
  Subdevice #13: subdevice #13
  Subdevice #14: subdevice #14
  Subdevice #15: subdevice #15
  Subdevice #16: subdevice #16
  Subdevice #17: subdevice #17
  Subdevice #18: subdevice #18
  Subdevice #19: subdevice #19
  Subdevice #20: subdevice #20
  Subdevice #21: subdevice #21
  Subdevice #22: subdevice #22
  Subdevice #23: subdevice #23
  Subdevice #24: subdevice #24
  Subdevice #25: subdevice #25
  Subdevice #26: subdevice #26
  Subdevice #27: subdevice #27
  Subdevice #28: subdevice #28
  Subdevice #29: subdevice #29
  Subdevice #30: subdevice #30
  Subdevice #31: subdevice #31
card 1: Live [SB Live! 5.1 [SB0220]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
card 1: Live [SB Live! 5.1 [SB0220]], device 3: emu10k1 [Multichannel Playback]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
numid=25,iface=MIXER,name='Master Playback Switch'
numid=26,iface=MIXER,name='Master Playback Volume'
numid=73,iface=MIXER,name='Headphone +3dB Boost'
numid=71,iface=MIXER,name='Headphone Amp'
numid=20,iface=MIXER,name='Tone Control - Bass'
numid=22,iface=MIXER,name='Tone Control - Switch'
numid=21,iface=MIXER,name='Tone Control - Treble'
numid=58,iface=MIXER,name='3D Control - Switch'
numid=61,iface=MIXER,name='3D Control Sigmatel - Depth'
numid=52,iface=MIXER,name='PCM Playback Switch'
numid=53,iface=MIXER,name='PCM Playback Volume'
numid=66,iface=MIXER,name='Front Jack'
numid=34,iface=MIXER,name='Front Playback Volume'
numid=17,iface=MIXER,name='Front Capture Switch'
numid=16,iface=MIXER,name='Front Capture Volume'
numid=48,iface=MIXER,name='Surround Mix Playback Switch'
numid=49,iface=MIXER,name='Surround Mix Playback Volume'
numid=63,iface=MIXER,name='Surround Phase Inversion Playback Switch'
numid=10,iface=MIXER,name='Surround Playback Volume'
numid=12,iface=MIXER,name='Surround Capture Switch'
numid=11,iface=MIXER,name='Surround Capture Volume'
numid=68,iface=MIXER,name='Center/LFE Jack'
numid=13,iface=MIXER,name='Center Playback Volume'
numid=14,iface=MIXER,name='LFE Playback Volume'
numid=7,iface=MIXER,name='Synth Playback Volume'
numid=9,iface=MIXER,name='Synth Capture Switch'
numid=8,iface=MIXER,name='Synth Capture Volume'
numid=3,iface=MIXER,name='Wave Center Playback Volume'
numid=4,iface=MIXER,name='Wave LFE Playback Volume'
numid=2,iface=MIXER,name='Wave Surround Playback Volume'
numid=1,iface=MIXER,name='Wave Playback Volume'
numid=6,iface=MIXER,name='Wave Capture Switch'
numid=5,iface=MIXER,name='Wave Capture Volume'
numid=70,iface=MIXER,name='Line Input Source'
numid=65,iface=MIXER,name='LineIn Jack'
numid=44,iface=MIXER,name='Line Playback Switch'
numid=45,iface=MIXER,name='Line Playback Volume'
numid=46,iface=MIXER,name='CD Playback Switch'
numid=47,iface=MIXER,name='CD Playback Volume'
numid=43,iface=MIXER,name='Mic Boost (+20dB)'
numid=69,iface=MIXER,name='Mic Input Source'
numid=60,iface=MIXER,name='Mic Select'
numid=64,iface=MIXER,name='Mic1 Jack'
numid=41,iface=MIXER,name='Mic Playback Switch'
numid=42,iface=MIXER,name='Mic Playback Volume'
numid=39,iface=MIXER,name='Phone Playback Switch'
numid=40,iface=MIXER,name='Phone Playback Volume'
numid=50,iface=MIXER,name='Aux Playback Switch'
numid=51,iface=MIXER,name='Aux Playback Volume'
numid=54,iface=MIXER,name='Capture Source'
numid=55,iface=MIXER,name='Capture Switch'
numid=56,iface=MIXER,name='Capture Volume'
numid=23,iface=MIXER,name='IEC958 Optical Raw Playback Switch'
numid=19,iface=MIXER,name='AC97 Capture Volume'
numid=18,iface=MIXER,name='AC97 Playback Volume'
numid=37,iface=MIXER,name='Beep Playback Switch'
numid=38,iface=MIXER,name='Beep Playback Volume'
numid=72,iface=MIXER,name='Exchange Center/LFE'
numid=74,iface=MIXER,name='External Amplifier'
numid=67,iface=MIXER,name='Rear Jack'
numid=225,iface=MIXER,name='SB Live Analog/Digital Output Jack'
numid=62,iface=MIXER,name='Sigmatel 4-Speaker Stereo Playback Switch'
numid=24,iface=PCM,name='Captured FX8010 Outputs',device=2
numid=222,iface=PCM,name='IEC958 Playback Default',device=2
numid=223,iface=PCM,name='IEC958 Playback Default',index=1,device=2
numid=224,iface=PCM,name='IEC958 Playback Default',index=2,device=2
numid=219,iface=PCM,name='IEC958 Playback Mask',device=2
numid=220,iface=PCM,name='IEC958 Playback Mask',index=1,device=2
numid=221,iface=PCM,name='IEC958 Playback Mask',index=2,device=2

The soundcard is obviously loaded, the mixer is set and unmuted, still I hear nothing.


Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

#8 2010-11-17 16:27:22

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

Re: [SOLVED] Sound problems..

I've changed too many things, I don't know what did it, but it works. Anyway, if someone searches (Google "sound problems arch" comes up second) it would be useful to give out some tips.
This section of the Arch wiki is very useful, go there. Also, put the module of the desired primary card to index 0 in modprobes.conf. Start from scratch, delete/reset all configs and go trough the wiki carefully. Best of luck.

Last edited by hauzer (2010-11-17 16:27:58)


Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

Board footer

Powered by FluxBB