Reply 1180 of 1632, by veelstekel
vanfanel wrote on 2024-02-15, 17:42:Hello! […]
Hello!
I have a MiniPC with Celeron N3350, on which SBEMU is almost working... but shows a very strange error:
Sound card: Intel HDA
Invalid Sound Card IRQ: 25, Trying to assign a valid IRQ...
Failed to assign a valid IRQ for sound card, abort.
With sbemu /SCL it's listed like:
Intel HDA: Intel SKL (Broxton-P) (80865A98) -> Unknown (00000000)
Is it supposed to be working? Is there something else I can try?
I already disabled everything I could (network, misc PCI devices etc..) on the BIOS, to free up IRQs, but made no difference.
It seems to be the same problem that @zyzzle is having!
Did you get it working, @zyzzle?
Which user build are you using? Only user builds after Feb 5th supports irq > 15 I believe.
Update; just checked main.c; seems it's not implemented yet:
if(aui.card_irq > 15) //UEFI with CSM may have APIC enabled (16-31) - but we need read APIC, not implemented for now.