VOGONS


Help with a 440LX build

Topic actions

Reply 100 of 122, by MattRocks

User metadata
Rank Member
Rank
Member

Interesting. If Win98SE installer selected APM then I speculate the installer knew ACPI was unsafe with 440LX - or the previous owner had disabled ACPI in the BIOS.

Either way, I think you have confirmed your glitches are fixable IRQ conflicts. Can we take a closer look at your motherboard?

One of the PCI slots shares IRQ with AGP - makes sense for your PCI GPU to occupy that slot.
One of the PCI slots should be isolated - ideal for your sound card.
Other PCI slots share IRQ with USB or IDE - you need to know where these are.

Does your motherboard have any a manufacturer part number or other identifiers on the silkscreen?

Reply 101 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

Thanks, shevalier! Good idea, once the memtest86+ finishes, I'll run try the 3DMark 2003 as well.

MattRocks, it seems so, indeed. Linux didn't have any issues with IRQs related to soundcard/USB for example. I wasn't able to test the graphics card in different slots on Linux yet, though.
I attached a photo of the motherboard. It is Lucky Star 6ALX Ver: 1.0 https://theretroweb.com/motherboards/s/lucky-star-6alx
Happy to provide further information/close up photos or any area of interest of the board.

One of the PCI slots shares IRQ with AGP - makes sense for your PCI GPU to occupy that slot.
One of the PCI slots should be isolated - ideal for your sound card.
Other PCI slots share IRQ with USB or IDE - you need to know where these are.

I'm curious, where did you obtain this information? I haven't seen any information on the AGP IRQ myself so far, for example.

I don't see ACPI in the BIOS at all, using the latest BIOS from 02/15/2000.

Reply 102 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie
hydraphone wrote on 2025-12-01, 18:01:
I do have a quick way of restoring Windows to a known good-state, by the way (because Windows reinstallation through C:\WIN98 fo […]
Show full quote

I do have a quick way of restoring Windows to a known good-state, by the way (because Windows reinstallation through C:\WIN98 folder [after deleting everything other than COMMAND.COM. IO.SYS, MDDOS.SYS and WIN98 in the C: drive] is pretty slow on this machine). I made a backup before installing any drivers on my modern Linux computer, and when I need to restore to that, I just plug the SSD to it through a USB enclosure, and use rsync as

rsync -av --delete /backup/path    /windows/c/drive/path 

By the way, I attached an atto disk benchmark for the SSD connected via StarTech IDE2SAT2 + 40-wire IDE cable to the UDMA33 motherboard. I was hoping it could at least saturate 33MB/s but for some reason, it doesn't.
One issue for sure is the first partition is not properly aligned to 2048; to get the BIOS to to Windows, the first partition needs to start at sector 63

Disk /dev/sde: 111.79 GiB, 120034123776 bytes, 234441648 sectors
Disk model:
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device Boot Start End Sectors Size Id Type
/dev/sde1 * 63 65529134 65529072 31.2G c W95 FAT32 (LBA)
/dev/sde2 65529856 208136191 142606336 68G c W95 FAT32 (LBA)

but despite that, it is still very fast on the modern PC, so that is probably not the bottleneck.

Turning on the DMA option gave a substantial improvement in disk throughput, still using the 40-wire cable. Almost saturating the UDMA33 limits of the motherboard for reads.

Reply 103 of 122, by MattRocks

User metadata
Rank Member
Rank
Member

I didn't learn much from the silkscreen but I did walk through the DMESG log you posted earlier. I think the output will have changed when you found a working PCI slot for the audio.

hydraphone wrote on 2025-12-02, 21:45:
[…]
Show full quote
[   83.875060] PCI: setting IRQ 10 as level-triggered
[b][ 83.875110] firewire_ohci 0000:00:0a.2: found PCI INT B -> IRQ 10[/b]
[ 83.875110] firewire_ohci 0000:00:0a.2: sharing IRQ 10 with 0000:00:08.0
[b][ 84.652560] irq 11: nobody cared (try booting with the "irqpoll" option)[/b]
[ 84.653035] handlers:
[ 84.653035] [<9bffe353>] usb_hcd_irq
[ 84.653035] Disabling IRQ #11

[b][ 134.756250] nvidiafb 0000:00:08.0: found PCI INT A -> IRQ 10[/b]
[ 134.760295] nvidiafb 0000:00:08.0: sharing IRQ 10 with 0000:00:0a.2

[ 136.095408] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xD0000000)
[b][ 139.298974] snd_emu10k1 0000:00:0a.0: found PCI INT A -> IRQ 11[/b]
[ 139.299076] snd_emu10k1 0000:00:0a.0: sharing IRQ 11 with 0000:00:07.2
[b][ 140.099050] irq 11: nobody cared (try booting with the "irqpoll" option)[/b]
[ 140.099050] handlers:
[ 140.099050] [<9bffe353>] usb_hcd_irq
[ 140.099050] [<09cb4f32>] snd_emu10k1_interrupt [snd_emu10k1]
[ 140.099050] Disabling IRQ #11

What you had at the time of this observation
IRQ10 = Firewire + Nvidia
IRQ11 = USB + EMU10K1 (Audigy)

Linux observed IRQ11s going unclaimed, hence the "nobody cares" message -> Linux disabled IRQ11. After that decision, USB and EMU10K1 modules have no way of receiving messages. Linux observed all IRQ10s being claimed, hence the Firewire and Nvidia controllers are both good. You since moved the EMU10K1 to another slot where Windows audio is working, so we know EMU10K1 is good.

What we don't know is where the spurious IRQ11s came from. Could be something physically attached to your USB controller is causing noise, and that noise is causing instability for whatever PCI devices try sharing IRQ11. Could also be an unsupported feature on a PCI card.

hydraphone wrote on 2025-12-03, 04:57:

NVIDIA at PCI slot #1, Audigy at #4. Windows assigned IRQ #10 to both NVIDIA and Audigy, and USB Universal Host Controller got #11 ... Switched the resolution to 1024x768@16bpp, still locking up in a minute or so.

What you had at the time of this observation
IRQ10 = EMU10K1 (Audigy) + Nvidia
IRQ11 = USB
IRQ?? = Firewire

The outcome is not great, but in this arrangement we know Audigy and Nvidia are talking over each other. In memory the Nvidia driver is constantly discarding Audigy messages, and the Audigy driver is constantly discarding Nvidia messages - that's an avoidable software stress test. We don't know what DMESG is logging for this configuration.

hydraphone wrote on 2025-12-03, 04:57:

Tried disabling the USB Universal Host Controller from the device manager, 5 minutes of music and no lock ups so far. I lost the USB inputs now, but well, that's so far the longest I enjoyed this PC!

What you had at the time of this observation
IRQ?? = Nvidia
IRQ?? = EMU10K1 (Audigy)
IRQ?? = Firewire

I'd like to see the new DMESG outputs for the new arrangement. I suspect Nvidia and Audigy are on different IRQs. Is anything on IRQ11? Is Linux writing a "nobody cares" message for a different IRQ?

Last edited by MattRocks on 2025-12-04, 01:44. Edited 1 time in total.

Reply 104 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

I got the USB working as well: in the BIOS, under "PNP/PCI CONFIGURATION", changed "IRQ-11 assigned to" from "PCI/ISA PnP" to "Legacy ISA" and changed "Assign IRQ For USB" from "Enabled" to "Disabled". Rebooted, enabled the USB Universal Host Controller from device manager.
Similar to last time, Windows assigned IRQ #10 to both NVIDIA and Audigy, and USB Universal Host Controller got #11 (which is odd, no?). But no lock ups when playing music and USB is working. FireWire is disabled from the device manager.

Thanks for the insight, MattRocks! USB slots have been empty so far. I have two new versions of the Linux logs:

- Previous configuration with USB causing lock ups under Windows: "IRQ-11 assigned to": "PCI/ISA PnP", "Assign IRQ For USB" "Enabled" (the one you asked for)

lspci -vv

00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge (rev 03)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 32
Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Capabilities: [a0] AGP version 1.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
Kernel driver in use: agpgart-intel
Kernel modules: intel_agp

00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [32-bit]
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0

00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [ISA Compatibility mode-only controller, supports bus mastering])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Region 0: I/O ports at 01f0 [size=8]
Region 1: I/O ports at 03f4
Region 2: I/O ports at 0170 [size=8]
Region 3: I/O ports at 0374
Region 4: I/O ports at f000 [size=16]
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic

00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Interrupt: pin D routed to IRQ 11
Region 4: I/O ports at e000 [size=32]
Kernel driver in use: uhci_hcd

00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin ? routed to IRQ 9
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4

00:08.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA controller])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Show last 50 lines
	Latency: 32 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 10
Region 0: Memory at e8000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: nvidiafb
Kernel modules: nvidiafb, nouveau

00:0c.0 Multimedia audio controller: Creative Labs EMU10k2/CA0100/CA0102/CA10200 [Sound Blaster Audigy Series] (rev 04)
Subsystem: Creative Labs SB0350 Audigy 2 ZS
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32 (500ns min, 5000ns max)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at e400 [size=64]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: snd_emu10k1
Kernel modules: snd_emu10k1

00:0c.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
Subsystem: Creative Labs SB Audigy Game Port
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Region 0: I/O ports at e800 [size=8]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: Emu10k1_gameport
Kernel modules: emu10k1_gp

00:0c.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04) (prog-if 10 [OHCI])
Subsystem: Creative Labs SB Audigy FireWire Port
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32 (500ns min, 1000ns max), Cache Line Size: 32 bytes
Interrupt: pin B routed to IRQ 3
Region 0: Memory at ea004000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at ea000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
dmesg

...

[ 0.712388] PCI: PCI BIOS revision 2.10 entry at 0xfb330, last bus=1
[ 0.712454] PCI: Using configuration type 1 for base access
[ 0.716039] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.727430] HugeTLB: registered 4.00 MiB page size, pre-allocated 0 pages
[ 0.727486] HugeTLB: 0 KiB vmemmap can be freed for a 4.00 MiB page
[ 0.776950] ACPI: Interpreter disabled.
[ 0.781375] iommu: Default domain type: Translated
[ 0.781438] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.793331] SCSI subsystem initialized
[ 0.799572] libata version 3.00 loaded.
[ 0.799941] usbcore: registered new interface driver usbfs
[ 0.800034] usbcore: registered new interface driver hub
[ 0.800157] usbcore: registered new device driver usb
[ 0.802647] EDAC MC: Ver: 3.0.0
[ 0.819048] NetLabel: Initializing
[ 0.819095] NetLabel: domain hash size = 128
[ 0.819116] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.821413] NetLabel: unlabeled traffic allowed by default
[ 0.821494] mctp: management component transport protocol core
[ 0.821510] NET: Registered PF_MCTP protocol family
[ 0.821576] PCI: Probing PCI hardware
[ 0.821592] PCI: root bus 00: using default resources
[ 0.821614] PCI: Probing PCI hardware (bus 00)
[ 0.822164] PCI host bridge to bus 0000:00
[ 0.824285] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.824327] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.824358] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.824468] pci 0000:00:00.0: [8086:7180] type 00 class 0x060000 conventional PCI endpoint
[ 0.824527] pci 0000:00:00.0: BAR 0 [mem 0xd0000000-0xdfffffff pref]
[ 0.825175] pci 0000:00:01.0: [8086:7181] type 01 class 0x060400 conventional PCI bridge
[ 0.827321] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.828057] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 conventional PCI endpoint
[ 0.830942] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180 conventional PCI endpoint
[ 0.831079] pci 0000:00:07.1: BAR 4 [io 0xf000-0xf00f]
[ 0.831139] pci 0000:00:07.1: BAR 0 [io 0x01f0-0x01f7]: legacy IDE quirk
[ 0.831162] pci 0000:00:07.1: BAR 1 [io 0x03f6]: legacy IDE quirk
[ 0.833251] pci 0000:00:07.1: BAR 2 [io 0x0170-0x0177]: legacy IDE quirk
[ 0.833293] pci 0000:00:07.1: BAR 3 [io 0x0376]: legacy IDE quirk
[ 0.833993] pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300 conventional PCI endpoint
[ 0.834126] pci 0000:00:07.2: BAR 4 [io 0xe000-0xe01f]
[ 0.836962] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
[ 0.837024] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
[ 0.839267] pci 0000:00:07.3: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.839317] pci 0000:00:07.3: quirk: [io 0x5000-0x500f] claimed by PIIX4 SMB
[ 0.840036] pci 0000:00:08.0: [10de:0322] type 00 class 0x030000 conventional PCI endpoint
[ 0.840123] pci 0000:00:08.0: BAR 0 [mem 0xe8000000-0xe8ffffff]
[ 0.840167] pci 0000:00:08.0: BAR 1 [mem 0xe0000000-0xe7ffffff pref]
[ 0.842317] pci 0000:00:08.0: ROM [mem 0x00000000-0x0001ffff pref]
[ 0.842423] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.843122] pci 0000:00:0c.0: [1102:0004] type 00 class 0x040100 conventional PCI endpoint
[ 0.845282] pci 0000:00:0c.0: BAR 0 [io 0xe400-0xe43f]
[ 0.845500] pci 0000:00:0c.0: supports D1 D2
[ 0.849400] pci 0000:00:0c.1: [1102:7003] type 00 class 0x098000 conventional PCI endpoint
[ 0.849495] pci 0000:00:0c.1: BAR 0 [io 0xe800-0xe807]
[ 0.849698] pci 0000:00:0c.1: supports D1 D2
Show last 385 lines
[    0.853590] pci 0000:00:0c.2: [1102:4001] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.853688] pci 0000:00:0c.2: BAR 0 [mem 0xea004000-0xea0047ff]
[ 0.853732] pci 0000:00:0c.2: BAR 1 [mem 0xea000000-0xea003fff]
[ 0.853926] pci 0000:00:0c.2: supports D1 D2
[ 0.853949] pci 0000:00:0c.2: PME# supported from D0 D1 D2 D3hot
[ 0.856782] pci_bus 0000:01: extended config space not accessible
[ 0.857064] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.857142] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.859773] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
[ 0.859894] PCI: pci_cache_line_size set to 32 bytes
[ 0.859999] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.864678] pci 0000:00:08.0: vgaarb: setting as boot VGA device
[ 0.864731] pci 0000:00:08.0: vgaarb: bridge control possible
[ 0.864750] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.864781] vgaarb: loaded
[ 0.872367] clocksource: Switched to clocksource tsc-early
[ 1.035733] VFS: Disk quotas dquot_6.6.0
[ 1.038856] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.041271] pnp: PnP ACPI: disabled
[ 1.136773] NET: Registered PF_INET protocol family
[ 1.137780] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.144688] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.147601] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.147972] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 1.148793] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.149080] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.151516] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.152617] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.152750] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.154762] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.155151] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.155238] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 1.155419] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 1.155486] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.155637] PCI: setting IRQ 11 as level-triggered
[ 1.155662] pci 0000:00:07.2: found PCI INT D -> IRQ 11
[ 1.155828] PCI: CLS 32 bytes, default 32
[ 1.157140] Trying to unpack rootfs image as initramfs...
[ 1.159925] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 1.166074] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 1.198928] Initialise system trusted keyrings
[ 1.200741] Key type blacklist registered
[ 1.204608] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 1.204809] zbud: loaded
[ 1.221733] integrity: Platform Keyring initialized
[ 1.221873] integrity: Machine keyring initialized
[ 2.108845] Key type asymmetric registered
[ 2.108916] Asymmetric key parser 'x509' registered
[ 2.111542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.115560] io scheduler mq-deadline registered
[ 2.115623] io scheduler kyber registered
[ 2.116945] io scheduler bfq registered
[ 2.132680] isapnp: Scanning for PnP cards...
[ 2.161202] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x5c779a74ac, max_idle_ns: 440795210656 ns
[ 2.161417] clocksource: Switched to clocksource tsc
[ 2.847990] isapnp: No Plug & Play device found
[ 2.853399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.005313] Non-volatile memory driver v1.3
[ 3.005425] Linux agpgart interface v0.103
[ 3.028274] uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 11
[ 3.028508] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 3.028581] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[ 3.028649] uhci_hcd 0000:00:07.2: detected 2 ports
[ 3.030314] uhci_hcd 0000:00:07.2: irq 11, io port 0x0000e000
[ 3.034276] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 3.034346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.034372] usb usb1: Product: UHCI Host Controller
[ 3.034394] usb usb1: Manufacturer: Linux 6.9.7-arch1-1.2 uhci_hcd
[ 3.034416] usb usb1: SerialNumber: 0000:00:07.2
[ 3.041604] hub 1-0:1.0: USB hub found
[ 3.042227] hub 1-0:1.0: 2 ports detected
[ 3.051522] usbcore: registered new interface driver usbserial_generic
[ 3.051635] usbserial: USB Serial support registered for generic
[ 3.052336] intel_pstate: CPU model not supported
[ 3.054301] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.056384] hid: raw HID events driver (C) Jiri Kosina
[ 3.058419] drop_monitor: Initializing network drop monitor service
[ 3.061322] Initializing XFRM netlink socket
[ 3.066738] NET: Registered PF_INET6 protocol family
[ 6.277817] Freeing initrd memory: 50472K
[ 6.459202] Segment Routing with IPv6
[ 6.459255] RPL Segment Routing with IPv6
[ 6.459530] In-situ OAM (IOAM) with IPv6
[ 6.459853] NET: Registered PF_PACKET protocol family
[ 6.463601] microcode: Current revision: 0x00000003
[ 6.464534] IPI shorthand broadcast: enabled
[ 6.504649] sched_clock: Marking stable (6500052841, 3885270)->(6504619714, -681603)
[ 6.507131] registered taskstats version 1
[ 6.508718] Loading compiled-in X.509 certificates
[ 6.677697] Loaded X.509 cert 'Build time autogenerated kernel key: 8e252eb2db1429ed8d7f3ce47ea78a9420e528a5'
[ 6.773718] zswap: loaded using pool zstd/zsmalloc
[ 6.782129] Key type .fscrypt registered
[ 6.782181] Key type fscrypt-provisioning registered
[ 6.786413] PM: Magic number: 5:276:952
[ 6.786674] tty tty9: hash matches
[ 6.794674] hid_bpf: error while preloading HID BPF dispatcher: -22
[ 6.795079] RAS: Correctable Errors collector initialized.
[ 6.795790] clk: Disabling unused clocks
[ 6.795826] PM: genpd: Disabling unused power domains
[ 6.824864] Freeing unused kernel image (initmem) memory: 1064K
[ 6.825548] Write protecting kernel text and read-only data: 17740k
[ 6.825618] rodata_test: all tests were successful
[ 6.825670] Run /init as init process
[ 6.825687] with arguments:
[ 6.825704] /init
[ 6.825718] with environment:
[ 6.825731] HOME=/
[ 6.825745] TERM=linux
[ 6.825758] BOOT_IMAGE=/boot/vmlinuz-linux
[ 12.307106] ata_piix 0000:00:07.1: version 2.13
[ 12.352617] scsi host0: ata_piix
[ 12.376238] scsi host1: ata_piix
[ 12.389237] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 lpm-pol 0
[ 12.389305] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 lpm-pol 0
[ 12.552117] ata1.00: ATA-9: INTEL SSDSC2CW120A3, 400i, max UDMA/133
[ 12.552185] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 12.567230] ata2.00: CFA: FC-1307 SD to CF Adapter V1.4, Rev 1.4, max UDMA/100
[ 12.567294] ata2.00: 124735488 sectors, multi 1: LBA
[ 12.576512] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2CW12 400i PQ: 0 ANSI: 5
[ 12.587534] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 12.587675] sd 0:0:0:0: [sda] Write Protect is off
[ 12.587708] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 12.587846] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.591536] scsi 1:0:0:0: Direct-Access ATA FC-1307 SD to CF 1.4 PQ: 0 ANSI: 5
[ 12.592339] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 12.608123] sd 1:0:0:0: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 12.608296] sd 1:0:0:0: [sdb] Write Protect is off
[ 12.608330] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 12.608473] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 12.608757] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 12.611154] sda: sda1 sda2
[ 12.616427] sd 0:0:0:0: [sda] Attached SCSI disk
[ 12.632364] sdb: sdb1 sdb2
[ 12.636776] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 13.647178] agpgart-intel 0000:00:00.0: Intel 440LX Chipset
[ 13.788285] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 14.678457] PCI: setting IRQ 3 as level-triggered
[ 14.678528] firewire_ohci 0000:00:0c.2: found PCI INT B -> IRQ 3
[ 14.736211] firewire_ohci 0000:00:0c.2: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[ 15.118181] random: crng init done
[ 19.180123] EXT4-fs (sdb1): mounted filesystem 3e7a8324-6f83-4469-9d02-491050782511 r/w with ordered data mode. Quota mode: none.
[ 21.462661] systemd[1]: systemd 255.4-2.3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.462785] systemd[1]: Detected architecture x86.
[ 21.495209] systemd[1]: Hostname set to <localhost>.
[ 21.653082] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 25.035437] clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc' as unstable because the skew is too large:
[ 25.035527] clocksource: 'pit' wd_nsec: 496834514 wd_now: ec68f5d6 wd_last: ec5fea28 mask: ffffffff
[ 25.035559] clocksource: 'tsc' cs_nsec: 496426948 cs_now: 5f77987af cs_last: 5eb9c8546 mask: ffffffffffffffff
[ 25.035585] clocksource: Clocksource 'tsc' skewed -407566 ns (0 ms) over watchdog 'pit' interval of 496834514 ns (496 ms)
[ 25.035611] clocksource: 'tsc' is current clocksource.
[ 25.035675] tsc: Marking TSC unstable due to clocksource watchdog
[ 25.035764] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[ 25.035782] sched_clock: Marking unstable (25031875393, 3885419)<-(25036442284, -681603)
[ 25.037458] clocksource: Not enough CPUs to check clocksource 'tsc'.
[ 25.648687] systemd[1]: Queued start job for default target Graphical Interface.
[ 25.937868] systemd[1]: Created slice Slice /system/dirmngr.
[ 25.949666] systemd[1]: Created slice Slice /system/getty.
[ 25.963591] systemd[1]: Created slice Slice /system/gpg-agent.
[ 25.974846] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 25.985911] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 25.996822] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 26.008050] systemd[1]: Created slice Slice /system/keyboxd.
[ 26.018911] systemd[1]: Created slice Slice /system/modprobe.
[ 26.027964] systemd[1]: Created slice User and Session Slice.
[ 26.030957] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 26.035051] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 26.039974] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 26.042637] systemd[1]: Expecting device /dev/sdb2...
[ 26.044664] systemd[1]: Reached target Local Encrypted Volumes.
[ 26.045966] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 26.048812] systemd[1]: Reached target Path Units.
[ 26.050701] systemd[1]: Reached target Remote File Systems.
[ 26.051971] systemd[1]: Reached target Slice Units.
[ 26.054802] systemd[1]: Reached target Local Verity Protected Volumes.
[ 26.057963] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 26.102462] systemd[1]: Listening on Process Core Dump Socket.
[ 26.108122] systemd[1]: Listening on Journal Socket (/dev/log).
[ 26.113127] systemd[1]: Listening on Journal Socket.
[ 26.115559] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 26.120574] systemd[1]: Listening on udev Control Socket.
[ 26.125124] systemd[1]: Listening on udev Kernel Socket.
[ 26.130298] systemd[1]: Listening on User Database Manager Socket.
[ 26.186668] systemd[1]: Mounting Huge Pages File System...
[ 26.243001] systemd[1]: Mounting POSIX Message Queue File System...
[ 26.322586] systemd[1]: Mounting Kernel Debug File System...
[ 26.419796] spurious 8259A interrupt: IRQ7.
[ 26.428025] systemd[1]: Mounting Kernel Trace File System...
[ 26.577407] systemd[1]: Starting Create List of Static Device Nodes...
[ 26.753382] systemd[1]: Starting Load Kernel Module configfs...
[ 26.934667] systemd[1]: Starting Load Kernel Module dm_mod...
[ 27.133880] systemd[1]: Starting Load Kernel Module drm...
[ 27.329959] systemd[1]: Starting Load Kernel Module fuse...
[ 27.577106] systemd[1]: Starting Load Kernel Module loop...
[ 27.593970] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 27.632313] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 27.632401] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[ 27.814800] systemd[1]: Starting Journal Service...
[ 28.131581] systemd[1]: Starting Load Kernel Modules...
[ 28.158667] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.469331] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 28.504847] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.809995] device-mapper: uevent: version 1.0.3
[ 28.816000] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 28.870850] systemd[1]: Starting Coldplug All udev Devices...
[ 29.547498] fuse: init (API version 7.40)
[ 29.580979] systemd[1]: Mounted Huge Pages File System.
[ 29.658507] systemd[1]: Mounted POSIX Message Queue File System.
[ 29.678385] loop: module loaded
[ 29.699734] systemd[1]: Mounted Kernel Debug File System.
[ 29.751964] systemd[1]: Mounted Kernel Trace File System.
[ 29.835673] systemd[1]: Finished Create List of Static Device Nodes.
[ 29.940992] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 29.994894] systemd[1]: Finished Load Kernel Module configfs.
[ 30.109841] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 30.156051] systemd[1]: Finished Load Kernel Module dm_mod.
[ 30.226718] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 30.253835] systemd[1]: Finished Load Kernel Module drm.
[ 30.314956] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 30.345666] systemd[1]: Finished Load Kernel Module fuse.
[ 30.411915] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 30.438529] systemd[1]: Finished Load Kernel Module loop.
[ 30.604336] EXT4-fs (sdb1): re-mounted 3e7a8324-6f83-4469-9d02-491050782511 r/w. Quota mode: none.
[ 30.647052] systemd[1]: Mounting FUSE Control File System...
[ 30.855752] systemd[1]: Mounting Kernel Configuration File System...
[ 30.874907] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 31.203029] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 31.400039] systemd-journald[204]: Collecting audit messages is disabled.
[ 31.575541] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 31.732177] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 32.096963] i8042: PNP: No PS/2 controller found.
[ 32.096963] i8042: Probing ports directly.
[ 32.112007] systemd[1]: Starting Load/Save OS Random Seed...
[ 32.116545] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 32.118870] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 32.165506] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 32.312371] systemd[1]: Finished Load Kernel Modules.
[ 32.735819] systemd[1]: Starting Apply Kernel Variables...
[ 33.294812] systemd[1]: Mounted FUSE Control File System.
[ 33.513951] systemd[1]: Mounted Kernel Configuration File System.
[ 34.347000] systemd[1]: Starting User Database Manager...
[ 34.636588] systemd[1]: Finished Load/Save OS Random Seed.
[ 34.673451] systemd[1]: Started Journal Service.
[ 36.761977] systemd-journald[204]: Received client request to flush runtime journal.
[ 36.970195] systemd-journald[204]: /var/log/journal/ad4c5ba281d14082be97c8302df2e2d1/system.journal: Journal file uses a different sequence number ID, rotating.
[ 36.970294] systemd-journald[204]: Rotating system journal.
[ 54.760118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 56.995305] Adding 524188k swap on /dev/sdb2. Priority:-2 extents:1 across:524188k
[ 62.223136] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 62.390817] piix4_smbus 0000:00:07.3: SMBus Host Controller at 0x5000, revision 0
[ 62.642393] rtc_cmos rtc_cmos: registered as rtc0
[ 62.667543] rtc_cmos rtc_cmos: setting system clock to 2025-12-03T20:55:55 UTC (1764795355)
[ 62.668040] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 64.647833] gameport gameport0: EMU10K1 is pci0000:00:0c.1/gameport0, io 0xe800, speed 1200kHz
[ 64.898357] psmouse serio1: hgpk: ID: 10 00 64
[ 65.471077] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input3
[ 66.936420] PCI: setting IRQ 10 as level-triggered
[ 66.936501] nvidiafb 0000:00:08.0: found PCI INT A -> IRQ 10
[ 66.936568] nvidiafb 0000:00:08.0: sharing IRQ 10 with 0000:00:0c.0
[ 66.947484] nvidiafb: Device ID: 10de0322
[ 66.947942] nvidiafb 0000:00:08.0: vgaarb: deactivate vga console
[ 66.961629] Console: switching to colour dummy device 80x25
[ 66.984068] nvidiafb: CRTC0 analog found
[ 66.989990] nvidiafb: CRTC1 analog not found
[ 67.170871] mousedev: PS/2 mouse device common for all mice
[ 67.751620] nvidiafb: EDID found from BUS1
[ 67.898745] i2c i2c-2: unable to read EDID block.
[ 68.094943] i2c i2c-2: unable to read EDID block.
[ 68.280430] i2c i2c-2: unable to read EDID block.
[ 68.335123] nvidiafb: CRTC 0 appears to have a CRT attached
[ 68.335188] nvidiafb: Using CRT on CRTC 0
[ 68.353512] fbcon: NV32 (fb0) is primary device
[ 68.614502] Console: switching to colour frame buffer device 240x67
[ 68.644960] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xE0000000)
[ 71.816761] snd_emu10k1 0000:00:0c.0: found PCI INT A -> IRQ 10
[ 71.816874] snd_emu10k1 0000:00:0c.0: sharing IRQ 10 with 0000:00:08.0
[ 72.544633] irq 10: nobody cared (try booting with the "irqpoll" option)
[ 72.544836] CPU: 0 PID: 259 Comm: (udev-worker) Not tainted 6.9.7-arch1-1.2 #1 00f4d872e619c93a2fd3dfaa7198b1045c00f8c9
[ 72.544881] Call Trace:
[ 72.544902] <IRQ>
[ 72.544912] dump_stack_lvl+0x41/0x60
[ 72.544912] dump_stack+0xd/0x12
[ 72.544912] __report_bad_irq+0x38/0xa4
[ 72.544912] note_interrupt.cold+0xc/0x57
[ 72.544912] handle_irq_event+0x69/0x70
[ 72.544912] ? __irq_disable+0xa0/0xa0
[ 72.544912] handle_level_irq+0x7a/0x160
[ 72.544912] __handle_irq+0x52/0x90
[ 72.544912] </IRQ>
[ 72.544912] <SOFTIRQ>
[ 72.544912] __common_interrupt+0x36/0xb0
[ 72.544912] common_interrupt+0x2a/0x50
[ 72.544912] asm_common_interrupt+0x102/0x140
[ 72.544912] EIP: handle_softirqs+0x6e/0x250
[ 72.544912] Code: 64 a1 00 2a 3e c8 ba 00 01 00 00 e8 dc 3c 05 00 c7 45 e0 0a 00 00 00 89 75 e4 89 5d dc 31 c0 64 66 a3 14 2a 3e c8 fb 0f bc cf <75> 05 b9 ff ff ff ff 89 cb b8 80 70 15 c8 83 c3 01 74 78 89 c6 89
[ 72.544912] EAX: 00000000 EBX: 00400140 ECX: 00000001 EDX: 00000000
[ 72.544912] ESI: fffc82a5 EDI: 00000002 EBP: c1113ff0 ESP: c1113fcc
[ 72.544912] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000206
[ 72.544912] ? __irq_alloc_descs+0x2db/0x320
[ 72.544912] ? handle_softirqs+0x6e/0x250
[ 72.544912] ? __lock_text_end+0x3/0x3
[ 72.544912] __do_softirq+0xf/0x13
[ 72.544912] do_softirq_own_stack+0x26/0x70
[ 72.544912] </SOFTIRQ>
[ 72.544912] irq_exit_rcu+0x72/0xb0
[ 72.544912] common_interrupt+0x2f/0x50
[ 72.544912] asm_common_interrupt+0x102/0x140
[ 72.544912] EIP: _raw_spin_unlock_irqrestore+0x1d/0x40
[ 72.544912] Code: e8 b0 18 00 00 31 c0 5d 31 d2 31 c9 c3 3e 8d 74 26 00 55 89 d1 89 e5 c6 00 00 8d 76 00 80 e5 02 74 01 fb 64 ff 0d 04 2a 3e c8 <74> 11 5d 31 c0 31 d2 31 c9 c3 2e 8d b4 26 00 00 00 00 90 e8 73 18
[ 72.544912] EAX: c110c270 EBX: c110c200 ECX: 00000246 EDX: 00000246
[ 72.544912] ESI: c5a93000 EDI: 00000000 EBP: de4a57d0 ESP: de4a57d0
[ 72.544912] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000286
[ 72.544912] ? _raw_spin_unlock_irqrestore+0x1d/0x40
[ 72.544912] __setup_irq+0x2f5/0x5f0
[ 72.544912] request_threaded_irq+0xc1/0x190
[ 72.544912] devm_request_threaded_irq+0x54/0xb0
[ 72.544912] ? snd_emu10k1_resume_regs+0xe0/0xe0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 72.544912] snd_emu10k1_create+0x429/0x720 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 72.544912] snd_card_emu10k1_probe+0xd1/0x3c0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 72.544912] pci_device_probe+0xa3/0x190
[ 72.544912] really_probe+0xc2/0x310
[ 72.544912] ? pm_runtime_barrier+0x51/0x90
[ 72.544912] __driver_probe_device+0x71/0x140
[ 72.544912] driver_probe_device+0x1f/0xb0
[ 72.544912] __driver_attach+0xb7/0x1c0
[ 72.544912] ? __device_attach_driver+0x110/0x110
[ 72.544912] bus_for_each_dev+0x62/0xb0
[ 72.544912] driver_attach+0x19/0x20
[ 72.544912] ? __device_attach_driver+0x110/0x110
[ 72.544912] bus_add_driver+0xe6/0x1c0
[ 72.544912] ? pci_bus_num_vf+0x20/0x20
[ 72.544912] driver_register+0x6d/0xd0
[ 72.544912] __pci_register_driver+0x41/0x50
[ 72.544912] ? 0xe0dcd000
[ 72.544912] emu10k1_driver_init+0x1c/0x1000 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 72.544912] do_one_initcall+0x40/0x2b0
[ 72.544912] ? kfence_guarded_free+0x125/0x200
[ 72.544912] ? kmalloc_trace+0xfe/0x2f0
[ 72.544912] ? do_init_module+0x21/0x1f0
[ 72.544912] do_init_module+0x55/0x1f0
[ 72.544912] load_module+0x17da/0x19e0
[ 72.544912] init_module_from_file+0x71/0xb0
[ 72.544912] __ia32_sys_finit_module+0x11b/0x280
[ 72.544912] ia32_sys_call+0x1b63/0x21d0
[ 72.544912] do_int80_syscall_32+0x52/0x90
[ 72.544912] ? current_time+0x24/0x140
[ 72.544912] ? atime_needs_update+0xb1/0x170
[ 72.544912] ? touch_atime+0x19/0x130
[ 72.544912] ? filemap_read+0x50d/0x530
[ 72.544912] ? unlock_new_inode+0x3f/0x60
[ 72.544912] ? lockref_get_not_zero+0x27/0x30
[ 72.544912] ? dput+0x38/0x1c0
[ 72.544912] ? fscrypt_file_open+0x39/0x90
[ 72.544912] ? dquot_file_open+0x13/0x40
[ 72.544912] ? _copy_from_user+0x49/0x60
[ 72.544912] ? __rseq_handle_notify_resume+0x247/0x420
[ 72.544912] ? ext4_file_read_iter+0x51/0x170 [ext4 18eb3f18c2b2bcd1cc4d957088778ec9c8ad1abe]
[ 72.544912] ? ext4_file_open+0x2e0/0x2e0 [ext4 18eb3f18c2b2bcd1cc4d957088778ec9c8ad1abe]
[ 72.544912] ? syscall_exit_to_user_mode+0x11e/0x1c0
[ 72.544912] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 72.544912] ? do_int80_syscall_32+0x5c/0x90
[ 72.544912] ? _copy_from_user+0x49/0x60
[ 72.544912] ? __rseq_handle_notify_resume+0x247/0x420
[ 72.544912] ? putname+0x4f/0x80
[ 72.544912] ? asm_common_interrupt+0x102/0x140
[ 72.544912] ? switch_fpu_return+0x47/0xd0
[ 72.544912] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 72.544912] ? do_int80_syscall_32+0x5c/0x90
[ 72.544912] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 72.544912] ? do_int80_syscall_32+0x5c/0x90
[ 72.544912] ? switch_fpu_return+0x47/0xd0
[ 72.544912] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 72.544912] ? do_int80_syscall_32+0x5c/0x90
[ 72.544912] ? irqentry_exit+0x45/0x50
[ 72.544912] ? exc_page_fault+0x64/0x170
[ 72.544912] entry_INT80_32+0xf0/0xf0
[ 72.544912] EIP: 0xb17ce5d2
[ 72.544912] Code: f0 ff c3 66 90 66 90 90 55 57 56 53 8b 6c 24 2c 8b 7c 24 28 8b 74 24 24 8b 54 24 20 8b 4c 24 1c 8b 5c 24 18 8b 44 24 14 cd 80 <5b> 5e 5f 5d 3d 01 f0 ff ff 0f 83 1f d0 f0 ff c3 66 90 66 90 66 90
[ 72.544912] EAX: ffffffda EBX: 0000001b ECX: b18d63f4 EDX: 00000004
[ 72.544912] ESI: 08a48b20 EDI: 08a476a0 EBP: bfaa07b8 ESP: bfaa075c
[ 72.544912] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000296
[ 72.544912] handlers:
[ 72.544912] [<30665780>] snd_emu10k1_interrupt [snd_emu10k1]
[ 72.544912] Disabling IRQ #10
[ 72.556815] snd_emu10k1 0000:00:0c.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]

- New configuration with USB working without issues under Windows: "IRQ-11 assigned to": "Legacy ISA", "Assign IRQ For USB" "Disabled"

lspci -vv

00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge (rev 03)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 32
Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Capabilities: [a0] AGP version 1.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
Kernel driver in use: agpgart-intel
Kernel modules: intel_agp

00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [32-bit]
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0

00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [ISA Compatibility mode-only controller, supports bus mastering])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Region 0: I/O ports at 01f0 [size=8]
Region 1: I/O ports at 03f4
Region 2: I/O ports at 0170 [size=8]
Region 3: I/O ports at 0374
Region 4: I/O ports at f000 [size=16]
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic

00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Interrupt: pin D routed to IRQ 3
Region 4: I/O ports at e000 [size=32]
Kernel driver in use: uhci_hcd

00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin ? routed to IRQ 9
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4

00:08.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA controller])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Show last 50 lines
	Latency: 32 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 10
Region 0: Memory at e8000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: nvidiafb
Kernel modules: nvidiafb, nouveau

00:0c.0 Multimedia audio controller: Creative Labs EMU10k2/CA0100/CA0102/CA10200 [Sound Blaster Audigy Series] (rev 04)
Subsystem: Creative Labs SB0350 Audigy 2 ZS
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32 (500ns min, 5000ns max)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at e400 [size=64]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: snd_emu10k1
Kernel modules: snd_emu10k1

00:0c.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
Subsystem: Creative Labs SB Audigy Game Port
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32
Region 0: I/O ports at e800 [size=8]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: Emu10k1_gameport
Kernel modules: emu10k1_gp

00:0c.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04) (prog-if 10 [OHCI])
Subsystem: Creative Labs SB Audigy FireWire Port
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32 (500ns min, 1000ns max), Cache Line Size: 32 bytes
Interrupt: pin B routed to IRQ 3
Region 0: Memory at ea004000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at ea000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
dmesg

...

[ 0.711744] PCI: PCI BIOS revision 2.10 entry at 0xfb330, last bus=1
[ 0.711807] PCI: Using configuration type 1 for base access
[ 0.715460] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.727275] HugeTLB: registered 4.00 MiB page size, pre-allocated 0 pages
[ 0.727328] HugeTLB: 0 KiB vmemmap can be freed for a 4.00 MiB page
[ 0.777131] ACPI: Interpreter disabled.
[ 0.782147] iommu: Default domain type: Translated
[ 0.782206] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.793189] SCSI subsystem initialized
[ 0.796463] libata version 3.00 loaded.
[ 0.796820] usbcore: registered new interface driver usbfs
[ 0.796911] usbcore: registered new interface driver hub
[ 0.799120] usbcore: registered new device driver usb
[ 0.799517] EDAC MC: Ver: 3.0.0
[ 0.819817] NetLabel: Initializing
[ 0.819863] NetLabel: domain hash size = 128
[ 0.819884] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.822195] NetLabel: unlabeled traffic allowed by default
[ 0.822275] mctp: management component transport protocol core
[ 0.822293] NET: Registered PF_MCTP protocol family
[ 0.822358] PCI: Probing PCI hardware
[ 0.822374] PCI: root bus 00: using default resources
[ 0.822396] PCI: Probing PCI hardware (bus 00)
[ 0.822927] PCI host bridge to bus 0000:00
[ 0.822972] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.823008] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.825107] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.825228] pci 0000:00:00.0: [8086:7180] type 00 class 0x060000 conventional PCI endpoint
[ 0.825289] pci 0000:00:00.0: BAR 0 [mem 0xd0000000-0xdfffffff pref]
[ 0.825929] pci 0000:00:01.0: [8086:7181] type 01 class 0x060400 conventional PCI bridge
[ 0.828102] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.828850] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 conventional PCI endpoint
[ 0.831736] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180 conventional PCI endpoint
[ 0.831877] pci 0000:00:07.1: BAR 4 [io 0xf000-0xf00f]
[ 0.831936] pci 0000:00:07.1: BAR 0 [io 0x01f0-0x01f7]: legacy IDE quirk
[ 0.831960] pci 0000:00:07.1: BAR 1 [io 0x03f6]: legacy IDE quirk
[ 0.831981] pci 0000:00:07.1: BAR 2 [io 0x0170-0x0177]: legacy IDE quirk
[ 0.832003] pci 0000:00:07.1: BAR 3 [io 0x0376]: legacy IDE quirk
[ 0.834767] pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300 conventional PCI endpoint
[ 0.834908] pci 0000:00:07.2: BAR 4 [io 0xe000-0xe01f]
[ 0.837730] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
[ 0.837786] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
[ 0.837961] pci 0000:00:07.3: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.837997] pci 0000:00:07.3: quirk: [io 0x5000-0x500f] claimed by PIIX4 SMB
[ 0.840766] pci 0000:00:08.0: [10de:0322] type 00 class 0x030000 conventional PCI endpoint
[ 0.840860] pci 0000:00:08.0: BAR 0 [mem 0xe8000000-0xe8ffffff]
[ 0.840903] pci 0000:00:08.0: BAR 1 [mem 0xe0000000-0xe7ffffff pref]
[ 0.840981] pci 0000:00:08.0: ROM [mem 0x00000000-0x0001ffff pref]
[ 0.843146] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.843858] pci 0000:00:0c.0: [1102:0004] type 00 class 0x040100 conventional PCI endpoint
[ 0.843936] pci 0000:00:0c.0: BAR 0 [io 0xe400-0xe43f]
[ 0.847211] pci 0000:00:0c.0: supports D1 D2
[ 0.848022] pci 0000:00:0c.1: [1102:7003] type 00 class 0x098000 conventional PCI endpoint
[ 0.850287] pci 0000:00:0c.1: BAR 0 [io 0xe800-0xe807]
[ 0.850503] pci 0000:00:0c.1: supports D1 D2
Show last 373 lines
[    0.853337] pci 0000:00:0c.2: [1102:4001] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.853432] pci 0000:00:0c.2: BAR 0 [mem 0xea004000-0xea0047ff]
[ 0.853475] pci 0000:00:0c.2: BAR 1 [mem 0xea000000-0xea003fff]
[ 0.853657] pci 0000:00:0c.2: supports D1 D2
[ 0.853680] pci 0000:00:0c.2: PME# supported from D0 D1 D2 D3hot
[ 0.856478] pci_bus 0000:01: extended config space not accessible
[ 0.856760] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.856837] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.859465] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
[ 0.859593] PCI: pci_cache_line_size set to 32 bytes
[ 0.859699] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.863222] pci 0000:00:08.0: vgaarb: setting as boot VGA device
[ 0.863272] pci 0000:00:08.0: vgaarb: bridge control possible
[ 0.863291] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.863321] vgaarb: loaded
[ 0.870341] clocksource: Switched to clocksource tsc-early
[ 1.036792] VFS: Disk quotas dquot_6.6.0
[ 1.038927] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.042436] pnp: PnP ACPI: disabled
[ 1.134195] NET: Registered PF_INET protocol family
[ 1.135175] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.140860] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.144970] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.145524] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 1.146138] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.146595] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.148885] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.149966] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.150098] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.152107] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.152623] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.152717] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 1.152748] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 1.152809] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.152970] PCI: setting IRQ 3 as level-triggered
[ 1.152993] pci 0000:00:07.2: assigned PCI INT D -> IRQ 3
[ 1.153156] PCI: CLS 32 bytes, default 32
[ 1.154228] Trying to unpack rootfs image as initramfs...
[ 1.157076] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 1.163846] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 1.197962] Initialise system trusted keyrings
[ 1.199702] Key type blacklist registered
[ 1.202106] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 1.203651] zbud: loaded
[ 1.216939] integrity: Platform Keyring initialized
[ 1.217091] integrity: Machine keyring initialized
[ 2.097136] Key type asymmetric registered
[ 2.098441] Asymmetric key parser 'x509' registered
[ 2.101053] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.104275] io scheduler mq-deadline registered
[ 2.104332] io scheduler kyber registered
[ 2.106625] io scheduler bfq registered
[ 2.120951] isapnp: Scanning for PnP cards...
[ 2.161331] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x5c74f24908, max_idle_ns: 440795203618 ns
[ 2.161539] clocksource: Switched to clocksource tsc
[ 2.822211] isapnp: No Plug & Play device found
[ 2.825359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.970354] Non-volatile memory driver v1.3
[ 2.970457] Linux agpgart interface v0.103
[ 2.991716] uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 3
[ 2.993178] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 2.993333] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[ 2.993407] uhci_hcd 0000:00:07.2: detected 2 ports
[ 2.993786] uhci_hcd 0000:00:07.2: irq 3, io port 0x0000e000
[ 2.998178] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 2.998250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.998275] usb usb1: Product: UHCI Host Controller
[ 2.998297] usb usb1: Manufacturer: Linux 6.9.7-arch1-1.2 uhci_hcd
[ 2.998319] usb usb1: SerialNumber: 0000:00:07.2
[ 3.004589] hub 1-0:1.0: USB hub found
[ 3.004886] hub 1-0:1.0: 2 ports detected
[ 3.014896] usbcore: registered new interface driver usbserial_generic
[ 3.015522] usbserial: USB Serial support registered for generic
[ 3.016254] intel_pstate: CPU model not supported
[ 3.018324] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.020366] hid: raw HID events driver (C) Jiri Kosina
[ 3.022368] drop_monitor: Initializing network drop monitor service
[ 3.025326] Initializing XFRM netlink socket
[ 3.030727] NET: Registered PF_INET6 protocol family
[ 6.229315] Freeing initrd memory: 50472K
[ 6.412150] Segment Routing with IPv6
[ 6.412201] RPL Segment Routing with IPv6
[ 6.412475] In-situ OAM (IOAM) with IPv6
[ 6.412796] NET: Registered PF_PACKET protocol family
[ 6.416572] microcode: Current revision: 0x00000003
[ 6.417494] IPI shorthand broadcast: enabled
[ 6.457364] sched_clock: Marking stable (6453055041, 3891444)->(6457538909, -592424)
[ 6.459609] registered taskstats version 1
[ 6.461332] Loading compiled-in X.509 certificates
[ 6.630043] Loaded X.509 cert 'Build time autogenerated kernel key: 8e252eb2db1429ed8d7f3ce47ea78a9420e528a5'
[ 6.725413] zswap: loaded using pool zstd/zsmalloc
[ 6.733279] Key type .fscrypt registered
[ 6.733328] Key type fscrypt-provisioning registered
[ 6.738091] PM: Magic number: 5:723:901
[ 6.738284] clocksource clocksource0: hash matches
[ 6.745878] hid_bpf: error while preloading HID BPF dispatcher: -22
[ 6.746280] RAS: Correctable Errors collector initialized.
[ 6.747219] clk: Disabling unused clocks
[ 6.747267] PM: genpd: Disabling unused power domains
[ 6.776356] Freeing unused kernel image (initmem) memory: 1064K
[ 6.776788] Write protecting kernel text and read-only data: 17740k
[ 6.776850] rodata_test: all tests were successful
[ 6.777080] Run /init as init process
[ 6.777105] with arguments:
[ 6.777123] /init
[ 6.777138] with environment:
[ 6.777151] HOME=/
[ 6.777164] TERM=linux
[ 6.777178] BOOT_IMAGE=/boot/vmlinuz-linux
[ 12.242567] ata_piix 0000:00:07.1: version 2.13
[ 12.291338] scsi host0: ata_piix
[ 12.319470] scsi host1: ata_piix
[ 12.327724] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 lpm-pol 0
[ 12.327781] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 lpm-pol 0
[ 12.503778] ata2.00: CFA: FC-1307 SD to CF Adapter V1.4, Rev 1.4, max UDMA/100
[ 12.503846] ata2.00: 124735488 sectors, multi 1: LBA
[ 12.505435] ata1.00: ATA-9: INTEL SSDSC2CW120A3, 400i, max UDMA/133
[ 12.505495] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 12.527800] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2CW12 400i PQ: 0 ANSI: 5
[ 12.538402] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 12.538541] sd 0:0:0:0: [sda] Write Protect is off
[ 12.538574] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 12.538709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.541784] scsi 1:0:0:0: Direct-Access ATA FC-1307 SD to CF 1.4 PQ: 0 ANSI: 5
[ 12.543447] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 12.557401] sd 1:0:0:0: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 12.557552] sd 1:0:0:0: [sdb] Write Protect is off
[ 12.557587] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 12.557725] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 12.560497] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 12.564845] sda: sda1 sda2
[ 12.569858] sd 0:0:0:0: [sda] Attached SCSI disk
[ 12.584267] sdb: sdb1 sdb2
[ 12.587863] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 13.560018] agpgart-intel 0000:00:00.0: Intel 440LX Chipset
[ 13.697856] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 14.589546] firewire_ohci 0000:00:0c.2: found PCI INT B -> IRQ 3
[ 14.646422] firewire_ohci 0000:00:0c.2: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[ 15.065206] random: crng init done
[ 19.125318] EXT4-fs (sdb1): mounted filesystem 3e7a8324-6f83-4469-9d02-491050782511 r/w with ordered data mode. Quota mode: none.
[ 21.410357] systemd[1]: systemd 255.4-2.3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.410482] systemd[1]: Detected architecture x86.
[ 21.442691] systemd[1]: Hostname set to <localhost>.
[ 21.600211] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 25.578053] systemd[1]: Queued start job for default target Graphical Interface.
[ 25.872164] systemd[1]: Created slice Slice /system/dirmngr.
[ 25.883861] systemd[1]: Created slice Slice /system/getty.
[ 25.897468] systemd[1]: Created slice Slice /system/gpg-agent.
[ 25.908583] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 25.919502] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 25.930638] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 25.942216] systemd[1]: Created slice Slice /system/keyboxd.
[ 25.953313] systemd[1]: Created slice Slice /system/modprobe.
[ 25.962895] systemd[1]: Created slice User and Session Slice.
[ 25.966438] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 25.969498] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 25.975172] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 25.977455] systemd[1]: Expecting device /dev/sdb2...
[ 25.979457] systemd[1]: Reached target Local Encrypted Volumes.
[ 25.981419] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 25.983480] systemd[1]: Reached target Path Units.
[ 25.985413] systemd[1]: Reached target Remote File Systems.
[ 25.987268] systemd[1]: Reached target Slice Units.
[ 25.989594] systemd[1]: Reached target Local Verity Protected Volumes.
[ 25.993290] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 26.039270] systemd[1]: Listening on Process Core Dump Socket.
[ 26.044580] systemd[1]: Listening on Journal Socket (/dev/log).
[ 26.049738] systemd[1]: Listening on Journal Socket.
[ 26.051785] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 26.056586] systemd[1]: Listening on udev Control Socket.
[ 26.061133] systemd[1]: Listening on udev Kernel Socket.
[ 26.065838] systemd[1]: Listening on User Database Manager Socket.
[ 26.102845] systemd[1]: Mounting Huge Pages File System...
[ 26.162587] systemd[1]: Mounting POSIX Message Queue File System...
[ 26.256573] systemd[1]: Mounting Kernel Debug File System...
[ 26.374302] systemd[1]: Mounting Kernel Trace File System...
[ 26.549289] systemd[1]: Starting Create List of Static Device Nodes...
[ 26.745563] systemd[1]: Starting Load Kernel Module configfs...
[ 26.967438] systemd[1]: Starting Load Kernel Module dm_mod...
[ 27.189702] systemd[1]: Starting Load Kernel Module drm...
[ 27.408822] systemd[1]: Starting Load Kernel Module fuse...
[ 27.655411] systemd[1]: Starting Load Kernel Module loop...
[ 27.673667] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 27.700781] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 27.700868] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[ 27.924423] systemd[1]: Starting Journal Service...
[ 28.293857] systemd[1]: Starting Load Kernel Modules...
[ 28.325271] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.619608] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 28.659729] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.943528] device-mapper: uevent: version 1.0.3
[ 28.948246] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 29.033817] systemd[1]: Starting Coldplug All udev Devices...
[ 29.688749] fuse: init (API version 7.40)
[ 29.818515] systemd[1]: Mounted Huge Pages File System.
[ 29.853191] loop: module loaded
[ 29.871580] systemd[1]: Mounted POSIX Message Queue File System.
[ 29.929532] systemd[1]: Mounted Kernel Debug File System.
[ 29.977670] systemd[1]: Mounted Kernel Trace File System.
[ 30.065850] systemd[1]: Finished Create List of Static Device Nodes.
[ 30.202210] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 30.249796] systemd[1]: Finished Load Kernel Module configfs.
[ 30.385308] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 30.430530] systemd[1]: Finished Load Kernel Module dm_mod.
[ 30.505549] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 30.534638] systemd[1]: Finished Load Kernel Module drm.
[ 30.607164] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 30.636197] systemd[1]: Finished Load Kernel Module fuse.
[ 30.706487] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 30.735826] systemd[1]: Finished Load Kernel Module loop.
[ 30.902248] EXT4-fs (sdb1): re-mounted 3e7a8324-6f83-4469-9d02-491050782511 r/w. Quota mode: none.
[ 30.957556] systemd[1]: Mounting FUSE Control File System...
[ 31.173218] systemd[1]: Mounting Kernel Configuration File System...
[ 31.197873] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 31.551300] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 31.717617] systemd-journald[203]: Collecting audit messages is disabled.
[ 31.941698] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 32.118505] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 32.404407] i8042: PNP: No PS/2 controller found.
[ 32.404456] i8042: Probing ports directly.
[ 32.423625] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 32.426157] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 32.549353] systemd[1]: Starting Load/Save OS Random Seed...
[ 32.570755] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 32.748522] systemd[1]: Finished Load Kernel Modules.
[ 33.202550] systemd[1]: Starting Apply Kernel Variables...
[ 33.746553] systemd[1]: Mounted FUSE Control File System.
[ 34.013750] systemd[1]: Mounted Kernel Configuration File System.
[ 34.965394] systemd[1]: Starting User Database Manager...
[ 35.185531] systemd[1]: Started Journal Service.
[ 37.509714] systemd-journald[203]: Received client request to flush runtime journal.
[ 37.725358] systemd-journald[203]: /var/log/journal/ad4c5ba281d14082be97c8302df2e2d1/system.journal: Journal file uses a different sequence number ID, rotating.
[ 37.725454] systemd-journald[203]: Rotating system journal.
[ 56.254212] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 58.527686] Adding 524188k swap on /dev/sdb2. Priority:-2 extents:1 across:524188k
[ 63.260022] psmouse serio1: hgpk: ID: 10 00 64
[ 63.827884] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input2
[ 65.045145] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 65.144731] piix4_smbus 0000:00:07.3: SMBus Host Controller at 0x5000, revision 0
[ 65.475885] rtc_cmos rtc_cmos: registered as rtc0
[ 65.476732] rtc_cmos rtc_cmos: setting system clock to 2025-12-03T20:52:25 UTC (1764795145)
[ 65.512591] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 67.712998] gameport gameport0: EMU10K1 is pci0000:00:0c.1/gameport0, io 0xe800, speed 1200kHz
[ 69.223138] mousedev: PS/2 mouse device common for all mice
[ 69.847009] PCI: setting IRQ 10 as level-triggered
[ 69.847083] nvidiafb 0000:00:08.0: found PCI INT A -> IRQ 10
[ 69.847152] nvidiafb 0000:00:08.0: sharing IRQ 10 with 0000:00:0c.0
[ 69.852707] nvidiafb: Device ID: 10de0322
[ 69.858322] nvidiafb 0000:00:08.0: vgaarb: deactivate vga console
[ 69.865552] Console: switching to colour dummy device 80x25
[ 69.887145] nvidiafb: CRTC0 analog found
[ 69.894111] nvidiafb: CRTC1 analog not found
[ 70.458100] nvidiafb: EDID found from BUS1
[ 70.559325] i2c i2c-2: unable to read EDID block.
[ 70.705740] i2c i2c-2: unable to read EDID block.
[ 70.852849] i2c i2c-2: unable to read EDID block.
[ 70.908178] nvidiafb: CRTC 0 appears to have a CRT attached
[ 70.908250] nvidiafb: Using CRT on CRTC 0
[ 70.928602] fbcon: NV32 (fb0) is primary device
[ 71.157470] Console: switching to colour frame buffer device 240x67
[ 71.191409] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xE0000000)
[ 74.285227] snd_emu10k1 0000:00:0c.0: found PCI INT A -> IRQ 10
[ 74.285336] snd_emu10k1 0000:00:0c.0: sharing IRQ 10 with 0000:00:08.0
[ 75.081895] irq 10: nobody cared (try booting with the "irqpoll" option)
[ 75.082104] CPU: 0 PID: 259 Comm: (udev-worker) Not tainted 6.9.7-arch1-1.2 #1 00f4d872e619c93a2fd3dfaa7198b1045c00f8c9
[ 75.082149] Call Trace:
[ 75.082171] <IRQ>
[ 75.082194] dump_stack_lvl+0x41/0x60
[ 75.082260] dump_stack+0xd/0x12
[ 75.082290] __report_bad_irq+0x38/0xa4
[ 75.082347] note_interrupt.cold+0xc/0x57
[ 75.082383] handle_irq_event+0x69/0x70
[ 75.082442] ? __irq_disable+0xa0/0xa0
[ 75.082480] handle_level_irq+0x7a/0x160
[ 75.082508] __handle_irq+0x52/0x90
[ 75.082566] </IRQ>
[ 75.082578] <SOFTIRQ>
[ 75.082592] __common_interrupt+0x36/0xb0
[ 75.082625] common_interrupt+0x2a/0x50
[ 75.082663] asm_common_interrupt+0x102/0x140
[ 75.082702] EIP: handle_softirqs+0x6e/0x250
[ 75.082734] Code: 64 a1 00 2a 3e d0 ba 00 01 00 00 e8 dc 3c 05 00 c7 45 e0 0a 00 00 00 89 75 e4 89 5d dc 31 c0 64 66 a3 14 2a 3e d0 fb 0f bc cf <75> 05 b9 ff ff ff ff 89 cb b8 80 70 15 d0 83 c3 01 74 78 89 c6 89
[ 75.082758] EAX: 00000000 EBX: 00400140 ECX: 00000001 EDX: 00000000
[ 75.082779] ESI: fffc8c42 EDI: 00000002 EBP: c1113ff0 ESP: c1113fcc
[ 75.082800] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000206
[ 75.082835] ? handle_softirqs+0x6e/0x250
[ 75.082865] ? __lock_text_end+0x3/0x3
[ 75.082915] __do_softirq+0xf/0x13
[ 75.082946] do_softirq_own_stack+0x26/0x70
[ 75.082978] </SOFTIRQ>
[ 75.082993] irq_exit_rcu+0x72/0xb0
[ 75.083021] common_interrupt+0x2f/0x50
[ 75.083054] asm_common_interrupt+0x102/0x140
[ 75.083083] EIP: _raw_spin_unlock_irqrestore+0x1d/0x40
[ 75.083113] Code: e8 b0 18 00 00 31 c0 5d 31 d2 31 c9 c3 3e 8d 74 26 00 55 89 d1 89 e5 c6 00 00 8d 76 00 80 e5 02 74 01 fb 64 ff 0d 04 2a 3e d0 <74> 11 5d 31 c0 31 d2 31 c9 c3 2e 8d b4 26 00 00 00 00 90 e8 73 18
[ 75.083136] EAX: c110c670 EBX: c110c600 ECX: 00000246 EDX: 00000246
[ 75.083157] ESI: c54ef080 EDI: 00000000 EBP: c53ef8ec ESP: c53ef8ec
[ 75.083178] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000286
[ 75.083211] ? _raw_spin_unlock_irqrestore+0x1d/0x40
[ 75.083243] __setup_irq+0x2f5/0x5f0
[ 75.083274] request_threaded_irq+0xc1/0x190
[ 75.083312] devm_request_threaded_irq+0x54/0xb0
[ 75.083347] ? snd_emu10k1_resume_regs+0xe0/0xe0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 75.083610] snd_emu10k1_create+0x429/0x720 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 75.083728] snd_card_emu10k1_probe+0xd1/0x3c0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 75.083843] pci_device_probe+0xa3/0x190
[ 75.083891] really_probe+0xc2/0x310
[ 75.083948] ? pm_runtime_barrier+0x51/0x90
[ 75.084012] __driver_probe_device+0x71/0x140
[ 75.084047] driver_probe_device+0x1f/0xb0
[ 75.084081] __driver_attach+0xb7/0x1c0
[ 75.084106] ? __device_attach_driver+0x110/0x110
[ 75.084131] bus_for_each_dev+0x62/0xb0
[ 75.084168] driver_attach+0x19/0x20
[ 75.084198] ? __device_attach_driver+0x110/0x110
[ 75.084223] bus_add_driver+0xe6/0x1c0
[ 75.084256] ? pci_bus_num_vf+0x20/0x20
[ 75.084285] driver_register+0x6d/0xd0
[ 75.084315] __pci_register_driver+0x41/0x50
[ 75.084344] ? 0xe0dc8000
[ 75.084367] emu10k1_driver_init+0x1c/0x1000 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 75.084481] do_one_initcall+0x40/0x2b0
[ 75.084516] ? kmalloc_trace+0xfe/0x2f0
[ 75.084546] ? do_init_module+0x21/0x1f0
[ 75.084591] do_init_module+0x55/0x1f0
[ 75.084621] load_module+0x17da/0x19e0
[ 75.084676] init_module_from_file+0x71/0xb0
[ 75.084722] __ia32_sys_finit_module+0x11b/0x280
[ 75.084758] ia32_sys_call+0x1b63/0x21d0
[ 75.084785] do_int80_syscall_32+0x52/0x90
[ 75.084821] ? xas_load+0x3d/0x50
[ 75.084857] ? filemap_get_read_batch+0x10a/0x240
[ 75.084910] ? current_time+0x24/0x140
[ 75.084965] ? atime_needs_update+0xb1/0x170
[ 75.084997] ? touch_atime+0x19/0x130
[ 75.085022] ? filemap_read+0x50d/0x530
[ 75.085062] ? do_int80_syscall_32+0x5c/0x90
[ 75.085106] ? _copy_from_user+0x49/0x60
[ 75.085153] ? __rseq_handle_notify_resume+0x247/0x420
[ 75.085185] ? ext4_file_read_iter+0x51/0x170 [ext4 18eb3f18c2b2bcd1cc4d957088778ec9c8ad1abe]
[ 75.086512] ? do_int80_syscall_32+0x5c/0x90
[ 75.086569] ? ext4_file_open+0x2e0/0x2e0 [ext4 18eb3f18c2b2bcd1cc4d957088778ec9c8ad1abe]
[ 75.087727] ? syscall_exit_to_user_mode+0x11e/0x1c0
[ 75.087788] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 75.087822] ? do_int80_syscall_32+0x5c/0x90
[ 75.087853] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 75.087886] ? do_int80_syscall_32+0x5c/0x90
[ 75.087916] ? do_int80_syscall_32+0x5c/0x90
[ 75.087945] ? do_int80_syscall_32+0x5c/0x90
[ 75.087974] ? irqentry_exit+0x45/0x50
[ 75.088006] ? exc_page_fault+0x64/0x170
[ 75.088039] entry_INT80_32+0xf0/0xf0
[ 75.088080] EIP: 0xb62755d2
[ 75.088107] Code: f0 ff c3 66 90 66 90 90 55 57 56 53 8b 6c 24 2c 8b 7c 24 28 8b 74 24 24 8b 54 24 20 8b 4c 24 1c 8b 5c 24 18 8b 44 24 14 cd 80 <5b> 5e 5f 5d 3d 01 f0 ff ff 0f 83 1f d0 f0 ff c3 66 90 66 90 66 90
[ 75.088131] EAX: ffffffda EBX: 0000001d ECX: b637d3f4 EDX: 00000004
[ 75.088153] ESI: 05a17020 EDI: 05a145f0 EBP: bfc35468 ESP: bfc3540c
[ 75.088175] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292
[ 75.088211] handlers:
[ 75.088322] [<cd7c1ead>] snd_emu10k1_interrupt [snd_emu10k1]
[ 75.088647] Disabling IRQ #10
[ 75.088977] clocksource: Long readout interval, skipping watchdog check: cs_nsec: 1053877032 wd_nsec: 1053718544
[ 75.097695] snd_emu10k1 0000:00:0c.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]
[ 77.616810] clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc' as unstable because the skew is too large:
[ 77.616865] clocksource: 'pit' wd_nsec: 524919920 wd_now: f0261d45 wd_last: f01c8eb0 mask: ffffffff
[ 77.616897] clocksource: 'tsc' cs_nsec: 525824782 cs_now: a951b2e76 cs_last: a888aaf56 mask: ffffffffffffffff
[ 77.616923] clocksource: Clocksource 'tsc' skewed 904862 ns (0 ms) over watchdog 'pit' interval of 524919920 ns (524 ms)
[ 77.616948] clocksource: 'tsc' is current clocksource.
[ 77.616995] tsc: Marking TSC unstable due to clocksource watchdog
[ 77.617148] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[ 77.617171] sched_clock: Marking unstable (77613253068, 3891283)<-(77617736886, -592424)
[ 77.618129] clocksource: Not enough CPUs to check clocksource 'tsc'.
[ 79.822884] spurious 8259A interrupt: IRQ7.

In the first case without recent BIOS modifications, IRQ assignment for NVIDIA (#10), Audigy (#10) and USB (#11) appear to be the same as Windows.
After the BIOS modifications, USB is moved to #3 on Linux.

Reply 105 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

I suppose the only way to get NVIDIA and Audigy on different IRQs would be to move the Audigy to a different slot, and find the new "correct" BIOS settings again?

Reply 106 of 122, by MattRocks

User metadata
Rank Member
Rank
Member
hydraphone wrote on 2025-12-04, 01:42:
lspci outputs are identical, so the IRQs haven't changed but dmesg outputs are different with verbose details. IRQ assignment fo […]
Show full quote
dmesg

...

[ 0.818353] PCI: Probing PCI hardware
[ 0.818369] PCI: root bus 00: using default resources
[ 0.818393] PCI: Probing PCI hardware (bus 00)
[ 0.818926] PCI host bridge to bus 0000:00
[ 0.818972] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.819008] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.821099] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.821228] pci 0000:00:00.0: [8086:7180] type 00 class 0x060000 conventional PCI endpoint
[ 0.821289] pci 0000:00:00.0: BAR 0 [mem 0xd0000000-0xdfffffff pref]
[ 0.821941] pci 0000:00:01.0: [8086:7181] type 01 class 0x060400 conventional PCI bridge
[ 0.824106] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.824852] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 conventional PCI endpoint
[ 0.827735] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180 conventional PCI endpoint
[ 0.827871] pci 0000:00:07.1: BAR 4 [io 0xf000-0xf00f]
[ 0.827930] pci 0000:00:07.1: BAR 0 [io 0x01f0-0x01f7]: legacy IDE quirk
[ 0.827954] pci 0000:00:07.1: BAR 1 [io 0x03f6]: legacy IDE quirk
[ 0.827976] pci 0000:00:07.1: BAR 2 [io 0x0170-0x0177]: legacy IDE quirk
[ 0.827998] pci 0000:00:07.1: BAR 3 [io 0x0376]: legacy IDE quirk
[ 0.830760] pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300 conventional PCI endpoint
[ 0.830898] pci 0000:00:07.2: BAR 4 [io 0xe000-0xe01f]
[ 0.833729] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
[ 0.833789] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
[ 0.833967] pci 0000:00:07.3: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.834004] pci 0000:00:07.3: quirk: [io 0x5000-0x500f] claimed by PIIX4 SMB
[ 0.836779] pci 0000:00:08.0: [10de:0322] type 00 class 0x030000 conventional PCI endpoint
[ 0.836873] pci 0000:00:08.0: BAR 0 [mem 0xe8000000-0xe8ffffff]
[ 0.836916] pci 0000:00:08.0: BAR 1 [mem 0xe0000000-0xe7ffffff pref]
[ 0.836995] pci 0000:00:08.0: ROM [mem 0x00000000-0x0001ffff pref]
[ 0.839151] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.839870] pci 0000:00:0c.0: [1102:0004] type 00 class 0x040100 conventional PCI endpoint
[ 0.839948] pci 0000:00:0c.0: BAR 0 [io 0xe400-0xe43f]
[ 0.842365] pci 0000:00:0c.0: supports D1 D2
[ 0.845222] pci 0000:00:0c.1: [1102:7003] type 00 class 0x098000 conventional PCI endpoint
[ 0.845315] pci 0000:00:0c.1: BAR 0 [io 0xe800-0xe807]
[ 0.845518] pci 0000:00:0c.1: supports D1 D2
[ 0.848464] pci 0000:00:0c.2: [1102:4001] type 00 class 0x0c0010 conventional PCI endpoint
[ 0.848561] pci 0000:00:0c.2: BAR 0 [mem 0xea004000-0xea0047ff]
[ 0.848603] pci 0000:00:0c.2: BAR 1 [mem 0xea000000-0xea003fff]
[ 0.848793] pci 0000:00:0c.2: supports D1 D2
[ 0.848816] pci 0000:00:0c.2: PME# supported from D0 D1 D2 D3hot
[ 0.851628] pci_bus 0000:01: extended config space not accessible
[ 0.851906] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.851986] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[ 0.854623] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
[ 0.854753] PCI: pci_cache_line_size set to 32 bytes
[ 0.854857] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.859521] pci 0000:00:08.0: vgaarb: setting as boot VGA device
[ 0.859574] pci 0000:00:08.0: vgaarb: bridge control possible
[ 0.859593] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.859625] vgaarb: loaded
[ 0.867250] clocksource: Switched to clocksource tsc-early
[ 1.035327] VFS: Disk quotas dquot_6.6.0
[ 1.037459] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.039862] pnp: PnP ACPI: disabled
[ 1.134698] NET: Registered PF_INET protocol family
Show last 367 lines
[    1.135692] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.142494] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.145425] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.145786] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 1.146601] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.146886] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.149288] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.150362] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.150495] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.152527] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.152919] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.153008] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 1.153040] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 1.153104] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.153600] PCI: setting IRQ 3 as level-triggered
[ 1.153639] pci 0000:00:07.2: assigned PCI INT D -> IRQ 3
[ 1.153808] PCI: CLS 32 bytes, default 32
[ 1.154933] Trying to unpack rootfs image as initramfs...
[ 1.156736] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 1.163886] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[ 1.196032] Initialise system trusted keyrings
[ 1.197811] Key type blacklist registered
[ 1.200129] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 1.201710] zbud: loaded
[ 1.216626] integrity: Platform Keyring initialized
[ 1.216830] integrity: Machine keyring initialized
[ 2.098966] Key type asymmetric registered
[ 2.099033] Asymmetric key parser 'x509' registered
[ 2.102786] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 2.105606] io scheduler mq-deadline registered
[ 2.105665] io scheduler kyber registered
[ 2.109293] io scheduler bfq registered
[ 2.123803] isapnp: Scanning for PnP cards...
[ 2.161404] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x5c74c50637, max_idle_ns: 440795212787 ns
[ 2.161617] clocksource: Switched to clocksource tsc
[ 2.829996] isapnp: No Plug & Play device found
[ 2.834712] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.980688] Non-volatile memory driver v1.3
[ 2.980760] Linux agpgart interface v0.103
[ 3.000698] uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 3
[ 3.003151] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 3.003311] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[ 3.003385] uhci_hcd 0000:00:07.2: detected 2 ports
[ 3.003777] uhci_hcd 0000:00:07.2: irq 3, io port 0x0000e000
[ 3.008594] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.09
[ 3.008665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.008691] usb usb1: Product: UHCI Host Controller
[ 3.008713] usb usb1: Manufacturer: Linux 6.9.7-arch1-1.2 uhci_hcd
[ 3.008734] usb usb1: SerialNumber: 0000:00:07.2
[ 3.015347] hub 1-0:1.0: USB hub found
[ 3.015621] hub 1-0:1.0: 2 ports detected
[ 3.024718] usbcore: registered new interface driver usbserial_generic
[ 3.024826] usbserial: USB Serial support registered for generic
[ 3.027839] intel_pstate: CPU model not supported
[ 3.029175] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.029779] hid: raw HID events driver (C) Jiri Kosina
[ 3.033218] drop_monitor: Initializing network drop monitor service
[ 3.036372] Initializing XFRM netlink socket
[ 3.041857] NET: Registered PF_INET6 protocol family
[ 3.135431] usb usb1-port1: over-current condition
[ 3.247291] usb usb1-port2: over-current condition
[ 6.236367] Freeing initrd memory: 50472K
[ 6.418218] Segment Routing with IPv6
[ 6.418266] RPL Segment Routing with IPv6
[ 6.418540] In-situ OAM (IOAM) with IPv6
[ 6.418870] NET: Registered PF_PACKET protocol family
[ 6.422695] microcode: Current revision: 0x00000003
[ 6.423629] IPI shorthand broadcast: enabled
[ 6.463614] sched_clock: Marking stable (6459062693, 3884528)->(6463649048, -701827)
[ 6.465624] registered taskstats version 1
[ 6.467329] Loading compiled-in X.509 certificates
[ 6.635692] Loaded X.509 cert 'Build time autogenerated kernel key: 8e252eb2db1429ed8d7f3ce47ea78a9420e528a5'
[ 6.730785] zswap: loaded using pool zstd/zsmalloc
[ 6.738624] Key type .fscrypt registered
[ 6.738675] Key type fscrypt-provisioning registered
[ 6.743347] PM: Magic number: 5:208:396
[ 6.743639] pci 0000:00:07.1: hash matches
[ 6.751228] hid_bpf: error while preloading HID BPF dispatcher: -22
[ 6.751475] RAS: Correctable Errors collector initialized.
[ 6.752294] clk: Disabling unused clocks
[ 6.752338] PM: genpd: Disabling unused power domains
[ 6.781679] Freeing unused kernel image (initmem) memory: 1064K
[ 6.782367] Write protecting kernel text and read-only data: 17740k
[ 6.782448] rodata_test: all tests were successful
[ 6.782702] Run /init as init process
[ 6.782724] with arguments:
[ 6.782741] /init
[ 6.782755] with environment:
[ 6.782769] HOME=/
[ 6.782783] TERM=linux
[ 6.782796] BOOT_IMAGE=/boot/vmlinuz-linux
[ 12.248244] ata_piix 0000:00:07.1: version 2.13
[ 12.295446] scsi host0: ata_piix
[ 12.320694] scsi host1: ata_piix
[ 12.323659] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 lpm-pol 0
[ 12.323713] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 lpm-pol 0
[ 12.486272] ata1.00: ATA-9: INTEL SSDSC2CW120A3, 400i, max UDMA/133
[ 12.486338] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 12.510581] ata2.00: CFA: FC-1307 SD to CF Adapter V1.4, Rev 1.4, max UDMA/100
[ 12.510651] ata2.00: 124735488 sectors, multi 1: LBA
[ 12.521417] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2CW12 400i PQ: 0 ANSI: 5
[ 12.531837] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 12.532169] sd 0:0:0:0: [sda] Write Protect is off
[ 12.532209] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 12.532341] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.532576] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 12.536885] scsi 1:0:0:0: Direct-Access ATA FC-1307 SD to CF 1.4 PQ: 0 ANSI: 5
[ 12.547730] sd 1:0:0:0: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 12.547869] sd 1:0:0:0: [sdb] Write Protect is off
[ 12.554175] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 12.554507] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 12.554752] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 12.556153] sda: sda1 sda2
[ 12.560537] sd 0:0:0:0: [sda] Attached SCSI disk
[ 12.578218] sdb: sdb1 sdb2
[ 12.582733] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 13.599005] agpgart-intel 0000:00:00.0: Intel 440LX Chipset
[ 13.741158] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 14.609562] firewire_ohci 0000:00:0c.2: found PCI INT B -> IRQ 3
[ 14.666370] firewire_ohci 0000:00:0c.2: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[ 14.983318] random: crng init done
[ 19.124325] EXT4-fs (sdb1): mounted filesystem 3e7a8324-6f83-4469-9d02-491050782511 r/w with ordered data mode. Quota mode: none.
[ 21.381935] systemd[1]: systemd 255.4-2.3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.382061] systemd[1]: Detected architecture x86.
[ 21.411883] systemd[1]: Hostname set to <localhost>.
[ 21.580523] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 21.907895] spurious 8259A interrupt: IRQ7.
[ 25.453289] systemd[1]: Queued start job for default target Graphical Interface.
[ 25.539141] clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc' as unstable because the skew is too large:
[ 25.539216] clocksource: 'pit' wd_nsec: 503790704 wd_now: ec722217 wd_last: ec68f5fd mask: ffffffff
[ 25.539248] clocksource: 'tsc' cs_nsec: 503359813 cs_now: 61061d91c cs_last: 6045acb3b mask: ffffffffffffffff
[ 25.539275] clocksource: Clocksource 'tsc' skewed -430891 ns (0 ms) over watchdog 'pit' interval of 503790704 ns (503 ms)
[ 25.539321] clocksource: 'tsc' is current clocksource.
[ 25.539371] tsc: Marking TSC unstable due to clocksource watchdog
[ 25.539431] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[ 25.539449] sched_clock: Marking unstable (25535544608, 3884880)<-(25540131161, -701827)
[ 25.541549] clocksource: Not enough CPUs to check clocksource 'tsc'.
[ 25.746898] systemd[1]: Created slice Slice /system/dirmngr.
[ 25.759085] systemd[1]: Created slice Slice /system/getty.
[ 25.772935] systemd[1]: Created slice Slice /system/gpg-agent.
[ 25.784642] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 25.795778] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 25.807044] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 25.818908] systemd[1]: Created slice Slice /system/keyboxd.
[ 25.829942] systemd[1]: Created slice Slice /system/modprobe.
[ 25.840154] systemd[1]: Created slice User and Session Slice.
[ 25.843892] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 25.847122] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 25.852599] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 25.854958] systemd[1]: Expecting device /dev/sdb2...
[ 25.856971] systemd[1]: Reached target Local Encrypted Volumes.
[ 25.859103] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 25.861050] systemd[1]: Reached target Path Units.
[ 25.862929] systemd[1]: Reached target Remote File Systems.
[ 25.864799] systemd[1]: Reached target Slice Units.
[ 25.867063] systemd[1]: Reached target Local Verity Protected Volumes.
[ 25.870899] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 25.914855] systemd[1]: Listening on Process Core Dump Socket.
[ 25.920306] systemd[1]: Listening on Journal Socket (/dev/log).
[ 25.925384] systemd[1]: Listening on Journal Socket.
[ 25.927060] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 25.932702] systemd[1]: Listening on udev Control Socket.
[ 25.937167] systemd[1]: Listening on udev Kernel Socket.
[ 25.941955] systemd[1]: Listening on User Database Manager Socket.
[ 25.991770] systemd[1]: Mounting Huge Pages File System...
[ 26.045225] systemd[1]: Mounting POSIX Message Queue File System...
[ 26.121969] systemd[1]: Mounting Kernel Debug File System...
[ 26.226994] systemd[1]: Mounting Kernel Trace File System...
[ 26.369808] systemd[1]: Starting Create List of Static Device Nodes...
[ 26.558023] systemd[1]: Starting Load Kernel Module configfs...
[ 26.799964] systemd[1]: Starting Load Kernel Module dm_mod...
[ 26.999085] systemd[1]: Starting Load Kernel Module drm...
[ 27.189961] systemd[1]: Starting Load Kernel Module fuse...
[ 27.424902] systemd[1]: Starting Load Kernel Module loop...
[ 27.443316] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 27.465963] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 27.465963] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[ 27.663444] systemd[1]: Starting Journal Service...
[ 27.967778] systemd[1]: Starting Load Kernel Modules...
[ 28.011186] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.283975] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 28.316908] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 28.630155] device-mapper: uevent: version 1.0.3
[ 28.634931] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 28.672588] systemd[1]: Starting Coldplug All udev Devices...
[ 29.342972] systemd[1]: Mounted Huge Pages File System.
[ 29.363919] fuse: init (API version 7.40)
[ 29.435378] systemd[1]: Mounted POSIX Message Queue File System.
[ 29.485494] systemd[1]: Mounted Kernel Debug File System.
[ 29.525207] loop: module loaded
[ 29.543300] systemd[1]: Mounted Kernel Trace File System.
[ 29.627677] systemd[1]: Finished Create List of Static Device Nodes.
[ 29.736030] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 29.776728] systemd[1]: Finished Load Kernel Module configfs.
[ 29.908668] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 29.947933] systemd[1]: Finished Load Kernel Module dm_mod.
[ 30.039319] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 30.066550] systemd[1]: Finished Load Kernel Module drm.
[ 30.139308] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 30.158003] systemd[1]: Finished Load Kernel Module fuse.
[ 30.221692] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 30.249039] systemd[1]: Finished Load Kernel Module loop.
[ 30.433059] systemd[1]: Mounting FUSE Control File System...
[ 30.485277] EXT4-fs (sdb1): re-mounted 3e7a8324-6f83-4469-9d02-491050782511 r/w. Quota mode: none.
[ 30.656381] systemd[1]: Mounting Kernel Configuration File System...
[ 30.686802] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 31.009254] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 31.152880] systemd-journald[204]: Collecting audit messages is disabled.
[ 31.394918] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 31.531707] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 31.915938] systemd[1]: Starting Load/Save OS Random Seed...
[ 31.935392] i8042: PNP: No PS/2 controller found.
[ 31.935428] i8042: Probing ports directly.
[ 31.947922] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 31.953838] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 31.957826] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 32.119453] systemd[1]: Finished Load Kernel Modules.
[ 32.529635] systemd[1]: Starting Apply Kernel Variables...
[ 33.067259] systemd[1]: Mounted FUSE Control File System.
[ 33.277911] systemd[1]: Mounted Kernel Configuration File System.
[ 34.285015] systemd[1]: Starting User Database Manager...
[ 34.330248] systemd[1]: Started Journal Service.
[ 36.498975] systemd-journald[204]: Received client request to flush runtime journal.
[ 36.692478] systemd-journald[204]: /var/log/journal/ad4c5ba281d14082be97c8302df2e2d1/system.journal: Journal file uses a different sequence number ID, rotating.
[ 36.692584] systemd-journald[204]: Rotating system journal.
[ 55.038963] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 56.720465] Adding 524188k swap on /dev/sdb2. Priority:-2 extents:1 across:524188k
[ 63.090037] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 63.288005] piix4_smbus 0000:00:07.3: SMBus Host Controller at 0x5000, revision 0
[ 63.751197] rtc_cmos rtc_cmos: registered as rtc0
[ 63.777057] rtc_cmos rtc_cmos: setting system clock to 2025-12-03T20:24:22 UTC (1764793462)
[ 63.777822] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 65.722278] gameport gameport0: EMU10K1 is pci0000:00:0c.1/gameport0, io 0xe800, speed 1200kHz
[ 65.968004] psmouse serio1: hgpk: ID: 10 00 64
[ 66.552630] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input3
[ 68.203619] PCI: setting IRQ 10 as level-triggered
[ 68.203695] nvidiafb 0000:00:08.0: found PCI INT A -> IRQ 10
[ 68.203762] nvidiafb 0000:00:08.0: sharing IRQ 10 with 0000:00:0c.0
[ 68.215601] nvidiafb: Device ID: 10de0322
[ 68.218516] nvidiafb 0000:00:08.0: vgaarb: deactivate vga console
[ 68.226784] Console: switching to colour dummy device 80x25
[ 68.249024] nvidiafb: CRTC0 analog found
[ 68.256076] nvidiafb: CRTC1 analog not found
[ 68.293712] mousedev: PS/2 mouse device common for all mice
[ 68.943170] nvidiafb: EDID found from BUS1
[ 69.056196] i2c i2c-2: unable to read EDID block.
[ 69.207987] i2c i2c-2: unable to read EDID block.
[ 69.354524] i2c i2c-2: unable to read EDID block.
[ 69.404152] nvidiafb: CRTC 0 appears to have a CRT attached
[ 69.404218] nvidiafb: Using CRT on CRTC 0
[ 69.417243] fbcon: NV32 (fb0) is primary device
[ 69.684678] Console: switching to colour frame buffer device 240x67
[ 69.717982] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xE0000000)
[ 72.835039] snd_emu10k1 0000:00:0c.0: found PCI INT A -> IRQ 10
[ 72.835039] snd_emu10k1 0000:00:0c.0: sharing IRQ 10 with 0000:00:08.0
[ 73.560923] irq 10: nobody cared (try booting with the "irqpoll" option)
[ 73.560923] CPU: 0 PID: 273 Comm: (udev-worker) Not tainted 6.9.7-arch1-1.2 #1 00f4d872e619c93a2fd3dfaa7198b1045c00f8c9
[ 73.560923] Call Trace:
[ 73.560923] <IRQ>
[ 73.560923] dump_stack_lvl+0x41/0x60
[ 73.560923] dump_stack+0xd/0x12
[ 73.560923] __report_bad_irq+0x38/0xa4
[ 73.560923] note_interrupt.cold+0xc/0x57
[ 73.560923] handle_irq_event+0x69/0x70
[ 73.560923] ? __irq_disable+0xa0/0xa0
[ 73.560923] handle_level_irq+0x7a/0x160
[ 73.560923] __handle_irq+0x52/0x90
[ 73.560923] </IRQ>
[ 73.560923] <SOFTIRQ>
[ 73.560923] __common_interrupt+0x36/0xb0
[ 73.560923] common_interrupt+0x2a/0x50
[ 73.560923] asm_common_interrupt+0x102/0x140
[ 73.560923] EIP: handle_softirqs+0x6e/0x250
[ 73.560923] Code: 64 a1 00 2a 3e c9 ba 00 01 00 00 e8 dc 3c 05 00 c7 45 e0 0a 00 00 00 89 75 e4 89 5d dc 31 c0 64 66 a3 14 2a 3e c9 fb 0f bc cf <75> 05 b9 ff ff ff ff 89 cb b8 80 70 15 c9 83 c3 01 74 78 89 c6 89
[ 73.560923] EAX: 00000000 EBX: 00400140 ECX: 00000001 EDX: 00000000
[ 73.560923] ESI: fffc8698 EDI: 00000002 EBP: c1113ff0 ESP: c1113fcc
[ 73.560923] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000206
[ 73.560923] ? call_function_single_prep_ipi+0x2b/0xa0
[ 73.560923] ? handle_softirqs+0x6e/0x250
[ 73.560923] ? __lock_text_end+0x3/0x3
[ 73.560923] __do_softirq+0xf/0x13
[ 73.560923] do_softirq_own_stack+0x26/0x70
[ 73.560923] </SOFTIRQ>
[ 73.560923] irq_exit_rcu+0x72/0xb0
[ 73.560923] common_interrupt+0x2f/0x50
[ 73.560923] asm_common_interrupt+0x102/0x140
[ 73.560923] EIP: preempt_schedule_irq+0x29/0x60
[ 73.560923] Code: 00 3e 8d 74 26 00 64 f7 05 04 2a 3e c9 ff ff ff 7f 75 3e 9c 58 f6 c4 02 75 37 55 89 e5 64 ff 05 04 2a 3e c9 fb b8 01 00 00 00 <e8> 32 e5 ff ff fa 64 a1 00 2a 3e c9 64 ff 0d 04 2a 3e c9 8b 00 a8
[ 73.560923] EAX: 00000001 EBX: de2518f4 ECX: 00000003 EDX: 00000000
[ 73.560923] ESI: 00000030 EDI: 00000000 EBP: de2518c8 ESP: de2518c8
[ 73.560923] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000202
[ 73.560923] ? __traceiter_free_vmap_area_noflush+0xb/0x60
[ 73.560923] ? cache_dma_show+0x8/0x30
[ 73.560923] ? cache_dma_show+0x8/0x30
[ 73.560923] ? preempt_schedule_irq+0x29/0x60
[ 73.560923] raw_irqentry_exit_cond_resched+0x30/0x40
[ 73.560923] irqentry_exit+0x1d/0x50
[ 73.560923] common_interrupt+0x38/0x50
[ 73.560923] asm_common_interrupt+0x102/0x140
[ 73.560923] EIP: _raw_spin_unlock_irqrestore+0x1d/0x40
[ 73.560923] Code: e8 b0 18 00 00 31 c0 5d 31 d2 31 c9 c3 3e 8d 74 26 00 55 89 d1 89 e5 c6 00 00 8d 76 00 80 e5 02 74 01 fb 64 ff 0d 04 2a 3e c9 <74> 11 5d 31 c0 31 d2 31 c9 c3 2e 8d b4 26 00 00 00 00 90 e8 73 18
[ 73.560923] EAX: c110c870 EBX: c110c800 ECX: 00000246 EDX: 00000246
[ 73.560923] ESI: c2d9edc0 EDI: 00000000 EBP: de251950 ESP: de251950
[ 73.560923] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00000286
[ 73.560923] ? _raw_spin_unlock_irqrestore+0x1d/0x40
[ 73.560923] __setup_irq+0x2f5/0x5f0
[ 73.560923] request_threaded_irq+0xc1/0x190
[ 73.560923] devm_request_threaded_irq+0x54/0xb0
[ 73.560923] ? snd_emu10k1_resume_regs+0xe0/0xe0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 73.560923] snd_emu10k1_create+0x429/0x720 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 73.560923] snd_card_emu10k1_probe+0xd1/0x3c0 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 73.560923] pci_device_probe+0xa3/0x190
[ 73.560923] really_probe+0xc2/0x310
[ 73.560923] ? pm_runtime_barrier+0x51/0x90
[ 73.560923] __driver_probe_device+0x71/0x140
[ 73.560923] driver_probe_device+0x1f/0xb0
[ 73.560923] __driver_attach+0xb7/0x1c0
[ 73.560923] ? __device_attach_driver+0x110/0x110
[ 73.560923] bus_for_each_dev+0x62/0xb0
[ 73.560923] driver_attach+0x19/0x20
[ 73.560923] ? __device_attach_driver+0x110/0x110
[ 73.560923] bus_add_driver+0xe6/0x1c0
[ 73.560923] ? pci_bus_num_vf+0x20/0x20
[ 73.560923] driver_register+0x6d/0xd0
[ 73.560923] __pci_register_driver+0x41/0x50
[ 73.560923] ? 0xe0d7f000
[ 73.560923] emu10k1_driver_init+0x1c/0x1000 [snd_emu10k1 3249cfd8d98bb8ec94b1471be92d0cf61aa675c9]
[ 73.560923] do_one_initcall+0x40/0x2b0
[ 73.560923] ? kmalloc_trace+0xfe/0x2f0
[ 73.560923] ? do_init_module+0x21/0x1f0
[ 73.560923] do_init_module+0x55/0x1f0
[ 73.560923] load_module+0x17da/0x19e0
[ 73.560923] init_module_from_file+0x71/0xb0
[ 73.560923] __ia32_sys_finit_module+0x11b/0x280
[ 73.560923] ia32_sys_call+0x1b63/0x21d0
[ 73.560923] do_int80_syscall_32+0x52/0x90
[ 73.560923] ? mntput_no_expire+0x3a/0x220
[ 73.560923] ? mntput+0x20/0x50
[ 73.560923] ? terminate_walk+0xf0/0x100
[ 73.560923] ? path_openat+0x933/0xf10
[ 73.560923] ? do_filp_open+0x90/0x130
[ 73.560923] ? _copy_from_user+0x49/0x60
[ 73.560923] ? __rseq_handle_notify_resume+0x247/0x420
[ 73.560923] ? putname+0x4f/0x80
[ 73.560923] ? switch_fpu_return+0x47/0xd0
[ 73.560923] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 73.560923] ? do_int80_syscall_32+0x5c/0x90
[ 73.560923] ? putname+0x4f/0x80
[ 73.560923] ? putname+0x4f/0x80
[ 73.560923] ? __ia32_sys_statx+0x5c/0x70
[ 73.560923] ? syscall_exit_to_user_mode+0x82/0x1c0
[ 73.560923] ? do_int80_syscall_32+0x5c/0x90
[ 73.560923] ? switch_fpu_return+0x47/0xd0
[ 73.560923] ? irqentry_exit_to_user_mode+0x63/0x180
[ 73.560923] ? irqentry_exit+0x45/0x50
[ 73.560923] ? common_interrupt+0x38/0x50
[ 73.560923] entry_INT80_32+0xf0/0xf0
[ 73.560923] EIP: 0xb65df5d2
[ 73.560923] Code: f0 ff c3 66 90 66 90 90 55 57 56 53 8b 6c 24 2c 8b 7c 24 28 8b 74 24 24 8b 54 24 20 8b 4c 24 1c 8b 5c 24 18 8b 44 24 14 cd 80 <5b> 5e 5f 5d 3d 01 f0 ff ff 0f 83 1f d0 f0 ff c3 66 90 66 90 66 90
[ 73.560923] EAX: ffffffda EBX: 00000025 ECX: b66e73f4 EDX: 00000004
[ 73.560923] ESI: 10e81370 EDI: 10e7d760 EBP: bfa6a688 ESP: bfa6a62c
[ 73.560923] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292
[ 73.560923] handlers:
[ 73.560923] [<8a6dad02>] snd_emu10k1_interrupt [snd_emu10k1]
[ 73.560923] Disabling IRQ #10
[ 73.574596] snd_emu10k1 0000:00:0c.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]

lspci outputs are identical, so the IRQs haven't changed but dmesg outputs are different with verbose details.
IRQ assignment for NVIDIA (#10), Audigy (#10) and USB (#11) appear to be the same.

Observations
IRQ3: USB + Firewire
IRQ10: Nvidia + EMU10K1
IRQ11: (none)

Linux logged "nobody cared" for IRQ10s with EMU10K1 module loaded -> disabled IRQ10. Looks like the Linux Nvidia drivers are incomplete and Linux doesn't know which drivers to blame.

[ 3.135431] usb usb1-port1: over-current condition
[ 3.247291] usb usb1-port2: over-current condition

What did you have plugged into your USB ports?

Reply 107 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

There are two possible drivers installed: nvidiafb and nouveau. The first is useful for framebuffer only. To run X11, I need nouveau, but it depends on the wmi module, which requires ACPI, so I'm not able to load it.
Can you expand on what you meant with nvidiafb driver being "incomplete"?

There was nothing plugged into the USB ports today .

Reply 108 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

Ah, you are referring to the dmesg from a message that I deleted (because I mixed up the BIOS changes vs no BIOS changes versions and re-logged them) . Good catch!
There was nothing attached to it today.

It seems to have disappeared afterwards. The ports don't seem to be too dirty either... Would you like me to plug in some USB devices in Linux and see what dmesg says?

Reply 109 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

By the way, after returning the BIOS settings to the "good" state and rebooting into Windows, I'm getting lock ups with USB enabled in the device tree again. I guess it was never fixed, I just didn't test it long enough...

Reply 110 of 122, by MattRocks

User metadata
Rank Member
Rank
Member
hydraphone wrote on 2025-12-04, 02:34:

Can you expand on what you meant with nvidiafb driver being "incomplete"?

Sure. Nvidia and Audigy were the only known devices on IRQ10. An unknown hardware device was dispatching interrupts on IRQ10.

  • The EMU10K1 (Audigy) module registered a handler, and that handler rejected those interrupts - this suggests the interrupts did not originate from the Audigy card.
  • The Nvidia module didn't register a handler - this is suspicious.

Linux couldn't find a driver to service continuous interrupts on IRQ10 - this is a bad situation. To protect the system from handling spurious messages Linux disabled IRQ10. Linux did the right thing because if there are no drivers for the hardware then that hardware needs to be ignored. This makes the Audigy look bad but it probably wasn't responsible.

Last edited by MattRocks on 2025-12-04, 03:21. Edited 1 time in total.

Reply 111 of 122, by MattRocks

User metadata
Rank Member
Rank
Member
hydraphone wrote on 2025-12-04, 02:58:

By the way, after returning the BIOS settings to the "good" state and rebooting into Windows, I'm getting lock ups with USB enabled in the device tree again. I guess it was never fixed, I just didn't test it long enough...

Try completely disabling USB in the BIOS.

Reply 112 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

MattRocks, thanks for the explanation. When you say "EMU10K1 (Audigy) module registered a handler", are you referring to these lines?

[   71.191409] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xE0000000)
[ 74.285227] snd_emu10k1 0000:00:0c.0: found PCI INT A -> IRQ 10
[ 74.285336] snd_emu10k1 0000:00:0c.0: sharing IRQ 10 with 0000:00:08.0
[ 75.081895] irq 10: nobody cared (try booting with the "irqpoll" option)
...
[ 75.088211] handlers:
[ 75.088322] [<cd7c1ead>] snd_emu10k1_interrupt [snd_emu10k1]

which shows only one interrupt handler for IRQ #10?

Unfortunately, there is no option to disable USB in the BIOS.

Reply 113 of 122, by MattRocks

User metadata
Rank Member
Rank
Member
hydraphone wrote on 2025-12-04, 03:33:
MattRocks, thanks for the explanation. When you say "EMU10K1 (Audigy) module registered a handler", are you referring to these l […]
Show full quote

MattRocks, thanks for the explanation. When you say "EMU10K1 (Audigy) module registered a handler", are you referring to these lines?

[   71.191409] nvidiafb: PCI nVidia NV32 framebuffer (64MB @ 0xE0000000)
[ 74.285227] snd_emu10k1 0000:00:0c.0: found PCI INT A -> IRQ 10
[ 74.285336] snd_emu10k1 0000:00:0c.0: sharing IRQ 10 with 0000:00:08.0
[ 75.081895] irq 10: nobody cared (try booting with the "irqpoll" option)
...
[ 75.088211] handlers:
[ 75.088322] [<cd7c1ead>] snd_emu10k1_interrupt [snd_emu10k1]

which shows only one interrupt handler for IRQ #10?

Unfortunately, there is no option to disable USB in the BIOS.

Exactly - where is the Nvidia interrupt handler?

Maybe Windows will be fine disabling USB in the device manager. If you can achieve system stability with USB disabled then you can stop troubleshooting PCI cards and focus on fixing the USB controller.

Reply 114 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

That indeed works, been playing music for ~1 hour with USB disabled in the device manager, no issues.
Not sure how to fix the USB, and although it is not ideal, the PC is usable for now ---the onboard USB is USB 1.1 anyways, will try the NEC PCI USB card once it arrives (in a week or so).

Reply 115 of 122, by MattRocks

User metadata
Rank Member
Rank
Member
hydraphone wrote on 2025-12-04, 04:10:

That indeed works, been playing music for ~1 hour with USB disabled in the device manager, no issues.
Not sure how to fix the USB, and although it is not ideal, the PC is usable for now ---the onboard USB is USB 1.1 anyways, will try the NEC PCI USB card once it arrives (in a week or so).

Early USB controllers predate most consumers having any USB devices to test with so Lucky Star (and others) were shipping blind. That has always been normal in the PC industry - companies ship features first, then worry about distributing fixes later. There was a famous game that never actually shipped the fixes - famous for being unplayable, and I forgot its name now.

Fixes might be BIOS updates or chipset driver updates. Can you share the version of your current BIOS?

Adding a PCI card means another set of IRQs to handle - doing that might compound the problems. If you cannot prevent your onboard USB controller taking an IRQ, the only way to not increase IRQ tensions would be to "fix" the onboard USB controller.

Do you see the disable USB IRQ option (screenshot from the manual)? That probably was the "fix" before USB standardised/stabilised. If not - are you able to disable any of the USB add-ons: USB Legacy Support? USB Keyboard Legacy? USB Mouse Legacy? USB ZIP-drive?

Manual and BIOS found here: https://www.elhvb.com/mboards/luckystar/ (copies attached for preservation).

Reply 116 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

Thanks again for looking into this, MattRocks,

Of course, I downloaded the BIOS update (dated 02/15/2000) from https://theretroweb.com/motherboards/s/lucky-star-6alx where you can also download the manual (but still, thanks for providing an alternative source).

This motherboard is from 1999, so I'd say it is not that old. It actually barely missed USB 2.0.

Regarding the USB IRQ option, if you are referring to the "Assign IRQ for USB" option, yes, that is what I toggled in my previous post above, which, after all, couldn't fix the lock ups.

Reply 117 of 122, by MattRocks

User metadata
Rank Member
Rank
Member

I'm confused, so I'm going to dump my thoughts and bow out.

To recap what I think your latest glitch is: Enabling USB locks the system up and you want to enable USB.

  • BIOS settings include "Assign IRQ to USB: Disabled."
  • Linux shows USB is on IRQ3.
  • Windows works with USB disabled in device manager. Is FireWire also disabled in Windows?

Suggestion: Take notes of current system setup because you have Audio and Video working in Windows, and this might be the best you will get.

Y2025 view: I am not confident your USB controller is in good physical health. Bad firmware or Power issues (short in a socket, failing capacitor, failing resistor) and those may be fixable with a different lens. I'd blow compressed air in the ports, look for bent metal, and look for signs of corrosion (e.g. white powder around resistors, black powder around capacitors) - but, I wouldn't really know what to do if I found something suspicious because those challenges did not exist in Y2000.

Y2000 view: If you set "Assign IRQ to USB: Enabled" we expect USB IRQ3 to change to IRQ11, and Audigy IRQ10 to change to IRQ11. Why would a BIOS do that? Because it's traditional for the logic in IRQ routing to be cryptic, deterministic, and IRQ11 is what we previously saw! We expect Linux to show USB and Audigy sharing IRQ11 - right? And, if USB remains disabled in Windows all should still work - maybe, but IRQs changed so maybe not! So then we should be able to move the Audigy to another PCI slot and see IRQ change again, in Linux. Meanwhile, if USB remains disabled in Windows all should continue working - maybe, maybe not!

Moving forward could get confusing because when you reseat an Audigy, you expect to reassign IRQs for disjointed parts: DSP, FireWire, MIDI and virtual devices like SB16 emulator. Checking /proc/interrupts will be easier than reading logs. Just see if you can find a spread where USB, Nvidiafb, and EMU10K1 (the Linux module) are reported on different IRQs. Then check Windows is still okay - it might be happy because the actual hardware is spread, but Windows is seeing extra virtual devices and assigning more IRQs so it's a bit automagic. If Windows is happy, then cross fingers and enable USB*. If that also works then you were just unlucky in the OP.

* Actually, in anticipation of a clash, I'd disable every Audigy part you don't use before enabling USB - might as well try that first rather than go full circle.

Reply 118 of 122, by hydraphone

User metadata
Rank Newbie
Rank
Newbie

Rosewill 212 arrived, and you guessed it right, more problems!

Plugged it in PCI slot #3 (NVIDIA in #1, Audigy in #4), and connected the boot disk to Rosewill. Changed the boot order to SCSI, C, A from BIOS. I see the NVIDIA BIOS, Motherboard BIOS, and the Rosewill BIOS which lists the SSD. Then blinking cursor forever...
Apparently, in some systems, Rosewill 212 will only boot when it's placed in the first PCI slot. Swapped NVIDIA and Rosewill.
I see the Windows splash screen, then an error in an MS-DOS screen: "Internal structure overflow windows has stopped" followed by a text telling me I need to press CTRL + ALT + DEL to reboot. I reboot, the error changes slightly, each time, complaining about memory or missing himem.sys etc. Decided to move it back to IDE2SAT2 adapter to install its drivers from https://archive.org/download/rosewill-driver- … ill_Ver.7.5.iso Booting from, I'm getting the same himem.sys error, so apparently, Rosewill got the files corrupted. Not sure what's going on.
Restored the system, returned to IDE2SAT2, installed Rosewill drivers.

Thanks MattRocks, I'm also baffled and close to throwing in the towel. I will try moving Audigy around while playing around with the BIOS settings. That being said, I've also started looking for a new old stock 440BX or 440LX (or an Intel 815) motherboard with less finicky PCI slots + an AGP card. Some people enjoy dealing with hardware issues/limitations, but in my case, I just wanted to enjoy using the W98SE Mendocino build that I had a few decades ago again.

Reply 119 of 122, by MattRocks

User metadata
Rank Member
Rank
Member

Ultimately the permutations are determined by the copper in your motherboard - no software is going to work around that. Only Linux gives you clear sight of what is going on at that low level. So, remove Audigy2 drivers from Linux and dedicate Linux to exploring the low level copper.

The real problem is IRQ routing where it is important to explore permutations one change at a time. If you make 2+ changes at once, you might miss the one change that would have worked. BIOS enables/disables copper and moving the PCI card enables/disables copper. This exploration is extra delicate with the Audigy2, which forces 2+ changes every time you touch it because it delivers multiple physical controllers on one PCI card. Audigy2 won't necessarily work where a simple sound card would have worked - but it can work and you have found one permutation where it does work.

Sanity test: Take everything out except the GPU and onboard USB (fully enabled with BIOS allocated IRQ). Load Win98SE and attach your most important Win98 compatible USB device. If that USB device does not work then you have no reason to enable the USB controller - problem solved 😉