[alsa-devel] no sound when using TV-OUT - fixed
Hello,
I think I have fixed it
in the /dev directory I have done the following:
chmod ugo+rw dsp
Now it works! Sorry for the 3 e,ails but zo be honest: I dont't understand it, because it's the same user !
Reiner
On Sat, Nov 14, 2009 at 11:30:20AM +0100, Reiner wrote:
I think I have fixed it
in the /dev directory I have done the following:
chmod ugo+rw dsp
In case you're using udev, the /dev folder is created dynamically, so your change won't survive a reboot.
Check the file permissions of the nodes again and see which group ownership they have (most probably 'audio').
Then run 'sudo useradd -G <group> <youruser>'. Log out and back in again to make this change effective. To check wheter it worked, type 'id' to find out which groups your user is a member of.
HTH, Daniel
Hello,
yes you are right! First I have placed th chmod in my /etc/profile and now I have added me to the group audio! ;-)
Reiner
Am 14.11.2009 12:56, schrieb Daniel Mack:
On Sat, Nov 14, 2009 at 11:30:20AM +0100, Reiner wrote:
I think I have fixed it
in the /dev directory I have done the following:
chmod ugo+rw dsp
In case you're using udev, the /dev folder is created dynamically, so your change won't survive a reboot.
Check the file permissions of the nodes again and see which group ownership they have (most probably 'audio').
Then run 'sudo useradd -G <group> <youruser>'. Log out and back in again to make this change effective. To check wheter it worked, type 'id' to find out which groups your user is a member of.
HTH, Daniel
participants (2)
-
Daniel Mack
-
Reiner