From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 15:06:57 2003 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 2C9BD37B401 for ; Wed, 16 Apr 2003 15:06:57 -0700 (PDT) Received: from archimedes.rsn.bth.se (archimedes.rsn.bth.se [194.47.145.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C897843FDD for ; Wed, 16 Apr 2003 15:06:55 -0700 (PDT) (envelope-from defacto@home.se) Received: from jarl.home.se (as4-3-5.paa.hs.bonet.se [217.215.11.194]) by archimedes.rsn.bth.se (8.12.6/8.12.6) with ESMTP id h3GMbJYd070437 for ; Thu, 17 Apr 2003 00:37:19 +0200 (CEST) (envelope-from defacto@home.se) Message-Id: <5.2.0.9.0.20030416235951.00bb7ee8@archimedes.rsn.bth.se> X-Sender: jalle@archimedes.rsn.bth.se X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 17 Apr 2003 00:06:54 +0200 To: questions@freebsd.org From: Jalle In-Reply-To: <3E9DA494.5030901@laposte.net> References: <20030416095922.86174.qmail@web41703.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: sound 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: Wed, 16 Apr 2003 22:06:57 -0000 At 14:44 2003-04-16 -0400, E. J. Cerejo wrote: >Are you dont MAKEDEV inside /dev? >If you recompiled why didn't you include the device in your kernel instead >of trying to load it in loader.conf? >What did you put in /boot/loader.conf? I don't have that device snd0 and >my sound works great. Well, in fact, noone has... According to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-devicenodes.html sh MAKEDEV snd0 does NOT create a /dev/snd device. It will create a set of audio mixers and devices. >sapa sapa wrote: >>after recompiled and enable the sound pcm in loader.conf, i'm still >>having a problem with sound. after the recompiled, i can't do the sh >>MAKEDEV snd0, the problem look like can't open MAKEDEV, no such file or >>directories. Sapa sapa: it sounds like you didn't run MAKEDEV in /dev or you weren't root at the time. It would help if you included what kind of sound card you are using, and what modules you are loading in loader.conf. Maybe (and hopefully) you've solved it already. Good luck! /J