Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: alsa-tools - Specialist tools for ALSA https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217256 ------- Additional Comments From triad@xxxxxxxxx 2006-11-26 17:35 EST ------- I have this special thing in my /etc/rc.local that loads instruments to the OPL3 if one is found during startup: #!/bin/sh # Load MIDI instruments to the OPL3, if there is one. # Use "aplaymidi -l", "aplaymidi -p nn:nn foo.mid" to test it. midiport=`/usr/bin/aplaymidi -l | grep OPL3 | awk '{print $1}'` if [ "x$midiport" != "x" ]; then /usr/bin/sbiload -p${midiport} --opl3 /usr/share/sounds/opl3/std.o3 /usr/share/sounds/opl3/drums.o3 echo "Loaded OPL3 Instruments" fi I wonder if one should actually put something like that into init.d and link it in from the rc.d:s. It would add a Requires:alsa-utils though. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review