Changes between Initial Version and Version 1 of Ticket #14723, comment 14
- Timestamp:
- Oct 28, 2015 10:27:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14723, comment 14
initial v1 1 1 Stéphane, it looks like DKMS has got confused on your system. This should clean it up (though I would be very happy if you could do double checking yourself first!) and is actually what we do in the DKMS-less development version: 2 2 {{{ 3 3 for i in vboxhost vboxdrv vboxnetflt vboxnetadp; do 4 4 rm -rf "/var/lib/dkms/${i}"* 5 5 done 6 6 }}} 7 7 Then running "rcvboxdrv setup" again should re-install the !VirtualBox bits. 8 8