Archiv > Development

Card Reader

(1/2) > >>

wino:
Hier die Ausgabe von lsusb -vv

--- Code: ---Bus 002 Device 004: ID 0db0:6982 Micro Star International Medion Flash XL Card Reader
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x0db0 Micro Star International
  idProduct          0x6982 Medion Flash XL Card Reader
  bcdDevice            3.0c
  iManufacturer           1 MEDION
  iProduct                2 Medion Flash XL V3.0C
  iSerial                 3 2003-02
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 CONFIGURATION
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              5 INTERFACE 0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)
--- End code ---
Was müsste ich tun, um unter MLD eine eingesteckte SD-Karte einzubinden.  

MfG
wino

clausmuus:
Normalerweise sollte es reichen das usb-Addon zu installieren und anschließend die Karte einzustecken.

Claus

wino:
Leider funktioniert das mit dem Addon nicht.

MfG
wino

clausmuus:
Welchen Namen hat den das Device der SD Karte? Wird das entsprechende Device beim einstecken angelegt?

Claus

wino:
Dmesg gibt bei funktionierenden Card Reader, ohne gesteckte Karte aber mit einem Stick, dieses aus.

--- Code: ---[    8.290778] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[    8.324793] scsi 6:0:0:0: Direct-Access     Medion   Flash XL      CF 3.0C PQ: 0 ANSI: 0 CCS
[    8.342792] scsi 6:0:0:1: Direct-Access     Medion   Flash XL      MS 3.0C PQ: 0 ANSI: 0 CCS
[    8.371777] scsi 6:0:0:2: Direct-Access     Medion   Flash XL  MMC/SD 3.0C PQ: 0 ANSI: 0 CCS
[    8.394774]  sdc: sdc1
[    8.397680] sd 4:0:0:0: [sdc] Asking for cache data failed
[    8.397835] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[    8.397998] sd 4:0:0:0: [sdc] Attached SCSI removable disk
[    8.411798] scsi 6:0:0:3: Direct-Access     Medion   Flash XL      SM 3.0C PQ: 0 ANSI: 0 CCS
[    8.730811] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    8.741815] sd 6:0:0:1: [sde] Attached SCSI removable disk
[    8.774766] sd 6:0:0:2: [sdf] Attached SCSI removable disk
[    8.796796] sd 6:0:0:3: [sdg] Attached SCSI removable disk
--- End code ---
Mit gesteckter Karte.

--- Code: ---[  527.453066] sd 6:0:0:2: [sdf] 985088 512-byte logical blocks: (504 MB/481 MiB)
[  527.467063] sd 6:0:0:2: [sdf] No Caching mode page present
[  527.467210] sd 6:0:0:2: [sdf] Assuming drive cache: write through
[  527.512093] sd 6:0:0:2: [sdf] No Caching mode page present
[  527.520863] sd 6:0:0:2: [sdf] Assuming drive cache: write through
[  527.540114]  sdf: sdf1
--- End code ---
Das ist die Ausgabe unter MLD.

--- Code: ---csi 5:0:0:0: Direct-Access     Medion   Flash XL      CF 3.0C PQ: 0 ANSI: 0 CCS
sd 5:0:0:0: Attached scsi generic sg3 type 0
sd 5:0:0:0: [sdc] Attached SCSI removable disk
--- End code ---
Es werden also keine Device für die Kartenschächte angelegt. Eingesteckt ist ein Stick worauf MLD installiert ist und die SD-Karte wie oben. Die Minimalausgabe von dmesg unter MLD kann auch an Busybox liegen.

MfG
wino

Navigation

[0] Message Index

[#] Next page

Go to full version