You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Emulated Debian under VMWare ====== {{template>vorlagen:tutorialdetails|tutname=Emuliertes Debian unter VMWare|tutautor=Christoph Raible,[[psycore]]|tutversion=1.0|tutquelle=http://www.christoph-raible.de/VMWare+Tools}} ===== Installation VMWare-Tools ===== ==== 1. find out the kernel version: ==== Debian-Etch#: uname -a As a result you will get something like this (numbers may vary depending on the system): <code bash>Linux Debian 2.6.18-4-686 .....</code> The numbers at the end are needed for point 3. ==== 2. installation of the required packages ==== <code bash>apt-get -y install gcc make zip unzip psmisc libglib2.0-0</code> ==== 3. installing the kernel headers and kernel sources ==== And here we enter the numbers from point 1. <code bash>apt-get -y install linux-headers-2.6.18-4-686 linux-source-2.6.18</code> ==== 4. mounting and copying the VMWare tools ==== Mount virtual CD drive, copy and unmount files: <code bash>mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom/ cd /mnt/cdrom cp /mnt/cdrom/VMWareTools-5.5.3-...tar.gz /usr/src/ umount /mnt/cdrom </code> ==== 5. unpack and install the VMWare tools ==== <code bash> cd /usr/src tar xfvz VMWareTools-5.5.3-...tar.gz <-- (zahl je nach Versionsstand) cd vmware-tools-distrib ./vmware-install.pl </code> When the installation starts, confirm all questions by pressing ENTER. ==== 6. set up the network module (vmxnet) ==== <code> /etc/init.d/networking stop rmmod pcnet32 rmmod vmxnet depmod -a /etc/init.d/networking start shutdown -r </code>Please solve the following equation to prove you're human. 210 -6 = Please keep this field empty: SavePreviewCancel Edit summary Note: By editing this page you agree to license your content under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International