home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21229 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!corax.udac.uu.se!corax.udac.uu.se!ewerlid
  2. From: ewerlid@ida.docs.uu.se (Ove Ewerlid)
  3. Newsgroups: comp.os.linux
  4. Subject: The 3c503-ALPHA-DRIVER (WAS: [NET]: Problems with 0.99)
  5. Message-ID: <EWERLID.92Dec19032033@ida.docs.uu.se>
  6. Date: 19 Dec 92 02:20:33 GMT
  7. References: <1992Dec18.215333.28838@ultb.isc.rit.edu>
  8. Organization: University of Uppsala, Sweden
  9. Lines: 28
  10. NNTP-Posting-Host: ida.csd.uu.se
  11. In-reply-to: axi0349@ultb.isc.rit.edu's message of Fri, 18 Dec 1992 21:53:33 GMT
  12.  
  13.  
  14. On the 3c503 side this problem may be due to a problem
  15. I stumbled on.  Since Donald Becker (who wrote the driver)
  16. seems to be away I might as well answer.
  17. (A similar message has already been sent to the net-channel.)
  18.  
  19. The probe that detects the 3c503 card fails to properly check
  20. the shared memory.  This means that shared memory is
  21. detected and given an address even though it is disabled by the
  22. onboard shared memory jumper.  There are MSDOS 3c503 drivers that can
  23. use a 3c503 card with the shared memory disabled.
  24. So things may work great under MSDOS.
  25.  
  26. This problem is detected by a header consitency check in the 3c503
  27. driver and the result are card restarts.  In my case all headers
  28. had all bits set to all ones.  E.g. the error status
  29. reported by the consistency check was all 0xff.
  30. (This may be different though.)
  31.  
  32. THUS, check the memory jumper on the 3c503 card and
  33. make SURE it is positioned to select shared memory at an
  34. address that doesn't collide with something else.
  35. (I use 0xc8000.)
  36. On the 3c503 card I use the memory jumper is the one
  37. with 5 positions.  The IO-base jumper has 8 positions.
  38. Disabled shared memory was indicated with the address 0
  39. printed on the PCB (Printed Circuit Board).
  40. (This may be different for you though.)
  41.