You are not logged in.

#1 2012-03-27 05:47:18

Phieta
Member
Registered: 2012-03-27
Posts: 1

[SOLVED] Can't get sound working.

The system has onboard sound (EliteGroup GeForce6100SM-M motherboard) which I am not interested in, instead I would like to use my PCI card (Sound Blaster Live! 5.1), but I cannot get either working. And yes, I've already confirmed I am in the "audio" group, and logged out and in since... smile

I get the following during boot:

[    4.173534] emu10k1-gp: unable to grab region 0xfdf00020-0xfdf0002f
[    5.453359] AC'97 0 access is not valid [0xffffffff], removing mixer.

Here's what happens when I try setting up ALSA, along with the troubleshooting output as requested on the Arch Wiki's ALSA page:

$ alsamixer
cannot open mixer: No such file or directory

$ alsaconf
alsaconf: command not found

$ amixer
amixer: Mixer attach default error: No such file or directory

$ lsmod | grep '^snd' | column -t
snd_emu10k1     137365  0
snd_util_mem    2360    1  snd_emu10k1
snd_ac97_codec  114391  1  snd_emu10k1
snd_hwdep       6389    1  snd_emu10k1
snd_rawmidi     19458   1  snd_emu10k1
snd_seq_device  5300    2  snd_rawmidi,snd_emu10k1
snd_pcm         74780   2  snd_ac97_codec,snd_emu10k1
snd_page_alloc  7153    2  snd_pcm,snd_emu10k1
snd_timer       19544   2  snd_pcm,snd_emu10k1
snd             59214   7  snd_timer,snd_pcm,snd_seq_device,snd_rawmidi,snd_hwdep,snd_ac97_codec,snd_emu10k1

$ ls -l /dev/snd
total 0
crw-rw----  1 root audio 116,  1 Mar 26 21:40 seq
crw-rw----+ 1 root audio 116, 33 Mar 26 21:40 timer

$ aplay -l
aplay: device_list:252: no soundcards found...

I have tried manually loading the appropriate modules, adding the ALSA Wiki's "Setting up modprobe" block o' text to my modprobe.conf, and reinstalling alsa-utils/alsa-oss/linux. I've tried every bit of troubleshooting I can find, at least the ones that don't already assume I can start alsamixer in the first place. Anything obvious I've missed?

Thanks!

EDIT: Disregard, moved the card to my other PCI slot and it works fine now.

Last edited by Phieta (2012-03-28 05:44:21)

Offline

#2 2012-03-28 04:31:44

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: [SOLVED] Can't get sound working.

Please mark this thread as solved by prepending [SOLVED] to the title in the first post.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

Board footer

Powered by FluxBB