On Mon, 28 May 2007, Bill Cunningham wrote:
>Which device is the mass storage uhci or something else.
This sentence would have been easier to understand if you had provided
a comma after the word "storage".
To answer the question you seem to be asking: UHCI is a type of USB
controller.
Which device is the mass storage uhci or something else. These are in my
modules.conf but I have disabled having them autologged because I rarely use
my usb. I just want to use the insmod to load any usb modules needed. I have
a sandisk micro 256MB. There's no linux driver for it so I thought I'
Thanks Alan,
It is good to get some feedback on how the buffer
manipulation should work. I appreciate you taking the
time.
>
> Did you take care about checking byte-endian issues?
>
Yep, I didn't take enough care. I thought I had, but I
have just found the URB transfer buffer is fragmented i
On Sun, 11 Mar 2007, Michael Cook wrote:
> Hi Alan,
>
> Thanks for your response. A bit more context... I dont
> have a choice in kernel release.
>
> I have the ISP1761 example driver which apparently works in
> 2.6.9 and I can't verify this as there isn't a
> configuration for 2.6.9 for my pla
Hi Alan,
Thanks for your response. A bit more context... I dont
have a choice in kernel release.
I have the ISP1761 example driver which apparently works in
2.6.9 and I can't verify this as there isn't a
configuration for 2.6.9 for my platform.
I have modified very little to get it to 2.6.14
On Sat, 10 Mar 2007, Michael Cook wrote:
> Hi,
>
> I'm trying to understand how the USB Mass Storage Device
> works in 2.6. Specifically 2.6.14. I see a fair amount of
> churn in this subsystem.
You didn't really ask any specific questions in your email -- you just
said you were curious about
Hi,
I'm trying to understand how the USB Mass Storage Device
works in 2.6. Specifically 2.6.14. I see a fair amount of
churn in this subsystem.
My principle concern/question is how does data from a file
on the filesystem get transported to a memory stick? I
have dumped info at many stages and
> It is possible that an earlier error in the device left the bulk-in
> endpoint in a STALL condition (which is persistent). What was the result
> of last transaction to the bulk-in endpoint before this exchange you
> describe below?
>
> Matt
Thanks for the response.
There were BULK IN Transacti
On Sun, 24 Sep 2006 01:54:55 +0530, "Rupesh Kumar" <[EMAIL PROTECTED]> wrote:
> The following scenario is observed on the USB BUS Analyzer.
>
> 1. Bulk Out Transaction with (31 Bytes USBC Command) for some
> endpoint. I am requesting 4K Data from device.
> 2. Then There are lot
I forgot to mention -- once a phase error is detected, the USB
specification requires the host to issue a RESET to the device.
Matt
On Sat, Sep 23, 2006 at 02:53:05PM -0700, Matthew Dharm wrote:
> This sounds like the device is getting out of sync (commonly known as
> "phase error"). The host se
This sounds like the device is getting out of sync (commonly known as
"phase error"). The host sent a command, but the device was not prepared
to send data at the proper time, and indicated an error with a STALL.
The proper response to a STALL at this point is to attempt to retrieve
status, which
Hi All,
I am having an embedded EHCI USB host controller on which i am using
linux-2.6.14
When i am doing bulk file copys between many devices i am facing the
following problem.
The following scenario is observed on the USB BUS Analyzer.
1. Bulk Out Transaction with (31 Bytes USBC Com
On Mon, 21 Feb 2005, mohanlal jangir wrote:
> Could someone tell me the difference between "dCBWDataTransferLength" field
> of CBW and "Transfer Length" field of CBWCB (e.g. READ(10) )?
dCBWDataTransferLength is the number of bytes to be transferred in the
data stage. The "Transfer Length" fie
Could someone tell me the difference between "dCBWDataTransferLength" field
of CBW and "Transfer Length" field of CBWCB (e.g. READ(10) )?
Another question is; Do we need to have DMA capable memory allocated for
reading data from a USB mass storage device?
Regards
Mohanlal
-
On Sat, 16 Oct 2004, Marc Thomas wrote:
> The good news is the USB CF reader and floppy are both detected and can be
> mounted ok. The USB floppy is detected as a "scsi" device, using /dev/sda
> (same as in 2.4). The CF card used the new "Low Performance USB Block
> driver". I tried it & it wor
On Tue, 12 Oct 2004, David Brownell wrote:
On Tuesday 12 October 2004 2:38 am, Marc Thomas wrote:
I'm having a problem getting USB devices to work with 2.6 on my old Athlon
workstation. I've tried every kernel.org kernel from 2.6.7 to 2.6.9-rc4
with the same result. The distribution is Slackware-10
On Tuesday 12 October 2004 2:38 am, Marc Thomas wrote:
>
> Hi All,
>
> I'm having a problem getting USB devices to work with 2.6 on my old Athlon
> workstation. I've tried every kernel.org kernel from 2.6.7 to 2.6.9-rc4
> with the same result. The distribution is Slackware-10.
Try the MM tree,
Hi All,
I'm having a problem getting USB devices to work with 2.6 on my old Athlon
workstation. I've tried every kernel.org kernel from 2.6.7 to 2.6.9-rc4
with the same result. The distribution is Slackware-10.
The only USB devices I have are mass-storage (a CF reader, and USB
floppy), so I'm n
On Mon, 19 Jul 2004, Kyle Simpson wrote:
> got the below message when i plugged in my casio qv-r40 camera
>
>
> spurious 8259A interrupt: IRQ7.
> usb 1-1: new full speed USB device using address 3
> usb-storage: This device (07cf,1001,5010 S 05 P 01) has an unneeded
> Protocol entry in unusual_d
got the below message when i plugged in my casio qv-r40 camera
spurious 8259A interrupt: IRQ7.
usb 1-1: new full speed USB device using address 3
usb-storage: This device (07cf,1001,5010 S 05 P 01) has an unneeded
Protocol entry in unusual_devs.h
Please send a copy of this message to <[EMAIL P
Jul 16 21:44:20 media /etc/hotplug/usb.agent[5811]: No drivers for 'USB product
90a/1001/100' (from /etc/hotplug/usb.handmap)
Jul 16 21:44:20 media /etc/hotplug/usb.agent[5811]: Setup 'usb-storage usb-storage '
for 'USB product 90a/1001/100' (from /lib/modules/2.6.5-7.95-default/modules.usbmap)
J
Hi Alan,
>> I have noticed an issue with writing to a USB mass storage device,
>> which is a flash-rom-based mp3 player.
>> [...]
>> I have verified that this issue still occurs with 2.6.6-rc1-bk4, as
>> requested by Andrew Morton. This error was never noticed in any
>> kernel v2.6.3 or less;
On Tue, 20 Apr 2004, Roberts-Thomson, James wrote:
> Hi,
>
> I have noticed an issue with writing to a USB mass storage device, which is
> a flash-rom-based mp3 player.
>
> I first noticed this issue with kernel 2.6.5 and the -mm6 patchset. I have
> verified that this issue still occurs with 2.
Hi,
I have noticed an issue with writing to a USB mass storage device, which is
a flash-rom-based mp3 player.
I first noticed this issue with kernel 2.6.5 and the -mm6 patchset. I have
verified that this issue still occurs with 2.6.6-rc1-bk4, as requested by
Andrew Morton. This error was never
thanks for the explanation.
regards,
z
*^_-*
On Thu, Apr 01, 2004 at 02:28:05PM -0500, Alan Stern wrote:
> On Thu, 1 Apr 2004, zvo wrote:
>
> > Hi guys,
> >
> > I figured out you may want to read the followin logs:
> >
> > Apr 1 19:43:17 d kernel: usb 1-2.1: new full speed USB device using ad
On Thu, 1 Apr 2004, zvo wrote:
> Hi guys,
>
> I figured out you may want to read the followin logs:
>
> Apr 1 19:43:17 d kernel: usb 1-2.1: new full speed USB device using address 8
> Apr 1 19:43:17 d kernel: usb-storage: This device (07cf,1001,1000 S 05 P 01) has an
> unneeded Protocol entry
Hi guys,
I figured out you may want to read the followin logs:
Apr 1 19:43:17 d kernel: usb 1-2.1: new full speed USB device using address 8
Apr 1 19:43:17 d kernel: usb-storage: This device (07cf,1001,1000 S 05 P 01) has an
unneeded Protocol entry in unusual_devs.h
Apr 1 19:43:17 d kernel:
I am using USB8IN1 card reader and have been looking in usb mass storage
driver from some time. Can somebody tell me, name of the function which
performs actual data transfer to/from the device. Is it usb_stor_bulk_msg?
Also where the LUN is stored? For example, my device has 4 LUNs. How and
where
On Mon, Jan 12, 2004 at 04:44:51PM +0530, mohanlal jangir wrote:
> > I hate to say this, but it sounds like you're in _way_ over your head
> > But, here are a few pointers:
> :-( I am sorry. Being a newbie, my questions might be silly.
>
> I have another question, how driver detects multiple
> I hate to say this, but it sounds like you're in _way_ over your head
> But, here are a few pointers:
:-( I am sorry. Being a newbie, my questions might be silly.
I have another question, how driver detects multiple memory slots over
device (for CF, SM etc)?
> The glue with the SCSI layer
I hate to say this, but it sounds like you're in _way_ over your head
But, here are a few pointers:
First, read the documentation on usb.org -- specifically, read the section
on class-specific drivers. What you'll find is that the Cls=08 means that
it conforms to the USB Mass Storage specific
I have a USB 8IN1 card reader and when I insert the device, I get following
new entry in /proc/bus/usb/devices
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=058f ProdID=9360 Rev= 1.00
S: Manufacturer=Generic
S: P
YES! It works!
Thank you very much!
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http:
I installed the 2.6 kernel to test it and I have some problems with the USB
mass storage driver: my external HD enclousure doesn't work anymore (the
device works perfectly with the 2.4.21 version).
My computer is an Acer TravelMate 521TE with an ALI USB 1.1 controller, the
device is an USB2 2.5" HD
On 8 Aug 2003, Alessandro Fiorino wrote:
> I installed the 2.6 kernel to test it and I have some problems with the USB
> mass storage driver: my external HD enclousure doesn't work anymore (the
> device works perfectly with the 2.4.21 version).
> My computer is an Acer TravelMate 521TE with an ALI
I installed the 2.6 kernel to test it and I have some problems with the USB
mass storage driver: my external HD enclousure doesn't work anymore (the
device works perfectly with the 2.4.21 version).
My computer is an Acer TravelMate 521TE with an ALI USB 1.1 controller, the
device is an USB2 2.5" HD
On Fri, 11 Jul 2003, Jos van den Oever wrote:
> The kernel requeste me to sent a message to this list. The kernel was a
> monolithic 2.5.75. The camera that prompted the message is a Fuijfilm
> Finepix 2800Zoom which is perfectly accesible via /dev/sda1 under
> linux-2.4.21. I don't know how to ac
The kernel requeste me to sent a message to this list. The kernel was a monolithic
2.5.75. The camera that prompted the message is a Fuijfilm Finepix 2800Zoom which is
perfectly accesible via /dev/sda1 under linux-2.4.21. I don't know how to access it
with 2.5.75. If you do, please tell me. I'm
I feel a bit of a fool, I was trying to mount sda1, which is where my
other flash drive mounts, I tried it with sda and it worked like a charm.
Thanks for the help!
Cameron Morrison
Matthew Dharm wrote:
What mount command are you using? Are you trying to mount sda1 or sda?
Regardless, can you
What mount command are you using? Are you trying to mount sda1 or sda?
Regardless, can you try the other one?
Matt
On Wed, Jul 09, 2003 at 05:10:17PM +1000, Cameron Morrison wrote:
> Alan Stern wrote:
> > On Tue, 8 Jul 2003, Cameron Morrison wrote:
> >
> >
> >>Hi,
> >>
> >>I've got an 128MB A
What kernel is this from?
According to this log, the READ commands are requesting a block address
that makes no sense at all -- it almost looks like random garbage.
One read does seem to work though... It's possible that the format of the
data isn't quite right, so the filesystem layer is getting
Alan Stern wrote:
On Tue, 8 Jul 2003, Cameron Morrison wrote:
Hi,
I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive
(http://www.apacer.com/apacer_english/product_html/handy_steno20.asp).
It's giving the following error when i try to mount it : -
Attached scsi removable disk sda at scsi0
On Tue, 8 Jul 2003, Cameron Morrison wrote:
> Hi,
>
> I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive
> (http://www.apacer.com/apacer_english/product_html/handy_steno20.asp).
> It's giving the following error when i try to mount it : -
>
> Attached scsi removable disk sda at scsi0, ch
Hi,
I've got an 128MB Apacer "Handy Steno 2.0" usb flash drive
(http://www.apacer.com/apacer_english/product_html/handy_steno20.asp).
It's giving the following error when i try to mount it : -
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 253949 512-byte hdwr s
hello,
i'm looking for USB mass-storage class bootability specification.
does anybody know something where can i get it, or may be someone have a
copy?
i wasn't able to found anything about it at usb.org except that it is
version 0.6 so it is not published at official web site :(
---
Hey guys, just wanted to know if anyone can help Simon more than I can with
this extra information. I'm not really good knowledgable with this stuff : )
Jason B.
-- Forwarded Message --
Subject: Re: [linux-usb-devel] USB Mass Storage Crashes
Date: Sat, 04 Jan 2003 09:
I have a digital camera that is picked up on the USB connection . It is
recognised as a USB mass storage device. During boot-up there is a
message "insmod usb-mass storage failed ". The device was recognised on
/dev/sdb. When I tried to mount the filesystem, the process just hung.
After 30 se
Why write a new one?
On Tue, 8 Oct 2002, Ashok H wrote:
> Hi,
>
> I am working on a new USB 2.0 Mass storage device driver. I would
> like to know is there any Linux tools / programmes available for
> usb devices. Programmes may be one which gathers all the
> descriptors of the usb device,
Hi,
I am working on a new USB 2.0 Mass storage device driver. I would
like to know is there any Linux tools / programmes available for
usb devices. Programmes may be one which gathers all the
descriptors of the usb device, or which gathers all the usb
packets coming from the device, or which
Dear Sir,
Sorry to bother you. I'm newbie with develop usb mass storage for
bulk only and using SCSI primary command set under Embedded host platform.
But after reading of SPC-2 command set, I can't find READ_10 =
0x28(opcode). Only READ BUFFER available. Can anyone would tell me whi
on 5.0.2
> > > Date: Tue, 13 Nov 2001 10:05:29 -0600
> > > To: [EMAIL PROTECTED]
> > > From: Spectrum Digital Sales <[EMAIL PROTECTED]>
> > > Subject: Fwd: [[EMAIL PROTECTED]: [linux-usb-devel] USB
> > > mass storage device]
> > >
> > &
t;
To: "Astrid Wonner" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 12, 2001 7:19 PM
Subject: Re: [linux-usb-devel] USB mass storage device
boot.msg
Description: Binary data
messages
Description: Binary data
Sounds like the device isn't returning proper INQUIRY data. I've seen that
before. It's uncommon, but apparently works somehow with Windows. My
guess is that the Windows driver assumes random-access unless told
otherwise.
Can you recompile your kernel with usb-storage verbose debugging turned
Hello everyone,
I'm a newbie in kernel hacking and USB and I hope, you or your mailing list
can help me.
I have to write a driver for a USB device, that is recognized as a mass
storage device and can be used as such under Windows with the standard built-in
driver. In fact, it's an Evaluat
54 matches
Mail list logo