ac97 audio + devfs
The controller is actually one of the supported VIA chipsets (VT8233) and the ac97 driver loads on boot (Intel 810 + AC97 Audio, version 0.21, 13:48 Feb 5 2003), but devfs doesn't create the device files (I realize they are to be placed in /dev/sound. I tried using 'mknod' to manually create the drivers:
mknod mixer c 14 0
mknod sequencer c 14 1
mknod dsp c 14 3
mknod audio c 14 4
mknod sndstat c 14 6
but no luck. esd -d /dev/sound/dsp reports:
- using device /dev/sound/dsp
/dev/sound/dsp: No such device
The same happens if I do the mknod in /dev. Any ideas?
verigoth
|