You are not logged in.

#1 2010-12-21 21:31:57

ginz
Member
From: Russia, Saint-Petersburg
Registered: 2010-12-21
Posts: 7
Website

[SOLVED] No sound

I have no sound. That's strange, but I have my microphone working and headphones not working. The controller on headphones on the maximum level.
On Debian everything is working.

What have I to do?

I had install ALSA like in this topic: https://wiki.archlinux.org/index.php/ALSA (alsa-lib, alsa-utils and alsa-oss are installed)

dmitriy@arch:~$ lsmod | grep snd
snd_seq_dummy           1079  0 
snd_seq_oss            25040  0 
snd_seq_midi_event      4496  1 snd_seq_oss
snd_seq                41688  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4369  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            33694  0 
snd_mixer_oss          14654  1 snd_pcm_oss
snd_hda_codec_realtek   199191  1 
snd_hda_intel          19180  0 
snd_hda_codec          69419  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4764  1 snd_hda_codec
snd_pcm                59168  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              15455  2 snd_seq,snd_pcm
snd                    43283  11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               4929  1 snd
snd_page_alloc          5981  2 snd_hda_intel,snd_pcm
dmitriy@arch:~$ ls -l /dev/snd
итого 0
drwxr-xr-x  2 root root      60 Дек 21 23:56 by-path
crw-rw----+ 1 root audio 116, 7 Дек 21 23:56 controlC0
crw-rw----+ 1 root audio 116, 6 Дек 21 23:56 hwC0D2
crw-rw----+ 1 root audio 116, 5 Дек 21 23:56 pcmC0D0c
crw-rw----+ 1 root audio 116, 4 Дек 21 23:56 pcmC0D0p
crw-rw----+ 1 root audio 116, 3 Дек 21 23:56 pcmC0D2c
crw-rw----+ 1 root audio 116, 8 Дек 21 23:56 seq
crw-rw----+ 1 root audio 116, 2 Дек 21 23:56 timer
dmitriy@arch:~$ groups dmitriy
audio vboxusers users
dmitriy@arch:~$ aplay error.wav
Playing WAVE 'error.wav' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono

(nothing is sound)
What have I to do?

Last edited by ginz (2010-12-22 20:21:26)

Offline

#2 2010-12-21 23:13:27

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: [SOLVED] No sound

Are you a member of the "audio" group? Also, play a music CD or an mp3 file, open "alsamixer" and unmute channels with "m" and raise slider bars until you get sound.


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2010-12-22 05:17:38

ginz
Member
From: Russia, Saint-Petersburg
Registered: 2010-12-21
Posts: 7
Website

Re: [SOLVED] No sound

lagagnon wrote:

Are you a member of the "audio" group? Also, play a music CD or an mp3 file, open "alsamixer" and unmute channels with "m" and raise slider bars until you get sound.

Of course, yes. Just carefully read the post:

dmitriy@arch:~$ groups
audio users vboxusers
dmitriy@arch:~$ amixer set Master 90% unmute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 58 [91%] [-6.00dB] [on]

dmitriy@arch:~$ amixer set PCM 85% unmute
Simple mixer control 'PCM',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 217 [85%] [-7.60dB]
  Front Right: Playback 217 [85%] [-7.60dB]

Doesn't help.

Last edited by ginz (2010-12-22 05:20:23)

Offline

#4 2010-12-22 08:15:45

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,930
Website

Re: [SOLVED] No sound

Is alsa in deamons list in /etc/rc.conf?

also output of

lspci | grep audio

Last edited by Mr Green (2010-12-22 08:17:39)


Mr Green

Offline

#5 2010-12-22 20:05:27

ginz
Member
From: Russia, Saint-Petersburg
Registered: 2010-12-21
Posts: 7
Website

Re: [SOLVED] No sound

Mr Green wrote:

Is alsa in deamons list in /etc/rc.conf?

also output of

lspci | grep audio
dmitriy@arch:~$ lspci | grep audio
dmitriy@arch:~$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)\

ALSA is not in daemons in /etc/rc.conf. I will try it after this reply.

Offline

#6 2010-12-22 20:20:30

ginz
Member
From: Russia, Saint-Petersburg
Registered: 2010-12-21
Posts: 7
Website

Re: [SOLVED] No sound

Mr Green wrote:

Is alsa in deamons list in /etc/rc.conf?


Great Thanx! Everything is working!
In Russian Arch wiki there was note, that I have to add it only if I want to save my mixer's settings. Fuck! Strange manual=)

Offline

Board footer

Powered by FluxBB