Hello
I have two ISA network cards (3com 3C509B) installed in a 486/66MHz running
OpenBSD 3.2. I can bring one of the cards up just fine using ifconfig ep1 up
but if I try to give it an IP address (i.e.
ifconfig ep1 inet x.x.x.x netmask x.x.x.x) the whole system hangs.
For the second card the system hangs if I just do ifconfig ep0 up. Not
even Ctrl-Alt-Esc will work. Here is a transcript of what I do (hand copied):
gateway# ifconfig ep0
ep0: flags=8822<BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST> mtu 1500
address: 00:20:af:c0:21:7f
media: Ethernet 10baseT
gateway# ifconfig ep1
ep1: flags=8822<BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST> mtu 1500
address: 00:60:97:3e:1a:4d
media: Ethernet 10baseT
gateway# ifconfig ep1 up
(at this point, the link light on the switch comes on)
gateway# ifconfig ep1 down
(the link light stays on)
gateway# ifconfig ep1 up
(still stays on)
gateway# ifconfig ep1
ep1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:60:97:3e:1a:4d
media: Ethernet 10baseT
inet6 fe80::260:97ff:fe3e:1a4d%ep1 prefixlen 64 scopeid 0x2
gateway# ifconfig ep1 inet 192.168.1.1 netmask 255.255.255.0
(it hangs at this point)
For ep0 the following happens (also hand copied):
gateway# ifconfig ep0 up
(the link light comes on and the system hangs)
The relevant dmesg output for the cards is (again hand copied):
ep0 at isa0 port 0x300/16 irq 10: address 00:20:af:c0:21:7f, utp/aui/bnc (default utp)
ep1 at isa0 port 0x310/16 irq 11: address 00:60:97:3e:1a:4d, utp/aui/bnc (default utp)
All the tests for both cards on the DOS diagnostic disk pass
(
http://www.yqcomputer.com/ )
Thanks for your help
--
Peter