From owner-freebsd-mobile Mon Apr 19 19:34:17 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from moss.nibb.ac.jp (moss.nibb.ac.jp [133.48.46.64]) by hub.freebsd.org (Postfix) with ESMTP id 4FAF214DB4 for ; Mon, 19 Apr 1999 19:34:14 -0700 (PDT) (envelope-from tomoaki@biol.s.u-tokyo.ac.jp) Received: from localhost (localhost [127.0.0.1]) by moss.nibb.ac.jp (8.8.8/8.8.8) with ESMTP id LAA00720; Tue, 20 Apr 1999 11:31:27 +0900 (JST) (envelope-from tomoaki@biol.s.u-tokyo.ac.jp) To: sillybug@pinky.us.net Cc: freebsd-mobile@FreeBSD.ORG Cc: tomoaki@biol.s.u-tokyo.ac.jp Subject: Re: Incorrect PCMCIA NIC Assignment... From: Tomoaki NISHIYAMA In-Reply-To: <199904200023.UAA01570@pinky.us.net> References: <199904200023.UAA01570@pinky.us.net> X-Mailer: Mew version 1.94b8 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990420113126E.tomoaki@moss.nibb.ac.jp> Date: Tue, 20 Apr 1999 11:31:26 +0900 X-Dispatcher: imput version 990212(IM106) Lines: 34 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Brian Skrab Subject: Incorrect PCMCIA NIC Assignment... Date: Mon, 19 Apr 1999 20:23:34 -0400 (EDT) Message-ID: <199904200023.UAA01570@pinky.us.net> sillybug> #D-Link DFE-650 Ethernet Card sillybug> card "D-Link" "DFE-650" sillybug> config 0x20 "ed0" 11 sillybug> ether 0x81 sillybug> insert echo D-Link DFE-650 inserted sillybug> insert /etc/pccard_ether ed0 sillybug> remove echo D-Link DFE-650 removed sillybug> remove /sbin/ifconfig ed0 delete Where does the 0x81 come from? The entry you should try at first is #D-Link DFE-650 Ethernet Card card "D-Link" "DFE-650" config default "ed0" any 0x10 insert echo D-Link DFE-650 inserted insert /etc/pccard_ether ed0 remove echo D-Link DFE-650 removed remove /sbin/ifconfig ed0 delete You can find a similar example in pccard.conf in pao228. # D-Link DE-650 Ethernet Card card "D-Link" "DE-650" config default "ed0" any 0x10 # New models of DE650 has no ether MAC address definition in CIS tupples. # If you have an older one, please uncomment the following line. # ether 0x40 00:80:c8 insert echo D-link DE-650 inserted insert /etc/pccard_ether $device remove echo D-link DE-650 removed remove /etc/pccard_ether_remove $device To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message