Opened 25 hours ago
Last modified 15 hours ago
#19378 new bug
"failed to read current irq of link device" while booting on MSI K8MM-V
Reported by: | Modera | Owned by: | tqh |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/ACPI | Version: | R1/beta5 |
Keywords: | Cc: | milek7 | |
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I'm running x64 version of Haiku on real hardware (MSI K8MM-V + AMD Sempron 2600+ + GIGABYTE Radeon 9600 + two gigs of RAM)
Beta4 worked fine here, but beta5 crashes on boot with "failed to read current irq of link device" error.
Issue is IOAPIC related, if I disable IOAPIC or ACPI entirely in BIOS error disappears and OS boots fine.
If I type 'co' in the kernel debug land system continues to boot, but later system reports that /boot/system/servers/media_addon_server was termineted. It restarts fine if I run media player though.
Last nightly image that boots without the error is 57633, next available image (57637) already crashes.
I'll attach syslog and output of listdev.
Attachments (2)
Change History (4)
by , 25 hours ago
by , 25 hours ago
Attachment: | listdev.txt added |
---|
comment:1 by , 18 hours ago
Cc: | added |
---|---|
Component: | System → Drivers/ACPI |
Owner: | changed from | to
comment:2 by , 15 hours ago
I guess that it previously ignored that device. Probably it should skip the device in this case https://elixir.bootlin.com/linux/v6.12.6/source/drivers/acpi/pci_link.c#L185
hrev57637~1 is probably the culprit. milek7, that's one of your changes, any ideas?