From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 17:48:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC4E16A4CE for ; Mon, 24 Nov 2003 17:48:28 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79EDC43FDD for ; Mon, 24 Nov 2003 17:48:27 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([68.169.105.3]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031125014831.SBTD1464.mta10.adelphia.net@barbish>; Mon, 24 Nov 2003 20:48:31 -0500 From: "fbsd_user" To: "JacobRhoden" , Date: Mon, 24 Nov 2003 20:48:26 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200311250937.58108.jrhoden@unimelb.edu.au> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: sis0 / sis1 dont play nice together X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 01:48:28 -0000 First try some simple fixit steps below. Verify that the PCI Nic cards is not in the first PCI expansion slot. Slot closest to power supply. Try pciconf -lv command to see if it gives you any useful info. Disable any Bio's plug-n-play option. Disable or set to auto any Bio's option to assign irq numbers to PCI expansion slots. Your only remaining option is to customize the kernel source by adding the following device statement at the end of the kernel source and then recompiling. device puc An side effect of this device is that an more detailed probe of the bios is done for PCI devices. It can determine that all 3 of your Nic cards are using irq 9, the ms/windows shared PCI bus irq, and reassign 2 of the Nics to other irq numbers. You have nothing to lose in trying. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of JacobRhoden Sent: Monday, November 24, 2003 5:38 PM To: freebsd-questions@freebsd.org Subject: sis0 / sis1 dont play nice together Hey, I have 3 network cards, and no matter what combination of two of them being plugged in, (Two are netgear, one is 3com) they dont work together. Is there something I am missing? Do I need to do anything special to get them both working at the same time. - They are always both recognised correctly in DMESG. - ifconfig then lists both of them but one of them with the wrong driver name ie: sis0/sis1 in dmesg ends up being sis0/de0 in ifconfig ?!? (Im running 5.1-RELEASE) Regards, Jacob Jacob Rhoden Phone: +61 3 8344 4478 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"