Re: udev and sound the right way? kernel 2.6.10
Tony Godshall <togo@of.net> writes:
> Works great, till a couple days later when I want to play a
> track in xmms (don't use sound much :-) )
>From your other email, it looks like you're using ALSA. Just tell xmms
that you are using alsa (set alsa as output). Also, you can put
something like this in your /etc/udev/rules.d directory:
KERNEL="audio*", SYMLINK="%k"
KERNEL="dsp*", SYMLINK="%k"
KERNEL="adsp*", SYMLINK="%k"
KERNEL="midi*", SYMLINK="%k"
KERNEL="mixer*", SYMLINK="%k"
KERNEL="sequencer*", SYMLINK="%k"
KERNEL="amidi*", SYMLINK="%k"
KERNEL="dmmidi*", SYMLINK="%k"
KERNEL="admmidi*", SYMLINK="%k"
Call the file something like 50sound.rules
It basically creates the OSS symlinks to the actual device nodes.
--
John L. Fjellstad
web: http://www.fjellstad.org/ Quis custodiet ipsos custodes
Reply to: