From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 03:38:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F50C16A40F for ; Mon, 13 Nov 2006 03:38:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60A143D45 for ; Mon, 13 Nov 2006 03:38:36 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so332810nfc for ; Sun, 12 Nov 2006 19:38:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wn5MzP2Gcg4NyA3i6oKCr+mqosdwSNSPt5fz8NqNBUKg7a9ZLDaXGcDSpauHw4hBkD4dtx4NdEYU9UPvUvXSsLvQkdzutnCRShFKVDp4r7UzNKc/6Q8klvVUdeUofnJdjox9kIOALTemWUuRZXr7SRDrhbqbgtX8W4tPAvuKv5A= Received: by 10.82.114.3 with SMTP id m3mr562637buc.1163389115456; Sun, 12 Nov 2006 19:38:35 -0800 (PST) Received: by 10.82.175.1 with HTTP; Sun, 12 Nov 2006 19:38:35 -0800 (PST) Message-ID: Date: Sun, 12 Nov 2006 21:38:35 -0600 From: "illoai@gmail.com" To: "Armin Arh" In-Reply-To: <20061113003447.0aaf01de.armin@pubbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061113003447.0aaf01de.armin@pubbox.net> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-6, kldload: No such file... 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: Mon, 13 Nov 2006 03:38:37 -0000 On 11/12/06, Armin Arh wrote: > Hi, > > since upgrading to FreeBSD-6 i can't load modules by just typing the name. > You do not say from what to 6.x. > ## kldload linux > kldload: can't load linux: No such file or directory > ## kldload linux.ko > kldload: can't load linux.ko: No such file or directory > ## kldload /boot/kernel/linux.ko > ## kldstat > Id Refs Address Size Name > 1 6 0xc0400000 77132c kernel > 3 1 0xc4193000 1b000 kqemu.ko > 4 1 0xc3db7000 16000 linux.ko > > did i miss some config? kldconfig(8) man 8 kldconfig -- --