Interrupt storm on FreeBSD 5.3

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Fri Dec 17 14:41:06 PST 2004


"Daniel S. Haischt" <me at daniel.stefan.haischt.name> writes:

> I am getting the following error message during
> the boot process after having compiled a custom
> kernel for FreeBSD 5.3-RELEASE-p1.
> 
> ----8<--------8<--------8<-------8<-----8<-----
> Interrupt storm detected on "irq11: ohci+";
> throtteling interrupt source
> ---->8-------->8-------->8------->8----->8-----

Are you using OHCI?  Disable it if you're not.

> In the past I did use the same kernel configuration
> file on FreeBSD 5.2.1 which did work perfectly.

A great many things changed between 5.2.1 and 5.3.

> Tho - If using the GENERIC kernel that comes
> with FreeBSD 5.3 I do not run into any problems.
> 
> Can you give any hints how to solve the problem?
> Attached you will find the output of dmesg. Tell
> me if you need any additional information.

Take the GENERIC kernel and your old kernel config, and use binary
search to narrow down which of the differences between them causes
your problem.

> Mounting root from ufs:/dev/ad4s2a
> warning: KLD '/boot/kernel.save/ipfw.ko' is newer than the linker.hints file
> ipfw2 initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled
> Accounting enabled
> warning: KLD '/boot/kernel.save/linux.ko' is newer than the linker.hints file

Looks like you haven't really updated everything...


More information about the freebsd-questions mailing list