1. 'sudo' user
Quote:
|
Originally Posted by drfox
I added a user (didn't know how to add a sudoer) and that user's panels are working, but the sound icon has a red x on it, and I get a warning that I either don't have the sound hardware or the proper gstream isn't/aren't installed.
|
To add a user:
Code:
$ sudo adduser a_username
To add a user to admin group:
Code:
$ sudo adduser a_username admin
Now you have a user with sudo rights.
2. sound issue
I whould do somthing like:
Code:
$ sudo apt-get purge alsa
$ sudo apt-get install alsa
But I made some research for you:
*. http://ubuntuforums.org/showthread.php?t=44753
*. http://ubuntuforums.org/showthread.php?t=57074
3. Flash on ubuntu 64
Follow this: http://ubuntuforums.org/showthread.php?t=476924