Stan Goodman wrote:
I intend to run: ln -sf vboxvfs.ko /lib/modules/2.6.27.42-0.1-trace/updates/vboxvfs.co ln -sf vboxadd.ko /lib/modules/2.6.27.42-0.1-trace/updates/vboxadd.ko from the directory where the incorrect symlinks are located.
Almost. 1) The arguments must be the other way round; first the real files, then the place where the symlinks shall be created. 2) There's a typo in the first command, there ".co" must be ".ko". The exact commands are, as root: cd /lib/modules/`uname -r`/weak-updates/updates ln -sf /lib/modules/2.6.27.42-0.1-trace/updates/vbox*.ko . depmod -a Then, run modprobe vboxvfs and see if error messages are output to console or to /var/log/messages. If not, the kernel module problem has probably been resolved. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod Email: jschrod@acm.org Roedermark, Germany -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org