Mailinglist Archive: opensuse-de (5264 mails)
| < Previous | Next > |
Re: VMware und suse7.2
- From: Marc Schiffbauer <marc.schiffbauer@xxxxxxxxxxxxxx>
- Date: Sun, 10 Jun 2001 17:19:24 +0200
- Message-id: <20010610171924.C25137@xxxxxxxxxxxxxxxxxxxxx>
* dieter franzke schrieb am 10.06.01 um 16:12 Uhr:
> Hi,
>
>
> Header sind installiert, hab ne original vmware von der website.
> Unter 7.1 lief alles hervorragend.
> Unter 7.2 bekomme ich nun folgende Meldung beim Aufruf von
> vmware-config.pl
> ...
> Trying to find a suitable vmmon module for your running kernel.
>
> None of VMware's pre-built vmmon modules is suitable for your
> running kernel. Do
> you want this script to try to build the vmmon module for your
> system (you need
> to have a C compiler installed on your system)? [yes]
>
> What is the location of the directory of C header files that
> match your running
> kernel? [/usr/src/linux/include]
>
> The directory of kernel headers (version 2.4.4) does not match
> your running
> kernel (version 2.4.4-4GB). Consequently, even if the
> compilation of the module
> was successful, the module would not load into the running
> kernel.
>
Hier musst du ansetzen.
Ich denke am einfachsten waere es, wenn du die Kernel-Quellen so
anpasst, dass sie auch "2.4.4-4GB" heissen.
Dazu brauchst du nur folgendes zu tun:
1. # $EDITOR /usr/src/linux/Makefile
hier gibst du ganz oben bei EXTRAVERSION den Wert -4GB ein, so dass
da steht:
EXTRAVERSION = -4GB
2. # cd /usr/src/linux && make mrproper
Achtung: Wenn du den Kernel schon fleissig konfiguriert hast,
solltest du vorher die .config sichern und anschliessend
zurückspielen.
Danach nochmal das vmware-config.pl probieren.
Alternativ müssten die bisherigen vmware-Module sich mit insmod -f
auch laden lassen, aber ich wuerde erts mal oben die Sachen
probieren
Gruss
-Marc
--
+------------------------------------------------------------------+
| --> http://www.links2linux.de <-- Jetzt mit neuen Features! |
| wie z.B. [EasyLink] |
+---Registered-Linux-User-#136487------------http://counter.li.org +
> Hi,
>
>
> Header sind installiert, hab ne original vmware von der website.
> Unter 7.1 lief alles hervorragend.
> Unter 7.2 bekomme ich nun folgende Meldung beim Aufruf von
> vmware-config.pl
> ...
> Trying to find a suitable vmmon module for your running kernel.
>
> None of VMware's pre-built vmmon modules is suitable for your
> running kernel. Do
> you want this script to try to build the vmmon module for your
> system (you need
> to have a C compiler installed on your system)? [yes]
>
> What is the location of the directory of C header files that
> match your running
> kernel? [/usr/src/linux/include]
>
> The directory of kernel headers (version 2.4.4) does not match
> your running
> kernel (version 2.4.4-4GB). Consequently, even if the
> compilation of the module
> was successful, the module would not load into the running
> kernel.
>
Hier musst du ansetzen.
Ich denke am einfachsten waere es, wenn du die Kernel-Quellen so
anpasst, dass sie auch "2.4.4-4GB" heissen.
Dazu brauchst du nur folgendes zu tun:
1. # $EDITOR /usr/src/linux/Makefile
hier gibst du ganz oben bei EXTRAVERSION den Wert -4GB ein, so dass
da steht:
EXTRAVERSION = -4GB
2. # cd /usr/src/linux && make mrproper
Achtung: Wenn du den Kernel schon fleissig konfiguriert hast,
solltest du vorher die .config sichern und anschliessend
zurückspielen.
Danach nochmal das vmware-config.pl probieren.
Alternativ müssten die bisherigen vmware-Module sich mit insmod -f
auch laden lassen, aber ich wuerde erts mal oben die Sachen
probieren
Gruss
-Marc
--
+------------------------------------------------------------------+
| --> http://www.links2linux.de <-- Jetzt mit neuen Features! |
| wie z.B. [EasyLink] |
+---Registered-Linux-User-#136487------------http://counter.li.org +
| < Previous | Next > |