* no sound when using TV-OUT - fixed
@ 2009-11-14 10:30 Reiner
2009-11-14 11:56 ` Daniel Mack
0 siblings, 1 reply; 3+ messages in thread
From: Reiner @ 2009-11-14 10:30 UTC (permalink / raw)
To: alsa-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no sound when using TV-OUT - fixed
2009-11-14 10:30 no sound when using TV-OUT - fixed Reiner
@ 2009-11-14 11:56 ` Daniel Mack
2009-11-14 14:40 ` Reiner
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Mack @ 2009-11-14 11:56 UTC (permalink / raw)
To: Reiner; +Cc: alsa-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no sound when using TV-OUT - fixed
2009-11-14 11:56 ` Daniel Mack
@ 2009-11-14 14:40 ` Reiner
0 siblings, 0 replies; 3+ messages in thread
From: Reiner @ 2009-11-14 14:40 UTC (permalink / raw)
To: Daniel Mack; +Cc: alsa-devel
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-14 14:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 10:30 no sound when using TV-OUT - fixed Reiner
2009-11-14 11:56 ` Daniel Mack
2009-11-14 14:40 ` Reiner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.