From owner-freebsd-questions Tue Feb 1 12:14: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uswgne6.uswc.uswest.com (uswgne6.uswest.com [204.26.87.74]) by builder.freebsd.org (Postfix) with ESMTP id 5F5A13ED3 for ; Tue, 1 Feb 2000 12:13:57 -0800 (PST) Received: from egate-ne2.uswc.uswest.com (egate-ne2.uswc.uswest.com [151.117.64.200]) by uswgne6.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id OAA06498 for ; Tue, 1 Feb 2000 14:17:35 -0600 (CST) Received: from medmail.mrg.uswest.com (localhost [127.0.0.1]) by egate-ne2.uswc.uswest.com (8.8.8/8.8.8) with ESMTP id OAA21662 for ; Tue, 1 Feb 2000 14:13:47 -0600 (CST) Received: from worldsecure.dex.uswest.com (worldsecure.dex.uswest.com [155.70.2.88]) by medmail.mrg.uswest.com (8.7.1/8.7.3) with SMTP id NAA21192 for ; Tue, 1 Feb 2000 13:07:51 -0700 (MST) Received: from 155.70.2.83 by worldsecure.dex.uswest.com with ESMTP ( WorldSecure Server SMTP Relay(WSS) v4.3); Tue, 01 Feb 00 13:13:44 -0700 X-Server-Uuid: aadd1a76-264d-11d1-91c7-080009d97107 Received: by DENIMS01.mrg.uswest.com with Internet Mail Service ( 5.5.2448.0) id ; Tue, 1 Feb 2000 13:13:45 -0700 Message-ID: From: "Sattler, Rick" To: "'freebsd-questions@freebsd.org'" Subject: Problem enabling new ethernet card Date: Tue, 1 Feb 2000 13:13:44 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) X-WSS-ID: 1489E1F2448192-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I am attempting to create a dual-homed system and have run into a snag - I am having difficulty enabling the new ethernet adapter in the PC I am using. I have made sure the particular ethernet device is uncommented in the configuration file for my kernel, I have verified that the card is seen and enable in the system BIOS routine, yet the device is not probed for nor is it enabled upon boot of the system. I can enable/disable the current ethernet interface, so the configuration/make/install process is working. An assistance would be greatly appreciated. Here are the particulars: Running FreeBSD v3.1 (will upgrade AFTER I get this all working properly). The PC is a Compaq Deskpro 4000 with an embedded ThunderLan PCI ethernet chip. Plenty of RAM, plenty of disk. Everything working fine. Added a 3Com 10/100 PCI ethernet card on the PCI bus, slot 3. As far as I can tell, this device equates to "device xl0" in the configuration file for my PC. In any case, I do not have any ethernet device commented out in the configuration file... I have also added the following to the /etc/rc.conf file for the card: # added xl0 - new 3com ethernet card ifconfig_xl0="inet 144.163.49.97 media "100baseT/UTP" mediaopt "full-duplex" netmask 255.255.255.0" # original embedded interface config ifconfig_tl0="inet 144.163.49.36 media "10baseT/UTP" mediaopt "half-duplex" netmask 255.255.255.0" network_interfaces="tl0 lo0 xl0" For reference, I have edited the particular configuration file for my PC. Ran /usr/sbin/config against it. Changed directories to the appropriate compile directory to run "make depend", "make", and "make install". When I reboot the system to boot the new kernel, it does not probe for the new card, just enables the embedded (original) device and continues on it's merry way like it doesn't exist. It shouldn't be this difficult, should it? Thanks in advance, Rick Sattler rsattle@uswest.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message