Il giorno mer, 24/01/2007 alle 16.13 +1300, Rob Brown-Bayliss ha scritto: > Hi, trying to build the vmware module for the 2.6.19-1.2895 kernel and > it fails with the following output: > > Building the vmmon module. Before build I run this script... ::::::::: #!/bin/bash set -x cd /usr/lib/vmware/modules/source test ! -f vmnet.tar.orig && mv vmnet.tar vmnet.tar.orig tar -xf vmnet.tar.orig grep -snHRi "linux/config.h" vmnet-only sed -i 's|^#include <linux/config.h>|//&|' vmnet-only/procfs.c grep -snHRi "linux/config.h" vmnet-only grep 'CHECKSUM_HW' vmnet-only/bridge.c vmnet-only/userif.c sed -i 's|CHECKSUM_HW|CHECKSUM_COMPLETE|' vmnet-only/bridge.c vmnet-only/userif.c grep 'CHECKSUM_COMPLETE' vmnet-only/bridge.c vmnet-only/userif.c tar -cf vmnet.tar vmnet-only rm -rf vmnet-only ls -l #-------------------- Work for me. -- Dario Lesca <d.lesca@xxxxxxxxxx>