You are not logged in.

#1 2009-03-31 12:33:24

degmic71
Member
Registered: 2009-02-03
Posts: 122

[SOLVED] Sound works fine, be concerned I have no PCM?

Here is my output from the amixer command: also how do I get it so alsa stores the sound levels?  I followed the wiki but nothing, the Front mixer still stays at zero which are my external speakers.




[root@DEATH_STAR ~]# amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 31 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pswitch
  Playback channels: Front Left - Front Right
  Mono:
  Front Left: Playback [on]
  Front Right: Playback [on]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]
Simple mixer control 'Front Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Front Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-46.50dB] [on]
  Front Right: Playback 0 [0%] [-46.50dB] [on]
Simple mixer control 'Center',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [-46.50dB] [on]
Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [-46.50dB] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 0 [0%] [-16.50dB] [on]
  Front Right: Capture 0 [0%] [-16.50dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 0 [0%] [-16.50dB] [on]
  Front Right: Capture 0 [0%] [-16.50dB] [on]
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Mic' 'Front Mic' 'Line'
  Item0: 'Mic'
Simple mixer control 'Input Source',1
  Capabilities: cenum
  Items: 'Mic' 'Front Mic' 'Line'
  Item0: 'Mic'

Last edited by degmic71 (2009-04-01 11:17:24)

Offline

#2 2009-03-31 19:21:48

roels
Member
Registered: 2009-03-19
Posts: 8

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

With alsactl you can store your sound level:

alsactl [options] [store|restore|init] <card # or id or device>

You must run the alsa daemon to restore your sound level.

Offline

#3 2009-03-31 21:19:34

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

If you're missing PCM control then you'll probably need to add the modules in /etc/rc.conf, atleast thats what worked for me when I reinstalled.
http://wiki.archlinux.org/index.php/ALSA

Offline

#4 2009-03-31 21:59:30

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

For the record, I can control PCM through alsamixer without snd_pcm in the rc.conf MODULES array...


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#5 2009-04-01 00:20:00

degmic71
Member
Registered: 2009-02-03
Posts: 122

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

Maybe because I have external logitech speakers, that prob. have their own Preamp.  What order do I put alsa in the rc.conf DAEMONS section?  , after fam, before network? in the beginning or end?  Thanks for all the help guys

Offline

#6 2009-04-01 01:11:56

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

I put it at the end as such:

DAEMONS=(hal network cups @alsa)


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#7 2009-04-01 11:17:07

degmic71
Member
Registered: 2009-02-03
Posts: 122

Re: [SOLVED] Sound works fine, be concerned I have no PCM?

That worked thx! Now FRONT is up all the time

Offline

Board footer

Powered by FluxBB