From owner-freebsd-stable@FreeBSD.ORG Thu Dec 2 23:25:00 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D479216A4CE for ; Thu, 2 Dec 2004 23:25:00 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD8643D1F for ; Thu, 2 Dec 2004 23:25:00 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1Ca0K5-00046S-00 for freebsd-stable@freebsd.org Fri, 03 Dec 2004 00:25:17 +0100 Received: from [212.106.254.37] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1Ca0K5-00045g-00 for freebsd-stable@freebsd.org Fri, 03 Dec 2004 00:25:17 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iB2NOvYO001993 for ; Fri, 3 Dec 2004 00:24:57 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id iB2NP0g6000857 for freebsd-stable@freebsd.org; Fri, 3 Dec 2004 00:25:00 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-stable@freebsd.org Date: Fri, 3 Dec 2004 00:24:59 +0100 User-Agent: KMail/1.7.1 References: <20041202185708.A34D85D04@ptavv.es.net> In-Reply-To: <20041202185708.A34D85D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200412030025.00198.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.19; VDF: 6.28.0.101; host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: Re: problems with loader X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:25:00 -0000 El Jueves, 2 de Diciembre de 2004 19:57, Kevin Oberman escribi=F3: > > From: Jose M Rodriguez > > Date: Thu, 2 Dec 2004 19:30:50 +0100 > > Sender: owner-freebsd-stable@freebsd.org > > > > El Jueves, 2 de Diciembre de 2004 19:06, Konstantin Volevatch=20 escribi=C3=B3: > > > Hi, Jose! > > > > > > In /boot/defaults/loader.conf : > > > module_path=3D"/boot/modules" > > > > > > You can override it with: > > > module_path=3D"/boot/kernel" > > > > tried. doesn' work. Anyone else see this? > > Still sounds like a broken module path to me. But the correct fix is > in UPDATING. See the entry for 20040806. I install a brand new /boot from fresh build. I tried put module_path=3D"/boot/kernl". no look. After that, I try a /boot/loader.conf: loader_color=3D"YES" verbose_loading=3D"YES" beastie_disable=3D"YES" snd_via8233_load=3D"YES" After kernel load, I can see a: snd_via8233...failed breaking into the loader, show: module_path=3D/boot/kernel;/boot/modules After boot, kldload snd_via8233 works without problems. I only can see minor changes fron ru@ (3 weeks) and iedowse@ (2 month). =20 But no clues on this. Any help on this is welcome =2D- josemi