From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 15:16:38 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 58CF816A4BF for ; Sat, 23 Aug 2003 15:16:38 -0700 (PDT) Received: from remt20.cluster1.charter.net (remt20.cluster1.charter.net [209.225.8.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA7D43F93 for ; Sat, 23 Aug 2003 15:16:37 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt20.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 132741695; Sat, 23 Aug 2003 18:16:36 -0400 From: "Charles Howse" To: "'Matthew Emmerton'" , "'Clay Jones'" , Date: Sat, 23 Aug 2003 17:16:18 -0500 Message-ID: <005801c369c4$329555e0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <001301c3697c$5de66fb0$1200a8c0@gsicomp.on.ca> Importance: Normal Subject: RE: FreeBSD 4.8 install issues 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: Sat, 23 Aug 2003 22:16:38 -0000 > > 1) There are only 6 network adapters listed in the kernel config > > screen, and the Realtec is not one of them. Realtec cards are > > supposedly supported according to the hardware compatibility list. >=20 > The network adapters listed in the kernel config are ISA NICs=20 > that require > configuration. If you have a PCI NIC that is supported, it will be > auto-detected. I have what might be some interesting input on this issue. I have a Linksys LNE100TX nic (PCI) in my FBSD system. I do an FTP install. When I get to the Kernel Config screen, I choose the last network adapter in the list, I think it's an SMC, and enter the proper I/O address (the default IRQ is correct). I can then configure the network and continue my FTP install without any problems. I've only been running FBSD for a few weeks (this time), and I run a custom report every day that does ifconfig, and I see no problems at all. I cvsup every day with no nic related errors, so I cannot see any problems with using the tx driver. I would be interested in knowing the proper procedure to change drivers after install completes. I assume I would have to recompile the kernel, disable the tx driver and enable the dc driver. =20 >From the Hardware Notes: Lite-On 82c168/82c169 PNIC Fast Ethernet NICs ( dc(4) driver) Kingston KNE110TX LinkSys EtherFast LNE100TX Matrox FastNIC 10/100 NetGear FA310-TX Rev. D1 Is there anything else I should be aware of?