From owner-freebsd-doc Tue Aug 3 1:40:33 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 927191526F for ; Tue, 3 Aug 1999 01:40:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA29386; Tue, 3 Aug 1999 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id BD15515248 for ; Tue, 3 Aug 1999 01:39:13 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 22870 invoked by uid 1003); 3 Aug 1999 08:39:30 -0000 Message-Id: <19990803083930.22869.qmail@rucus.ru.ac.za> Date: 3 Aug 1999 08:39:30 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12937: Adding "I can't create the snd0 device!" to the FAQ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12937 >Category: docs >Synopsis: Adding "I can't create the snd0 device!" to the FAQ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 3 01:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: In response to the frequently asked question regarding the creation of the mythical snd0 device. I'm not sure which section this should fall under, but "administration" had questions about adding virtual terminals. >How-To-Repeat: cd /dev sh MAKEDEV snd0 ls snd0 printf "Hi!!!!\n\nI was told to create snd0, and I ran the command, and nothing happened!!!!! There is no snd0 file!!!!" | mail -s "can't create sound device" questions@FreeBSD.org >Fix: --- admin.sgml.orig Tue Aug 3 09:13:13 1999 +++ admin.sgml Tue Aug 3 10:37:40 1999 @@ -956,6 +956,20 @@ + I can't create the snd0 device! + +

The command to create the devices for the sound card is: + + # cd /dev + # sh MAKEDEV snd0 + + +

However, this does not make a device named /dev/snd0. + Instead, it creates devices named mixer0, sndstat0, + dsp0, and others. Running the command is still necessary + to add sound devices, however. + + How do I re-read /etc/rc.conf and re-start /etc/rc without a reboot? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message