|
|

楼主 |
发表于 2008-4-12 15:28:00
|
显示全部楼层
Post by favoyun;1830328
按照下面的步骤作就可以用usb了:
#groupadd usbfs
#cp -f /etc/fstab ./
#echo "procbususb /proc/bus/usb usbfs devmode=0664,devgid=`cat #/etc/group | grep usbfs | cut -d : -f 3` 0 0" >> fstab
#more fstab
#cp -f fstab /etc/fstab
#more /etc/fstab
#adduser xxx usbfs
#mount -o remount /proc/bus/usb
#logout
more是用来检查文件的,记得注销重新登录,另外注意,记得在vbox的usb选项里添加空的筛选器,插上usb可能不一定就能装上驱动,有时需要反复“插拔”(就是在虚拟机窗口的右下方那个usb图标上右键选择启用-未启用来回折腾就可以了),如果用以办公,建议安装win2003,便于文件共享修改,xp在保存文件到主机时,存在内存不能读的问题,也就是word修改后不能保存到主机上。
已按照上面的做了,可是还是不行。
lee@debian:~$ VBoxManage list usbhost
VirtualBox Command Line Management Interface Version 1.5.6_OSE
(C) 2005-2008 innotek GmbH
All rights reserved.
[!] FAILED calling Host->GetUSBDevices(CollPtr.asOutParam()) at line 1958!
[!] Primary RC = 0x80004001
[!] Full error info present: false, basic error info present: false
lee@debian:~$
似乎是不能访问USB。 |
|