Skip to content

yeokm1/ne2000plus-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ne2000plus-collection

Collection of NE2000+ software obtained from various sources.

Screen This repo was started to hold the info for my network card to prevent them from being lost to time.

Screen Close up view of my card.

Configuring the Base I/O address and interrupt

The default base I/O is 300h and IRQ 3. If you need to change these because of conflicts with other devices, you need to use the Plusdiag utility.

Plusdiag may be able to detect the card even at non-default settings and in a 8-bit slot. However if you have issues, set the initial I/O and IRQ to be their defaults and put card in a 16-bit ISA slot.

  1. Power off your PC and short the default jumper on both pins.

Screen This jumper is currently unshorted.

  1. Start up your PC with the shorted jumper in place. The card will go back to default settings.

  2. Configure the card with Plusdiag. The moment you leave Plusdiag, the card is actually configured with the new settings.

  3. Power off the PC and unshort the jumper.

  4. Restart your PC.

Using Plusdiag

  1. Start the Plusdiag app.

Screen Note the warnings.

  1. I felt it was helpful to run the tests as a sanity check before doing anything.

Screen

  1. Change your configuration

Screen

Available I/O ports are: 300h, 320h, 340h, 360h, 240h, 280h, 2C0h Available IRQs are: 2, 3, 4, 5, 10, 11, 12, 15

Note for 8-bit operations, only IRQ 2-7 are usable.

Drivers

Drivers are provided in the floppy disk but I opted to use the CWYNR drivers as they are easier to use.

Original Crynwr drivers

This is meant for 16-bit ISA operation.

Screen

Provide the packet interface interrupt, IRQ and base I/O address.

ne2000.com 0x60 3 0x340

The base I/O address of my card is set at 0x340 as 0x300 is used by another device.

A tell-tale sign of an improper configuration is that the Ethernet Address is not shown properly.

8-bit modified driver

Someone modified the Crynwr drivers for 8-bit operation.

Screen

Specifiy the same command line arguments.

Others

I copied out DOS, OS/2 and NDIS drivers from the "Additional Drivers Version 1.1" disk to the ne2000-add-drivers directory. I have not tested them.

The Netware Drivers disk LAN_DRV_412 was faulty so no data from there.

References

  1. PlusDiag
  2. Crynwr drivers
  3. Crynwr 8-bit

About

Collection of NE2000+ software obtained from various sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published