General TC > Tiny Core on Virtual Machines

Virtualbox Cursor problem

<< < (3/6) > >>

Toshick:
I've checked all items you mentioned, reinstalled all packages few times, but it does not help. See screen-shots attached. virtualbox-additions-modules is loaded, virtualbox-ose-additions - not. Is there are way to load it "by hands" after system boots-up? How to see logs, or find out what happens during system on-boot packages loading?

Thank you very much for your support.

curaga:
Maybe you have a corrupted extension?

tce-load -i virtualbox-ose-additions

Toshick:

--- Quote from: curaga on October 20, 2011, 11:00:18 AM ---Maybe you have a corrupted extension?

tce-load -i virtualbox-ose-additions

--- End quote ---

Thank you very much! It is really helped me - it said that virtualbox-ose-additions-modules... was not found - I reinstalled it, reboot, module started to load! I found guest devices in /dev folder, but virtualbox additons itself is not work. I did all steps, written in Info section in AppBrowser, but still nothing :(

Arslan S.:

what does "tce-load -i virtualbox-ose-additions" command returns ?

check md5sum if it is corrupted redownload it

--- Code: ---cd `cat /opt/.tce_dir`/optional
md5sum -c virtualbox-ose-additions.tcz.md5.txt || { sudo rm -f virtualbox-ose-additions* ; tce-load -w virtualbox-ose-additions ; }
--- End code ---

Toshick:

--- Quote from: Arslan S. on October 21, 2011, 12:22:26 AM ---
what does "tce-load -i virtualbox-ose-additions" command returns ?

check md5sum if it is corrupted redownload it

--- Code: ---cd `cat /opt/.tce_dir`/optional
md5sum -c virtualbox-ose-additions.tcz.md5.txt || { sudo rm -f virtualbox-ose-additions* ; tce-load -w virtualbox-ose-additions ; }
--- End code ---

--- End quote ---

md5sum -c virtualbox-ose-additions.tcz.md5.txt - says OK!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version