Impossible
I know I didn’t just pop in a 1394 (Firewire) card into my Linux box, turn it on, and it worked.
The goal is network storage on a removable disk. For all those Googling for “firewire linux” the steps are:
- I am using kernel 2.6.12. Compile 1394 support along with OHCI-1394, SBP-2 , Raw IEEE1394 support all as modules. I don’t know if you need the last one but it sounds good.
- Compile SCSI device and disk support.
- You may need to do some
insmodmagic, I didn’t. - Shutdown, add card, whatever else.
tail -f /var/log/syslogand plug the drive in. You should see a bunch of messages from ieee1394 and sda. The drive should be/dev/sda1or something around that depending on the other devices on your system.- Mount.
mount -t vfat /dev/sda1 /mntMy drive is formatted as FAT32 for compatibility. What sucks is the maximum file size is 4GB. So much for archiving DVD images
If you’re looking for a good Firewire card, Newegg has the Koutech PCI to 1394a Card Model IO-PFW310 for about $15 shipped. Works great with Linux.
