richard terry wrote: > On Fri, 14 Dec 2007 08:05:47 pm you wrote: >> Hi Richard, >> >> which virtualbox package did you install? > > virtualbox-ose > virtualbox-ose-additions > virtualbox-ose-additions-modules > > > Also, I removed all of these, compiled the AUR version and ran that, again > no file of that name is installed. > > Any further hints? is the virtualbox-ose-additions-modules the correct > package? Here's the entire contents of vbox_build_module: #!/bin/bash echo "Building Virtualbox kernel modules for kernel $(uname -rv)" cd /opt/VirtualBox-1.5.0/src/ make clean && make && make install