Changes between Version 28 and Version 29 of User_FAQ
- Timestamp:
- Feb 15, 2007 5:59:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User_FAQ
v28 v29 19 19 * If '''USB doesn't work,''' check your usbfs permissions. See "Troubleshooting" -> "Linux hosts" in the [wiki:"Downloads" User Manual] for a solution. 20 20 21 * Debian packages: If the installation of the !VirtualBox_*.deb package was not successful because the compilation of the kernel module fails, it might not be possible to remove the package nor to install other packages as the pre-remove (prerm) script of the package (which is executed prior to package removing or upgrading) aborts with an error "(Kernel module not found)...fail!". In that case do the following:21 * Debian/Ubuntu 1.3.2 packages: If the installation of the !VirtualBox_*.deb package was not successful because the compilation of the kernel module fails, it might not be possible to remove the package nor to install other packages as the pre-remove (prerm) script of the package (which is executed prior to package removing or upgrading) aborts with an error '''"(Kernel module not found)...fail!"'''. In that case do the following: 22 22 * Edit /etc/init.d/virtualbox and change line 129 from 'exit 1' to 'exit 0' 23 23 * Reinstall the virtualbox package by 'dpkg -i <the !VirtualBox package for your distribution>'. An installation failure of this package is expected.