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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo