Hi,
I am building a 80386DX with 3MB of RAM. For the most part things have been going well, except that I couldn't get Ethernet to work. Using a 3C503-16-TP Etherlink II ISA Ethernet card (I have 3 of these) with the DOS packet driver from http://www.crynwr.com/drivers/ (file many-other-drivers.zip), I managed to get the card detected at address 0x2E0 and IRQ 9. However, none of the DOS Internet apps I tried (Arachne, WGET, MTCP, Minuet) could work. Both MTCP and WATTCP failed to get response from DHCP server, saying no packets were received.
A few observations:
1. My card has 2 ports, AUI and RJ45 port. I start the packet driver with "3c503.com 0x60 9 0x2e0 1" to force the card into thinwire mode. Without the last parameter ("1"), the packet driver would report "no network connections available", although it still reports the correct Mac address under "My Ethernet address".
2. The card has 3 set of jumpers: (1) base address (set to 0x2e0), (2) ISA data mode (set to 16-bit) and (3) MEMORY jumper. Setting MEMORY to anything other than DISABLED (e.g. D8000, DC000) will result in packet driver initialization failure, saying either the card shared memory is defective or there is an address conflict.
3. Setting different IRQs and base addresses does not seem to change anything.
4. The Link LEDs on both the router and the card are on. The Activity LED blinks at times.
I wonder why it simply doesn't work. Maybe the packet driver is still using the AUI port for communicating? But I have no routers with AUI ports to try. I am currently using a WRT54G route with DD-WRT for testing. Thinking that the card may not support 10/100Mbps autonegotiation (as is the case for some old Asante Ethernet card for Mac), I have set the router port to 10Mbps half-duplex and disable auto-negotiation, but it still cannot work.
Could it be that my card is defective, although it's unlikely since all 3 of them show the same symptoms? The card has "3C503-16-TP 10Mbps Signaling Device" written on it.
Any advice is appreciated. Thanks in advance.
I am building a 80386DX with 3MB of RAM. For the most part things have been going well, except that I couldn't get Ethernet to work. Using a 3C503-16-TP Etherlink II ISA Ethernet card (I have 3 of these) with the DOS packet driver from http://www.crynwr.com/drivers/ (file many-other-drivers.zip), I managed to get the card detected at address 0x2E0 and IRQ 9. However, none of the DOS Internet apps I tried (Arachne, WGET, MTCP, Minuet) could work. Both MTCP and WATTCP failed to get response from DHCP server, saying no packets were received.
A few observations:
1. My card has 2 ports, AUI and RJ45 port. I start the packet driver with "3c503.com 0x60 9 0x2e0 1" to force the card into thinwire mode. Without the last parameter ("1"), the packet driver would report "no network connections available", although it still reports the correct Mac address under "My Ethernet address".
2. The card has 3 set of jumpers: (1) base address (set to 0x2e0), (2) ISA data mode (set to 16-bit) and (3) MEMORY jumper. Setting MEMORY to anything other than DISABLED (e.g. D8000, DC000) will result in packet driver initialization failure, saying either the card shared memory is defective or there is an address conflict.
3. Setting different IRQs and base addresses does not seem to change anything.
4. The Link LEDs on both the router and the card are on. The Activity LED blinks at times.
I wonder why it simply doesn't work. Maybe the packet driver is still using the AUI port for communicating? But I have no routers with AUI ports to try. I am currently using a WRT54G route with DD-WRT for testing. Thinking that the card may not support 10/100Mbps autonegotiation (as is the case for some old Asante Ethernet card for Mac), I have set the router port to 10Mbps half-duplex and disable auto-negotiation, but it still cannot work.
Could it be that my card is defective, although it's unlikely since all 3 of them show the same symptoms? The card has "3C503-16-TP 10Mbps Signaling Device" written on it.
Any advice is appreciated. Thanks in advance.
Comment