linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Report: Sony Handycam USB and Linux 2.4.9-pre2
       [not found] <200108141108.f7EB8v612177@mailgate3.cinetic.de>
@ 2001-08-14 22:37 ` Roger Larsson
  2001-08-23  1:55   ` [Linux-usb-users] " Thomas Davis
  2001-08-14 23:16 ` Richard Russon
  1 sibling, 1 reply; 6+ messages in thread
From: Roger Larsson @ 2001-08-14 22:37 UTC (permalink / raw)
  To: linux-usb-users, Linux Kernel Mailing List; +Cc: Klaus Mueller

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...

2.4.7 + my patch
		works

2.4.8
		has lots of new USB stuff (not tested by me, compilation problems)

2.4.9-pre2
		identifies the device correctly - no patch needed
		(similar patch in unusual-devices)
		but is not able to open it "unknown partition table" reported from
		enabled LDM ... (I enabled it in an attempt to enable everything)

I have usb-debug outputs from both - I will try to look into them myself but 
if anyone is interested...

/RogerL

-- 
Roger Larsson
Skellefteå
Sweden


*******************************************
Patch prepared by: roger.larsson@norran.net
 
--- linux/drivers/usb/storage/unusual_devs.h.orig       Mon May 14 23:32:36 
2001+++ linux/drivers/usb/storage/unusual_devs.h    Mon May 14 23:32:46 2001
@@ -138,6 +138,12 @@
                US_SC_UFI, US_PR_CB, NULL,
                US_FL_SINGLE_LUN | US_FL_START_STOP ),
 
+UNUSUAL_DEV(  0x054c, 0x002e, 0x0210, 0x0310,
+               "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] 6+ messages in thread

* Re: Report: Sony Handycam USB and Linux 2.4.9-pre2
       [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-14 23:16 ` Richard Russon
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Russon @ 2001-08-14 23:16 UTC (permalink / raw)
  To: linux-usb-users, Linux Kernel Mailing List, Klaus Mueller

Hi Roger,

> 2.4.9-pre2
>  identifies the device correctly - no patch needed
>  (similar patch in unusual-devices)
>  but is not able to open it "unknown partition table" reported from
>  enabled LDM ... (I enabled it in an attempt to enable everything)

Afraid I can't help you, but I can probably rule out the LDM.
It's failing when it tries to read a 1KB block from the very
beginning of the device: "Unable to read partition table."

LDM complains because it's the first in line for checking
partitions.  If you were to disable it, then msdos would complain
(and give up), instead.

FlatCap (Rich)
ldm@flatcap.org




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

* 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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] " Klaus Mueller
@ 2001-08-23 17:30 ` Thomas Davis
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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
2001-08-14 23:16 ` Richard Russon
2001-08-23  9:44 Re: [Linux-usb-users] " Klaus Mueller
2001-08-23 17:30 ` Thomas Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).