From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 4 15:10:43 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DCC116A469 for ; Mon, 4 Feb 2008 15:10:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3BC1513C467 for ; Mon, 4 Feb 2008 15:10:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id CEF501A4D86; Mon, 4 Feb 2008 07:10:42 -0800 (PST) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Mon, 4 Feb 2008 10:03:22 -0500 User-Agent: KMail/1.9.7 References: <47A4FF5F.9010604@gmail.com> In-Reply-To: <47A4FF5F.9010604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802041003.22658.jhb@freebsd.org> Cc: "Aryeh M. Friedman" Subject: Re: /dev/dsp disappeared after power outage X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 15:10:43 -0000 On Saturday 02 February 2008 06:40:15 pm Aryeh M. Friedman wrote: > I just had a power outage and when it came back /dev/dsp0.0 was > missing from the devices. the kern module loaded fine and detected > the card correctly (according to dmesg, sysctl and /dev/sndstat) but > neither the above or /dev/pcm exists. After rebooting the problem > remains. Any ideas how to fix it? Nothing to fix. This is how devfs device cloning works. -- John Baldwin