home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6598 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.8 KB

  1. Path: sparky!uunet!mcsun!uknet!ox-prg!oxuniv!tony
  2. From: tony@vax.oxford.ac.uk
  3. Newsgroups: comp.os.linux
  4. Subject: Re: /dev/eth not on 0.96c
  5. Message-ID: <1992Jul21.124211.7706@vax.oxford.ac.uk>
  6. Date: 21 Jul 92 11:42:11 GMT
  7. References: <1992Jul18.071403.22731@csd.uch.gr>
  8. Organization: Oxford University VAXcluster
  9. Lines: 41
  10.  
  11. In article <1992Jul18.071403.22731@csd.uch.gr>, kanagn@athina.cc.uch.gr (Kostas Anagnostakis) writes:
  12. > Hi Linuxers !
  13. >     I am trying to install ka9q but it seems that /dev/eth is not available
  14. >     on my /dev directory... What should I do ? I just installed Linux on a
  15. >    486/33 , 4 MB RAM, 20 MB swap , 170 MB HD , PCNIC ethernet...
  16. >  
  17. >     Greetings,
  18. >     Kostas
  19.  
  20. I think you mean /usr/include/maybe_linux_sub_dir_cant_remember/eth.h
  21.  
  22. here it is.  Perhapse tis could go into the GCC includes ... ??? ...
  23.  
  24. eth.h
  25. ======================= cut here ===========================
  26. #define ETHERMTU 2048
  27. #define ETHER_MIN_LEN 64
  28. #define ETHER_HEADER 14
  29. #define ETHER_ADDR_LEN 6
  30. /* this must be a power of 2 */
  31. #define ETH_BUFF_SIZE 0x2000
  32.  
  33. /* some ioctls. */
  34. #define ETH_START 0
  35. #define ETH_STOP 1
  36.  
  37. typedef void * (*callback)(void *);
  38.  
  39. ============================================================
  40.  
  41.  
  42. Tony.
  43.                                                     _
  44. Tony Kew,   Oxford University Computing Services,  (_)xford,  England,  U.K.
  45. ====================================================|=========================
  46. Janet:- tony@uk.ac.oxford.vax                     --+--    Disclaimer :-
  47. Internet:- tony%vax.oxford.ac.uk@nsfnet-relay.ac.uk | Who is the more foolish?
  48. Earn/Bitnet:- tony%vax.oxford.ac.uk@ukacrl        |    The fool, or the
  49. Phone:- +44 (0)865 273268   Fax:- +44 (0)865 273275 |  man who follows him?
  50. ==================================================\=|=/=======================
  51.                                                    \|/
  52.