Link to home
Start Free TrialLog in
Avatar of Nusrat Nuriyev
Nusrat NuriyevFlag for Azerbaijan

asked on

How many mixers normally should be in Fedora 20 kmix?

How many mixers normally should be in Fedora 20 kmix?
I play audio but don't hear anything.

I have noticed that I have 2-3 mixers on Kmix, however there was 6 mixers on Kmix mixers list.
Where does other mixers go?

Also, the F11 (mute sound) is appeared to be red. And it always red (should be white).
Avatar of Davis McCarn
Davis McCarn
Flag of United States of America image

It depends on your sound card; but, should be the same number as the total of your audio jacks.
What is the sound card and/or the make and model of the PC if its a normal HP, Compaq, Dell, etc.
Having single pair mixers each with one channel called "Builtin analog audio" means you have pulseaudio installed (which is default configuration)
Do you see same problems with alsamixer(command line mixer)?
Avatar of Nusrat Nuriyev

ASKER

Ok, this problem is cured with
chmod o+rwx -R /dev/snd

Open in new window

But the problem appears at every startup.
How to eliminate this behaviour?
You need to add user to "audio" group (default user created by anaconda is not there)
gheist, I'm not on the problem host, I will check that on Monday.
Same issue.

[root@localhost snd]# ll
total 0
drwxr-xr-x. 2 root root       60 Sep  1 10:43 by-path
crw-rw----. 1 root audio 116,  7 Sep  1 10:43 controlC0
crw-rw----. 1 root audio 116,  6 Sep  1 10:43 hwC0D0
crw-rw----. 1 root audio 116,  5 Sep  1 10:43 hwC0D3
crw-rw----. 1 root audio 116,  4 Sep  1 10:43 pcmC0D0c
crw-rw----. 1 root audio 116,  3 Sep  1 10:43 pcmC0D0p
crw-rw----. 1 root audio 116,  2 Sep  1 10:43 pcmC0D3p
crw-rw----. 1 root audio 116,  1 Sep  1 10:43 seq
crw-rw----. 1 root audio 116, 33 Sep  1 10:43 timer


drwxr-xr-x. 3 root root           220 Sep  1 10:43 snd

What user should own the folder snd?
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
there is no such group.
[root@localhost nn]# cat /etc/group | grep audio
[root@localhost nn]#

I have tried
[root@localhost dev]# groupadd audio
[root@localhost dev]# useradd -g audio audio
[root@localhost dev]# chown audio:audio snd -R
rebooting...
it had worked under root log in.
So, I have changed ownership to nn:audio

Okay, I have got it now.
You do not need user "audio"