On Wed, Jan 10, 2007 at 12:04:23AM +0530, Siju George wrote:
> There is no other data in the messages file about this.
> Like which program or process gives this error
>
> Could some one please give a hit to trouble shoot it?
Since there is no process name, it must be the kernel.
$ cd /usr/src/sys
$ find . -type f -name "*.c" | xargs grep "find playback"
./dev/pci/azalia.c: printf("can't find playback format\n",
$ apropos azalia
azalia (4) - Generic High Definition Audio device
$ man azalia
...
Something must be trying to access the audio device, if you're not
intentionally starting a process that you suspect might be doing this,
maybe change permissions on /dev/audio and see what craps out.
If you have been intentionally using audio, and noticed nothing wrong
(except for the messages), maybe simply ignore it (or remove the printf,
if it bothers you).
Daniel
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies