On Mon, 12 Oct 2009 11:52:55 +0200 Robert <rob...@openbsd.pap.st> wrote:
> On Mon, 12 Oct 2009 11:21:07 +0200 > Tobias Sarnowski <sarnow...@new-thoughts.org> wrote: > > > Hello misc, > > > > since I installed 4.6-current a short while ago my sound vanished. > > It worked since several obsd versions without problems but now the > > hardware seems to be not supported anymore. > > > > I searched the mailinglist and didn't find any comments about driver > > changes. Can anyone give me a hint? > > > > > > Thanks, > > Tobias Sarnowski > > > > > > > > # dmesg | grep -i1E "(audio|azalia|auich|ac97)" > > wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > > azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 34xx HD Audio" rev > > 0x00: apic 2 int 17 (irq 7) > > azalia0: codecs: ATI/0xaa01 > > audio0 at azalia0 > > uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: apic 2 > > int 23 (irq 5) > > > > rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2 > > auich0 at pci0 dev 30 function 2 "Intel 82801GB AC97" rev 0x01: > > apic 2 int 17 (irq 7), ICH7 AC97 > > ac97: codec id 0x414c4790 (Avance Logic ALC850 rev 0) > > audio1 at auich0 > > ichpcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01: PM > > disabled > > > > > > # mixerctl > > outputs.digital-out_sou=dac > > outputs.digital-out_sen=plugged > > > > > > # audioctl > > name=HD-Audio > > version=1.0 > > config=azalia0 > > encodings=slinear_le:16 > > properties=full_duplex,independent > > full_duplex=0 > > fullduplex=0 > > blocksize=9600 > > hiwat=6 > > lowat=4 > > output_muted=0 > > monitor_gain=0 > > mode= > > play.rate=48000 > > play.channels=2 > > play.precision=16 > > play.encoding=slinear_le > > play.gain=127 > > play.balance=32 > > play.port=0x0 > > play.avail_ports=0x0 > > play.seek=0 > > play.samples=0 > > play.eof=0 > > play.pause=0 > > play.error=0 > > play.waiting=0 > > play.open=0 > > play.active=0 > > play.buffer_size=65536 > > play.block_size=9600 > > play.errors=0 > > record.rate=48000 > > record.channels=2 > > record.precision=16 > > record.encoding=slinear_le > > record.gain=127 > > record.balance=32 > > record.port=0x0 > > record.avail_ports=0x0 > > record.seek=0 > > record.samples=0 > > record.eof=0 > > record.pause=0 > > record.error=0 > > record.waiting=0 > > record.open=0 > > record.active=0 > > record.buffer_size=65536 > > record.block_size=9600 > > record.errors=0 > > > s1 decided azalia* doesn't support hdmi whatever, so just switch your > links in etc over to the other device and be happy :) :) > Thanks for the hint :D As I wrote in my other reply I switched my links in /dev/{audio,sound,mixerctl,...} . Is there a more "clean" way to use my audio1 as the default device for output than manipulating /dev?