From owner-freebsd-questions Sat Aug 23 17:20:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23641 for questions-outgoing; Sat, 23 Aug 1997 17:20:24 -0700 (PDT) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23632 for ; Sat, 23 Aug 1997 17:20:21 -0700 (PDT) Received: from server2.accelerated.net (ip101.ifx.net [206.25.218.101]) by home.ifx.net (8.8.5/8.8.5) with ESMTP id TAA10626; Sat, 23 Aug 1997 19:55:08 -0400 (EDT) Message-ID: <33FF34CD.F1A296C2@ifx.net> Date: Sat, 23 Aug 1997 20:06:56 +0100 From: Jim Marker X-Mailer: Mozilla 4.01 [en] (Win95; U) MIME-Version: 1.0 To: Marco Masotti CC: questions@FreeBSD.ORG Subject: Re: PCI NE2000 card not probed correctly - no driver assigned X-Priority: 3 (Normal) References: <33FF2D44.41C67EA6@mclink.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had the same problem. In the kernel I had to specifically tell FreeBSD that I wanted to set up an ethernet device. My ether card is a lynx pci. My pci section looks like the following: controller pci0 device ed? at pci0 I finds all my other pci stuff just fine. Strange thing about this is I had it working just fine with the generic kernel then erased everything and reloaded, and it wouldn't work anymore. Jim... Marco Masotti wrote: > On the follow up of a previous thread, I'm not able to get a PCI > NE2000 > card working correctly with the 3.0 May Snapshot kernel. > The following is the probe for it, it sound like the chip signature is > > not recognised. > > pci0:12: vendor=0x10ec, device=0x8029, class=network (ethernet) int > a > irq 9 [no driver assigned] > > Other Pci devices are correctly sensed, S3Trio64V+ and AHA 2940 > included. > Particularly, what that "no driver assigned" could mean? > > The card is TRUST PCI Ethernet Card COMBI > > Thanks, Marco