From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 11:00:19 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 2789D16A512 for ; Wed, 18 Aug 2004 11:00:19 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E0A43D1F for ; Wed, 18 Aug 2004 11:00:18 +0000 (GMT) (envelope-from valery@no-log.org) Received: from [192.168.0.22] (gambetta-2-82-67-185-6.fbx.proxad.net [82.67.185.6]) by postfix4-2.free.fr (Postfix) with ESMTP id 1BBB31C6FF8 for ; Wed, 18 Aug 2004 13:00:17 +0200 (CEST) Message-ID: <41233699.8020106@no-log.org> Date: Wed, 18 Aug 2004 12:59:37 +0200 From: =?ISO-8859-1?Q?Val=E9ry?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: KERNEL : Ethernet Device not recognized X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 11:00:19 -0000 Version : FreeBSDi386-5.2.1 Foreword : FreeBSD5.2.1 is used because 4.1 don't recognized my motherboard correctly. Hi, some trouble to start an integrated Ethernet Device by FreeBSD. Loader give the message : pci2: at device 8.0 (no driver attached) in my case, i'm using : MotherBoard : Asus P4SL8 / Pundit Ethernet : 3Com 3C920B-EM-WNM Integrated Fast Ethernet with this informations (returned by NT5.1) : PCI 2, device 8 (same as FreeBSD) IRQ 18 I/O : EC00-EC7F Memory : FE200000-FE20007F Here's the Kernel Configuration : * loader.conf I tried to load the module 'if_xl' on loader.conf but got the message that module was already loaded (default/loader.conf set the if_xl module_load to "NO")... * device.hints (5.2.1) hint.ed.0.at="isa" hint.ed.0.disable="0" hint.ed.0.port="0xec00" #Loader resp. : wrong hint.ed.0.irq="18" #Loader resp. : wrong IRQ - over 15 hint.ed.0.maddr="0xFE200000" #Loader resp. : wrong addr Well. My questions are : Q1 : how to attach a device driver on pci2.dev8 ? Q2 : how to setup correctly parms in device.hints ? Q3 : why loader say that if_xl is already loaded when setting up if_xl_load to "YES" ? Q4 : setting up verbose_loading="YES" has worked one time, but seem to be ignored by the loader now (no verbose in /var/log/messages) Why ? Thanks, as you understand i'm a very newbies on FreeBSD, i would like to migrate my Apache from NT5.1 to FreeBSD but without network i'm affraid that would be not possible :o) Regards, PS : i can't send you my /var/log/messages file because i can't write on my NTFS partition ("mount_ntfs" doesn't permit that) and have no floppy on my computer (a friend give me this computer, this was not my choice, sorry ..) -- Valéry Seys / Paris-France