[PlanetCCRMA] OpenMusic for redhat 9

Francois Dechelle Francois.Dechelle@ircam.fr
Fri Mar 12 01:12:01 2004


Le jeu 11/03/2004 à 18:14, Fernando Pablo Lopez-Lezcano a écrit :
> [...]
> 
> Are you sure you have the midishare kernel module loaded? OM does not
> deal gracefully with its absence...
>   /sbin/chkconfig --add MidiShare
> to add it,
>   /etc/rc.d/init.d/MidiShare start
> to start it manually. 

Your problem comes very likely from MidiShare not working correctly.

Troubleshooting MidiShare to run OpenMusic is described in: 
http://freesoftware.ircam.fr/article.php3?id_article=73

I think your problem comes from the /dev/MidiShare device not created
(this may happen when you install the rpm, I don't know why); you can
create it with mknod /dev/MidiShare c 151 0 if it does not exists. 

François