From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 19:36:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0E416A4CE for ; Fri, 28 Nov 2003 19:36:04 -0800 (PST) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.5.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7743FDD for ; Fri, 28 Nov 2003 19:36:03 -0800 (PST) (envelope-from kellers@njit.edu) Received: from 10.0.1.9 (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) current@freebsd.org; Fri, 28 Nov 2003 22:35:59 -0500 (EST) Date: Fri, 28 Nov 2003 22:36:00 -0500 From: T Kellers In-reply-to: <20031129031953.GA94227@xor.obsecurity.org> To: Kris Kennaway Message-id: <200311282236.00723.kellers@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.4 References: <200311282140.57322.kellers@njit.edu> <200311282200.53872.kellers@njit.edu> <20031129031953.GA94227@xor.obsecurity.org> cc: current@freebsd.org Subject: Re: no /dev/dsp.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 03:36:04 -0000 On Friday 28 November 2003 10:19 pm, Kris Kennaway wrote: > > You can't force the driver to detect your soundcard if the driver > doesn't detect it :-) > > If you have a supported sound card and are loading the correct driver, > then the device will be probed when you load the driver (at boot, > after boot, whenever), and the device node will be created at that > time if the probe is successful. > > > I suppose on the 5.2-BETA laptop I should see something similar? > > You should, yes. > > Kris Thanks, I'll check the dmesg on the laptop tomorrow and see what it contains. Is it likely that a soundcard recognized by 4.7 - 4.9 kernel wonouldn't be recognized by 5.2-Beta? Tim