My main reason for using VirtualBox is to use Skype with a Webcam. I am using Kubuntu 7.04 with KDE 3.5.6. The VirturalBox was installed using Automatrix. I have Windows 2000 Pro installed and I have successfully enabled network connection, sound, DVD and also set the display using the guest additions option in the Devices tab on the Win 2K VirtualBox. But the USB side does not work! I have exhausted all avenues in trying to get the USB to work.
I think the problems are software. I checked the Automatrix log and the relevant part in the installation is:
The following NEW packages will be installed:
virtualbox
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.3MB of archives.
After unpacking 28.1MB of additional disk space will be used.
Get:1 http://www.getautomatix.com feisty/main virtualbox 1.4.0-21864_Ubuntu_feisty [13.3MB]
Fetched 13.3MB in 54s (245kB/s)
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
Preconfiguring packages ...
Selecting previously deselected package virtualbox.
(Reading database ... 155439 files and directories currently installed.)
Unpacking virtualbox (from .../virtualbox_1.4.0-21864%5fUbuntu%5ffeisty_i386.deb) ...
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
virtualbox-puel-1-2 license has already been accepted.
Setting up virtualbox (1.4.0-21864_Ubuntu_feisty) ...
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
* Starting VirtualBox kernel module vboxdrv [ OK ]
FinishedFinished
In the above, it seems to be checking for Gnome and I am wondering if this could be my problem. If this is not the case, then I hope the following procedures that I have followed will provide some insight into the source of my error.
I have set the USB devices in the "Settings" option of the innotek VirtualBox window. Also, in the Win2K VirtualBox box for Devices I have been able to "enable" and "disable" the USB connections. For the Flash memory stick I can see the memory and useage but when I try to view the files, the system hangs with the hour glass and I have to exit using the Virtual box. I have found that in a Win2K windows terminal I can list the files. In the case of the Logitech WebCam, it reports that the Webcam is not found or not working properly even when it is enabled. Some times it finds the Webcam but only gives a blank image and promptly freezes the system.
My /etc/fstab entry for the usb devices is:
none /proc/bus/usb usbfs devgid=1000,devmode=666 0 0
I have tried devmode=664 and that made no difference. The devgid value is my UID value shown in the User Management - System Settings window. After I change fstab settings, I enter: "sudo mount -a" before testing. I also have /etc/udev/rules.d/40-permissions.rules altered to:
# USB devices (usbfs replacement)
SUBSYSTEM=="usb_device", MODE="0666"
#SUBSYSTEM=="usb_device", MODE="0664"
I would appreciate knowing what I need to do to solve this problem.
I think the problems are software. I checked the Automatrix log and the relevant part in the installation is:
The following NEW packages will be installed:
virtualbox
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.3MB of archives.
After unpacking 28.1MB of additional disk space will be used.
Get:1 http://www.getautomatix.com feisty/main virtualbox 1.4.0-21864_Ubuntu_feisty [13.3MB]
Fetched 13.3MB in 54s (245kB/s)
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
Preconfiguring packages ...
Selecting previously deselected package virtualbox.
(Reading database ... 155439 files and directories currently installed.)
Unpacking virtualbox (from .../virtualbox_1.4.0-21864%5fUbuntu%5ffeisty_i386.deb) ...
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
virtualbox-puel-1-2 license has already been accepted.
Setting up virtualbox (1.4.0-21864_Ubuntu_feisty) ...
debconf: unable to initialise frontend: Gnome
debconf: (Unable to load Gnome -- is libgnome2-perl installed?)
debconf: falling back to frontend: Dialog
* Starting VirtualBox kernel module vboxdrv [ OK ]
FinishedFinished
In the above, it seems to be checking for Gnome and I am wondering if this could be my problem. If this is not the case, then I hope the following procedures that I have followed will provide some insight into the source of my error.
I have set the USB devices in the "Settings" option of the innotek VirtualBox window. Also, in the Win2K VirtualBox box for Devices I have been able to "enable" and "disable" the USB connections. For the Flash memory stick I can see the memory and useage but when I try to view the files, the system hangs with the hour glass and I have to exit using the Virtual box. I have found that in a Win2K windows terminal I can list the files. In the case of the Logitech WebCam, it reports that the Webcam is not found or not working properly even when it is enabled. Some times it finds the Webcam but only gives a blank image and promptly freezes the system.
My /etc/fstab entry for the usb devices is:
none /proc/bus/usb usbfs devgid=1000,devmode=666 0 0
I have tried devmode=664 and that made no difference. The devgid value is my UID value shown in the User Management - System Settings window. After I change fstab settings, I enter: "sudo mount -a" before testing. I also have /etc/udev/rules.d/40-permissions.rules altered to:
# USB devices (usbfs replacement)
SUBSYSTEM=="usb_device", MODE="0666"
#SUBSYSTEM=="usb_device", MODE="0664"
I would appreciate knowing what I need to do to solve this problem.
Comment