Changeset 13518 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 23, 2008 8:38:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r13508 r13518 418 418 { 419 419 case kSupInitOp_Driver: 420 msgText += QApplication::tr ("\n\nMake sure the kernel module has been loaded successfully."); 420 msgText += QApplication::tr ("\n\n" 421 #ifdef RT_OS_LINUX 422 "The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or " 423 "there is a permission problem with /dev/vboxdrv. Re-setup the kernel " 424 "module by executing\n\n" 425 " '/etc/init.d/vboxdrv setup'\n\n" 426 "as root. Users of Ubuntu or Fedora should install the DKMS package " 427 "at first. This package keeps track of Linux kernel changes and " 428 "recompiles the vboxdrv kernel module if necessary." 429 #else 430 "Make sure the kernel module has been loaded successfully." 431 #endif 432 ); 421 433 break; 422 434 case kSupInitOp_IPRT:
Note:
See TracChangeset
for help on using the changeset viewer.