LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Alsactl store doesn't work (https://www.linuxquestions.org/questions/linux-newbie-8/alsactl-store-doesnt-work-726040/)

jens1245 05-14-2009 02:10 PM

Alsactl store doesn't work
 
When i try to store my alsa sound levels using "alsactl store" I get the following error:

Command 'alsactl' is available in '/sbin/alsactl'
The command could not be located because '/sbin' is not included in the PATH environment variable.
This is most likely caused by the lack of administrative priviledges associated with your user account.
bash: alsactl: command not found

Since it says i don't have the privileges i tried "sudo alsactl store", but now i get the following error:

E: core-util.c: Home directory /home/daan not ours.

I don't understand it, anyone does?

Thanks in advance!

corbintechboy 05-14-2009 05:29 PM

What distribution you using?

knudfl 05-15-2009 07:30 AM

The commands could be

1) 'su'

2) # '/sbin/alsactl store'

if you are using Redhat EL, CentOS or Fedora.
The command is usable by root only ( or sudo .. if Ubuntu.)
.....

onebuck 05-15-2009 07:43 AM

Hi,

You need root privileges to make any system changes on Linux. If you run the 'su' command and have access to the 'root' password then you can do a 'alsactl store' from the cli after setting up the 'alsamixer'.

smke 05-16-2009 08:00 AM

Heyho,

I've got the same problem on xubuntu 9.04.
Even if I enter the command "alsactl store" with root privileges.

root@giri-desktop:/home# /sbin/alsactl store
E: core-util.c: Home directory /home/giri not ours.

Any suggestions?

onebuck 05-16-2009 09:17 AM

Hi,

If you are going to direct the command then it should be '/usr/sbin/alsactl store'. As root you should not need to provide the full path as long as the root path is correct.

BTW, you should have created a new post.


All times are GMT -5. The time now is 06:09 PM.