Menu

Tree [r90] /
 History

HTTPS access


File Date Author Commit
 debian 2010-06-01 toersi [r88] Added debian files
 patches 2010-06-01 toersi [r88] Added debian files
 Makefile 2010-06-01 toersi [r88] Added debian files
 README 2010-11-01 toersi [r89] Fixing documentation
 TODO 2008-04-04 toersi [r24] PCM:
 arc88dp.bit 2008-11-29 toersi [r53] ARC88:
 marc2.bit 2008-11-14 toersi [r50] MARC 4:
 marc2p.bit 2008-11-14 toersi [r50] MARC 4:
 marc4m.bit 2008-11-11 toersi [r42] Makefile:
 marc8m.bit 2007-11-27 toersi [r2] * Added firmware file
 marc_series.c 2012-05-11 toersi [r90] Patching for Kernel 3.2
 marc_series.h 2009-05-18 toersi [r78] Patch prepare
 marc_series_midi.c 2008-12-04 toersi [r58] MARC A:
 marc_series_midi.h 2008-11-13 toersi [r45] Changing naming... (part I)
 marc_series_mixer.c 2009-05-18 toersi [r78] Patch prepare
 marc_series_mixer.h 2008-11-13 toersi [r45] Changing naming... (part I)
 marc_series_pcm.c 2010-01-31 toersi [r82] PCM:
 marc_series_pcm.h 2008-11-13 toersi [r45] Changing naming... (part I)
 marc_series_transfer.c 2008-11-13 toersi [r49] Chaning naming (part V) final
 marc_series_transfer.h 2008-11-13 toersi [r45] Changing naming... (part I)
 marca.bit 2008-12-01 toersi [r54] MARC A:

Read Me

MARC 8 Midi Linux Driver - README
---------------------------------
This is a driver for the MARIAN MARC 8 MIDI recording card. It is implemented as an ALSA module.

Requirements:
-------------
Kernel >= 2.6.9
Kernelheaders
marc8 midi card ;-)


Compiling:
----------
All what you have to do is type:

sh# make


Install:
--------
If you want to load the module on booting you can install the arc88 module to the kernel modules by typing:

sh# make install

You need to be root or use "sudo" to do this.

Test:
-----
To test the driver without installing it into your kernel directory, you have to
do the following steps:

1. Compiling the module

   sh# make

2. Copy the firmware to your firmware directory

   sh# sudo make firmware_install

3. If you don't have another recording card (like onboard cards) in your PC,
   you have to load the alsa modules:

   sh# sudo modprobe snd-pcm snd-rawmidi

4. Load the marc8-linux-driver
   sh# sudo insmod snd-marc_series.ko


Contact:
--------
Thorsten Edelhaeusser
<toersi@gmx.de>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.