From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 14:35:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0CA8616A4F6 for ; Sat, 4 Feb 2006 14:35:17 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D18843D49 for ; Sat, 4 Feb 2006 14:35:16 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id k14EY6kD032554; Sat, 4 Feb 2006 08:34:27 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43E4BB54.4000704@daleco.biz> Date: Sat, 04 Feb 2006 08:33:56 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mohsen@pahlevanzadeh.org References: <43E4A32C.6040105@pahlevanzadeh.org> In-Reply-To: <43E4A32C.6040105@pahlevanzadeh.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: /dev/dsp isn't there X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 14:35:17 -0000 Mohsen Pahlevanzadeh wrote: > Dear all, > i have FreeBSD6.0 .I haven't /dev/dsp > I can't create dsp with devfs.FreeBSD remove MAKEDEV since FreeBSD5.0 > Please guide me on devfs & create /dev/dsp > Yours,Mohsen MAKEDEV is deprecated; if you have no /dev/dsp, it's likely because you either have unsupported audio hardware, or, even more likely, you haven't loaded a driver that matches your hardware, so devfs doesn't bother to create a device entry. Try placing snd_driver_load="YES" in /boot/loader.conf --- this will cause all known sound driver modules to be loaded into your kernel at boot; then reboot and show us the output of dmesg, e.g.: # grep pcm /var/run/dmesg.boot HTH, Kevin Kinsey -- If you put your supper dish to your ear you can hear the sounds of a restaurant. -- Snoopy