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 1DuEwe-0000Dn-7n for garchives@archives.gentoo.org; Sun, 17 Jul 2005 19:37:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6HJZUtQ007449; Sun, 17 Jul 2005 19:35:30 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6HJVu5M008204 for ; Sun, 17 Jul 2005 19:31:57 GMT Received: by zproxy.gmail.com with SMTP id q3so718601nzb for ; Sun, 17 Jul 2005 12:32:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YbdlzWFBygoIJl++3WYPkXgaUJEXrZLuO486hsN5Vq/cKslaR2hiQVlf7DSWM/9csVcSuRT9EkmIkAS2QMhznBcM1ErNjE4LtHXDMA0EGyS6M3lqeldZVWRa+KQufFAttlv8XnGain7nmlRrDEixo6ZOPUu3A7aqfXaB7tEzu/c= Received: by 10.36.103.20 with SMTP id a20mr2870967nzc; Sun, 17 Jul 2005 12:32:36 -0700 (PDT) Received: from ?192.168.1.10? ([24.30.171.44]) by mx.gmail.com with ESMTP id c1sm398655nzd.2005.07.17.12.32.34; Sun, 17 Jul 2005 12:32:36 -0700 (PDT) Message-ID: <42DAB280.2050505@gmail.com> Date: Sun, 17 Jul 2005 12:33:20 -0700 From: Zac Medico User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050715) X-Accept-Language: en-us, en 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Problems with SB Live, again References: <20050717185937.19928.qmail@web53603.mail.yahoo.com> In-Reply-To: <20050717185937.19928.qmail@web53603.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 86855444-27f5-430a-82c4-1b952f445a58 X-Archives-Hash: dafc6f6f8ef05d94d82c0952fc1f070b E. Pereira wrote: > As I told before my system gives me > >>WARNING **: oss_open(): Failed to open audio device >>(/dev/sound/dsp): No such file or directory > > when I try to play audio. > So I took a peek in my system and discovered, while > trying to install alsa-driver, that ALSA is already > compiled into my kernel. So what should I do? > > Thanks for any possible help, > e.pereira > Well, /dev/sound belongs to the deprecated oss api so you need to enable oss emulation: mkdir /etc/portage echo "media-sound/alsa-driver oss" >> /etc/portage/package.use emerge -av alsa-driver /etc/init.d/alsasound restart Zac -- gentoo-user@gentoo.org mailing list