From owner-freebsd-questions Tue Jan 4 6:38:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (ric-40.freedomnet.com [198.240.105.40]) by hub.freebsd.org (Postfix) with ESMTP id DAA3E15136 for ; Tue, 4 Jan 2000 06:38:36 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id JAA34434; Tue, 4 Jan 2000 09:37:49 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <200001041437.JAA34434@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 04 Jan 2000 09:37:49 -0500 (EST) From: John Baldwin To: Marc Schneiders Subject: RE: automatic conf of pcmcia ethernet Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Jan-00 Marc Schneiders wrote: > 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" Use ifconfig_pccard instead of ifconfig_ed0. Also, you can go ahead and take ed0 out of network_interfaces. > 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. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message