From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 07:52:39 2004 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 38E3016A4CE for ; Mon, 12 Jan 2004 07:52:39 -0800 (PST) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A472043D53 for ; Mon, 12 Jan 2004 07:52:32 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040112154936.LGSN18777.mta13.adelphia.net@barbish>; Mon, 12 Jan 2004 10:49:36 -0500 From: "fbsd_user" To: "Jared Cheney" , Date: Mon, 12 Jan 2004 10:49:34 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: Subject: RE: Trouble getting network card to work 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: Mon, 12 Jan 2004 15:52:39 -0000 Add this to your kernel source and recompile the kernel. "device puc" This uses an more detailed approach to probing older bio's and motherboards PCI slots. I found this as an solution posted in the questions archives. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jared Cheney Sent: Monday, January 12, 2004 10:33 AM To: freebsd-questions@freebsd.org Subject: Re: Trouble getting network card to work Thanks for the suggestion. I tried this and unfortunately, it did not work :( Same behavior no matter what PCI slot I put it in. I have successfully been able to get an old ISA NE2000 card configured and up in the system, so I'm at least able to talk on the network. However, I'd really like to get the PCI card working, so I can get 100Mbps connections. Anyone have any other ideas? Thanks "fbsd_user" wrote in message news:MIEPLLIBMLEEABPDBIEGOEPNFDAA.fbsd_user@a1poweruser.com... > I just went through that on my pre Y2K PC using 4.9. Different PCI > Nic card, but same symptoms. Had to enable verbose boot messages. > Saw that every time I rebooted system the boot log showed an msg > saying something about unrecognized ID. I know the card was good so > I just kept moving the Nic card to different PCI slot, rebooting, > until it finally worked. > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jared > Cheney > Sent: Saturday, January 10, 2004 4:28 PM > To: freebsd-questions@freebsd.org > Subject: Trouble getting network card to work > > Hello, > > I've just installed FreeBSD 4.9 and am having trouble getting my > network > card to work. It is very odd, because it appears as though the > kernel > recognizes the card just fine and is using the pcn module to bring > it up, > etc. > > It is an AMD 79c79x card (according to FreeBSD). I can view/set > properties > via ifconfig - and it properly shows whether or not there is link. > I cannot > obtain a DHCP lease, nor can I ping any other hosts on my network > when I > have a static IP configured. > > To ensure that the NIC is fine and all cables, etc. - I booted from > a > bootable Linux CD (Knoppix), where I was able to use the card fine > to ping, > browse the Internet, etc. Linux showed it as an AMD 79c970 [PCNET32 > LANCE] > card. > > The card is called pcn0 in FreeBSD, and it says that it is sharing > IRQ 10. > Running tcpdump for any length of time also shows that 0 packets > were > received by the filter. > > Anyone have any ideas as to what could be the problem? > > Thanks, in advance, > Jared > > > > _______________________________________________ > 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" > > _______________________________________________ > 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" > _______________________________________________ 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"