On Fri, Nov 02, 2007 at 12:42:29PM +0100, Dorian B?ttner wrote: > On Wednesday 31 October 2007 22:22:15 Jacob Meuser wrote: > [...] > > probably not; at least not anytime soon. > > > > something for "newbie hackers" to work on: an ISC licensed audio daemon. > > Sorry for hijacking this thread, propably anyone has a quick hint to make my > audio work in kde. > > Built /usr/src/regress/sys/dev/audio/obj as described here > http://www.nabble.com/NVIDIA-MCP51-HD-Audio-azalia-problems-t4629307.html > and autest -r 48000 delivers good quality tone. > > relevant dmesg seems to be this one: > azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: apic 2 > int > 21 (irq 10) > azalia0: host: High Definition Audio rev. 1.0 > azalia0: codec: Realtek/0x0862 (rev. 0.1), HDA version 1.0 > azalia0: codec: Motorola/0x3055 (rev. 7.0), HDA version 1.0 > azalia0: codec[1]: No support for modem function groups > azalia0: codec[1]: No audio function groups > audio0 at azalia0 > > However this doesn't seem to be a driver problem since autest passed with > success. It's just that kde doesn't detect the device, where can I look at to > nail down the problem? pkg_info contains either esound and arts.
is artsd running? $ pgrep -l artsd is the audio device opened for playback? $ audioctl play.open is it actuall artsd that has /dev/sound opened? (artsd uses /dev/sound instead of /dev/audio) $ fstat /dev/sound if all those are yes, then see if it works: $ artscat file.wav oh, and since you have azalia, you may need to tell artsd to resample to 48kHz. K Menu -> Settings -> Sounds & Multimedia -> Sound System In the Hardware tab. Check "Use custom sampling rate", set it to 48000 Hz. or manually starts artsd with 'artsd -r 48000'. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org