Re: [Linux-usb-users] Self modifying ms device

2007-12-04 Thread Rogier Wolff
On Tue, Dec 04, 2007 at 10:21:58AM -0500, Alan Stern wrote: > A less clumsy approach might be to avoid being a mass-storage device. > But I don't know what other protocol would be more suitable. Does PTP > support dynamic updating? Yes. You could send an "objectadded" event. Roger.

Re: [Linux-usb-users] USB mount takes 30 seconds!

2007-11-15 Thread Rogier Wolff
On Thu, Nov 15, 2007 at 01:07:31PM -0500, Alan Stern wrote: > > Maybe some extra checks in reiser code that, while nearly undetectable > > on internal drives, slowed down external ones? But I think it's not > > USB-related. > > This sounds reasonable. There wasn't anything in the usbmon data to

Re: [Linux-usb-users] handling timeouts on usb_bulk_msg

2007-11-06 Thread Rogier Wolff
On Tue, Nov 06, 2007 at 08:40:41AM +, Andy Greensted wrote: > Alan Stern wrote: > > There are two possible approaches. The easy way is just to use a very, > > very long timeout. Alternatively, when a timeout does occur don't > > return to the user; instead loop back and submit another usb_bul

Re: [Linux-usb-users] handling timeouts on usb_bulk_msg

2007-11-06 Thread Rogier Wolff
On Mon, Nov 05, 2007 at 04:10:35PM -0500, Alan Stern wrote: > On Mon, 5 Nov 2007, Andrew Greensted wrote: > > > Hi All, > > > > I've written a custom device driver based on the usb-skeleton.c file in > > the kernel source. > > > > I want the driver to act in a similar way to when you read from a

Re: [Linux-usb-users] USB host-to-host console

2007-08-21 Thread Rogier Wolff
On Mon, Aug 20, 2007 at 12:09:12PM +0200, Clemens Koller wrote: > David Turvene schrieb: > > On Sat, 2007-08-18 at 21:55 +0200, Guennadi Liakhovetski wrote: > >>> What are my hardware/software/configuration options for local comms > >>> (primary ethernet network down) between my laptop with only US

Re: [Linux-usb-users] asus p5ld2 - usb 2.0 not detected ?

2007-08-15 Thread Rogier Wolff
On Tue, Aug 14, 2007 at 05:23:04PM -0400, Alan Stern wrote: > On Tue, 14 Aug 2007, Rogier Wolff wrote: > > > On Tue, Aug 14, 2007 at 10:23:27AM -0400, Alan Stern wrote: > > > > The other external disk (also claimed to be full speed) seems to > > > > achieve

Re: [Linux-usb-users] asus p5ld2 - usb 2.0 not detected ?

2007-08-14 Thread Rogier Wolff
On Tue, Aug 14, 2007 at 10:23:27AM -0400, Alan Stern wrote: > > The other external disk (also claimed to be full speed) seems to achieve > > transfer speeds of 20-30 KB which seems OK. > > If 400 KB/s is bad, how come 20-30 KB/s is OK? He probably means 20-30 M byte/sec. Some motherboards, whe

Re: [Linux-usb-users] USB device not detected

2007-07-15 Thread Rogier Wolff
On Sat, Jul 14, 2007 at 07:50:16PM -0400, Alan Stern wrote: > On Sat, 14 Jul 2007, Haines Brown wrote: > > > By "unable to see", what I meant was that connecting and disonnecting > > my camera had no effect on kernlog or syslog (no messages there as a > > result of the actions), and the camera bei

Re: [Linux-usb-users] USB device not detected

2007-07-14 Thread Rogier Wolff
On Fri, Jul 13, 2007 at 11:37:25PM -0400, Alan Stern wrote: > It can indeed be intimidating. But it's also interesting; you might > want to try it. The key is to avoid building too many drivers. > Configuring only the ones you need will save a tremendous amount of > time. ... However, the be

Re: [Linux-usb-users] Autosuspend problem - some explanation needed.

2007-06-17 Thread Rogier Wolff
On Sun, Jun 17, 2007 at 04:33:01PM -0400, Dave Mielke wrote: > [quoted lines by Rogier Wolff on 2007/06/17 at 20:59 +0200] > > >Where a friend just reported she had to reboot some device to get > >it to work again after interrupting a command or trying somethign > >that

Re: [Linux-usb-users] Autosuspend problem - some explanation needed.

2007-06-17 Thread Rogier Wolff
On Sat, Jun 16, 2007 at 06:04:27PM -0400, Alan Stern wrote: > What about unplugging the device, turning its power off, then turning > its power on and replugging it? > > For that matter, have you ever tried running brltty immediately after > turning the device on? Perhaps the device needs tim

[Linux-usb-users] already running port 2 disabled by hub (EMI?), re-enabling...

2004-07-11 Thread Rogier Wolff
Hi, When I scan with my canoscan Lide20, at a resolution or 200 DPI or more I get: <3>hub.c: already running port 2 disabled by hub (EMI?), re-enabling... <6>usb.c: USB disconnect on device 00:11.2-2 address 4 <4>usb_control/bulk_msg: timeout and then things go downhill from there. I'm runn

Re: [Linux-usb-users] Camera Sony DSC-U10

2003-01-10 Thread Rogier Wolff
> On Mon, 30 Dec 2002, Kris Van Bruwaene wrote: > > > Hi all > > > > I've got a new camera Sony DSC-U10 (Cybershot U) that I can't > > get to work under linux. The problem shows up when I try to > > mount it, with "/dev/sdx is not a valid block device". > > > > I've reported this problem a few

Re: [Linux-usb-users] USB Mass Storage Crashes

2003-01-03 Thread Rogier Wolff
On Fri, Jan 03, 2003 at 02:17:46PM +0100, Harald Milz wrote: > Simon Lahiff <[EMAIL PROTECTED]> wrote: > > message "insmod usb-mass storage failed ". The device was recognised on > > should be insmod usb-storage failed? > > > After 30 seconds the linux operating system had completely locked -

Re: [Linux-usb-users] 6-in-1 card reader failure.

2002-12-03 Thread Rogier Wolff
On Sun, Dec 01, 2002 at 09:25:04AM -0800, Stephen J. Gowdy wrote: > Hi Rogier, > Do you have multiple lun support on? What are the contents of > /proc/scsi/scsi? Most of these devices use a different lun and therefore a > different scsi device for each type of card (sda, sdb, sdc, etc). Be

Re: [Linux-usb-users] 6-in-1 card reader failure.

2002-12-01 Thread Rogier Wolff
On Sun, Dec 01, 2002 at 09:25:04AM -0800, Stephen J. Gowdy wrote: > Hi Rogier, > Do you have multiple lun support on? What are the contents of > /proc/scsi/scsi? Most of these devices use a different lun and therefore a Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: SP

[Linux-usb-users] 6-in-1 card reader failure.

2002-12-01 Thread Rogier Wolff
Hi, I have a SWEEX 6 in 1 reader/writer . The chip inside is the carry 5026 (or something like that. I've bolted it back together. I bought it to be able to read my Sony memory sticks. When I insert a memory stick and try to read it, however, I seem to be getting a consistent IO error. I a

[Linux-usb-users] Re: Problems accessing USB Mass Storage

2002-09-17 Thread Rogier Wolff
On Tue, Sep 17, 2002 at 05:04:19PM -0500, Thomas Dodd wrote: > Rogier Wolff wrote: > >On Tue, Sep 17, 2002 at 10:46:31AM -0700, Greg KH wrote: > > > >>On Tue, Sep 17, 2002 at 12:37:37PM -0500, Thomas Dodd wrote: > >> > >>>I get the feeling it's no

Re: [Linux-usb-users] Re: Problems accessing USB Mass Storage

2002-09-17 Thread Rogier Wolff
On Tue, Sep 17, 2002 at 10:13:13PM +0100, Mark C wrote: > On Tue, 2002-09-17 at 21:13, Thomas Dodd wrote: > > > > > Give that a go Mark. > > > > Try a few values like 25, 50, 75, and 100. with bs=1k and > > unset (default 512 byte). > > If I'm reading this correctly, I have been trying: > > [

[Linux-usb-users] Re: Problems accessing USB Mass Storage

2002-09-17 Thread Rogier Wolff
On Tue, Sep 17, 2002 at 10:46:31AM -0700, Greg KH wrote: > On Tue, Sep 17, 2002 at 12:37:37PM -0500, Thomas Dodd wrote: > > > > I get the feeling it's not a true mass storage device. > > Sounds like it. Nope. Sure does sound like it's a mass storage device. And it works too. The kernel manage

Re: [Linux-usb-users] USB-storage: very slow.

2001-12-09 Thread Rogier Wolff
Rogier Wolff wrote: > [Bj_rn Stenberg] wrote: > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > Rogier Wolff wrote: > > > > > I have a Sony F707 digital camera. A day of shooting results in about > > > 95M of pictures. Copying that over to my P

Re: [Linux-usb-users] USB-storage: very slow.

2001-12-09 Thread Rogier Wolff
[Bj_rn Stenberg] wrote: [Charset ISO-8859-1 unsupported, filtering to ASCII...] > Rogier Wolff wrote: > > > I have a Sony F707 digital camera. A day of shooting results in about > > 95M of pictures. Copying that over to my PC took 25 minutes. Thats > > about 63kbytes

[Linux-usb-users] USB-storage: very slow.

2001-12-09 Thread Rogier Wolff
Hi, I have a Sony F707 digital camera. A day of shooting results in about 95M of pictures. Copying that over to my PC took 25 minutes. Thats about 63kbytes per second. As USB can do about 12Mbps, (> 1mbyte per second) and the memory stick can too, I would like to get about 1Mbyte per second, an