From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 07:40:27 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 2DC1C16A4BF for ; Tue, 19 Aug 2003 07:40:27 -0700 (PDT) Received: from mail.virtualservice.com (mojo.virtualservice.com [205.138.98.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB2A43F85 for ; Tue, 19 Aug 2003 07:40:26 -0700 (PDT) (envelope-from matt@virtualservice.com) Received: from [66.207.210.226] (helo=[192.168.0.205]) by mail.virtualservice.com with esmtp (Exim 4.10) id 19p7er-0002DD-01 for freebsd-questions@freebsd.org; Tue, 19 Aug 2003 10:40:25 -0400 From: Matt Gostick To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1061304184.1016.18.camel@elbow.virtualservice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 19 Aug 2003 10:43:04 -0400 Content-Transfer-Encoding: 7bit Subject: /dev/snd0 and devfs??? 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: Tue, 19 Aug 2003 14:40:27 -0000 I have a SND Blaster 16 in my computer. I was using FreeBSD 4.8 and 'device pcm' in my kernel config file, worked great. I've completely re-installed with 5.1R and recompiled my kernel with 'device pcm'. Unfortunately sound doesn't work. I no longer have a /dev/snd0 device... how do I make devices in 5.1R??? MAKEDEV is no longer available... and section 9.5 of the FreeBSD manual says: "If you are running FreeBSD 5.0 or later you can safely skip this section. These versions use devfs(5) to allocate device nodes transparently for the user" What do I do? important dmesg stuff: sbc0: at port 0x388-0x38b,0x300-0x301,0x220-0x22f irq 7 drq 1,0 on isa0 pcm0: on sbc0 anything that looks sound related in my /dev tree: crw-rw-rw- 1 root wheel 30, 4 Aug 19 10:12 /dev/audio0.0 crw-rw-rw- 1 root wheel 30, 0x00010004 Aug 19 10:12 /dev/audio0.1 cr--r--r-- 1 root wheel 30, 6 Aug 18 12:23 /dev/sndstat Thanks, Matt Gostick P.S. I am not not subscribed to freebsd-question, please CC via email.