Julio Carchi (JIRA)
2018-05-12 12:17:00 UTC
[ https://jira.reactos.org/browse/CORE-14617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Julio Carchi updated CORE-14617:
--------------------------------
Attachment: (was: IMG_20180512_044947.jpg)
This message was sent by Atlassian JIRA
(v7.3.2#73013)
Julio Carchi updated CORE-14617:
--------------------------------
Attachment: (was: IMG_20180512_044947.jpg)
HDA_FDOQueryBusRelations fails when loading hd audio
----------------------------------------------------
Key: CORE-14617
URL: https://jira.reactos.org/browse/CORE-14617
Project: Core ReactOS
Issue Type: Bug
Reporter: Julio Carchi
Assignee: Thomas Faber
Recently bought notebook HP 245 G6, as there is no optical drive, 1st and 2nd stage were performed from Qemu VM using a linux live usb, so ReactOS could be installed at hard disk.
3rd stage (first boot) starts well, showing some new hardware wizards for new devices (mostly ACPI controllers), but when the system loads the multimedia devices, it break the debugger and shows a prompt.
Doing a backtrace the Eip points to HDAudBus.sys (drivers/wdm/audio/hdaudbus/fdo.cpp:674) (HDA_FDOQueryBusRelations)
The line 674 is
{noformat}
672 for (AFGIndex = 0; AFGIndex < Codec->AudioGroupCount; AFGIndex++)
673 {
*674 DeviceRelations->Objects[DeviceRelations->Count] = Codec->AudioGroups[AFGIndex]->ChildPDO;*
675 ObReferenceObject(Codec->AudioGroups[AFGIndex]->ChildPDO);
676 DeviceRelations->Count++;
677 }
{noformat}
------------------------------------------------------
Key: CORE-14617
URL: https://jira.reactos.org/browse/CORE-14617
Project: Core ReactOS
Issue Type: Bug
Reporter: Julio Carchi
Assignee: Thomas Faber
Recently bought notebook HP 245 G6, as there is no optical drive, 1st and 2nd stage were performed from Qemu VM using a linux live usb, so ReactOS could be installed at hard disk.
3rd stage (first boot) starts well, showing some new hardware wizards for new devices (mostly ACPI controllers), but when the system loads the multimedia devices, it break the debugger and shows a prompt.
Doing a backtrace the Eip points to HDAudBus.sys (drivers/wdm/audio/hdaudbus/fdo.cpp:674) (HDA_FDOQueryBusRelations)
The line 674 is
{noformat}
672 for (AFGIndex = 0; AFGIndex < Codec->AudioGroupCount; AFGIndex++)
673 {
*674 DeviceRelations->Objects[DeviceRelations->Count] = Codec->AudioGroups[AFGIndex]->ChildPDO;*
675 ObReferenceObject(Codec->AudioGroups[AFGIndex]->ChildPDO);
676 DeviceRelations->Count++;
677 }
{noformat}
This message was sent by Atlassian JIRA
(v7.3.2#73013)