-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something broke VirtualBox today #25
Comments
Hmm it seems not to be able to create the device node. I need to try it myself soon. Currently I have no virtualbox installed on my chromebook.
I wonder what the chromeos developers changed this time... Edit:
|
I'll check the output later today and report. Please don't rush to install yourself. I'm going to blow crouton away. It's unusable now: the video tares badly and you cannot switch between CrOS and the chroot. And to be honest, I'm not using it :) Thanks for the reply. I'll post the output later |
According to the current Oracle user manual, The ouput of
@divx118 I'm going to blow away crouton. Like I mentioned, there are graphics issues that render it unusable, and more importantly, I'm not using it these days. Thanks for all of your help with this project. Best regards to you and your family |
I also use virtualbox on crouton and it broke for me too. /dev/vboxdrv does not exist even though lsmod shows that all the vbox modules are loaded. /proc/devices and /proc/misc don't show anything vbox related. dmesg is quiet too. |
Sorry, that was not accurate. dmesg does show the regular "Chromium OS LSM: init_module locking-ignored" message for vboxdrv, but nothing else. |
@neurocyte Yep thanks, that is what I expected. I wonder if we can make the device node manually after the modules are loaded .... |
Damn I don't seem to be affected.
Version 48.0.2564.23 dev (64-bit) |
Can anyone post there kernel version |
Before I blew my system away, I checked and it was 3.14.0 (2015 Pixel) |
Ok, thanks I am going to build some new kernel header files for 3.14 and On Thu, Dec 10, 2015 at 8:55 PM, Watney notifications@github.com wrote:
|
Sorry it took so long, however I updated the header files for 3.14 see if that solves the issue.
Then rebuild the virtuabox modules. If there are still issues, then please reply and I will reopen this. |
Hello,
After CrOS updated to Version 48.0.2564.23 beta (64-bit), I followed my standard procedure:
Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem ...
But,
lsmod
confirms the kernel modules are loading:vboxnetflt 28093 0
vboxnetadp 25540 0
vboxpci 23143 0
vboxdrv 361092 3 vboxnetadp,vboxnetflt,vboxpci
So, I purged VirtualBox, reinstalled the headers from the PPA, and reinstalled VirtualBox. After confirming the kernel modules are indeed loading, tried again: same error.
I would keep troubeshooting, but I'm stuck. Any suggestions would be most welcome. Thanks!
[Edit] A little more information. The output of
$sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMS ...done.
Starting VirtualBox kernel modules ...failed!
(Cannot locate the VirtualBox device)
The text was updated successfully, but these errors were encountered: