Hi I have a Intel DG33FB, with OpenBSD 4.2-CURRENT Kernel. This motherboard has a Realtek Audio Chip.
I can't play audio files with AudioRate 22050Khz. For example, in XMMS when I tried to play a mp3 file (22050Khz) it sounds bad. And I received the following error. <code> azalia_open: flags=0x2 azalia_round_blocksize: resultant block size = 8704 azalia_round_blocksize: resultant block size = 8704 azalia_round_blocksize: resultant block size = 8704 azalia_round_blocksize: resultant block size = 8704 azalia_set_params: <b>can't find playback rate 22050</b> azalia_codec_connect_stream: fmt=0x4011 number=1 azalia_codec_connect_stream: leave with 0 azalia_halt_output azalia_close </code> I compile the Kernel with the following line in azalia.h (for more information) #define AZALIA_DEBUG Second. When I tried to play youtube videos from Opera I have received the following error. <code> azalia_set_params: can't find record rate 22050 </code> Third. When I tried to record TV from bktr with FXTV. I received this error: <code> azalia_set_params: can't find record format 7/16/2 </code> I record with 16bits Unsigned (MSB) to 44100 samples/sg. (Work fine in another PCs) Please can somebody help me? I love OpenBSD and I can test azalia driver patch. My dmesg is in: <a href="http://www.compumundohypermegared.org/wp-content/uploads/2007/12/dmesg-kayita.txt" class="attachmentlink">dmesg-kayita.txt</a> Sincerely Diego Fernando Nieto Moreno --------------------------- www.compumundohypermegared.org Comunidad de Usuario OpenBSD Colombia

