From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reiner Subject: Re: no sound when using TV-OUT - fixed Date: Sat, 14 Nov 2009 15:40:01 +0100 Message-ID: <4AFEC141.6080605@googlemail.com> References: <4AFE86BC.4010404@googlemail.com> <20091114115614.GY14091@buzzloop.caiaq.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by alsa0.perex.cz (Postfix) with ESMTP id 8F02B243BB for ; Sat, 14 Nov 2009 15:40:05 +0100 (CET) Received: by bwz9 with SMTP id 9so11094123bwz.32 for ; Sat, 14 Nov 2009 06:40:04 -0800 (PST) In-Reply-To: <20091114115614.GY14091@buzzloop.caiaq.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Daniel Mack Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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 '. 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 >