You are not logged in.
Pages: 1
Problem: No Sound
My sound module is the snd-hda-intel and has been loaded properly as seen from the output below.
All sound levels are at maximum and the chip is not muted.
My user is part of the audio group.
I'm not sure how to proceed. I have already tried loading the module manually.
[root@BrenTop etc]# lsmod|grep '^snd'
snd_seq_oss 29440 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 47056 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 2 snd_seq_oss,snd_seq
snd_pcm_oss 38944 0
snd_mixer_oss 14464 1 snd_pcm_oss
snd_hda_intel 15768 1
snd_hda_codec 156800 1 snd_hda_intel
snd_pcm 68612 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 18948 2 snd_seq,snd_pcm
snd 44004 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 7816 2 snd_hda_intel,snd_pcm
[root@BrenTop etc]# ls -l /dev/snd
total 0
crw-rw---- 1 root audio 116, 0 Dec 25 18:50 controlC0
crw-rw---- 1 root audio 116, 24 Dec 25 18:50 pcmC0D0c
crw-rw---- 1 root audio 116, 16 Dec 25 18:50 pcmC0D0p
crw-rw---- 1 root audio 116, 1 Dec 25 18:50 seq
crw-rw---- 1 root audio 116, 33 Dec 25 18:50 timer
Any help would be awesome. Thanks!
Offline
Take a look at http://wiki.archlinux.org/index.php/Alsa And make sure your user is added to the group sound . Also make sure that nothing is muted in alsamixer. (Run alsamixer in a console)
http://timtux.net/ - my personal blog about almost everything
Offline
yes, i have read the alsa wiki thoroughly and I am part of the audio group and I have checked to make sure nothing is muted multiple times.
Offline
Then im out of ideas, or you could try to run alsaconf .
http://timtux.net/ - my personal blog about almost everything
Offline
Tried that also but no noise
Offline
Are channels muted in Alsamixer?
Mr Green
Offline
All the channels are unmuted also. I have been working at this problem nonstop without results. Has anyone else been unable to get sound with alsa or oss?
Offline
make sure nothing is in modprobe.conf .....
Mr Green
Offline
I have tried using alsaconf and also right now have removed the code from modprode.conf, which is now empty. Rc.conf is also empty, but I have tried loading the modules there as well.
Offline
alsa is in rc.conf [deamons] ?
also check alsamixer again ..
snd_usb_audio 73184 0
snd_usb_lib 14336 1 snd_usb_audio
snd_rawmidi 19360 1 snd_usb_lib
snd_hwdep 7172 1 snd_usb_audio
snd_seq_oss 29440 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 47056 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6796 3 snd_rawmidi,snd_seq_oss,snd_seq
snd_pcm_oss 38944 0
snd_mixer_oss 14464 1 snd_pcm_oss
snd_hda_intel 15768 0
snd_hda_codec 156800 1 snd_hda_intel
snd_pcm 68612 4 snd_usb_audio,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 18948 2 snd_seq,snd_pcm
snd 44004 12 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 7816 2 snd_hda_intel,snd_pcm
HTH
Mr Green
Offline
yea, alsa is in the rc.conf daemons and alsamixer is at 100% levels and unmuted.
Offline
Any more suggestions... no sound is a BIG problem.
Offline
have you a Thinkpad Notebook?
Have you tried to turn it off and on again?
Offline
I have an Asus z62f notebook.
Offline
Hm OK
On my Thinkpad I must activate the Modem in the BIOS, to get Sound Working.
You can try it.
Have you tried to turn it off and on again?
Offline
I checked the BIOS but activating the modem was not an option.
Offline
http://wingware.com/support/asus_z63a_ubuntu_5.10
Could not find your lappy on linux laptops but one above may give some clues
HTH
Mr Green
Offline
I got it working (the quality is pretty bad) by adding this line to modprobe.conf:
options snd-hda-intel position_fix=1 model=3stack
Offline
Pages: 1