The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    alsa settings stored

    Discussion in 'Linux Compatibility and Software' started by theZoid, Jun 17, 2009.

  1. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    when I try to store my alsa settings, I get the following:

    Code:
    john@m4400:~$ sudo alsactl store
    E: core-util.c: Home directory /home/john not ours.
    john@m4400:~$ alsactl store
    alsactl: save_state:1541: Cannot open /var/lib/alsa/asound.state for writing: Permission denied
    john@m4400:~$ 
    This is Xubuntu, which I've been away from for a while....what up dog? :)
     
  2. j0hn00

    j0hn00 Notebook Evangelist

    Reputations:
    70
    Messages:
    394
    Likes Received:
    0
    Trophy Points:
    30
    try....

    sudo alsactl store 0

    i'm pretty sure you have to specify a sound card with 0 being the default
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    sudo alsactl store works for me on Debian Sid AMD64. Is your home directory owned by someone else?
    Code:
    sudo chown john /home/john
     
  4. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Check this out:

    Code:
    john@m4400:~$ sudo chown john /home/john
    john@m4400:~$ sudo alsactl store
    E: core-util.c: Home directory /home/john not ours.
    john@m4400:~$
    That's the way I was doing it in Slack, i.e. simply sudo alsactl store....let me dig around here...
     
  5. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Code:
    sudo adduser john audio
    Should return that you are already a member of the audio group. If not that might be the problem, and then try running alsactl store as a regular user.

    Edit: Also you might want to force reload ALSA maybe it will help:
    Code:
    sudo alsa force-reload
     
  6. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    none of the above works....this seems to be on of those quarky ubuntu things....I'm checking the forums.....this is exactly why I like Slackware
     
  7. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    I put on Ubuntu 9.04 x64 and the command in question works as it should...seems to be an Xubuntu issue.
     
  8. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    I had that happen to me once... it turned out to be a buggered alsa install. Reinstalling probably fixed it for you.
     
  9. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Yeah...I went from Xubuntu to straight Ubuntu...all is working great now