From owner-freebsd-mobile Sun Sep 5 15:44:26 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id EEB9614D82 for ; Sun, 5 Sep 1999 15:44:19 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 6E62BF817; Sun, 5 Sep 1999 18:44:18 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 5EDBA9B1C; Sun, 5 Sep 1999 18:44:18 -0400 (EDT) Date: Sun, 5 Sep 1999 18:44:18 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: Eric Jacoboni Cc: FreeBSD-mobile@FreeBSD.ORG Subject: Re: Configuring PCMCIA NIC after it's loaded In-Reply-To: <87u2p9nfyi.fsf_-_@titine.fr.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 6 Sep 1999, Eric Jacoboni wrote: > My 3COM Etherlink III works well as ep0 with ppcardc but, its MAC > address is ill regognized. > > To fix this problem, i've downloaded a utility to configure this > address. Here what i need to do after booting and after ep0 is up : > > # ifconfig ep0 down > # kldload /lkm/setmac.ko > # /usr/local/sbin/setmac ep0 00:00:B4:00:00:00 > # ifconfig ep0 up > > I suppose it is possible to put all these commands in one init file, > but i don't know what file... I've try to put these lines at the end > of /etc/rc.pccard but without any effect :( > Try putting the commands in /etc/pccard.conf in an 'insert' line: card "" "" config insert kldload /lkm/setmac.ko insert /usr/local/sbin/setmac ep0 insert /etc/pccard_ether ep0 ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message