Document #: 00593
3C509B - Digiboards
Problem: Conflicts with the3C509B and a digiboard involving 110h, card's wake-up ID address. Digiboards default to 100h-180h.
Solution: Change the card's wake-up ID as follows:
Sample NetWare ODI client drivers:
These drivers use 110h as the default. To change the address, go to the NET.CFG file and enter:
LINK DRIVER 3C5X9
ID PORT ADDRESS 1y0 (where y = 0-E)
Sample NDIS drivers:
These drivers use 110h as the default. To change the address, go to the PROTCOL.INI file and enter:
[ELNK3]
IDPORT = 0x1y0 (where y = 0-E)
Note: PROTOCOL.INI syntax requires the preceding 0x as in 0x110.
|