From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 3 11:52:53 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CFB16A41F for ; Sat, 3 Dec 2005 11:52:53 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (Jdf01.j.pppool.de [85.74.223.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CADA43D4C for ; Sat, 3 Dec 2005 11:52:52 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.13.4/8.11.6) with ESMTP id jB3BqZus006590; Sat, 3 Dec 2005 12:52:50 +0100 (CET) (envelope-from garyj@jennejohn.org) Message-Id: <200512031152.jB3BqZus006590@peedub.jennejohn.org> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: cajfox@mail.bg In-reply-to: Your message of "Sat, 03 Dec 2005 01:46:33 +0200." <1133567193.697507caa64e8@mail.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 03 Dec 2005 12:52:35 +0100 From: Gary Jennejohn Cc: freebsd-emulation@freebsd.org Subject: Re: FreeBSD VMWare X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Jennejohn List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2005 11:52:53 -0000 cajfox@mail.bg writes: > I have VMWare for Linux - > VMware-workstation-4.0.0-4460.tar.gz. So I have installed > the /usr/ports/linux_base port. All was fine with the > running of the instllation but at the point where it asks > me to input the directory, where "insmod" was and then (as > this article says: > http://lists.freebsd.org/pipermail/freebsd-emulation/2005-February/000808.html), > where "modprobe" was I can't go any further. What are > "insmod" and "modproble"? Everything else with the > installation seems fine, until this point. I did the same > that the article said, but I can't find "insmod" and > "modprobe". > insmod is like kldload under FreeBSD and tries to install a kernel module. modprobe is a mechanism used by Linux to find a matching module for a specific kernel service. AFAIK FreeBSD does not support running Linux kernel modules so you can forget about trying to run the Linux version of VMWare by just installing it directly. There's a lot of magic involved to get VMWare running under FreeBSD. Currently the latest version supported in the ports tree is VMWare 3 (/usr/ports/emulators/vmware3). However, check out this site: http://www.break.net/orlando/freebsd.html --- Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde