On Sat, 2 Jul 2005, jon wrote:

> I answerd the first question in a prior post - tha answer was No it did
> not work after VMware is shutdown.
> 
> I am not sure about the modprobe command if you can give the exact
> syntax it would confirm my tests.
> 
>  modprobe usbcore usbfs_snoop=y

That's right.  But the easiest way to do this may be to add a line saying

        options usbcore usbfs_snoop=y

to /etc/modprobe.conf.  Then reboot and everything will be set up 
automatically.

> Here is the syslog:

The log doesn't show anything useful.

Since the device works only if it was plugged in while VMware was running, 
it looks like VMware is somehow initializing the device and preparing it 
to accept the ISO packets your driver sends.  Hopefully the initialization 
sequence will show up in the usbfs_snoop output.  (It's also possible that 
some other program is interfering with the device somehow and that VMware 
simply prevents that interference.)

By the way, this behavior also indicates that there isn't anything wrong 
with the Linux USB stack.

Alan Stern



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to