Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Thomas Hood
Everything worked perfectly. Your sound_core.c patch applied cleanly to 2.4.10-ac8. Your sound_oss.c patch applied cleanly to 0.9beta7. The /dev/sound/audio and /dev/audio files now appear with the right permissions, etc. Thanks! -- Thomas On Mon, 2001-10-08 at 11:32, Takashi Iwai wrote: > Hi,

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Josh Green
> On 7 Oct 2001, Thomas Hood wrote: > > > When the oss compatibility modules are loaded, a number > of > > OSS-compatibility devices appear under devfs. > Unfortunately, > > /dev/audio is missing. Yet, if one creates /dev/audio > manually > > with mknod (major 14, minor 4) it works fine. > > Do

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Takashi Iwai
Hi, At 07 Oct 2001 00:31:36 -0400, Thomas Hood wrote: > > When the oss compatibility modules are loaded, a number of > OSS-compatibility devices appear under devfs. Unfortunately, > /dev/audio is missing. Yet, if one creates /dev/audio manually > with mknod (major 14, minor 4) it works fine. >

Re: [Alsa-devel] Missing /dev/audio

2001-10-08 Thread Jaroslav Kysela
On 7 Oct 2001, Thomas Hood wrote: > When the oss compatibility modules are loaded, a number of > OSS-compatibility devices appear under devfs. Unfortunately, > /dev/audio is missing. Yet, if one creates /dev/audio manually > with mknod (major 14, minor 4) it works fine. > > This has been report

[Alsa-devel] Missing /dev/audio

2001-10-06 Thread Thomas Hood
When the oss compatibility modules are loaded, a number of OSS-compatibility devices appear under devfs. Unfortunately, /dev/audio is missing. Yet, if one creates /dev/audio manually with mknod (major 14, minor 4) it works fine. This has been reported with snd-card-ens1370 and snd-card-cs4236.