From owner-freebsd-questions Wed Jun 3 19:03:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00928 for freebsd-questions-outgoing; Wed, 3 Jun 1998 19:03:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (ns.celwave.tm.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00918 for ; Wed, 3 Jun 1998 19:03:36 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id SAA12841; Wed, 3 Jun 1998 18:06:25 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA07116; Wed, 3 Jun 1998 17:55:48 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id RAA26353; Wed, 3 Jun 1998 17:59:27 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA07092; Wed, 3 Jun 1998 17:55:45 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id RAA05320; Wed, 3 Jun 1998 17:53:28 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA10618; Wed, 3 Jun 98 17:42:51 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA175958355; Wed, 3 Jun 1998 17:39:15 +0200 X-Openmail-Hops: 1 Date: Wed, 3 Jun 98 17:22:58 +0200 Message-Id: In-Reply-To: <35755B7E.980961AA@cmg.nl> Subject: =?ISO-8859-1?Q?R=E9p_:_Another_lnc_question?= Mime-Version: 1.0 To: mike.crawfurd@cmg.nl Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="Another" Content-Disposition: inline; filename="Another" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id TAB00919 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a similar setting my kernel config file has controller pci0 and device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr I believe the second line is superfluous : the PCI driver detects all by itself all its devices. the dmesg output gives : lnc1 rev 2 int a irq 9 on pci0:23 lnc1: PCnet-32 VL-Bus address 08:00:09:3b:fd:1d ..... lnc0 not found at 0x280 the lnc1 device is found anyway, and the message is wrong, it is a PCI adapter and not a VL-Bus device (nevertheless, it works) you'll have to add something like this to /etc/rc.conf network_interfaces="lnc1 lo0 ed0 lp0" # ^^^^ and not lnc0 .... ifconfig_lnc1="inet 155.132.135.90 netmask 255.255.255.0" it should make do TfH ____________________________ Séparateur Réponse ________________________________ Objet : Another lnc question Auteur : mike.crawfurd@cmg.nl Date : 03/06/98 16:19 Dear People, I don't know if this is the right mailinglist, but I think this belongs here (or with hardware). I've got a compaq deskpro 575 with and AMD PCNET Family Ethernet Adapter (PCI&ISA). I've installed FreeBSD 2.2.5-RELEASE I'm trying to configure the network card (AMD PCNET), but got the following problem... The network adapter is according to specifications a lnc adapter (FreeBSD agrees with me :-) 1) The first problem: When configuring the kernel two things occur: The network adapter is found twice -- With the PCI detection (a paste follows) Jun 3 09:51:59 asig /kernel: lnc1 rev 22 int a irq 11 on pci0:11 Jun 3 09:51:59 asig /kernel: lnc1: NE2100 (C-LANCE) address 00:80:5f:8a:28:ba -- and with ISA detection (a paste follows) Jun 3 09:52:00 asig /kernel: lnc0 at 0x1000-0x1017 irq 11 drq 0 on eisa slot 1 Jun 3 09:52:00 asig /kernel: lnc0: NE2100 (C-LANCE) address 00:80:5f:8a:28:ba Ofcourse this conflicts (both the same irq, etc.). 2) I've decided to disable the ISA driver. -- Detection goes fine and the following error occures: Jun 3 10:00:02 asig /kernel: lnc0: Initialisation failed The error occurs during the ifconfig. I've read about this error, but did not find a solution. 3) I've decided to disable the PCI driver and enable the ISA driver. This didn't work, since the PCI detects it automatically, so I disabled the complete PCI driver. Dirty solution, but again this fails and the same error polutes my console. Jun 3 10:12:32 asig /kernel: lnc0: Initialisation failed For people who want to see my configuration here's a sneak preview: Problem 1: controller pci0 device lnc0 at isa? port 0x1000 net irq11 drq0 vector lncintr Problem 2: controller pci0 Problem 3: device lnc0 at isa? port 0x1000 net irq11 drq0 vector lncintr Can someone tell me what I've done wrong ? I think the card is BOTH ISA and PCI, this seems to bother FreeBSD alot. Is there a hot fix/sneaky dirty solution to this problem ? Or am I missing something :-) Personally I want to throw out this worthless piece of computing, but since I usually strew up settings, operating systems, hosts, etc. there probebly is a safe and simple solution to this problem. TIA & TTUL, Mike Crawfurd. -- Mike Crawfurd Telephone. (+31) 10 253 7000 CMG Advanced Technologies Industries Telefax. (+31) 10 253 7033 Kralingseweg 241, 3062 CE Rotterdam Mobile. (+31) 65 534 7574 The Netherlands Email. mike.crawfurd@cmg.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message