From owner-freebsd-questions Mon Jan 3 11: 3:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 7706215267 for ; Mon, 3 Jan 2000 11:03:25 -0800 (PST) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 125ClB-000NoY-00 for freebsd-questions@freebsd.org; Mon, 3 Jan 2000 19:03:17 +0000 Date: Mon, 3 Jan 2000 20:03:16 +0100 (CET) From: Marc Schneiders To: freebsd-questions@freebsd.org Subject: automatic conf of pcmcia ethernet Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've installed FreeBSD (4.0) on an old laptop (Toshiba 486 SX 33 with 4 MB, yeah). I edited /etc/rc.conf: ... pccard_ifconfig="YES" ... network_interfaces="ed0 lo0" ifconfig_ed0="inet 10.10.10.11 netmask 255.255.255.0" ed0 is also in the kernel. Card is not setup during boot, because the pccardd is started and the card found after the network configuration is done. I can manually ifconfig the card after logging in and it works. Now I've added an ifconfig.sh to /usr/local/etc/rc.d and that works alright. But it does not feel good. There must be another, more 'official' way. I would appreciate any comment and will be pleased to give more info if needed. -- Marc Schneiders marc@venster.nl marc@oldserver.demon.nl propro 2:20pm up 3 days, 16:09, load average: 1.01 1.05 1.17 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message