From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 17 15:54:50 2012 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 D324410656FE for ; Fri, 17 Feb 2012 15:54:50 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id A37E98FC16 for ; Fri, 17 Feb 2012 15:54:50 +0000 (UTC) Received: by daec6 with SMTP id c6so3833768dae.13 for ; Fri, 17 Feb 2012 07:54:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=LESmGruMk4XqMogeQXEt5Q3uRcFhxrUwnIULq7HUTz8=; b=PbL/AgfbJ+2UI9qpYpHG7m7FbI5uEkUMaN1UEEi4IRA6z/XGdkYnrtkVdHZMjsMyHt 0gVqdb9EEYKFPDCC+As5/AJ0c+0j590SeCL/BRX5QRVmLbU41WledEhen/84w7LBCAuJ naoBifizhHFVJPCkWODJvejgA2F1wHIcor3rU= Received: by 10.68.72.138 with SMTP id d10mr25790734pbv.15.1329492725385; Fri, 17 Feb 2012 07:32:05 -0800 (PST) Received: from bakeneko.local ([74.195.19.178]) by mx.google.com with ESMTPS id q3sm5423976pbe.71.2012.02.17.07.32.03 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 07:32:04 -0800 (PST) Message-ID: <4F3E72B7.2050005@gmail.com> Date: Fri, 17 Feb 2012 07:31:03 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120111 Thunderbird/9.0 MIME-Version: 1.0 To: Hans Petter Selasky References: <201202171612.36971.hselasky@c2i.net> In-Reply-To: <201202171612.36971.hselasky@c2i.net> X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, Alex Goncharov Subject: Re: 8 to 9: Kernel modularization -- did it change? 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: Fri, 17 Feb 2012 15:54:50 -0000 On 02/17/12 07:12, Hans Petter Selasky wrote: > On Friday 17 February 2012 16:05:42 Alex Goncharov wrote: >> <=3D=3D This is shocking to me: I have the /boot/kernel/snd_hda.ko but= I >> can't load and unload it -- apparently the sound support is in the >> kernel now. > Maybe there is a missing depencency towards sound.ko. Try loading that = first. > > --HPS > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.o= rg" It's in the kernel in later versions of 9-CURRENT and in 9-RELEASE on. You can't kldload or unload it because it's not a module, but part of the kernel. That doesn't preclude the presence of the file, I think. 'kldstat -v | less' should show you what's "in there". Matt