( My Homepage / Lab-Page )
 

The following patches allow the usage of the Carbus (PCMCIA) based
MRT Video Professional framegrabber.
Examples of the grabs can be seen on the images below
(full image: 2 frames/s, small image 10frames/s). The class to
access the framegrabber can be found in appl.tgz
                         Darius


 
 


 
 

Installation
============
get the tar file  pcmcia.tgz
    cd /usr/src/linux
    tar xvfz pcmcia.tgz
    cd pcmcia-cs-3.1.21

In /usr/src/linux enable IEEE1394 support as modules in the
configuration menu of the Linux kernel and compile/install the new
kernel+modules. (Sorry, the support is combined with the IEEE1394 Firewire support !)

In /usr/src/linux/pcmcia-cs-3.1.21

    make config
    make install
In /lib/modules/`uname -r`/pcmcia
   ln -s ../ieee1394/raw1394.o
   ln -s ../ieee1394/ieee1394.o
   /sbin/depmod -a
   cd /dev
   mknod -m 666 /dev/mrt0 c 50 0