On Saturday 22 August 2009 04:29:19 Oliver Pinter wrote: > can you this probe: > > mount_msdosfs /dev/da0 /foo # this may fail, and after this: > mount_msdosfs /dev/da0s1 /foo # and this mounter the real device > > On 8/21/09, Andrey V. Elsukov <bu7cher_at_yandex.ru> wrote: > > Hi, All. > > > > I tried to attach my Sony DSC-W50 camera to 8.0-BETA2 and it > > doesn't work. > > First of i got following dmesg: > > > > ugen3.2: <Sony> at usbus3 (disconnected) > > umass0: at uhub3, port 4, addr 2 (disconnected) > > (da0:umass-sim0:0:0:0): lost device > > (da0:umass-sim0:0:0:0): removing device entry > > ugen3.2: <Sony> at usbus3 > > umass0: <Sony Sony DSC, class 0/0, rev 2.00/6.00, addr 2> on usbus3 > > umass0: RBC over CBI; quirks = 0x1000 > > umass0:1:0:-1: Attached to scbus1 > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: <Sony Sony DSC 6.00> Removable Direct Access SCSI-0 device > > da0: 40.000MB/s transfers > > da0: 980MB (2007040 512 byte sectors: 64H 32S/T 980C) > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > > status == 0x0 > > > > And da0 device sometime doesn't appear, but sometime appears. > > When I try to get access to da0 i'm getting I/O error: > > > > # mount_msdosfs -m 0664 -M 0775 /dev/da0 /mnt/ > > mount_msdosfs: /dev/da0: Input/output error > > > > So, I tried to add NO_SYNCHRONIZE_CACHE to quirks list in umass.c > > But it didn't resolve the problem. > > > > ugen3.2: <Sony> at usbus3 > > umass0: <Sony Sony DSC, class 0/0, rev 2.00/6.00, addr 2> on usbus3 > > umass0: RBC over CBI; quirks = 0x5000 > > umass0:1:0:-1: Attached to scbus1 > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: <Sony Sony DSC 6.00> Removable Direct Access SCSI-0 device > > da0: 40.000MB/s transfers > > da0: 980MB (2007040 512 byte sectors: 64H 32S/T 980C) > > > > da0 device didn't appear. It seems the problem is not in USB code. > > Any suggestions? I see there are several quirk entries for Sony cameras. Could you try to change "UMASS_PROTO_RBC | UMASS_PROTO_CBI" into "UMASS_PROTO_DEFAULT" for all DSC entries? {USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC, 0x0600, UMASS_PROTO_RBC | UMASS_PROTO_CBI, RBC_PAD_TO_12 }, --HPSReceived on Sat Aug 22 2009 - 05:16:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC