LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Skype not working: How to easily give ALSA permission for users for a noob ? (https://www.linuxquestions.org/questions/linux-general-1/skype-not-working-how-to-easily-give-alsa-permission-for-users-for-a-noob-505325/)

Xeratul 11-27-2006 03:28 PM

Skype not working: How to easily give ALSA permission for users for a noob ?
 
Skype not working: How to easily give ALSA permission for users for a noob ?

I just would like users can skype with usb and alsa.

Is there an easy way ?

thank you !


===========

the weirdest is that for one user it works,
and for the other not

i copied :
cp -a skype ... from the working user to the non working user.
so; that s not in skype folders the prob but towards ALSA

and .asoundrc has been changed too; thats not that the origin

/bin/bash 11-27-2006 07:18 PM

Quote:

cp -a skype ... from the working user to the non working user.
so; that s not in skype folders the prob but towards ALSA
Perhaps a file ownership problem? From non working user directory do this:
chown -R user2:user2 skype
Remember cp -a copies user:group attributes also.

<edit> Also make sure both users are in the same groups (particularly audio group).


All times are GMT -5. The time now is 11:54 PM.