You are not logged in.
This is a weird problem but i always have to unmute volume manually. System doesn't remember my volume level. What's wrong with my system. Can anyone help me ?
Offline
Are you using ALSA, OSS, PulseAudio?
Was it working before and only later something broke?
Offline
i think i'm using alsa. I mean i'm using default one, guessed to be ALSA. Yes it was working but something broke it. I'm not experienced linux user. I can't find the problem. I tried to solve it by dconf-editor but i could'nt find any settings for this problem.
Offline
can you be more precise ? is muted where? gdm, your session?
Give what you have. To someone, it may be better than you dare to think.
Offline
can you be more precise ? is muted where? gdm, your session?
both of them. If i unmute volume, session is unmuted. But if i don't touch on gdm, session is muted too. It's not a big problem but weird and annoying.
Offline
the idea is that pulseaudio(which gnome uses default unless you messed with it) restores the latest state from logout/shutdown/restart.
Give what you have. To someone, it may be better than you dare to think.
Offline
the idea is that pulseaudio(which gnome uses default unless you messed with it) restores the latest state from logout/shutdown/restart.
I can hear sounds now. Problem is when i restart the system, it starts muted. I have to touch the volume slider at the top right of the shell. Alsa it starts with muted icon. When i slide the volume bar, it returns normal and i can hear sounds
Offline
delete ~/.pulse* and relogin
Give what you have. To someone, it may be better than you dare to think.
Offline
You may need to install alsa-utils and also make sure to add alsa to the list of DAEMONS to start at boot in your /etc/rc.conf (wiki).
Offline
Offline
I had this same problem but it's gone. I did many things that I don' know what they mean, but I guess solve was pavucontrol or alsa-utils + weird systemctl commands i found with help of search engines. Volume is mute on login screen but goes on after login.
pacman -S pavucontrol
pavucontrol
and put volume up. If this doesn't help also try installing alsa-utils and
systemctl enable alsa-store.service
Last edited by arghhlinux (2013-02-21 14:02:41)
Offline
I tried all this and more, none of this resolved.
This line on rc.local dont work:
su --login lucas -c 'amixer set Speaker 100%'
Any help is welcome.
Last edited by sistematico (2013-02-26 18:48:50)
Offline
Hi,
I had the same issue with a week-old install.
Solution that worked for me: install pavucontrol, launch it and set up your sound card with it.
Close pavucontrol, reboot, and you should see that the problem is solved.
Offline
Fixed:
(lucas@ironhide ~):% diff /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.orig /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf
57c57
< volume = off
---
> volume = 100
Offline