Re: [gentoo-user] udev / sound

2006-02-15 Thread Uwe Thiem
On 13 February 2006 08:52, Richard Fish wrote: > On 2/12/06, Uwe Thiem <[EMAIL PROTECTED]> wrote: > > How about dsp and such? Shouldn't there be rules to create them as well? > > Yes, your 50-udev.rules file should contain: > > /etc/udev/rules.d/50-udev.rules:KERNEL=="adsp", > NAME="sound/%k", SYML

Re: [gentoo-user] udev / sound

2006-02-12 Thread Richard Fish
On 2/12/06, Uwe Thiem <[EMAIL PROTECTED]> wrote: > How about dsp and such? Shouldn't there be rules to create them as well? Yes, your 50-udev.rules file should contain: /etc/udev/rules.d/50-udev.rules:KERNEL=="adsp", NAME="sound/%k", SYMLINK+="%k", GROUP="audio" /etc/udev/rules.d/

Re: [gentoo-user] udev / sound

2006-02-12 Thread Uwe Thiem
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 > SUBSYSTE

Re: [gentoo-user] udev / sound

2006-02-12 Thread Abhay Kedia
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]*",

Re: [gentoo-user] udev / sound

2006-02-12 Thread Uwe Thiem
On 12 February 2006 21:21, Christoph Eckert wrote: > > > Did you raise the > > > master and PCM sliders in alsamixer -c 1? > > > > What does that have to do with udev not creating the special device > > files? > > Nothing, just the default answer if there's no audio output. Well, default answers a

Re: [gentoo-user] udev / sound

2006-02-12 Thread Christoph Eckert
> How would that help udev to create the relevant special device files? as seen before, your ALSA devices are present, so it doesn't seem to be an udev problem. ALSA apps don't output sound using device files. cat /proc/asound/cards should list your cards, ls -l /dev/snd/ should show the de

Re: [gentoo-user] udev / sound

2006-02-12 Thread Christoph Eckert
> > Did you raise the > > master and PCM sliders in alsamixer -c 1? > > What does that have to do with udev not creating the special device > files? Nothing, just the default answer if there's no audio output. Best regards ce -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] udev / sound

2006-02-12 Thread Uwe Thiem
On 11 February 2006 23:04, Abhay Kedia wrote: > On Sunday 12 February 2006 00:59, Uwe Thiem wrote: > > Sound is gone. Artsd complains that there is no /dev/dsp - and rightly > > so. All sound-related devices under /dev are gone. There are a couple of > > devices under /dev/snd: > > The devices of i

Re: [gentoo-user] udev / sound

2006-02-12 Thread Uwe Thiem
On 11 February 2006 22:19, Christoph Eckert wrote: > > Sound is gone. Artsd complains that there is no /dev/dsp - and > > rightly so. All sound-related devices under /dev are gone. There are > > a couple of devices under /dev/snd: > > > > [EMAIL PROTECTED] /dev/snd $ ls -l > > total 0 > > crw-rw---

Re: [gentoo-user] udev / sound

2006-02-12 Thread Uwe Thiem
On 11 February 2006 23:21, Christoph Eckert wrote: > > The devices of interest are under /dev/sound and not under /dev/snd > > > > # ls -l /dev/sound > > total 0 > > crw-rw  1 root audio 14, 4 Feb 11 15:19 audio > > crw-rw  1 root audio 14, 3 Feb 11 15:19 dsp > > crw-rw  1 root audio 14

Re: [gentoo-user] udev / sound

2006-02-11 Thread Christoph Eckert
> The devices of interest are under /dev/sound and not under /dev/snd > > # ls -l /dev/sound > total 0 > crw-rw  1 root audio 14, 4 Feb 11 15:19 audio > crw-rw  1 root audio 14, 3 Feb 11 15:19 dsp > crw-rw  1 root audio 14, 0 Feb 11 15:19 mixer > crw-rw  1 root audio 14, 1 Feb 11 1

Re: [gentoo-user] udev / sound

2006-02-11 Thread Abhay Kedia
On Sunday 12 February 2006 00:59, Uwe Thiem wrote: > > Sound is gone. Artsd complains that there is no /dev/dsp - and rightly so. > All sound-related devices under /dev are gone. There are a couple of > devices under /dev/snd: > The devices of interest are under /dev/sound and not under /dev/snd #

Re: [gentoo-user] udev / sound

2006-02-11 Thread Christoph Eckert
> Sound is gone. Artsd complains that there is no /dev/dsp - and > rightly so. All sound-related devices under /dev are gone. There are > a couple of devices under /dev/snd: > > [EMAIL PROTECTED] /dev/snd $ ls -l > total 0 > crw-rw 1 root audio 116,  0 Feb 11 21:14 controlC0 > crw-rw 1 roo

[gentoo-user] udev / sound

2006-02-11 Thread Uwe Thiem
Hi folks, I did an update world last night with a --sync that was a couple of days old because it took me several nights to get all the stuff (deltup didn't have most of the diffs, so I had to download the whole tarballs). After emerging, compiling, installing all of it, I did an etc-update. Am