View Single Post
Old 27th February 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Code:
    559 [   53.728329] Linux agpgart interface v0.103
    560 [   53.891360] ppdev: user-space parallel port driver
    561 [   54.523465] input: PC Speaker as /devices/platform/pcspkr/input/input5
    562 [   54.571441] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0336]
    563 [   54.576387] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xd0000000
    564 [   54.820544] HDA Intel 0000:02:00.1: PCI INT B -> GSI 25 (level, low) -> IRQ 25
    565 [   54.820660] HDA Intel 0000:02:00.1: setting latency timer to 64
    566 [   54.820665] HDA Intel 0000:02:00.1: PCI: Disallowing DAC for device
    567 [   54.868448] HDA Intel 0000:80:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    568 [   54.868495] HDA Intel 0000:80:01.0: setting latency timer to 64
    569 [   54.868499] HDA Intel 0000:80:01.0: PCI: Disallowing DAC for device
    570 [   54.901911] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
So it looks like Linux has to consult the BIOS in order to recognize that particular ALC883 chip.
BTW the Wikipedia entry for Intel High Definition Audio reveals:
Quote:
Intel High Definition Audio (also called HD Audio or Azalia) refers to the specification released by Intel in 2004[1] for delivering high-definition audio that is capable of playing back more channels at higher quality than previous integrated audio codecs like AC'97. During development it had the codename Azalia.
So that is the origin of the azalia name.

If you only installed 5.2 recently and thus is it not much a hassle to backup your stuff, you could try the latest snapshot ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/
This snapshot is very, very close to what will be OpenBSD 5.3 which will be released on May 1st 2013.

If this snapshot also does not give you sound, you could ask on the OpenBSD misc mailing list, but be aware that the developers are very busy right now with the 5.3 release, so don't be disappointed if they do not have the time to answer or assist you in this matter right now.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote