Re: Linux friendly CF card reader
From: Danno (TOOmuchSPAM_at_hotmail.com)
Date: 01/24/04
- Next message: Torsten Beekhuis: "Re: Phone-dialing-program?"
- Previous message: Erich Friesen: "suse ftp is easy and here is the how to + let's demonetize the software industry"
- In reply to: David M. Bartusik: "Re: Linux friendly CF card reader"
- Next in thread: Jeffrey Silverman: "Re: Linux friendly CF card reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 24 Jan 2004 05:50:08 GMT
David M. Bartusik wrote:
> How did you get the Datafab to work on the parallel port?
THe MDCF / MDCFE I've got has a parallel interface. I believe they also
made/make a USB interface. I am not running a USB device through the
parallel port, if that's what you're wondering... (i'd sure like to
though).
<cut'n'paste begins>
Getting it to work on the ThinkPad 560 under Slack9.1 is not that big a
deal. All you need are a few 2.4.* kernel modules. I have compiled the
parallel port support monolithically into my kernel, but built the support
modules dynamically. You will need the modules
paride epat pd
in order to succesfully interface the device. Boot the computer with the
device attatched and the compact flash card in its slot. Insert each of the
above three modules in the order they're shown
insmod paride
insmod epat
insmod pd
This will create the device pda, and if your card is built with a single
partition, it will be partition pda1 (like any hard drive/block device).
Now mount the device wherever you want to access it:
mount -t vfat /dev/pda1 /parallel_mountpoint
It is important to define the correct type of filesystem, otherwise you get
a read-write error. Some cards are formatted with FAT-12, but I think vfat
covers that.
Note that this is through a parallel port, so transfer speeds are not
super-fast relative to today's standards, but for the age of the computer,
not too bad at all. As a quick test, I moved a 51M ogg file from the card
to the hdd. It took 228 seconds, and moving it back back to the cf card
took 215 seconds.
-- Slackware9.1, 2.4.24, A7V333-XP2100+, Ti4200 RLU #272755
- Next message: Torsten Beekhuis: "Re: Phone-dialing-program?"
- Previous message: Erich Friesen: "suse ftp is easy and here is the how to + let's demonetize the software industry"
- In reply to: David M. Bartusik: "Re: Linux friendly CF card reader"
- Next in thread: Jeffrey Silverman: "Re: Linux friendly CF card reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|