Re: Intel C610 azalia (ALC888) not configuring at /dev/audio

2018-01-21 Thread Alexandre Ratchov
On Fri, Jan 19, 2018 at 05:23:06PM -0800, yu...@cock.li wrote:
> Hello,
> 
> I have just installed the latest snapshot and audio is not configuring,
> i.e. the output of mixerctl, audioctl, et al are "device not configured".
> My motherboard is a Supermicro X10DAL-I-O, which has the Intel C610
> chipset, and the audio codec is the Realtek ALC888, although the latter
> is not immediately relevant, as the azalia driver does not even get to
> the stage of evaluating the codec; pertinent dmesg output with GENERIC.MP
> modified with AZALIA_DEBUG enabled:

Thanks, the output of AZALIA_DEBUG is very useful. So, you confirm
that this used to work, and something broke it in last snaps.

Are there audio-related BIOS options that may have changed recently,
including because of BIOS update or whatever?

> azalia1 at pci0 dev 27 function 0 "Intel C610 HD Audio" rev 0x05: msi
> azalia_reset: resetting
> azalia_reset: reset counter = 0
> azalia1: reset failure
> azalia_pci_detach
> azalia_pci_detach: delete streams
> azalia_pci_detach: delete codecs
> azalia_pci_detach: delete CORB and RIRB
> azalia_pci_detach: disable interrupts
> azalia_pci_detach: clear interrupts
> azalia_pci_detach: delete PCI resources
> 
> For reference, azalia0 was my AMD GPU's HDMI/DisplayPort audio (I
> understand from the man page that this is unsupported; thankfully I
> have no need of it).
> 
> Grepping through the source shows that this is a supported chipset;
> what gives? Any and all help is appreciated. Might it have something
> to do with it being the second device that azalia(4) tries to set up?

There's no interaction between azalia1 and azalia0.



Intel C610 azalia (ALC888) not configuring at /dev/audio

2018-01-19 Thread yuuko

Hello,

I have just installed the latest snapshot and audio is not configuring,
i.e. the output of mixerctl, audioctl, et al are "device not 
configured".

My motherboard is a Supermicro X10DAL-I-O, which has the Intel C610
chipset, and the audio codec is the Realtek ALC888, although the latter
is not immediately relevant, as the azalia driver does not even get to
the stage of evaluating the codec; pertinent dmesg output with 
GENERIC.MP

modified with AZALIA_DEBUG enabled:

azalia1 at pci0 dev 27 function 0 "Intel C610 HD Audio" rev 0x05: msi
azalia_reset: resetting
azalia_reset: reset counter = 0
azalia1: reset failure
azalia_pci_detach
azalia_pci_detach: delete streams
azalia_pci_detach: delete codecs
azalia_pci_detach: delete CORB and RIRB
azalia_pci_detach: disable interrupts
azalia_pci_detach: clear interrupts
azalia_pci_detach: delete PCI resources

For reference, azalia0 was my AMD GPU's HDMI/DisplayPort audio (I
understand from the man page that this is unsupported; thankfully I
have no need of it).

Grepping through the source shows that this is a supported chipset;
what gives? Any and all help is appreciated. Might it have something
to do with it being the second device that azalia(4) tries to set up?