Hello,

well I see that your /etc/fstab entry looks like it has a small typo; the 
"devmod=0666" should be "devmode=0666".

As far as the other errors, I'm not sure what could be going on.  Can you 
send more information?  Maybe try running with the java command-line 
option -DJAVAX_USB_MSG_LEVEL=DEBUG3 and attach that output in an email, it 
might have some info on what is going on.  Also, your /var/log/messages 
file may have info on the kernel-level USB bus and drivers too, there may 
be some problems in that area that are affecting javax.usb...

On Mon, 24 Nov 2003, Chuan Guo wrote:

>Hallo Dan,
>
>my usb programm with javax.usb runs gut in my Suse 8.0,
>thank you very much Dan!
>But after i installed the new Suse 9.0 last week, i have some Problems:
>
>1. with fstab.
>    after i change the row of "usbdevfs  /proc/bus/usb/  usbdevfs  noauto  0
>0"
>    to "usbdevfs  /proc/bus/usb/   usbdevfs   defaults,devmod=0666   0 0",
>    it comes "UsbException: Error Submitting IRP: Error -90" with CtrlIrp.
>
>2. Instead of changing the fstab, I do it manually with chmod,
>    this time such Exception doesn't come further, but it seems
>    that the javax.usb runs not so stable,
>    program returns very frequently another UsbException:
>            "Error Submitting IRP: Submission aborted",
>    simplest command works sometimes still ok, but with a little
>    complicated tasks, like data transfering, work simply not right.
>
>What is the problem ? I haven't a clue, from hotplugging?
>Have you some tips?
>
>in Suse 9.0:
>   Kernel 2.4.21,  gcc 3.3.1, Java1.4.2
>
>Thanks!
>Chuan Guo
>
>ps:
>another problem, but not so urgent.
>my external UsbHub (with self power) can result always to fail the whole
>javax.usb, With it the javax.usb simply cannot runs.
>Have someone such experience too?
>
>
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: SF.net Giveback Program.
>Does SourceForge.net help you be more productive?  Does it
>help you create better code?  SHARE THE LOVE, and help us help
>YOU!  Click Here: http://sourceforge.net/donate/
>_______________________________________________
>javax-usb-devel mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
>

-- 
Dan Streetman
[EMAIL PROTECTED]
---------------------
186,272 miles per second:
It isn't just a good idea, it's the law!


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to