You are not logged in.

#1 2009-10-30 03:34:14

murfMan
Member
Registered: 2009-10-27
Posts: 161

alsa no sound

hi for some reason my sound stopped working.
it used to work fine after i ran the following commands as root
# amixer set Master 90% unmute
# amixer set PCM 85% unmute

now i still don't have any sound after unmuting . I tried re-installing alsa-lib and alsa-utils
but no luck.  Does anyone have any idea what went wrong/how to fix it?

i recently did a pacman -Syu so that might have had something to do with it.


thanks.

Offline

#2 2009-10-30 03:37:12

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: alsa no sound

Did you re-run alsaconf?


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2009-10-30 04:21:35

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

yes ... still not working hmm

Offline

#4 2009-10-30 05:25:40

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: alsa no sound

Is it on a laptop by any chance, i had a similar problem once and i tried modprobe -r my sound module but got an error snd-hda-intel in use so i put the laptop into suspend then on resume i had sound again

kind of odd

Offline

#5 2009-10-30 05:29:18

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

nah its a desktop

here are some commands that i have ran while following the wiki.  maybe someone can make more sense out of them than me...

ls -l /sys/module/snd/holders
total 0
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_ac97_codec -> ../../snd_ac97_codec
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_intel8x0 -> ../../snd_intel8x0
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_mixer_oss -> ../../snd_mixer_oss
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_pcm_oss -> ../../snd_pcm_oss
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_seq -> ../../snd_seq
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_seq_oss -> ../../snd_seq_oss
lrwxrwxrwx 1 root root 0 2009-10-29 23:42 snd_timer -> ../../snd_timer
 lsmod|grep '^snd' | column -t
snd_seq_dummy       2720    0
snd_seq_oss         31232   0
snd_seq_midi_event  7036    1  snd_seq_oss
snd_seq             53808   5  snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device      6792    3  snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss         40320   0
snd_mixer_oss       17564   1  snd_pcm_oss
snd_intel8x0        30616   0
snd_ac97_codec      106112  1  snd_intel8x0
snd_pcm             74464   3  snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer           21156   2  snd_seq,snd_pcm
snd                 58820   9  snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc      8900    2  snd_intel8x0,snd_pcm
ls -l /dev/snd
total 0
drwxr-xr-x 2 root root       60 2009-10-29 22:20 by-path
crw-rw---- 1 root audio 116, 10 2009-10-29 22:20 controlC0
crw-rw---- 1 root audio 116,  9 2009-10-29 23:18 pcmC0D0c
crw-rw---- 1 root audio 116,  8 2009-10-29 23:50 pcmC0D0p
crw-rw---- 1 root audio 116,  7 2009-10-29 22:20 pcmC0D1c
crw-rw---- 1 root audio 116,  6 2009-10-29 22:20 pcmC0D2c
crw-rw---- 1 root audio 116,  5 2009-10-29 22:20 pcmC0D3c
crw-rw---- 1 root audio 116,  4 2009-10-29 22:20 pcmC0D4p
crw-rw---- 1 root audio 116,  3 2009-10-29 22:20 seq
crw-rw---- 1 root audio 116,  2 2009-10-29 22:20 timer

Last edited by murfMan (2009-10-30 05:30:02)

Offline

#6 2009-10-30 13:07:58

coder
Member
From: Hungary, Veszprém
Registered: 2009-10-30
Posts: 12
Website

Re: alsa no sound

Did you add  the following line to modprobe.conf?

option snd_intel8x0 index=0

Offline

#7 2009-10-30 13:23:45

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

i tried ... i get "cannot make changes, 'modifiable' is off"

Offline

#8 2009-10-30 18:48:38

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

ok i added option snd_intel8x0 index=0 to modprobe.conf restarted alsa ... but still no luck hmm

Offline

#9 2009-10-30 20:41:37

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

i have tried everything on the wiki and nothing seems to be working.  does anyone have any idea what i need to do?

Offline

#10 2009-10-30 21:49:00

cobra2
Member
From: deep in Dixie with Arch64
Registered: 2009-09-10
Posts: 27

Re: alsa no sound

This is probably a stupid question, but have you tried to set the volume using 'alsamixer' as a normal user and as a root user?


Hardware is like a parachute.... works best when open.

Offline

#11 2009-10-30 23:21:04

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

yes ... not working sad

Offline

#12 2009-10-30 23:57:35

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: alsa no sound

Have you tried oss

Offline

#13 2009-10-31 00:03:53

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: alsa no sound

i figured out that i can get sound from my headphones ... but not through the speakers.  (headphones plug into side of speaker)

Offline

#14 2009-10-31 03:29:58

brianhanna
Member
Registered: 2009-10-30
Posts: 157

Re: alsa no sound

Hmm...try another set of speakers?

Offline

#15 2009-11-10 02:24:15

chad
Member
Registered: 2009-11-10
Posts: 6

Re: alsa no sound

So, I've got the same issue.  It appears the hardware is detected OK, but no devices actually show up.

Poking around led me to this post:
https://answers.launchpad.net/ubuntu/+s … tion/85510

Basically, states that alsa-lib and alsa driver should be the same version or this error will occur.  They are not the same version on my machine:

Driver version:     1.0.20
Library version:    1.0.21a
Utilities version:  1.0.21


Don't want to recompile alsa from scratch unless I have to.  This is my first attempt at arch linux...

Offline

#16 2009-12-22 18:42:26

druk
Member
Registered: 2009-10-17
Posts: 24

Re: alsa no sound

I have the exact same issue. Headphones work great, but I get no sound from the speakers.

I have the same driver mismatch as you. Did you manage to solve this problem?

Offline

#17 2009-12-22 19:18:28

druk
Member
Registered: 2009-10-17
Posts: 24

Re: alsa no sound

After checking the docs in www.alsa-project.org and having a bit of luck I read in the alsa-driver changelog "ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262"

head -n 1 /proc/asound/card0/codec*
==> /proc/asound/card0/codec#0 <==
Codec: Realtek ALC262

==> /proc/asound/card0/codec#1 <==
Codec: Conexant ID 2c06


I changed "options snd-hda-intel model=vaio" to "options snd-hda-intel model=auto" in both /etc/modprobe.d/modprobe.conf and /etc/modprobe.d/sound (whcih should be renamed to sound.conf)

Offline

#18 2010-04-23 20:53:32

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: alsa no sound

I don't get the point -  what you did exactly and if it was successful?


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

Board footer

Powered by FluxBB