public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB Mass Storage in 2.4.0
@ 2001-01-12 22:46 Robert J. Bell
  2001-01-12 23:10 ` Matthew Dharm
  2001-01-14 19:46 ` Jamie Lokier
  0 siblings, 2 replies; 8+ messages in thread
From: Robert J. Bell @ 2001-01-12 22:46 UTC (permalink / raw)
  To: kernel-list

I know there has been some talk arround this topic on this list so If I 
missed the answer I apologize, i just joined the list today. I read 
through the archive and all I could find relative to mass storage is the 
scsi dependancy, which I am aware of. Here is my situation.

I have a Fujufilm FX-1400 digital camera that uses the USB Mass Storage 
driver. I know it works because I had it working in 2.4.0-test12, and in 
2.4.0 however I had a major system failure and lost my new kernel. This 
time arround I can not get USB Mass Storage to work. I have tried 
various combinations of the scsi and usb options. I thought maybe I 
needed SCSI Disk support as well but it didnt seem to matter. I have 
tried with scsi and usb mass storage as modules and as part of the 
kernel, still no luck. Here is what happens when I connect the camera :

Jan 10 18:49:05 t20 kernel: hub.c: USB new device connect on bus1/1, 
assigned device number 3
Jan 10 18:49:05 t20 kernel: Product: USB Mass Storage
Jan 10 18:49:05 t20 kernel: SerialNumber: Y-170^^^^^000810X0000003005237
Jan 10 18:49:06 t20 kernel: scsi0 : SCSI emulation for USB Mass Storage 
devices
Jan 10 18:49:06 t20 kernel:   Vendor:  `.À ÀòÏ  Model: \206   Ø\177.À¡# 
À ÝòÏ  Rev: ÿÿÿÿ
Jan 10 18:49:06 t20 kernel:   Type:   Scanner                            
ANSI SCSI revision: 02

Now this used to detect a scsi disk and all I had to do was mount it. I 
am sure there must be other conflicting config options but I just dont 
know what it could be. Any help would be greatly appreciated.

Robert.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 22:46 USB Mass Storage in 2.4.0 Robert J. Bell
@ 2001-01-12 23:10 ` Matthew Dharm
  2001-01-12 23:19   ` Robert J. Bell
  2001-01-14 19:46 ` Jamie Lokier
  1 sibling, 1 reply; 8+ messages in thread
From: Matthew Dharm @ 2001-01-12 23:10 UTC (permalink / raw)
  To: Robert J. Bell; +Cc: kernel-list

[-- Attachment #1: Type: text/plain, Size: 2257 bytes --]

Please turn on USB Mass Storage debugging and send me the dmesg output from
when you attach the device and load the drivers.

Matt

On Fri, Jan 12, 2001 at 02:46:46PM -0800, Robert J. Bell wrote:
> I know there has been some talk arround this topic on this list so If I 
> missed the answer I apologize, i just joined the list today. I read 
> through the archive and all I could find relative to mass storage is the 
> scsi dependancy, which I am aware of. Here is my situation.
> 
> I have a Fujufilm FX-1400 digital camera that uses the USB Mass Storage 
> driver. I know it works because I had it working in 2.4.0-test12, and in 
> 2.4.0 however I had a major system failure and lost my new kernel. This 
> time arround I can not get USB Mass Storage to work. I have tried 
> various combinations of the scsi and usb options. I thought maybe I 
> needed SCSI Disk support as well but it didnt seem to matter. I have 
> tried with scsi and usb mass storage as modules and as part of the 
> kernel, still no luck. Here is what happens when I connect the camera :
> 
> Jan 10 18:49:05 t20 kernel: hub.c: USB new device connect on bus1/1, 
> assigned device number 3
> Jan 10 18:49:05 t20 kernel: Product: USB Mass Storage
> Jan 10 18:49:05 t20 kernel: SerialNumber: Y-170^^^^^000810X0000003005237
> Jan 10 18:49:06 t20 kernel: scsi0 : SCSI emulation for USB Mass Storage 
> devices
> Jan 10 18:49:06 t20 kernel:   Vendor:  `.À ÀòÏ  Model: \206   Ø\177.À¡# 
> À ÝòÏ  Rev: ÿÿÿÿ
> Jan 10 18:49:06 t20 kernel:   Type:   Scanner                            
> ANSI SCSI revision: 02
> 
> Now this used to detect a scsi disk and all I had to do was mount it. I 
> am sure there must be other conflicting config options but I just dont 
> know what it could be. Any help would be greatly appreciated.
> 
> Robert.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

Oh great modem, why hast thou forsaken me?
					-- Dust Puppy
User Friendly, 3/2/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 23:10 ` Matthew Dharm
@ 2001-01-12 23:19   ` Robert J. Bell
  2001-01-12 23:24     ` Matthew Dharm
  0 siblings, 1 reply; 8+ messages in thread
From: Robert J. Bell @ 2001-01-12 23:19 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: kernel-list

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Matthew here is the info you requested, thanks for your help.



[-- Attachment #2: dmsg.out --]
[-- Type: application/octet-stream, Size: 4590 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 23:19   ` Robert J. Bell
@ 2001-01-12 23:24     ` Matthew Dharm
  2001-01-12 23:34       ` Robert J. Bell
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew Dharm @ 2001-01-12 23:24 UTC (permalink / raw)
  To: Robert J. Bell; +Cc: kernel-list

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

Hrm... from these logs, everything looks okay, except for the fact that the
device refuses to return any INQUIRY data.

Can you reproduce the conditions under which it was working and send logs
from that?  Or at least remember what the /proc/scsi/scsi info looked like?

Matt

On Fri, Jan 12, 2001 at 03:19:36PM -0800, Robert J. Bell wrote:
> Matthew here is the info you requested, thanks for your help.
> 
> 



-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

What the hell are you?
					-- Pitr to Dust Puppy 
User Friendly, 12/3/1997

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 23:24     ` Matthew Dharm
@ 2001-01-12 23:34       ` Robert J. Bell
  2001-01-13  0:13         ` Matthew Dharm
  0 siblings, 1 reply; 8+ messages in thread
From: Robert J. Bell @ 2001-01-12 23:34 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: kernel-list

Unfortunately I lost everything on my system (the one that worked) and I 
don't believe I ever looked in /proc/scsi/scsi because It was working 
and I didn't feel the need to go poking around.  I had this problem 
initially the first time I compiled 2.4.0 but I went back and added SCSI 
Generic "on" and that seemed to fix it.  I am just confused why it 
thinks this is a scanner. IS there any way to force it to detect it as a 
scsi disk?

I must have recompiled this kernel 50 times trying to recreate the the 
scenario where this worked. I can send you my .config if you think that 
will help.

Robert





Matthew Dharm wrote:

> Hrm... from these logs, everything looks okay, except for the fact that the
> device refuses to return any INQUIRY data.
> 
> Can you reproduce the conditions under which it was working and send logs
> from that?  Or at least remember what the /proc/scsi/scsi info looked like?
> 
> Matt
> 
> On Fri, Jan 12, 2001 at 03:19:36PM -0800, Robert J. Bell wrote:
> 
>> Matthew here is the info you requested, thanks for your help.
>> 
>> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 23:34       ` Robert J. Bell
@ 2001-01-13  0:13         ` Matthew Dharm
  2001-01-13  1:34           ` Robert J. Bell
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew Dharm @ 2001-01-13  0:13 UTC (permalink / raw)
  To: Robert J. Bell; +Cc: kernel-list

[-- Attachment #1: Type: text/plain, Size: 1607 bytes --]

Do you have an OHCI controller or an UHCI controller?  I noticed that
you're using the "alternate" UHCI driver... can you try this with the
standard UHCI driver?

Matt

On Fri, Jan 12, 2001 at 03:34:41PM -0800, Robert J. Bell wrote:
> Unfortunately I lost everything on my system (the one that worked) and I 
> don't believe I ever looked in /proc/scsi/scsi because It was working 
> and I didn't feel the need to go poking around.  I had this problem 
> initially the first time I compiled 2.4.0 but I went back and added SCSI 
> Generic "on" and that seemed to fix it.  I am just confused why it 
> thinks this is a scanner. IS there any way to force it to detect it as a 
> scsi disk?
> 
> I must have recompiled this kernel 50 times trying to recreate the the 
> scenario where this worked. I can send you my .config if you think that 
> will help.
> 
> Robert
> 
> 
> 
> 
> 
> Matthew Dharm wrote:
> 
> > Hrm... from these logs, everything looks okay, except for the fact that the
> > device refuses to return any INQUIRY data.
> > 
> > Can you reproduce the conditions under which it was working and send logs
> > from that?  Or at least remember what the /proc/scsi/scsi info looked like?
> > 
> > Matt
> > 
> > On Fri, Jan 12, 2001 at 03:19:36PM -0800, Robert J. Bell wrote:
> > 
> >> Matthew here is the info you requested, thanks for your help.
> >> 
> >> 

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

It was a new hope.
					-- Dust Puppy
User Friendly, 12/25/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-13  0:13         ` Matthew Dharm
@ 2001-01-13  1:34           ` Robert J. Bell
  0 siblings, 0 replies; 8+ messages in thread
From: Robert J. Bell @ 2001-01-13  1:34 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: kernel-list

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

No luck using the standard UHCI driver, attached logs.

Matthew Dharm wrote:

> Do you have an OHCI controller or an UHCI controller?  I noticed that
> you're using the "alternate" UHCI driver... can you try this with the
> standard UHCI driver?
> 
> Matt
> 
> On Fri, Jan 12, 2001 at 03:34:41PM -0800, Robert J. Bell wrote:
> 
>> Unfortunately I lost everything on my system (the one that worked) and I 
>> don't believe I ever looked in /proc/scsi/scsi because It was working 
>> and I didn't feel the need to go poking around.  I had this problem 
>> initially the first time I compiled 2.4.0 but I went back and added SCSI 
>> Generic "on" and that seemed to fix it.  I am just confused why it 
>> thinks this is a scanner. IS there any way to force it to detect it as a 
>> scsi disk?
>> 
>> I must have recompiled this kernel 50 times trying to recreate the the 
>> scenario where this worked. I can send you my .config if you think that 
>> will help.
>> 
>> Robert
>> 
>> 
>> 
>> 
>> 
>> Matthew Dharm wrote:
>> 
>>> Hrm... from these logs, everything looks okay, except for the fact that the
>>> device refuses to return any INQUIRY data.
>>> 
>>> Can you reproduce the conditions under which it was working and send logs
>>> from that?  Or at least remember what the /proc/scsi/scsi info looked like?
>>> 
>>> Matt
>>> 
>>> On Fri, Jan 12, 2001 at 03:19:36PM -0800, Robert J. Bell wrote:
>>> 
>>>> Matthew here is the info you requested, thanks for your help.
>>>> 
>>>> 


[-- Attachment #2: dmesg2.out --]
[-- Type: application/octet-stream, Size: 3349 bytes --]

[-- Attachment #3: mesg.out --]
[-- Type: application/octet-stream, Size: 760 bytes --]

Jan 12 17:25:17 t20 PAM_unix[648]: (login) session opened for user root by LOGIN(uid=0)
Jan 12 17:25:17 t20  -- root[648]: ROOT LOGIN ON tty1
Jan 12 17:26:13 t20 kernel: usb.c: USB disconnect on device 2
Jan 12 17:26:13 t20 kernel: usb-uhci.c: interrupt, status 3, frame# 1060
Jan 12 17:26:55 t20 kernel: hub.c: USB new device connect on bus1/1, assigned device number 3
Jan 12 17:26:55 t20 kernel: Product: USB Mass Storage
Jan 12 17:26:55 t20 kernel: SerialNumber: Y-170^^^^^000810X0000003005237
Jan 12 17:26:55 t20 kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jan 12 17:26:55 t20 kernel:   Vendor:  à-À ÀòÏ  Model: \206   Øÿ-À¡# À ÝòÏ  Rev: ÿÿÿÿ
Jan 12 17:26:55 t20 kernel:   Type:   Scanner                            ANSI SCSI revision: 02

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: USB Mass Storage in 2.4.0
  2001-01-12 22:46 USB Mass Storage in 2.4.0 Robert J. Bell
  2001-01-12 23:10 ` Matthew Dharm
@ 2001-01-14 19:46 ` Jamie Lokier
  1 sibling, 0 replies; 8+ messages in thread
From: Jamie Lokier @ 2001-01-14 19:46 UTC (permalink / raw)
  To: Robert J. Bell; +Cc: kernel-list

Robert J. Bell wrote:
> I have a Fujufilm FX-1400 digital camera that uses the USB Mass Storage 
> driver. I know it works because I had it working in 2.4.0-test12, and in 
> 2.4.0 however I had a major system failure and lost my new kernel. 

Fwiw, I have a Fujifilm FinePix 2400Zoom and it appears to be working
fine with the USB Mass Storage driver from 2.4.0.  I used the uhci.c
driver to test, even though I normally use the usb-uhci.c driver when
I'm using my USB modem.  No reason, I just forgot which one I normally
use :-)

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-01-14 19:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-12 22:46 USB Mass Storage in 2.4.0 Robert J. Bell
2001-01-12 23:10 ` Matthew Dharm
2001-01-12 23:19   ` Robert J. Bell
2001-01-12 23:24     ` Matthew Dharm
2001-01-12 23:34       ` Robert J. Bell
2001-01-13  0:13         ` Matthew Dharm
2001-01-13  1:34           ` Robert J. Bell
2001-01-14 19:46 ` Jamie Lokier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox