(solved) VirtualBox guest additions 3.1.8

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

(solved) VirtualBox guest additions 3.1.8

Post by damNageHack »

Image
SalixOS 13.1beta1 with slapt-get --upgrade and kernel-source package installed.

Manually doing "modprobe -v vboxguest" gives "Invalid module format".
Last edited by damNageHack on 16. May 2010, 18:44, edited 1 time in total.
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: VirtualBox guest additions 3.1.8

Post by JRD »

Yeah...I made my own patches for this to compile and run, but then I had some graphical glitches (so my patches were not ok it seems). At last, I compile latest VirtualBox, and this is working good. I need to contact the main packager of VirtualBox...
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox guest additions 3.1.8

Post by damNageHack »

Unfortunately, I forgot to mention that host is VirtualBox PUEL 3.1.8 RPM package (for Fedora 12 running on F13) from virtualbox.org ...
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: VirtualBox guest additions 3.1.8

Post by gapan »

Are you sure you have the same version of all kernel packages installed? The kernel packages have been upgraded to 2.6.33.4 shortly after the release of 13.1beta1.
Image
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox guest additions 3.1.8

Post by damNageHack »

gapan wrote:Are you sure you have the same version of all kernel packages installed?
uname -r --> 2.6.33.3-smp
ls -d /usr/src/linux-* --> 2.6.33.4

"slapt-get --upgrade" does not find any new packages.
Outch! :evil:
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: VirtualBox guest additions 3.1.8

Post by gapan »

You need to upgrade your kernel packages. Search the wiki on how to do that.
Image
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox guest additions 3.1.8

Post by damNageHack »

gapan wrote:You need to upgrade your kernel packages. Search the wiki on how to do that.
http://www.salixos.org/wiki/index.php/H ... the_kernel
Thank you very much. 8-)

After doing the updates with "slapt-get -i <pkg>" and a reboot, mouse and keyboard does not work any more in vbox.... :twisted:
EDIT: ACPI seems also to be dead :mrgreen:
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: VirtualBox guest additions 3.1.8

Post by Akuna »

All these packages have to be from the same version: kernel-headers kernel-huge-smp kernel-modules-smp & kernel-source.

Could it be that you forgot to upgrade kernel-modules-smp?
Image
What really matters is where you are going, not where you come from.
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox guest additions 3.1.8

Post by damNageHack »

How can I reactivate keyboard (+mouse) in the (with kernel) updated vbox?

EDIT:
Akuna wrote:Could it be that you forgot to upgrade kernel-modules-smp?
No. I did "slapt-get -i pkgs" where pkgs was the line got from EXCLUDED output of "slapt-get --upgrade" without aaa_base. By the way: The howto in wiki is confusing, it is easier to use slapt-get --upgrade to see all EXCLUDED packages and do individual manual upgrade for those.
I did it again and same result, no mouse and no keyboard input possible any more. :roll:

It seems that the devs are currently working on patches for kernel 2.6.33.x ...
http://forums.virtualbox.org/viewtopic.php?f=7&t=26821
http://vbox.innotek.de/pipermail/vbox-d ... 02163.html
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: VirtualBox guest additions 3.1.8

Post by Duncan_Idaho »

damNageHack wrote:No. I did "slapt-get -i pkgs" where pkgs was the line got from EXCLUDED output of "slapt-get --upgrade" without aaa_base. By the way: The howto in wiki is confusing, it is easier to use slapt-get --upgrade to see all EXCLUDED packages and do individual manual upgrade for those.
what I always do to upgrade packages is

Code: Select all

slapt-get --upgrade --ignore-excludes
and always remember to run lilo after a kernel upgrade :P
Post Reply