208R and hme0
I have a hme card in the PCI 1 slot. I cannot configure the card. I have tried ifconfig, drvconfig and modinfo without success.
# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
eri0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet x.x.x.x netmask ffffff00 broadcast 10.252.7.255
ether 0:3:ba:3a:14:73
# modinfo | grep Ether
91 78108000e1ac81 eri (10/100 Mb Ethernet Driver v1.9 )
130 1030c285f1f271 hme (10/100Mb Ethernet Driver v1.150)
169 78144000271f-1 vlan (Ethernet VLAN module (v1) 1.16)
# ls -l /dev/hme*
lrwxrwxrwx1 rootother 29 Oct 2 2003 /dev/hme -> ../devices/pseudo/<a href="mailto:clone@0" target="_blank">clone@0</a>:hme
# ls -l /devices/pseudo/<a href="mailto:clone@0" target="_blank">clone@0</a>:hme*
crw-1 rootsys11, 7 Oct 2 2003 /devices/pseudo/<a href="mailto:clone@0" target="_blank">clone@0</a>:hme
# ifconfig hme0 modlist
ifconfig: status: SIOCGLIFFLAGS: hme0: no such interface
#
What gives ?
I know you must have a file /etc/hostname.hme0 and an ip in /etc/host for the card to config at boot/reboot.
But you can also do this live! What am I missing?

