All of lore.kernel.org
 help / color / mirror / Atom feed
* Sony DSC-F505V USB broken in linux-2.6.0
@ 2004-01-10 21:58 Roland Kwee
  2004-01-10 23:22 ` Roland Kwee
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Kwee @ 2004-01-10 21:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Roland Kwee

Problem
=======

After upgrading from linux-2.4.21 to 2.6.0,
my camera Sony DSC-F505V doesn't connect anymore.

What I tried myself
===================

I had to change a module name: usb-uhci    (2.4.21) --> uhci-hcd    (2.6.0),
and a hyphen:                  usb-storage (2.4.21) --> usb_storage (2.6.0)

I noticed that the F505 entry in unusual_devs.h changed in 2.6.0.
I fooled around with this a bit without seeing an improvement.

What does work
==============

The usb-storage part seems to work. See /var/log/message:

kernel: scsi0 : SCSI emulation for USB Mass Storage devices
kernel:   Vendor: Sony      Model: Sony DSC          Rev: 2.10
kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
kernel: SCSI device sda: 126848 512-byte hdwr sectors (65 MB)

What is still missing
=====================

What is missing in 2.6.0 is the 2.4.21 log message:

   Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0

Accordingly, 'mount' will fail with 'not a valid block device'.

Any help is appreciated. Thanks in advance!
Regards, Roland Kwee    (CC: to kweelist@xs4all.nl is appreciated)

NB:

$ lsmod
sd_mod                 12992  0 
usb_storage            28896  0 
scsi_mod              113636  2 sd_mod,usb_storage
uhci_hcd               40520  0 
usbcore               121940  4 usb_storage,uhci_hcd


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

* Re: Sony DSC-F505V USB broken in linux-2.6.0
  2004-01-10 21:58 Sony DSC-F505V USB broken in linux-2.6.0 Roland Kwee
@ 2004-01-10 23:22 ` Roland Kwee
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Kwee @ 2004-01-10 23:22 UTC (permalink / raw)
  To: kweelist; +Cc: linux-kernel

Sorry having bothered list readers, but this problem is fixed with 2.6.1.
Apologies.
Before I posted, I did notice the release of 2.6.1, read the release notes,
but saw nothing related to the Sony camera, and went ahead with the posting.

Keep up the good works!

Roland Kwee

> Date: Sat, 10 Jan 2004 22:58:58 +0100
> 
> Problem
> =======
> 
> After upgrading from linux-2.4.21 to 2.6.0,
> my camera Sony DSC-F505V doesn't connect anymore.
> 
> What I tried myself
> ===================
> 
> I had to change a module name: usb-uhci    (2.4.21) --> uhci-hcd    (2.6.0),
> and a hyphen:                  usb-storage (2.4.21) --> usb_storage (2.6.0)
> 
> I noticed that the F505 entry in unusual_devs.h changed in 2.6.0.
> I fooled around with this a bit without seeing an improvement.
> 
> What does work
> ==============
> 
> The usb-storage part seems to work. See /var/log/message:
> 
> kernel: scsi0 : SCSI emulation for USB Mass Storage devices
> kernel:   Vendor: Sony      Model: Sony DSC          Rev: 2.10
> kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
> kernel: SCSI device sda: 126848 512-byte hdwr sectors (65 MB)
> 
> What is still missing
> =====================
> 
> What is missing in 2.6.0 is the 2.4.21 log message:
> 
>    Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
> 
> Accordingly, 'mount' will fail with 'not a valid block device'.
> 
> Any help is appreciated. Thanks in advance!
> Regards, Roland Kwee    (CC: to kweelist@xs4all.nl is appreciated)


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

end of thread, other threads:[~2004-01-10 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-10 21:58 Sony DSC-F505V USB broken in linux-2.6.0 Roland Kwee
2004-01-10 23:22 ` Roland Kwee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.