public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-14 22:37 ` Report: Sony Handycam USB and Linux 2.4.9-pre2 Roger Larsson
@ 2001-08-23  1:55   ` Thomas Davis
  2001-08-23 17:34     ` Roger Larsson
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Davis @ 2001-08-23  1:55 UTC (permalink / raw)
  To: Roger Larsson; +Cc: linux-usb-users, Linux Kernel Mailing List, Klaus Mueller

Roger Larsson wrote:
> 
> Hi,
> 
> [Note: I am not subscribed to linux-usb-users, please cc:]
> 
> I have a Sony PC110E that has been working with a small patch since 2.4.0
> But with 2.4.9-pre2 it does not work anymore...

Hmm.. I just got this camera (except it's an NTSC version), and I get

"not a block device" when I try to mount it.

Again, it's recongized properly when I plug it in.

This is with linux-2.4.9-pre4.  I haven't tried any other version yet.

-- 
------------------------+--------------------------------------------------
Thomas Davis		| ASG Cluster guy
tadavis@lbl.gov		| 
(510) 486-4524		| "80 nodes and chugging Captain!"

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

* Re: Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
@ 2001-08-23  9:44 Klaus Mueller
  2001-08-23 17:30 ` Thomas Davis
       [not found] ` <200108231956.f7NJuNj17557@mailc.telia.com>
  0 siblings, 2 replies; 8+ messages in thread
From: Klaus Mueller @ 2001-08-23  9:44 UTC (permalink / raw)
  To: Roger Larsson, Thomas Davis
  Cc: Klaus Mueller, Linux Kernel Mailing List, linux-usb-users

Thomas Davis <tadavis@lbl.gov> schrieb am 23.08.01:
>
> Hmm.. I just got this camera (except it's an NTSC version), and I get
> "not a block device" when I try to mount it.

Hi,

Roger tested the different steps of the 2.4.8 kernel. The version 2.4.8-pre3 breaks the support.

Klaus

______________________________________________________________________________
Flug.de - 570.000 Nutzer, ein Ziel: der optimale Flug
http://flug.de/sb/?PP=0-5-100-105-12


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

* Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-23  9:44 Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2 Klaus Mueller
@ 2001-08-23 17:30 ` Thomas Davis
  2001-08-23 19:13   ` Update: " Roger Larsson
       [not found] ` <200108231956.f7NJuNj17557@mailc.telia.com>
  1 sibling, 1 reply; 8+ messages in thread
From: Thomas Davis @ 2001-08-23 17:30 UTC (permalink / raw)
  To: Klaus Mueller; +Cc: Roger Larsson, Linux Kernel Mailing List, linux-usb-users

Klaus Mueller wrote:
> 
> Thomas Davis <tadavis@lbl.gov> schrieb am 23.08.01:
> >
> > Hmm.. I just got this camera (except it's an NTSC version), and I get
> > "not a block device" when I try to mount it.
> 
> Hi,
> 
> Roger tested the different steps of the 2.4.8 kernel. The version 2.4.8-pre3 breaks the support.
> 

Thanks.

That makes it difficult for me - I also have an isd200 device (Jukebox
6000)..  Lose the mp3's, or camera..  

Has anyone fixed the Config.in for usb-mass-storage yet?
-- 
------------------------+--------------------------------------------------
Thomas Davis		| ASG Cluster guy
tadavis@lbl.gov		| 
(510) 486-4524		| "80 nodes and chugging Captain!"

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

* Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-23  1:55   ` [Linux-usb-users] " Thomas Davis
@ 2001-08-23 17:34     ` Roger Larsson
  2001-08-23 17:38       ` Thomas Davis
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Larsson @ 2001-08-23 17:34 UTC (permalink / raw)
  To: Thomas Davis, Roger Larsson
  Cc: linux-usb-users, Linux Kernel Mailing List, Klaus Mueller

On Thursdayen den 23 August 2001 03:55, Thomas Davis wrote:
> Roger Larsson wrote:
> > Hi,
> >
> > [Note: I am not subscribed to linux-usb-users, please cc:]
> >
> > I have a Sony PC110E that has been working with a small patch since 2.4.0
> > But with 2.4.9-pre2 it does not work anymore...
>
> Hmm.. I just got this camera (except it's an NTSC version), and I get
>
> "not a block device" when I try to mount it.

try with fdisk (or cfdisk) it works...

>
> Again, it's recongized properly when I plug it in.
>
> This is with linux-2.4.9-pre4.  I haven't tried any other version yet.

It works up to linux-2.4.9-pre2
Something in -pre3 breaks it.

But you need this little patch to enable it.

/RogerL

-- 
Roger Larsson
Skellefteå
Sweden

*******************************************
Patch prepared by: roger.larsson@norran.net

--- linux/drivers/usb/storage/unusual_devs.h.orig	Sat Aug 18 23:29:32 2001
+++ linux/drivers/usb/storage/unusual_devs.h	Sat Aug 18 23:31:23 2001
@@ -138,6 +138,12 @@
 		US_SC_UFI, US_PR_CB, NULL,
 		US_FL_SINGLE_LUN | US_FL_START_STOP ),
 
+UNUSUAL_DEV(  0x054c, 0x002e, 0x0300, 0x0300,
+               "Sony",
+               "DSR-PC110E",
+               US_SC_SCSI, US_PR_CB, NULL,
+               US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+
 UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299, 
 		"Y-E Data",
 		"Flashbuster-U",


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

* Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-23 17:34     ` Roger Larsson
@ 2001-08-23 17:38       ` Thomas Davis
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Davis @ 2001-08-23 17:38 UTC (permalink / raw)
  To: Roger Larsson
  Cc: Roger Larsson, linux-usb-users, Linux Kernel Mailing List,
	Klaus Mueller

Roger Larsson wrote:
> 
> On Thursdayen den 23 August 2001 03:55, Thomas Davis wrote:
> > Roger Larsson wrote:
> > > Hi,
> > >
> > > [Note: I am not subscribed to linux-usb-users, please cc:]
> > >
> > > I have a Sony PC110E that has been working with a small patch since 2.4.0
> > > But with 2.4.9-pre2 it does not work anymore...
> >
> > Hmm.. I just got this camera (except it's an NTSC version), and I get
> >
> > "not a block device" when I try to mount it.
> 
> try with fdisk (or cfdisk) it works...
> 

fdisk works fine.  it's when I try to mount it I get the error.

I'll try the patch and see what happens..

-- 
------------------------+--------------------------------------------------
Thomas Davis		| ASG Cluster guy
tadavis@lbl.gov		| 
(510) 486-4524		| "80 nodes and chugging Captain!"

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

* Update: Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-23 17:30 ` Thomas Davis
@ 2001-08-23 19:13   ` Roger Larsson
  2001-08-23 19:34     ` Matthew Dharm
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Larsson @ 2001-08-23 19:13 UTC (permalink / raw)
  To: Matthew Dharm, Thomas Davis, Klaus Mueller
  Cc: Linux Kernel Mailing List, linux-usb-users

Now running with 2.4.9-pre3
but I removed all usb/storage patches
and added my earlier.

And it works!!!

=> problem is in usb/storage from -pre3...

Matthew can you split those patches in
smaller usable steps and send it to me?

/RogerL

-- 
Roger Larsson
Skellefteå
Sweden

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

* Re: Update: Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2
  2001-08-23 19:13   ` Update: " Roger Larsson
@ 2001-08-23 19:34     ` Matthew Dharm
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Dharm @ 2001-08-23 19:34 UTC (permalink / raw)
  To: Roger Larsson
  Cc: Thomas Davis, Klaus Mueller, Linux Kernel Mailing List,
	linux-usb-users

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

Could you clarify exactly what you mean by this?

Matt

On Thu, Aug 23, 2001 at 09:13:23PM +0200, Roger Larsson wrote:
> Now running with 2.4.9-pre3
> but I removed all usb/storage patches
> and added my earlier.
> 
> And it works!!!
> 
> => problem is in usb/storage from -pre3...
> 
> Matthew can you split those patches in
> smaller usable steps and send it to me?
> 
> /RogerL
> 
> -- 
> Roger Larsson
> Skellefteå
> Sweden

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

G:   Baaap booop BAHHHP.
Mir: 9600 Baud?
Mik: No, no!  9600 goes baap booop, not booop bahhhp!
					-- Greg, Miranda and Mike
User Friendly, 12/31/1998

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

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

* [PATCH] Sony Handycam USB and Linux 2.4.8-pre3 and later
       [not found]   ` <20010823130003.F2564@one-eyed-alien.net>
@ 2001-08-23 20:27     ` Roger Larsson
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Larsson @ 2001-08-23 20:27 UTC (permalink / raw)
  To: Matthew Dharm
  Cc: Thomas Davis, Klaus Mueller, linux-usb-users,
	Linux Kernel Mailing List

On Thursdayen den 23 August 2001 22:00, you wrote:
> Nono... try it with a later kernel, which doesn't work.  That is, go into a
> 2.4.9 kernel and remove the MODE_XLATE flag.
>
> Matt

Did it!



-- 
Roger Larsson
Skellefteå
Sweden


*******************************************
Patch prepared by: roger.larsson@norran.net
Name of file: /home/roger/patches/patch-2.4.8-pre3-Sony_PC110

--- linux/drivers/usb/storage/unusual_devs.h.orig	Thu Aug 23 22:02:24 2001
+++ linux/drivers/usb/storage/unusual_devs.h	Thu Aug 23 22:02:44 2001
@@ -166,7 +166,7 @@
 		"Sony",
 		"Handycam",
 		US_SC_SCSI, US_PR_CB, NULL,
-		US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE),
+		US_FL_SINGLE_LUN | US_FL_START_STOP ),
 
 UNUSUAL_DEV(  0x054c, 0x0032, 0x0000, 0x9999,
                 "Sony",

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

end of thread, other threads:[~2001-08-23 20:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-23  9:44 Re: [Linux-usb-users] Report: Sony Handycam USB and Linux 2.4.9-pre2 Klaus Mueller
2001-08-23 17:30 ` Thomas Davis
2001-08-23 19:13   ` Update: " Roger Larsson
2001-08-23 19:34     ` Matthew Dharm
     [not found] ` <200108231956.f7NJuNj17557@mailc.telia.com>
     [not found]   ` <20010823130003.F2564@one-eyed-alien.net>
2001-08-23 20:27     ` [PATCH] Sony Handycam USB and Linux 2.4.8-pre3 and later Roger Larsson
     [not found] <200108141108.f7EB8v612177@mailgate3.cinetic.de>
2001-08-14 22:37 ` Report: Sony Handycam USB and Linux 2.4.9-pre2 Roger Larsson
2001-08-23  1:55   ` [Linux-usb-users] " Thomas Davis
2001-08-23 17:34     ` Roger Larsson
2001-08-23 17:38       ` Thomas Davis

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