I've noticed that logs are complaining about IRQ storm
I'm using snd_envy24ht added to kernel configuration file. IRQ storm starts on the first usage of associated /dev/dsp1 and slightly rising even when the usage of sound card discontinued.
Now it''s generating 917 interrupts (on the end of post editing). It it normal? It's flooding the logs, but on the other side, sound card works as intended.
Code:
Oct 5 18:43:41 darkstar kernel: interrupt storm detected on "irq19:"; throttling interrupt source
Oct 5 18:44:14 darkstar last message repeated 3 times
Oct 5 18:46:01 darkstar last message repeated 6 times
vmstat -i
Code:
interrupt total rate
irq19: pcm0 763525 813
irq23: ehci0 ehci1 64223 68
dmesg
Code:
pcm0: <Envy24HT audio (ESI Juli@)> port 0xd080-0xd09f,0xd000-0xd07f irq 19 at device 1.0 on pci8
Now it''s generating 917 interrupts (on the end of post editing). It it normal? It's flooding the logs, but on the other side, sound card works as intended.