From owner-freebsd-questions Fri Nov 16 11:11:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from y3k.shacknet.nu (ts5m-pool0-191.gti.net [208.216.126.191]) by hub.freebsd.org (Postfix) with ESMTP id 22D3637B405 for ; Fri, 16 Nov 2001 11:11:27 -0800 (PST) Received: from shacknet.nu (localhost.gti.net [127.0.0.1]) by y3k.shacknet.nu (8.11.6/8.11.6) with SMTP id fAFJI9J01935; Thu, 15 Nov 2001 14:18:11 -0500 (EST) (envelope-from y3k@gti.net) Received: from 65.205.87.208 (SquirrelMail authenticated user mark) by y3k.shacknet.nu with HTTP; Thu, 15 Nov 2001 14:18:11 -0500 (EST) Message-ID: <2044.65.205.87.208.1005851891.squirrel@y3k.shacknet.nu> Date: Thu, 15 Nov 2001 14:18:11 -0500 (EST) Subject: Re: sound help From: "Mark Yeck" To: thursday@freeshell.org In-Reply-To: <20011116151152.A2284@sdf.freeshell.org> References: <20011116151152.A2284@sdf.freeshell.org> Cc: freebsd-questions@FreeBSD.ORG X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > > Ok, > > cd /dev && ./MAKEDEV snd0 didn't return an error, but it also didn't > create snd0: > >squad51:/dev # ls sn* >sndstat >squad51:/dev # cat sndstat > cat: sndstat: Device not configured >squad51:/dev # > > Ideas? You should really check out the handbook. I did this same thing on tuesday and was done in under an hour. There's a whole chapter called "Sound". Here's a quote and link to the Sound section called "Creating and Testing the Device Nodes": http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x14152.html -mark --------------------------------------------------------------------- # cd /dev # sh MAKEDEV snd0 If the command returned pcm1, follow the same steps as shown above, replacing snd0 with snd1. Note: The above commands will not create a /dev/snd device! MAKEDEV will create a group of device nodes, including: Device Description /dev/audio SPARC-compatible audio device /dev/dsp Digitized voice device /dev/dspW Like /dev/dsp, but 16 bits per sample /dev/midi Raw midi access device /dev/mixer Control port mixer device /dev/music Level 2 sequencer interface /dev/sequencer Sequencer device /dev/pss Programmable device interface If all goes well, you should now have a functioning sound card. If you do not, read the next section. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message