Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-16 Thread Alan Stern
On Fri, 16 Sep 2005, Franck wrote: > I now have the log with usb storage debug messages. During device > scanning, the host controller is returning a "data error" status every > time the usb-storage layer issue an IN command. Unfortunately I don't > know exactly what "data error" status meanst

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-16 Thread Franck
2005/9/15, Alan Stern <[EMAIL PROTECTED]>: > > During device scan, It seems that the driver (mass-storage ?) is > > periodically issuing a transfer on endpoint 0 of the stick then > > waiting for something (during 6 or 7 seconds). Here's is the transfer: > > > > SETUP (urb = 0xc02806e0) -> SETUP to

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Pete Zaitcev
On Thu, 15 Sep 2005 13:41:03 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 15 Sep 2005, Franck wrote: > > > OK, I didn't added SCSI disk support in my kernel. It's not > > automatically selected when selecting USB mass storage driver, is > > there any reasons ? > > Yes. USB mass s

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Alan Stern
On Thu, 15 Sep 2005, Franck wrote: > 2005/9/15, Alan Stern <[EMAIL PROTECTED]>: > > On Thu, 15 Sep 2005, Franck wrote: > > > > > OK, I didn't added SCSI disk support in my kernel. It's not > > > automatically selected when selecting USB mass storage driver, is > > > there any reasons ? > > > > Y

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Franck
2005/9/15, Alan Stern <[EMAIL PROTECTED]>: > On Thu, 15 Sep 2005, Franck wrote: > > > OK, I didn't added SCSI disk support in my kernel. It's not > > automatically selected when selecting USB mass storage driver, is > > there any reasons ? > > Yes. USB mass storage devices need not be disk drive

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Franck
2005/9/15, Alan Stern <[EMAIL PROTECTED]>: > On Thu, 15 Sep 2005, Franck wrote: > > > Hi Alan > > > > Acutally every drivers scsi_mod, sd_mod, and usb-storage are built in > > the kernel. BTW, does that mean hotplug thing is useless ? I added > > some traces in the driver, I attached them. Does t

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Alan Stern
On Thu, 15 Sep 2005, Franck wrote: > OK, I didn't added SCSI disk support in my kernel. It's not > automatically selected when selecting USB mass storage driver, is > there any reasons ? Yes. USB mass storage devices need not be disk drives. You might have a USB DVD drive, so the disk driver i

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Alan Stern
On Thu, 15 Sep 2005, Franck wrote: > Hi Alan > > Acutally every drivers scsi_mod, sd_mod, and usb-storage are built in > the kernel. BTW, does that mean hotplug thing is useless ? I added > some traces in the driver, I attached them. Does the communication > look good to you ? The communication

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Franck
Hi Alan Acutally every drivers scsi_mod, sd_mod, and usb-storage are built in the kernel. BTW, does that mean hotplug thing is useless ? I added some traces in the driver, I attached them. Does the communication look good to you ? Thanks. -- Franck minicom.cap Description: Bina

Re: [linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Alan Stern
On Thu, 15 Sep 2005, Franck wrote: > Hi ! > > I have finally implemented a part of my HCD and it seems to > communicate with the usb stick (a Profilic one) that I have. But I > don't know how to mount it wihout hotplug. I tried to install udev and > diethotplug but the whole thing doesn't work fo

[linux-usb-devel] How to mount a usb stick without hotplug config

2005-09-15 Thread Franck
Hi ! I have finally implemented a part of my HCD and it seems to communicate with the usb stick (a Profilic one) that I have. But I don't know how to mount it wihout hotplug. I tried to install udev and diethotplug but the whole thing doesn't work for now. I tried: mknod sda1 b 8 1; mount