From owner-freebsd-mobile Fri Mar 2 15: 9:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 4CC2E37B719 for ; Fri, 2 Mar 2001 15:09:30 -0800 (PST) (envelope-from raj@cisco.com) Received: from mira-sjcm-2.cisco.com (mira-sjcm-2.cisco.com [171.69.43.98]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id PAA29049; Fri, 2 Mar 2001 15:09:41 -0800 (PST) Received: from kitab.cisco.com (kitab.cisco.com [171.69.187.233]) by mira-sjcm-2.cisco.com (Mirapoint) with ESMTP id AIF32168; Fri, 2 Mar 2001 15:09:03 -0800 (PST) Received: (from raj@localhost) by kitab.cisco.com (8.11.0/8.9.2) id f22N93Q00486; Fri, 2 Mar 2001 15:09:03 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15008.10253.796440.750733@kitab.cisco.com> Date: Fri, 2 Mar 2001 15:09:01 -0800 To: David Dooley Cc: freebsd-Mobile@FreeBSD.ORG In-Reply-To: <200103022301.f22N1hC03361@dribble.lan.raffles-it.com> References: <200103022301.f22N1hC03361@dribble.lan.raffles-it.com> X-Mailer: VM 6.90 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had this same of situation. I simply have my pccard.conf file do this: card "Cisco System" "340 Series Wireless LAN Adapter" config 0x5 "an" 7 insert /sbin/ifconfig an0 up insert /usr/local/sbin/wavelan-config an0 insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete and then my /usr/local/sbin/wavelan-config script can select the correct configuration to use based on contents of a file specifying my location, etc. (Currently, I simply comment out the lines I don't want and include the ones I do.) This means I don't have to change my pccard.conf file and restart pccardd every time I move to another location. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message