Date: Tue, 2 Nov 2004 17:55:55 -0600 From: luke <lgrady@gmail.com> To: Jamie Ostrowski <jamie@gnulife.org> Cc: freebsd-questions@freebsd.org Subject: Re: Problem with 4 port Intel nic Message-ID: <5fee5e300411021555185e32df@mail.gmail.com> In-Reply-To: <20041101144538.H92548@floyd.gnulife.org> References: <20041101144538.H92548@floyd.gnulife.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> It looks like it may be an IRQ conflict. Here is my dmesg output when > the kernel detects the card: > > http://www.gnulife.org/dmesg.txt > > It looks like ports 0 and 2 are both sharing irq 4 and 1 and 3 are > sharing irq7. Is there a problem with this? If so, any idea how I can get > around it? Thanks! is there anything else using irq 7? pciconf -lv or dmesg|grep irq will show you what irq's are being used. the parallel port usually uses irq 7 so you might have to change it. i have three nics in my firewall and they use irqs 10,11, and 14. might want to try using those(if something else isn't already) --luke
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5fee5e300411021555185e32df>