From owner-freebsd-hardware Thu Feb 3 11:27:21 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [209.54.108.174]) by builder.freebsd.org (Postfix) with ESMTP id 302143E2D for ; Thu, 3 Feb 2000 11:27:17 -0800 (PST) Received: from egate-ut2.uswc.uswest.com (egate-ut2.uswc.uswest.com [148.157.122.199]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id MAA26261 for ; Thu, 3 Feb 2000 12:22:17 -0700 (MST) Received: from medmail.mrg.uswest.com (localhost [127.0.0.1]) by egate-ut2.uswc.uswest.com (8.8.8/8.8.8) with ESMTP id MAA08186 for ; Thu, 3 Feb 2000 12:22:08 -0700 (MST) 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 MAA22154 for ; Thu, 3 Feb 2000 12:16:04 -0700 (MST) Received: from 155.70.2.83 by worldsecure.dex.uswest.com with ESMTP ( WorldSecure Server SMTP Relay(WSS) v4.3); Thu, 03 Feb 00 12:22:06 -0700 X-Server-Uuid: aadd1a76-264d-11d1-91c7-080009d97107 Received: by DENIMS01.mrg.uswest.com with Internet Mail Service ( 5.5.2448.0) id <1F91TB3N>; Thu, 3 Feb 2000 12:22:06 -0700 Message-ID: From: "Sattler, Rick" To: "'freebsd-hardware@freebsd.org'" Subject: problem enabling new ethernet card... Date: Thu, 3 Feb 2000 12:22:05 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) X-WSS-ID: 14870AD4790343-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@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-hardware" in the body of the message