From owner-freebsd-current Fri May 26 06:48:58 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA25869 for current-outgoing; Fri, 26 May 1995 06:48:58 -0700 Received: from dup.cs.fsu.edu (dup.cs.fsu.edu [128.186.121.85]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA25863 for ; Fri, 26 May 1995 06:48:57 -0700 Received: by dup.cs.fsu.edu (8.6.9/56) id JAA20256; Fri, 26 May 1995 09:48:54 -0400 Date: Fri, 26 May 1995 09:48:54 -0400 From: Gang-Ryung Uh Message-Id: <199505261348.JAA20256@dup.cs.fsu.edu> To: current@FreeBSD.org Subject: snd* Sender: current-owner@FreeBSD.org Precedence: bulk Hi, all. Yesterday, I grabbed FreeBSD-current source (May 25), and 'make world'. And rebuild the kernel based upon the original kernel configuration. Also, I changed to /usr/src/etc, 'make distribution', and touch some files in /etc based upon 'the old /etc'. My question is .... Since I have a sb16 soundcard, I tried to test some sound file, such as 'cat Doh.au > /dev/audio', but it complains the soundcard is not configured. So I changed to /dev and 'ls -l snd*'. But there is no entry /dev/snd0. So, as a superuser, I did `sh MAKEDEV snd*'. It does not generate error, but does not create anything except 'sndstat' When I ran previous FreeBSD-current (May 13), I can create the entry snd0 fine. But not anymore.. Do I miss something? Thanks for your help. Regards, --Uh