>    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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to