Announcement

Collapse
No announcement yet.

USB card reader problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    USB card reader problem

    lsusb finds the card reader -

    Code:
    Bus 003 Device 002: ID 14cd:125c Super Top SD card reader
    sudo lshw -class disk finds the card -

    Code:
    *-disk                    
       description: SCSI Disk
       product: Storage Device
       vendor: Mass
       physical id: 0.0.0
       bus info: scsi@8:0.0.0
       logical name: /dev/sdd
       size: 29GiB (31GB)
       capabilities: removable
       configuration: logicalsectorsize=512 sectorsize=512
     *-medium
          physical id: 0
          logical name: /dev/sdd
          size: 29GiB (31GB)
          capabilities: partitioned partitioned:dos
    However the card doesn't show up in dolphin or in the task manager panel, so I can't use it. The card is working fine in my camera.
    Last edited by Jeremy_Ray; Feb 01, 2018, 08:42 PM. Reason: solved

    #2
    What format is the card in ? Im going to guess you just dont have support for that file system . unless the camera is really old its more then likey using EXFAT as the file system on the sd card.

    try installing the exfat fuse module and utils. then remove and reattach the card it should then work like normal
    Code:
    sudo apt install exfat-fuse exfat-utils
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Is there a way to detect the file system type? So far all I can find out is "Design rule for camera file system, DPOF Version 1.1 (Digital Print Order Format)" I ran
      Code:
       
      
      sudo apt install exfat-fuse exfat-utils
      , but that didn't do it. The camera is a Canon Powershot ELPH 450 HS, so it is a few years old.

      Comment


        #4
        You can run the partition manager and see what that says the card has on it.

        you might also be able to plug you camera in via usb and get the pictures that way. It would save you the time of removing the card. Plug the camera to the computer it might show up in the removeable drives . you may need to put you camera in special mode the usb work that way.
        Last edited by sithlord48; Feb 01, 2018, 08:24 PM.
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          KDE Partition Editor showed "unknown/unformatted," so I reformatted the card in the camera. Now it works with the computer again. Strange how that worked out, but at least I know what the problem was.

          Comment

          Working...
          X