This is a discussion on Re: NVIDIA MCP51 HD Audio azalia problems within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Mon, Oct 15, 2007 at 04:02:10PM -0200, Iruata Souza wrote: > Hello, > > audio is not being ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Mon, Oct 15, 2007 at 04:02:10PM -0200, Iruata Souza wrote: > Hello, > > audio is not being correctly reproduced with my card, information follows: > > % dmesg | grep aza > azalia0 at pci0 dev 16 function 1 "NVIDIA MCP51 HD Audio" rev 0xa2: irq 11 > azalia0: host: High Definition Audio rev. 1.0 > azalia0: codec: Conexant/0x5045 (rev. 1.0), HDA version 1.0 > audio0 at azalia0 > > how I try to play something: > > $ mplayer -srate 48000 arcade\ fire/* there's a playback regression test in src/regress/sys/dev/audio. you may need to specify the sampling rate. here's an example: $ cd /usr/src/regress/sys/dev/audio $ make clean obj depend $ make $ ./obj/autest -r 48000 much more useful than reports using mplayer. -- jakemsr@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org |