qozmo x xx ([EMAIL PROTECTED]) said: 
> all of these files already had these permissions on them, but i tried it
> anyway, and nothing changed.  is there any other reason that might be why
> my midi stuff isn't working?

playmidi as shipped in RH 5.2 is broken for FM synth; either upgrade
to a later release, or do:

cd /etc/midi
for foo in *; do ln -s midi/$foo ../$foo ; done

That should fix the problem.

Bill

Reply via email to