home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25842 < prev    next >
Encoding:
Text File  |  1993-01-29  |  4.3 KB  |  108 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!super!becker
  3. From: becker@super.org (Donald J. Becker)
  4. Subject: Re: Looking for good ethernet cards/suggestions?
  5. Message-ID: <1993Jan29.004716.8174@super.org>
  6. Sender: news@super.org (USENET News System)
  7. Nntp-Posting-Host: metropolis
  8. Organization: IDA Supercomputing Research Center
  9. References: <1993Jan28.155449.8722@ucsu.Colorado.EDU>
  10. Date: Fri, 29 Jan 1993 00:47:16 GMT
  11. Lines: 95
  12.  
  13. In article <1993Jan28.155449.8722@ucsu.Colorado.EDU> ngoh@rintintin.Colorado.EDU (NGO HIEN D) writes:
  14. >I am looking for a source for ethernet boards in the US.  Just
  15. >wondering if anyone has a line on a reputable dealers with good
  16. >prices.  I plan to set up a mini-network to start and add cards as
  17. >needed.  Any suggestions as to pros/cons of particular
  18. >boards/designs/manufacturers are graciously welcomed.  I will post a
  19. >summary of responses.
  20. >
  21.  
  22. The distributed Linux only supports the WD8003 and WD8013 (a.k.a. SMC
  23. Elite) ethercards.
  24.  
  25. I've written drivers for many other ethercards; those drivers are
  26. available on usra.edu and super.org.  The slightly-crufty stable
  27. versions are in pub/linux/ethercards/*, and the cleaned-up but
  28. not-fully-tested versions are in pub/linux/newether.
  29.  
  30. This section should probably be put into a FAQ.
  31.  
  32. The least expensive 8 bit ethercards start at $70 and are usually
  33. NE1000 clones.  It's definitely worth it to pay an extra $10 and go
  34. for a 16 bit bus interface NE2000 clone.  For another $10-$15 you can
  35. get a shared memory 8013 clone, which will give you somewhat higher
  36. system performance.
  37.  
  38. You should expect to pay more than the price I listed above unless you
  39. do careful shopping from the back of Computer Shopper and (even
  40. better) LAN magazine.  I've gotten network things from both MCW
  41. Distributors in Gaitherburg MD (good prices, sort of local, advertises
  42. in Comp.Shop.) and Network Express (a little more expensive).
  43.  
  44. You'll also have to decide the kind of interface you need.  "Thinnet"
  45. is RG58A 50ohm cable with BNC connectors. 10BaseT is twisted pair
  46. ("TP") to a central "hub".  There is also traditional thick 50ohm
  47. cable, but it has no advantage in most installations.  An "AUI" port
  48. is a 15 pin D-shell connector that can be hooked to an external
  49. transceiver (ca.  $50 for 10BaseT or thinnet), usually for thicknet
  50. (in which case it's $100+).  Cards typically have an AUI connector and
  51. either a thinnet or twisted pair transceiver.  You'll pay about $20
  52. more and give up the AUI to get both thinnet and 10BaseT.
  53.  
  54. Some ethercards advertise status LED.  These are most useful for
  55. 10BaseT connections, which are easy to mix up.
  56.  
  57. IMO, thinnet with on-card transceivers results in a _much_ cheaper
  58. system.  You only need to buy T connectors($3ea.), cables ($6/12ft at
  59. RS), and two terminators ($2ea.), leading to a per-node cost of under
  60. $100.  At these price levels it's definitely cheap enough to put on a
  61. home system!  With twisted pair you'll need a hub which can easily
  62. double your per-node code.  TP is only cost-effective if the wiring is
  63. already there and its expensive to run more.
  64.  
  65.  
  66. These drivers support all common 8390-based ethernet boards.  Currently
  67. "common" is defined as:
  68.  
  69.     3Com Products:
  70. *    3Com 3c503    Board loaned by Chance Reschke, USRA.edu (thanks!)
  71.     3Com 3c503/16    and excellent documentation provided by 3Com.
  72.  
  73.     Clones-n-things
  74.     NE1000        Novell and Eagle are useless for documentation,
  75. *    NE2000        but copied the designs directly from NatSemi;->.
  76. *    Alta Combo(NE2000 clone)
  77.     Aritsoft LANtastic AE-2 (NE2000 clone w/ extra memory)
  78.     D-Link Ethernet II
  79.  
  80.         Cabletron products:
  81.     E1010        No ID PROM and sketchy info from Ctron means you'll
  82.     E1010-x     have to compile-in information about your board.
  83.     E2010
  84.     E2010-x
  85.       Until Cabletron responds with the documentation of their other
  86.       ethercards I can't do anything.  Doesn't anyone at ctron.com know how
  87.       their own cards work?
  88.     
  89.     WD/SMC products
  90.     WD8003
  91. *    WD8013        Board loaned by Russ Nelson, Crynwr Software.  Thanks!
  92.  
  93.     HP LAN adaptors
  94. **    HP27245
  95. **    HP27247A    'A' model only -- the 'B' is known to _not_ work!
  96. **    HP27250
  97.  
  98. Thanks are due to hundred or so alpha testers.  Special thanks to
  99. Chance Reschke <@usra.edu> and Russ Nelson <@crynwr.com> for loaning
  100. me ethercards, and USRA.edu for providing anonyous FTP space.
  101.  
  102.  
  103.  
  104. -- 
  105. Donald Becker                       becker@super.org
  106. Supercomputing Research Center
  107. 17100 Science Drive, Bowie MD 21114           301-805-7482
  108.