[轉貼]Sun xVM VirtualBox 1.6正式發布! [論壇 - Ubuntu 與工具程式] - Ubuntu 正體中文站
無知到家的人 寫到:
太感謝了...但有出現新問題...導致USB 鍵盤無法使用
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.
...恕刪
剛好前兩天我也碰到USB Host沒有安裝的問題,
去到VirtualBox的網站,就可以找到解決方法了,
如下:
USB on Ubuntu/Gutsy: Ubuntu removed support for /proc/bus/usb/*. We will address this issue in the future. Until this, edit the script `/etc/init.d/mountdevsubfs.sh and activate the four lines around line 40 (Magic to make /proc/bus/usb work). Then execute
/etc/init.d/mountdevsubfs.sh start
From now on, there should be a directory /proc/bus/usb/ and the device entries below should be accessible by any user.
簡單來說,
找到 /etc/init.d/mountdevsubfs.sh 這個檔,以root身份用gedit或其它的編輯程式打開它,
找到Magic to make /proc/bus/usb work這段,把下面的四行前面的 "#" 符號拿掉,
然後在終端機裏面輸入:
sudo /etc/init.d/mountdevsubfs.sh start
收工閃人..

沒有留言:
張貼留言