> I haven't tried passing any parameters.  It seems to
> happen anytime I try to access information about the
> memory i.e. jphoto tree, jphoto images, jphoto thumbs,
> jphoto status only gives me this:
> 
> ...
> I/O exception: { response; len 12; StoreNotAvailable; xid 3 }

Basically that's all the same problem:  all those commands
are trying to look at each "store", and since you don't have
a CF card, the camera says so ... but the software doesn't
yet recognize that's not necessarily an error.

Unless something like "jphoto --storage 1 images" works
for you (slightly surprising me :) then you your current
workaround is to put a CF card into the camera.


> jphoto selftest gives me this:
> 
> PTP device at usb-d000-2
> java.lang.NoClassDefFoundError:
> java/lang/UnsupportedOperationException

It's trying to tell you that your camera doesn't support
the "selftest" operation ("jphoto devinfo" should tell
you what it _does_ support), but you're using a JDK 1.1
runtime ... which doesn't have such an exception.

Workaround by upgrading your JVM; I'll have to think
about what a good fix to run on JDK 1.1 would be, since
that really is the appropriate exception to report!

- Dave



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to