|
||||||||
On Mon, 04 Oct 2004 12:21:25 -0500, Bill Minton <billminton at hotmail dot com> wrote:
> I disabled all serial and parallel ports in BIOS and now get to:
>
> sio1: configured irq3 not in bitmap of probed irqs 0
>
That should be normal given that the serial port is disabled. The
M0N0WALL_GENERIC kernel config uses IRQ3 for sio1, and it can't find
it because it's not there. It should follow that with "sio1: port may
not be enabled" and move right along.
It's locking up at that point?
-Chris |