home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4062 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.2 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!samsung!transfer!ceylon!genesis!pratip
  2. From: pratip@genesis.nred.ma.us (Pratip Mukherjee)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Help needed to get AUI port on 3C503 working
  5. Keywords: 3C503 AUI-port
  6. Message-ID: <9208112607@genesis.nred.ma.us>
  7. Date: 11 Aug 92 04:50:31 GMT
  8. Distribution: usa
  9. Organization: Genesis Public Access Minix  +1 508 664 0149
  10. Lines: 15
  11.  
  12. I am trying to configure 3COM 3c503 to work with our 10BASE-T network.
  13. The driver source code (if_ec.c) says to set bit 7 of the minor device number
  14. to enable AUI port. But I can't figure out which device corresponds to the
  15. 'ec' driver. If I have to create the device, what major number should I
  16. use?.
  17. I have put printf debugging statement in ec_init (which does the BNC/AUI)
  18. selection and ec_ioctl (which calls ec_init for cmd = AF_INET) routines in
  19. if_ec.c. None of these two routines seems to be getting called either during
  20. start_up or while trying ping. Is it because there is no corresponding
  21. device in /dev present? If so, why there is no 'no such device' or similar
  22. message?
  23. I know nothing about networks, I must be making some silly mistake.
  24. Please help.
  25. Thanks in advance.
  26. Pratip Mukherjee (pratip@genesis.nred.ma.us)
  27.