On 13 February 2006 00:25, Abhay Kedia wrote:
> On Monday 13 February 2006 00:29, Uwe Thiem wrote:
> > No, they are not. That's OSS stuff and not present on my box since I
> > don't use OSS.
>
> I have this in my /etc/udev/rules.d/50-udev.rules which is related to ALSA
>
> # alsa devices
> SUBSYSTEM=="sound", GROUP="audio"
> KERNEL=="controlC[0-9]*",       NAME="snd/%k"
> KERNEL=="hw[CD0-9]*",           NAME="snd/%k"
> KERNEL=="pcm[CD0-9cp]*",        NAME="snd/%k"
> KERNEL=="midiC[D0-9]*",         NAME="snd/%k"
> KERNEL=="timer",                NAME="snd/%k"
> KERNEL=="seq",                  NAME="snd/%k"
>
> Confirm that you have some similar entries.

Yup, have exactly the same rules, and I think they lead to these devices:

[EMAIL PROTECTED] ~ $ ls -l /dev/snd
total 0
crw-rw---- 1 root audio 116,  0 Feb 12 22:33 controlC0
crw-rw---- 1 root audio 116, 24 Feb 12 22:33 pcmC0D0c
crw-rw---- 1 root audio 116, 16 Feb 12 22:33 pcmC0D0p
crw-rw---- 1 root audio 116, 25 Feb 12 22:33 pcmC0D1c
crw-rw---- 1 root audio 116, 33 Feb 12 22:33 timer

Though hw, midi and seq are missing.

How about dsp and such? Shouldn't there be rules to create them as well?

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list

Reply via email to