PDA

View Full Version : [xubuntu] Home directory /home/tux not ours



linuxhippy
October 31st, 2009, 10:35 PM
I just upgraded from ubuntu 9.04 to 9.10. It was very easy and the only thing now that's messed up is my sound card. When I first installed 9.04 I had the same problem...the card kept getting muted. I did this to fix the card and save the settings a couple months ago:

sudo alsa force-reload
sudo alsactl store

That worked but now the card is muted again. sudo alsa force-reload works fine but after sudo alsactl store I get this:

Home directory /home/tux not ours

my user is named tux.

What needs to be done?

geoaraujo
December 2nd, 2011, 04:00 PM
I just upgraded from ubuntu 9.04 to 9.10. It was very easy and the only thing now that's messed up is my sound card. When I first installed 9.04 I had the same problem...the card kept getting muted. I did this to fix the card and save the settings a couple months ago:

sudo alsa force-reload
sudo alsactl store

That worked but now the card is muted again. sudo alsa force-reload works fine but after sudo alsactl store I get this:

Home directory /home/tux not ours

my user is named tux.

What needs to be done?

Two years later, it still occurs, Kubuntu 11.10. :(

Jose Catre-Vandis
December 2nd, 2011, 06:55 PM
Are you in the audio group?

geoaraujo
December 3rd, 2011, 03:53 AM
Are you in the audio group?
How can I know? Single user, so I suppose yes.

Jose Catre-Vandis
December 5th, 2011, 06:42 PM
In a terminal:

groups

this should show you if you are in the admin group

or to look at all the groups

nano /etc/group

geoaraujo
December 5th, 2011, 07:04 PM
In a terminal:

groups

this should show you if you are in the admin group

or to look at all the groups

nano /etc/group

It seems that I'm not:
$ groups
george adm dialout cdrom plugdev lpadmin admin sambashare vboxusers

I've added audio, and it seems that I was able to save alsamixer settings. Thanks for the tip.