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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!mintaka.lcs.mit.edu!spdcc!jti.com!richb
  3. From: richb@jti.com (Richard Braun)
  4. Subject: Re: 3c501 driver
  5. Message-ID: <C18HMJ.2u0@jti.com>
  6. Sender: news@jti.com (News Admin)
  7. Nntp-Posting-Host: bart.jti.com
  8. Organization: Jupiter Technology Inc. / Waltham, MA
  9. References: <wfLhEPu00VB94BSYp1@andrew.cmu.edu>
  10. Date: Fri, 22 Jan 1993 02:30:17 GMT
  11. Lines: 26
  12.  
  13. "Brian E. Gallew" <geek+@CMU.EDU> writes:
  14. >I have *suddenly* come into desperate need for a 3C501 Ethernet
  15. >driver.  I also kinda need it in the near future.  I have someone who
  16. >needs a print server and understand that linux can do it.
  17. >Unfortuantely, *every* Ethernet card in the department is a 3C501
  18. >(unless an Etherlink card is a 3C502?).  Kernel version isn't
  19. >important.  I don't even care if it drops packets left and right, just
  20. >as long as it get enough to function.  Thanks!
  21.  
  22. (I sent a similar comment to Brian by email, but maybe it'll be helpful
  23. for the rest of the group.)
  24.  
  25. It seems to me that writing a 3c501 driver shouldn't be all that hard.
  26. All the information is out there on the Internet.  The first step would
  27. be to make sure you can reliably build the Linux kernel, and study carefully
  28. the other Ethernet drivers it has (especially the 3c503).  Next get the
  29. crynwr DOS packet driver source code from omnigate.clarkson.edu or wherever
  30. your favorite archive is.  Then use the info from the crynwr 3c501 driver
  31. to write a Linux one.  Maybe this could be done in a similar standardized
  32. way to provide the kind of universal Ethernet support represented by
  33. crynwr and by ODI.
  34.  
  35. Not having written a Linux driver yet, I can't guess the amount of work
  36. this is for a novice, but an expert should be able to handle it in short order.
  37.  
  38. -rich
  39.