summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20120407/006889.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20120407/006889.html')
-rw-r--r--zarb-ml/mageia-discuss/20120407/006889.html146
1 files changed, 146 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120407/006889.html b/zarb-ml/mageia-discuss/20120407/006889.html
new file mode 100644
index 000000000..2ce261917
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20120407/006889.html
@@ -0,0 +1,146 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] snd-emu10k1-synth module problem
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20snd-emu10k1-synth%20module%20problem&In-Reply-To=%3Cjlp9r5%242k2%241%40dough.gmane.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006898.html">
+ <LINK REL="Next" HREF="006891.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] snd-emu10k1-synth module problem</H1>
+ <B>Philippe DIDIER</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20snd-emu10k1-synth%20module%20problem&In-Reply-To=%3Cjlp9r5%242k2%241%40dough.gmane.org%3E"
+ TITLE="[Mageia-discuss] snd-emu10k1-synth module problem">philippedidier at laposte.net
+ </A><BR>
+ <I>Sat Apr 7 13:53:08 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006898.html">[Mageia-discuss] Libreoffice
+</A></li>
+ <LI>Next message: <A HREF="006891.html">[Mageia-discuss] Bug or Feature?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6889">[ date ]</a>
+ <a href="thread.html#6889">[ thread ]</a>
+ <a href="subject.html#6889">[ subject ]</a>
+ <a href="author.html#6889">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>bascule a &#233;crit :
+&gt;<i> On Thursday 05 April 2012 07:48:28 Philippe DIDIER wrote:
+</I>&gt;&gt;<i> just try :
+</I>&gt;&gt;<i> install snd-emu10k1-synth /sbin/modprobe --first-time --ignore-install
+</I>&gt;&gt;<i> snd-emu10k1-synth
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> instead of :
+</I>&gt;&gt;<i> install snd-emu10k1-synth /sbin/modprobe --ignore-install snd-emu10k1-synth
+</I>&gt;<i>
+</I>&gt;<i> thanks for replying, sadly this didn't make any difference, i've also tried
+</I>&gt;<i> running
+</I>&gt;<i> #bootloader-config --action rebuild-initrds
+</I>&gt;<i> becasue i read something about rebuilding the initramfs ?
+</I>&gt;<i> however i'm not really clued up on the specifics of the mageia boot process.
+</I>&gt;<i> anyway, i've now placed a simple
+</I>&gt;<i> /sbin/modprobe/ snd-emu10k1-synth
+</I>&gt;<i> in rc.local along with a soundfont load line and now i have midi after
+</I>&gt;<i> booting!
+</I>&gt;<i>
+</I>&gt;<i> bascule
+</I>&gt;<i>
+</I>
+You may perhaps try an other way :
+It works with mandriva 2010.2 It may work with Mageia
+I can't verify it for now ... my computer for production use is still
+working with mandriva because of missing rpms in Mageia (aac encoding
+stuff)...
+and my experimental computer doesn't have a soundblaster card !
+
+
+I didn't use the file /etc/modprobe.d/sound
+
+but two files :
+/etc/modprobe.preload
+/etc/modprobe.conf
+
+I adapted them for you :
+
+/etc/modprobe.preload file (with something for realtime kernel that you
+can comment with a # if you don't use a real time kernel)
+-----------------------------------------------
+# /etc/modprobe.preload: kernel modules to load at boot time.
+#
+# This file should contain the names of kernel modules that are
+# to be loaded at boot time, one per line. Comments begin with
+# a `#', and everything on the line after them are ignored.
+# this file is for module-init-tools (kernel 2.5 and above) ONLY
+# for old kernel use /etc/modules
+
+realtime mlock=1 gid=81
+
+snd-seq-midi-emul
+snd-seq-virmidi
+snd-emux-synth
+snd-emu10k1-synth
+---------------------------------------------------------
+
+
+
+/etc/modprobe.conf file : (add these lines if they don't exist, and just
+modify the path to your soundfont file)
+------------------------------------------------------------
+alias snd-card-0 snd-emu10k1
+alias sound-slot-0 snd_emu10k1
+options snd-emu10k1 index=0
+remove snd_emu10k1 /sbin/modprobe --first-time -r --ignore-remove
+snd_emu10k1
+install snd_emu10k1 /sbin/modprobe --first-time --ignore-install snd_emu10k1
+install snd-emu10k1-synth /sbin/modprobe --first-time --ignore-install
+snd-emu10k1-synth;/usr/bin/asfxload /etc/midi/8MBGMSCustom.sf2;
+
+alias snd-card-1 snd_via82xx
+alias sound-slot-1 snd_via82xx
+options snd-via82xx index=1
+-----------------------------------------------------------
+
+
+
+Hope this will help !
+Philippe
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006898.html">[Mageia-discuss] Libreoffice
+</A></li>
+ <LI>Next message: <A HREF="006891.html">[Mageia-discuss] Bug or Feature?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6889">[ date ]</a>
+ <a href="thread.html#6889">[ thread ]</a>
+ <a href="subject.html#6889">[ subject ]</a>
+ <a href="author.html#6889">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>