From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 14:11:19 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBDB9106564A for ; Sat, 11 Apr 2009 14:11:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 872528FC0C for ; Sat, 11 Apr 2009 14:11:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so947404qwb.7 for ; Sat, 11 Apr 2009 07:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=w2MuWuTNEdx+vmcAAAXC2jCl+Fhzyqbdg8UzjYR3hXU=; b=tUfmVQrPxUd/6LcJ6s9heY4bhBt3LXKSwAx5UqFOS/wWPCaRTxYM9PGRzmfhkqz8db NwDJYL6wj0PCcWRFmFcA7P+pIHnF11WSsVuQdv5EiOxrLWf7GdcEjC+LKjpEBytA/HKt BS7qZbv0TbMjw0MRDU/m8oGTmPPliD+ZvBO6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=oQfQPsdcSPl2KcI4J5V1pm/jYlefAcCq16Mb/oriWA1cmPbZ32SE6HXuZKnXVxvubd VnpFPD5AzzxWyawhVrpb9Tq34olfwZE35eVz4wHElkBTHmIgJKGQMKzUxvjohXGyopWx wnxDV+8mXTjux2y8WptBG9XQEzOZin79zr1Xo= MIME-Version: 1.0 Received: by 10.220.72.209 with SMTP id n17mr5507832vcj.44.1239459078903; Sat, 11 Apr 2009 07:11:18 -0700 (PDT) Date: Sat, 11 Apr 2009 09:11:18 -0500 Message-ID: <790a9fff0904110711y138d43b3n42d9fc5a374c7736@mail.gmail.com> From: Scot Hetzel To: jtidwell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation Subject: RE:cannot get kqemu to load with kldload X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 14:11:20 -0000 > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > install qemo, but I keep getting stuck at the point where I load kqemu with > kldload. The module file exists in /boot/modules, but I get this error > every time I try to load: > > # kldload kqemu > kldload: can't load kqemu: No such file or directory > > # ls /boot/modules > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > Have I missed some crucial step in installation? Every resource on > installation that I read assumes that kqemu.ko will load successfully. Did your rebuild kqemu after upgrading to 7.2, as modules built for 6.2 will not work on 7.2? Make sure you are installing emulators/kqemu-kmod-devel for qemu 0.10.{0-2}, as the kqemu-kmod port is only for qemu <= 0.9.1. Scot