From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E6h9X-0007d8-UV for garchives@archives.gentoo.org; Sun, 21 Aug 2005 04:09:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7L48JoM020801; Sun, 21 Aug 2005 04:08:19 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7L44aEH000052 for ; Sun, 21 Aug 2005 04:04:39 GMT Received: by wproxy.gmail.com with SMTP id i6so1228257wra for ; Sat, 20 Aug 2005 21:05:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OtPSTn+lTUWYpHlVkl8kkntuTShEUHCm3sChbuq76WHslyRlg4bQbU4n7vWv1Ycm9Ne8r+pDa0kYuv85pwTS2vyH6EHEQ1eeAYqJtBjWFrpGadWA15DKKcrBfPYg5Bq+KWnZgvHP6S/6vm72A6khkswk+cpgAZcRFJ72/l1QBzk= Received: by 10.54.147.16 with SMTP id u16mr755496wrd; Sat, 20 Aug 2005 21:05:03 -0700 (PDT) Received: by 10.54.39.56 with HTTP; Sat, 20 Aug 2005 21:05:03 -0700 (PDT) Message-ID: <8f7a9d58050820210516dfcf61@mail.gmail.com> Date: Sun, 21 Aug 2005 01:05:03 -0300 From: Raphael Melo de Oliveira Bastos Sales To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] alsa config In-Reply-To: <4307D6FE.9020003@planet.nl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <002a01c5a5ba$b7ff0210$0501a8c0@croatus> <200508202131.11161.ce@christeck.de> <200508201902.09898.john@jolet.net> <4307D6FE.9020003@planet.nl> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7L44aEH000052 X-Archives-Salt: b8244b92-4cf0-4e38-92f0-5764ab622d01 X-Archives-Hash: 98f78c46aef94301ee08d0355017045f Hi there John, First, remember to backup config files. The suggestion I'd give you is to: 1 - put snd-intel8x0 in /etc/modules.autoload.d/kernel-2.6 2 - set your /etc/modules.d/alsa like this: alias snd-card-0 snd-intel8x0 alias sound-slot-0 snd-intel8x0 3 - rc-update add alsasound boot 4 - /etc/init.d/alsasound restart Some programs that use OSS emulation need direct access to PCM. To do this, I have done the following: 1 - Create file /etc/conf.d/oss-emul 2 - Create a line for each program you want to grant permission for direct access, like this: 0 0 direct 3 - Add the following line to /etc/init.d/alsasound on the start() funcion: cat /etc/conf.d/oss-emul >> /proc/asound/card0/pcm0p/oss Everytime Alsa starts, it will give permission to the programs. Hope this helps, Raphael. -- gentoo-user@gentoo.org mailing list