marc8-driver-users Mailing List for Marian MARC Series ALSA Driver
Status: Pre-Alpha
Brought to you by:
toersi
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thorsten E. <to...@gm...> - 2009-07-09 08:57:44
|
I recognised also problems updating to Ubuntu 9.04. Switching back to 8.10 the driver do its work. Maybe there are some changes in ALSA but I didn't found any. Regards, Thorsten Am Mittwoch, den 08.07.2009, 20:05 +0200 schrieb Christian Danneberg: > Is anybody there who has experience on Ubuntu 9.04 with this MARC8 driver? > I use kernel 2.6.28-13, Gnome Desktop. > > Christian > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Marc8-driver-users mailing list > Mar...@li... > https://lists.sourceforge.net/lists/listinfo/marc8-driver-users |
From: Christian D. <chr...@gm...> - 2009-07-08 18:05:26
|
Is anybody there who has experience on Ubuntu 9.04 with this MARC8 driver? I use kernel 2.6.28-13, Gnome Desktop. Christian |
From: M.G. K. <lm...@ki...> - 2008-03-27 00:12:45
|
read the thread at http://forum.ubuntuusers.de/topic/65307/ originally I bought my marc8 (that time SEK'D sienna) to use it as a digital FX (NI reaktor in a mixer send/receive) but soon I found out that it won't work in linux. can do: c, java, perl and complain loudly ;) 8 in / 8 out - let's do it! greets, lmg -- ZEIGT IHM, DASS JEMAND DA DRAUSSEN IST, DER AUF SEINE ARBEIT WARTET UND BEREIT IST, DIE TREIBER ZU TESTEN !! |
From: Thorsten E. <to...@gm...> - 2008-02-27 22:11:41
|
Hi! A long time ago sine I gave a status of my current development. Here are the features which were already implemented: - Mixer function - Play/Record with 16bit/24bit - Support of MMAP (for JACK) - MIDI IN/OUT The sync-mode is not implemented yet. But it should be possible to record and play up to 8 channels. I can't test the MIDI function myself, so I will be pleased if someone give me feedback (not only for MIDI). If you find a bug, send me the discription of the problem and the output of dmesg. If a feature is missing, let me know. Greetings, Thorsten |
From: Thorsten <to...@gm...> - 2007-12-10 19:07:45
|
Hi! So first of all I will welcome you on the marc8-driver-user mailing list! The list is intended to discuss problems and inprovement of the MARC8 Midi driver. I think in the first phase of development it will be mainly a discussion forum for testers of the driver. All my current work is available only at the Subversion repository at the moment. To test the driver you have to ceckout the last version (see Code->SVN on project page). To compile and load the module type in the driver directory (You need the kernel sources for it): make insmod marc8.ko I try to commit only versions which are "insertable". That means that I think it won't hang-up your system. But you should be aware of the possibility of a hang-up while loading/testing the driver. So you will be responsible for you own data safty ;-). Finally I will give you a status of my current achievement: - Successfully loading of the module - Allocating the required resources - Initializing the FPGA, ADDA - First static monitor routing working (ch1 -> ch1, ch2 -> ch2, ch3 -> ch3, ...) I had problems with interrupt sharing, so I disabled this mode at the moment. Regards, Thorsten |