From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 02:46:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1A6D106566B for ; Fri, 12 Jun 2009 02:46:24 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 512B78FC15 for ; Fri, 12 Jun 2009 02:46:23 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from kw.homeip.net (c80-217-74-54.bredband.comhem.se [80.217.74.54]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id n5C2kMU9046254; Fri, 12 Jun 2009 04:46:22 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <4A31C167.9040400@bah.homeip.net> Date: Fri, 12 Jun 2009 04:45:59 +0200 From: Bernt Hansson User-Agent: slrn/1.0.8 (FreeBSD) MIME-Version: 1.0 To: Mel Flynn References: <200906111150.00121.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A31676C.6020709@bah.homeip.net> <200906111523.55313.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200906111523.55313.mel.flynn+fbsd.questions@mailing.thruhere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Compiling in sound driver in kernel 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: Fri, 12 Jun 2009 02:46:25 -0000 Mel Flynn said the following on 2009-06-12 01:23: > On Thursday 11 June 2009 12:22:04 Bernt Hansson wrote: >> Mel Flynn skrev: >>> On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: >>>> Roland Smith skrev: >>>>> On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: >>>>>> Roland Smith skrev: >>>>>>>>>> That doesn't help me. snd_hda driver won't load either way. I >>>>>>>>>> always have to load it manualy. >>>>>>>>> What is the exact error message that you get? >>>>>>>> None. No error message. >>>>>>> So the kernel now builds correctly with 'device sound' and 'device >>>>>>> snd_hda'? >>>>>> It's always built, sound or no sound. >>>>> Than that is weird. Because if snd_hda is built into the kernel, you >>>>> should not be able to load the module. >>>> Beats me! Is there any other info you might to have? >>> Since you're not the OP, could you post your full kernel config and dmesg >>> of that kernel? >> Yes of course. >> >> Dmesg: >> >> Copyright (c) 1992-2009 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >> FreeBSD is a registered trademark of The FreeBSD Foundation. >> FreeBSD 7.2-STABLE #0: Thu Jun 11 21:56:24 CEST 2009 >> root@fqdn:/usr/obj/usr/src/sys/GENERIC > ^^^^^^^ > Did you edit GENERIC Yes. Added sound and snd_hda > or did you forget to set KERNCONF during build/installkernel? No. cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC reboot is what I did. No snd_hda