Announcement

Collapse
No announcement yet.

Problem with an M2 Card in a USB Card Reader

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

    Problem with an M2 Card in a USB Card Reader

    I am having a problem accessing an M2 card through a USB card reader on my own system.

    I have tried on two other kubuntu systems and they mount the card within a second.

    I know my computer picks up the card as in the "device notifier settings" automount section it registers then reregisters the device repeatedly but it obviously doesn't mount it.

    Does anyone know how I could get round this problem without transferring the files, which I want to transfer onto the card, onto another computer then onto the card?

    (I ask because it would be quicker and I prefer permanent solutions to temporary ones!)

    #2
    Re: Problem with an M2 Card in a USB Card Reader

    I know my computer picks up the card as in the "device notifier settings" automount section it registers then reregisters the device repeatedly but it obviously doesn't mount it.
    ??

    When you plug the card in, something like this happens ?:

    1) The device notifier pops up
    2) You click the "Open with File Manager"
    3) The file manager doesn't show up.

    If so, open a konsole window and type the dmesg command (https://help.ubuntu.com/community/LinuxLogFiles).

    Are there any error messages ?
    With the error messages you could do net searches.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Re: Problem with an M2 Card in a USB Card Reader

      No device notifier doesn't pop up.
      After it not popping up I opened it manually and went onto its settings.
      I saw in the automount section of the settings that it was connecting repeatedly to the card but nothing showed up on the actual widget or in Dolphin.

      Comment


        #4
        Re: Problem with an M2 Card in a USB Card Reader

        An example - How it is working at here

        1) Plug in the empty usb memory card reader.


        The dmesg is telling:
        Code:
        :~$ dmesg
        
        [ 5604.076079] usb 1-1: new high speed USB device number 2 using ehci_hcd
        [ 5604.876308] usbcore: registered new interface driver uas
        [ 5604.901994] Initializing USB Mass Storage driver...
        [ 5604.903540] scsi4 : usb-storage 1-1:1.0
        [ 5604.903931] usbcore: registered new interface driver usb-storage
        [ 5604.903935] USB Mass Storage support registered.
        [ 5604.945571] keucr: module is from the staging directory, the quality is unknown, you have been warned.
        [ 5604.947699] usb --- usb_stor_init start
        [ 5604.949218] usbcore: registered new interface driver eucr
        [ 5604.949225] ENE USB Mass Storage support registered.
        [ 5605.904930] scsi 4:0:0:0: Direct-Access   Multi  Flash Reader   1.00 PQ: 0 ANSI: 0
        [ 5605.904992] scsi: killing requests for dead queue
        [ 5605.905065] scsi: killing requests for dead queue
        [ 5605.905127] scsi: killing requests for dead queue
        [ 5605.905187] scsi: killing requests for dead queue
        [ 5605.905247] scsi: killing requests for dead queue
        [ 5605.905306] scsi: killing requests for dead queue
        [ 5605.905366] scsi: killing requests for dead queue
        [ 5605.905425] scsi: killing requests for dead queue
        [ 5605.910716] sd 4:0:0:0: Attached scsi generic sg6 type 0
        [ 5605.912503] sd 4:0:0:0: [sde] Attached SCSI removable disk
        and the lsusb is telling:

        Code:
        :~$ lsusb
        
        Bus 001 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader

        2) Plug in a memory card

        The dmesg is telling:

        Code:
        :~$ dmesg
        
        [ 5888.515380] sd 4:0:0:0: [sde] 7744512 512-byte logical blocks: (3.96 GB/3.69 GiB)
        [ 5888.520867] sd 4:0:0:0: [sde] No Caching mode page present
        [ 5888.520874] sd 4:0:0:0: [sde] Assuming drive cache: write through
        [ 5888.523522] sd 4:0:0:0: [sde] No Caching mode page present
        [ 5888.523531] sd 4:0:0:0: [sde] Assuming drive cache: write through
        [ 5888.527990] sde: sde1
        The memory card is /dev/sde1. The blkid is telling:

        Code:
        :~$ sudo blkid
        
        /dev/sde1: LABEL="CELLMEMCARD" UUID="3362-3364" TYPE="vfat"
        It is a fat32 format with the label CELLMEMCARD.


        There is a device notifier.




        3a) Mounting with the device notier, clicking the "Open with File Manager".

        The memory card is mounted: /media/CELLMEMCARD/


        3b) or Manual mount

        Making a mount point:

        Code:
        sudo mkdir /media/external
        Mounting:

        Code:
        sudo mount -t vfat /dev/sde1 /media/external
        The memory card should be mounted to the /media/external or there should be error messages.


        About

        dmesg: https://help.ubuntu.com/community/LinuxLogFiles
        Ubuntu usb mount: https://help.ubuntu.com/community/Mount/USB
        Ubuntu blkid: https://help.ubuntu.com/community/Mo...roubleshooting

        Man pages: man lsusb
        Code:
        NAME
            lsusb - list USB devices
        
        SYNOPSIS
            lsusb [ options ]
        
        DESCRIPTION
            lsusb is a utility for displaying information about USB buses in the system and the devices connected
            to them.

        How / What is happening at there ?

        The input (what you are doing) with the output (dmesg,lsusb...) will make the helping a bit easier.
        Have you tried ?

        - How to Ask a Question on the Internet and Get It Answered
        - How To Ask Questions The Smart Way

        Comment


          #5
          Re: Problem with an M2 Card in a USB Card Reader

          With just the empty reader plugged in;

          The dmesg:
          Code:
          dmesg
          [ 6208.248045] usb 1-1: new high speed USB device number 2 using ehci_hcd
          [ 6208.524652] usbcore: registered new interface driver uas
          [ 6208.546887] Initializing USB Mass Storage driver...
          [ 6208.547068] scsi6 : usb-storage 1-1:1.0
          [ 6208.547815] usbcore: registered new interface driver usb-storage
          [ 6208.547821] USB Mass Storage support registered.
          [ 6211.630014] scsi 6:0:0:0: Direct-Access   FNK TECH USB CARD READER 1.00 PQ: 0 ANSI: 0 CCS
          [ 6211.630126] scsi: killing requests for dead queue
          [ 6211.630220] scsi: killing requests for dead queue
          [ 6211.630300] scsi: killing requests for dead queue
          [ 6211.630376] scsi: killing requests for dead queue
          [ 6211.630449] scsi: killing requests for dead queue
          [ 6211.630522] scsi: killing requests for dead queue
          [ 6211.630596] scsi: killing requests for dead queue
          [ 6211.630672] scsi: killing requests for dead queue
          [ 6211.631065] sd 6:0:0:0: Attached scsi generic sg2 type 0
          [ 6211.638864] sd 6:0:0:0: [sdb] Attached SCSI removable disk
          The lsusb:
          Code:
          lsusb
          Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
          Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
          Bus 001 Device 002: ID 3207:0300
          Then after inserting the memory card into the reader;

          The dmesg:
          Code:
          dmesg
          [ 6945.748222] end_request: I/O error, dev sdb, sector 4476
          [ 6945.749123] sd 7:0:0:0: [sdb] Device not ready
          [ 6945.749129] sd 7:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
          [ 6945.749137] sd 7:0:0:0: [sdb] Sense Key : Not Ready [current] 
          [ 6945.749144] sd 7:0:0:0: [sdb] Add. Sense: Medium not present
          [ 6945.749154] sd 7:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 11 7c 00 00 08 00
          [ 6945.749169] end_request: I/O error, dev sdb, sector 4476
          [ 6945.750120] sd 7:0:0:0: [sdb] Device not ready
          [ 6945.750125] sd 7:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
          [ 6945.750133] sd 7:0:0:0: [sdb] Sense Key : Not Ready [current] 
          [ 6945.750140] sd 7:0:0:0: [sdb] Add. Sense: Medium not present
          [ 6945.750150] sd 7:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 11 b4 00 00 08 00
          [ 6945.750165] end_request: I/O error, dev sdb, sector 4532
          [ 6945.751114] sd 7:0:0:0: [sdb] Device not ready
          [ 6945.751120] sd 7:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
          [ 6945.751128] sd 7:0:0:0: [sdb] Sense Key : Not Ready [current] 
          [ 6945.751135] sd 7:0:0:0: [sdb] Add. Sense: Medium not present
          [ 6945.751145] sd 7:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 11 7c 00 00 08 00
          [ 6945.751160] end_request: I/O error, dev sdb, sector 4476
          [ 6945.752121] sd 7:0:0:0: [sdb] Device not ready
          [ 6945.752127] sd 7:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
          [ 6945.752135] sd 7:0:0:0: [sdb] Sense Key : Not Ready [current] 
          [ 6945.752143] sd 7:0:0:0: [sdb] Add. Sense: Medium not present
          [ 6945.752153] sd 7:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 11 7c 00 00 08 00
          [ 6945.752168] end_request: I/O error, dev sdb, sector 4476
          [ 6945.754879] sd 7:0:0:0: [sdb] No Caching mode page present
          [ 6945.754886] sd 7:0:0:0: [sdb] Assuming drive cache: write through
          [ 6945.764114] sd 7:0:0:0: [sdb] No Caching mode page present
          [ 6945.764118] sd 7:0:0:0: [sdb] Assuming drive cache: write through
          [ 6945.765000] sdb: sdb1
          I have shortened this. The errors filled the whole terminal. Terminal would not scroll as far up as the actual command.

          The blkid:
          Code:
          sudo blkid
          /dev/sda1: UUID="ec3f7ae1-4c20-4a78-8da2-8da7b45d526b" TYPE="ext4" 
          /dev/sda5: UUID="4381983f-4b22-4b9e-a40f-3d05e0d373f2" TYPE="swap"
          Attempting to mount;

          These commands did nothing:
          Code:
          sudo mkdir /media/external
          sudo mount -t ext4 /dev/sda1 /media/external

          Comment

          Working...
          X