From owner-freebsd-questions Wed May 16 3:18:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maiatech.com (maiatech.com [204.246.250.20]) by hub.freebsd.org (Postfix) with ESMTP id DDF7C37B422 for ; Wed, 16 May 2001 03:18:53 -0700 (PDT) (envelope-from msmith@code-fu.com) Received: from TECHY07.code-fu.com (hqbusi04-gw.pipex.net [158.43.125.190]) by maiatech.com (8.11.0/8.11.0) with ESMTP id f4GAGuP19385 for ; Wed, 16 May 2001 06:16:56 -0400 Message-Id: <5.0.2.1.2.20010516111746.00acf860@www.maiatech.com> X-Sender: msmith@www.maiatech.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Wed, 16 May 2001 11:18:38 +0100 To: freebsd-questions@FreeBSD.ORG From: "Michael A. Smith" Subject: 4.2 to 4.3 -- ed1 NIC problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Sony FX101 laptop running FreeBSD. I installed 4.2-RELEASE from CD-ROM. I've gotten cvsup working and grabbed the src/docs trees for 4.3-RELEASE. I rebuilt the kernel/modules and booted the new kernel. It comes up properly as "4.3 RELEASE #3" and I can run X and KDE just like before. I'm having some problems with my PCMCIA network card -- a SMC NE2000 clone. It's recognized just fine by usbd and is correctly identified and assigned to ed1. After inserting the card, I run a simple (3 line) shell script to ifconfig it, bring it up and set the route for my network: #!/bin/sh ifconfig ed1 inet 192.168.0.5 netmask 255.255.255.0 up route add default 192.168.0.1 It worked just fine under 4.2-RELEASE, but under 4.3-RELEASE I can get out to hosts on my local network, but it can't find the gateway (nor can other hosts find it). If I boot using kernel.old (4.2-RELEASE), it works just fine again. Do I need to change my simple script or change some setting somewhere? Any ideas? Thanks! -- "When a man is tired of London he is tired of life; for there is in London all that life can afford." -- Samuel Johnson -- Michael A. Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message