If you have a laptop and it has a cardreader that doesn’t seem to work on linux.

This one lspci reports as:
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 Generic system peripheral [0805]: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)

Check, for /dev/ files that look lik /dev/mmcblk0 and /dev/mmcblk0p1. It may just work (on recent kernels).

mount with something like “sudo mount /dev/mmcblk0p1 /mnt”

All the files will be under /mnt/ in this example.

and don’t forget to umount it with “sudo umount /mnt” before you yank it out.

Share and Enjoy:
  • Digg
  • Slashdot
  • Reddit
  • Technorati
  • StumbleUpon
  • del.icio.us
  • Google
4 Responses to “Laptop cardreader, ENE Tecnology”
  1. Thomas Jollans says:

    if it does work, and you see nice card inserting messages etc in dmesg | tail , file a friendly bug report on your favourite automounter. It should *just* work.

  2. ewanm89 says:

    Yes, I personly don’t use automounters as it make that way I don’t forget to unmount it. But yes, most automounters should be configured for it now.

  3. ThaNerd says:

    Actually i have the exat same hardware, as reported by lspci. But despite my kernel is quite recent (2.6.22), nothing ever appears in /dev looking like mm…

    I’m under Gentoo

  4. dees says:

    sd mmc memory card’s blog » Laptop cardreader, ENE Tecnology

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

WP-Highlight