VirtualBox 2.0.4 per Ubuntu
Hello everyone, how many of us need to use VirtualBox with USB ports working, to do so shall be installed by reposity official, but we have to download from the website of the project, this address:
http://www.virtualbox.org/wiki/Linux_Downloads
following statements relating to our version of Ubuntu, after installation we have problems with recognition of USB ports, if so, should give us this error message: Could not load
the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.
se fosse così eseguiamo le seguenti operazioni:
1 - da terminale digitiamo "sudo gedit /etc/init.d/mountdevsubfs.sh" e rimuoviamo # dalle seguenti righe:
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb[
2 - da terminale digtiamo "sudo gedit /etc/fstab" e aggiungiamo al fondo del file la seguente riga:
none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0
3 - dopodiche digitiamo sempre sul terminale:
sudo mount -a
Se ciò non dovesse apportare nessuna modifica sarà necessario riavviare il computer.
Ciao a tutti.
0 comments:
Post a Comment