Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 1999 11:31:26 +0900
From:      Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp>
To:        sillybug@pinky.us.net
Cc:        tomoaki@biol.s.u-tokyo.ac.jp
Subject:   Re: Incorrect PCMCIA NIC Assignment...
Message-ID:  <19990420113126E.tomoaki@moss.nibb.ac.jp>
In-Reply-To: <199904200023.UAA01570@pinky.us.net>
References:  <199904200023.UAA01570@pinky.us.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Brian Skrab <sillybug@pinky.us.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990420113126E.tomoaki>