[PlanetCCRMA] TclMidi problem - missing dev entries
Jamie Bullock
jamie@postlude.co.uk
Tue Feb 15 14:34:03 2005
Fixed. Didn't realise the dev file system was being built dynamically by
udevd. Just needed to replace:
KERNEL="midi[CD0-9]*", NAME="snd/%k"
with
KERNEL="midi[CD0-9]*", NAME="snd/%k", SYMLINK="midi%e"
in /etc/udev/rules.d/_your_rules_file
Is it possible to script this change as part of the alsa rpm?
Jamie
On Tue, 2005-02-15 at 11:55 +0000, Jamie Bullock wrote:
> Dear list,
>
> On my PlanetEdge/FC3 sytem, /dev entries required for TclMIDI,
> i.e. /dev/midiX, (where X is the device number) do not exist. They were
> not created when I installed the alsa rpm. If I create them manually (or
> use the snddevices script), they work until I reboot, at which point
> they are deleted.
>
> Anybody got an idea what is deleting those links?
>
>