From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 22:29:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACF016A4CE for ; Mon, 26 Jul 2004 22:29:57 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262CB43D1D for ; Mon, 26 Jul 2004 22:29:57 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.100] (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i6QMTe4K005028 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 26 Jul 2004 17:29:41 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: Eric F Crist Organization: Secure Computing Networks To: freebsd-questions@freebsd.org, mfcardenas@prodigy.net.mx Date: Mon, 26 Jul 2004 17:29:42 -0500 User-Agent: KMail/1.6.1 References: <200407261709.06904.mfcardenas@prodigy.net.mx> In-Reply-To: <200407261709.06904.mfcardenas@prodigy.net.mx> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407261729.42954.ecrist@secure-computing.net> X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: Re: OSS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 22:29:57 -0000 On Monday 26 July 2004 05:09 pm, Miguel Cardenas wrote: > Hello... > > Anybody has installed OSS on FreeBSD 5.2.1? Am trying the system inside a > VMWare machine and had troubles installing OSS... I did it once, but > reinstalled the system and did not work again... it gets installed fine > (OSS) but when running 'soundon' it says there was a problem... > > The OSS module is loaded in memory, but simply does not work... > > When installing the package it says the following error message: > > /dev/mixer0: No such file or directory > > What can I do? how can I create /dev/mixer? devices? > > Thanks!! This should be automatically created by devfs. I would make certain that the proper device entry is installed in your kernel config. For my system, I need to add the following line to my kernel config file: device pcm I hope this helps. Eric F Crist