* Re: Linux-hotplug-devel digest, Vol 1 #208 - 4 msgs
@ 2002-03-20 16:18 Heath E. Petersen
0 siblings, 0 replies; only message in thread
From: Heath E. Petersen @ 2002-03-20 16:18 UTC (permalink / raw)
To: linux-hotplug
> Date: Sat, 16 Mar 2002 15:28:12 -0500
> From: Sean McHenry <smchenry@columbus.rr.com>
> Organization: McHenry Technologies
> Subject: VMware / RH 7.2 hotplug issues
>
> Folks,
> I am having quite a bit of trouble getting my USB printer to install
> under VMware. I have RH 7.2 as the Host OS and WinMe as the guest OS.
. . .
Sorry for the delay, but I hope this helps -
VMWare simply passes all USB data from the peripheral to the client VM
(WinME), and passes all USB data from the client VM back to the peripheral.
In order to do this, it needs to bind to the USB device on the host OS
(Linux). If there is already a kernel module / driver bound to the device,
VMWare is unable to access it.
What you want to do is keep the host OS (Linux) from automatically loading
the module for the device, so VMWare is able to access it.
To do this, you need to add the usb driver for the device to
/etc/hotplug/blacklist. Here are the lines I'd recommend for your situation:
# --- begin lines to add to /etc/hotplug/blacklist
# Disable autoloading the USB printer module so VMWare
# can access the USB printer
printer
# --- end lines to add to /etc/hotplug/blacklist
After this, you should run 'modprobe -r printer' as root to unload the
module, in case it's already loaded. Now, when Linux detects the printer, it
will not load the 'printer' module automatically. VMWare should not have
problems accessing the printer USB device any more.
Please note that this will completely disable Linux from autoloading the USB
printer module. This means that all attached USB printers will
stop working in Linux. I am not aware of a means to keep the module from
binding to one printer and not another.
Good luck!
PS - If, once you do this, you still have problems installing the printer
software under the client OS (WinME), and VMWare shows that the VM is
connected to the USB device, the problem is more than likely a problem with
some combination of VMWare, WinME, and/or the printer software, not Linux.
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-03-20 16:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-20 16:18 Linux-hotplug-devel digest, Vol 1 #208 - 4 msgs Heath E. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).