keratos
April 4th, 2008, 04:15 PM
hi
I have installed virtualbox (not OSE) and have managed to get the USB printer, an Epson R800 stylus photo, recognised as a "USB filter", have cselected this and yet cannot print anything from inside an XP guest.
The setup is as follows:
I have setup a separate user and enabled them in the vboxusers group. Sucessfully installed XP and then the Guest Additions. Mouse and screen resolution are fine, and XP is "good". From the VritualBox GUI I the USB printer is selectable and active. However, when inside the guest XP VM, the USB printer is not even seen, as though its not there.
After some searching on the forums I found a post that suggests changing the permissions in the "udev" (whatever that is??) as follows:
# USB devices
KERNEL=="legousbtower*", MODE="0666"
KERNEL=="lp[0-9]*", SUBSYSTEMS=="usb", GROUP="lp"
the MODE was previously "0644" and was changed to "0666"
this was ineffectual! still no print.
I have also read some posts suggesting to unplug the printer whilst booting and other to make sure it is plugged in. Also, suggestions to unplug before starting the XP guest VM and other suggestions to ensure its plugged in!!! ALL, VERY confusing.
At the end of the day, the printer is visible in the VirtualBox GUI interface but not visible (in device manager) within the XP guest.
$ VBoxManage list usbhost
VirtualBox Command Line Management Interface Version 1.5.6
(C) 2005-2008 innotek GmbH
All rights reserved.
Host USB Devices:
UUID: d1b24978-a6a2-4469-728a-4a983f8aea26
VendorId: 0x055f (055F)
ProductId: 0x021d (021D)
Revision: 1.0 (0100)
Product: USB Scanner
Address: /proc/bus/usb/001/004
Current State: Unavailable
UUID: 57bb2383-5f13-44f2-b9af-1662aff9a82b
VendorId: 0x09da (09DA)
ProductId: 0x002b (002B)
Revision: 0.1 (0001)
Manufacturer: A4Tech
Product: Wireless Battery Free Optical Mouse
Address: /proc/bus/usb/001/005
Current State: Unavailable
UUID: f49a6f89-ffb3-4880-e4b5-7debb2513c8d
VendorId: 0x04b8 (04B8)
ProductId: 0x0007 (0007)
Revision: 1.0 (0100)
Manufacturer: EPSON
Product: USB2.0 Printer (Hi-speed)
SerialNumber: RQ0170410151530090
Address: /proc/bus/usb/005/004
Current State: Unavailable
I also read the VirtualBox help menus that suggested
Debian Etch has the mount command in /etc/init.d/mountkernfs.sh. Since that distribution has no group usb, it is also the easiest solution to allow all members of the group vboxusers to access the USB subsystem. Modify the line
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev
so that it contains
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=85,devmode=664
again, innefectual.
Note: When I am inside the XP guest, the USB printer (+ other devices) are listed when I click on the USB icon in the VirtualBox control GUI (bottom right) but the devices are "greyed out". ??
Can you help me to diagnose please.
thank you.
I have installed virtualbox (not OSE) and have managed to get the USB printer, an Epson R800 stylus photo, recognised as a "USB filter", have cselected this and yet cannot print anything from inside an XP guest.
The setup is as follows:
I have setup a separate user and enabled them in the vboxusers group. Sucessfully installed XP and then the Guest Additions. Mouse and screen resolution are fine, and XP is "good". From the VritualBox GUI I the USB printer is selectable and active. However, when inside the guest XP VM, the USB printer is not even seen, as though its not there.
After some searching on the forums I found a post that suggests changing the permissions in the "udev" (whatever that is??) as follows:
# USB devices
KERNEL=="legousbtower*", MODE="0666"
KERNEL=="lp[0-9]*", SUBSYSTEMS=="usb", GROUP="lp"
the MODE was previously "0644" and was changed to "0666"
this was ineffectual! still no print.
I have also read some posts suggesting to unplug the printer whilst booting and other to make sure it is plugged in. Also, suggestions to unplug before starting the XP guest VM and other suggestions to ensure its plugged in!!! ALL, VERY confusing.
At the end of the day, the printer is visible in the VirtualBox GUI interface but not visible (in device manager) within the XP guest.
$ VBoxManage list usbhost
VirtualBox Command Line Management Interface Version 1.5.6
(C) 2005-2008 innotek GmbH
All rights reserved.
Host USB Devices:
UUID: d1b24978-a6a2-4469-728a-4a983f8aea26
VendorId: 0x055f (055F)
ProductId: 0x021d (021D)
Revision: 1.0 (0100)
Product: USB Scanner
Address: /proc/bus/usb/001/004
Current State: Unavailable
UUID: 57bb2383-5f13-44f2-b9af-1662aff9a82b
VendorId: 0x09da (09DA)
ProductId: 0x002b (002B)
Revision: 0.1 (0001)
Manufacturer: A4Tech
Product: Wireless Battery Free Optical Mouse
Address: /proc/bus/usb/001/005
Current State: Unavailable
UUID: f49a6f89-ffb3-4880-e4b5-7debb2513c8d
VendorId: 0x04b8 (04B8)
ProductId: 0x0007 (0007)
Revision: 1.0 (0100)
Manufacturer: EPSON
Product: USB2.0 Printer (Hi-speed)
SerialNumber: RQ0170410151530090
Address: /proc/bus/usb/005/004
Current State: Unavailable
I also read the VirtualBox help menus that suggested
Debian Etch has the mount command in /etc/init.d/mountkernfs.sh. Since that distribution has no group usb, it is also the easiest solution to allow all members of the group vboxusers to access the USB subsystem. Modify the line
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev
so that it contains
domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev,devgid=85,devmode=664
again, innefectual.
Note: When I am inside the XP guest, the USB printer (+ other devices) are listed when I click on the USB icon in the VirtualBox control GUI (bottom right) but the devices are "greyed out". ??
Can you help me to diagnose please.
thank you.