From owner-freebsd-hardware@FreeBSD.ORG Sat Jun 6 00:26:35 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 117FA1065670 for ; Sat, 6 Jun 2009 00:26:35 +0000 (UTC) (envelope-from scuppers@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id C69DC8FC0A for ; Sat, 6 Jun 2009 00:26:34 +0000 (UTC) (envelope-from scuppers@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1022774ywe.13 for ; Fri, 05 Jun 2009 17:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=oTYHwzyhDCuxch3yobKFm5ZM5uhfZFFohiVJAGxS5DE=; b=voaYl8mp7QDcdOPWlij9pfxsCZFSUVmKJ2MlvGE8NkAa7fGZLZp96rWa2JUM9yNie5 8FzP3JiwHR9ZAliV7xZ1Tr2dxBukPUJH2CPucdEgHN2HNDPSSm97iaDAoAjF0FPw+Unl JIKlw/ZvFk40H2QMe7znckHtCF80RW6rlZqL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=FGVTbd2h1Z8PmX9JCuKqPUMISMbYdzJEuSuHqMhmuUS/O3hhGNWP6BGEvZ+XwegqVf 3ufUdwmHDzNjpZZS76/ZqVFFguGneac3hGNdzqxEcGSAun3SZ3ogp4gr/XYwVGNSMlDI tJFXI1VHFQG+PLtU0ZwI2tTSfC3f02x6bO3Wo= MIME-Version: 1.0 Received: by 10.231.12.77 with SMTP id w13mr1100873ibw.56.1244246729206; Fri, 05 Jun 2009 17:05:29 -0700 (PDT) Date: Fri, 5 Jun 2009 20:05:29 -0400 Message-ID: From: Scott Spare To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: /dev/speaker missing. (kldstat confirms that speaker.ko is loaded.) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 00:26:35 -0000 I'm having a unique (?) problem on a machine running 7.2 STABLE. It looks like /dev/speaker decided to go away, and yet ^G still produces a beep, and the hardware's there. Any advice on how to replace a missing device node under devfs / devd? I understand mknod is deprecated now, and I'm having trouble following how to recreate the device node. I've confirmed that the speaker.ko module is loaded (via kldstat). I rebuilt the kernel and world recently. Any ideas? Thanks kindly, Scott http://www.scottspare.com/bsdfun