home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5180 < prev    next >
Encoding:
Text File  |  1992-09-08  |  4.2 KB  |  98 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: Problem with 386BSD and Network
  5. Message-ID: <1992Sep5.234029.23365@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <Bu3nKA.21q@nicedel.north.de>
  9. Date: Sat, 5 Sep 92 23:40:29 GMT
  10. Lines: 86
  11.  
  12. In article <Bu3nKA.21q@nicedel.north.de> nyse@nicedel.north.de (Hermann Behrens) writes:
  13. >Hello!
  14. >
  15. >I've installed 386BSD correct, but I'm not able to establish a
  16. >connection to my 2nd computer. The 2nd computer works well and there
  17. >are sure no problems with the ethernet-card. The ethernet-card in the
  18. >Peacock 386/20 is a FD0490 EtherBoard16. I've installed it for IRQ2, but
  19. >386BSD says the following:
  20. >
  21. >ne0 ethernet address 00:00:4d:21:65:97 at 0x300 irq9 on isa
  22. >
  23. >?? I installed ther card on all available IRQ's(2,3,4,5,12) but it
  24. >will always be detected on IRQ 9. Then I type the following:
  25. >
  26. >>ifconfig ne0 192.1.1.2        # I type in
  27. ><neinitstartartstartart        # 386BSD answers
  28. >>route add default 192.1.1.10 (The IP-Number for my 2nd computer).
  29. >
  30. >Now I tried to start ftp but I was never successful. Does someone knows
  31. >the answer for the problem? The rest of the peripherie: 8 MB RAM, 50
  32. >MB HD, VGA(an old one: MORSE KP 1000 EVGA) etc...
  33.  
  34. 1)    IRQ 9 is IRQ 2 for the interrupt controller cascade.
  35.  
  36. 2)    Where the device is found is dependant not on where the device
  37.     actually is, but on the kernel configuration.
  38.  
  39. 3)    If you have a video card on IRQ 2/IRQ 9 (ie: vertical retrace
  40.     interrupt), like some VGA's, you will need to either physucally
  41.     cit the trace (some cards have a little "o" shaped trace that
  42.     will let you do this and reconnect it with solder later), or you
  43.     will need to either change your ethernet interrupt as part of
  44.     a kernel rebuild or use one of the "tape on the card edge" type
  45.     hacks to prevent IRQ 2 from contacting the card connector.
  46.  
  47. 4)    The Base and DMA addresses are also tied into the kernel config.
  48.  
  49. 5)    The cards can be at the wrong interrupt and still be recognized,
  50.     since the probe routines check memory locations rather than
  51.     making sure an interupt from the card occurs.
  52.  
  53. 6)    If you have the card on IRQ 3 or IRQ 4, you should know that
  54.     most "disable com port" jumpers on motherboards with built in
  55.     com ports *don't* disable the interrupt latch, and so still
  56.     interfere with other cards on that interrupt (DTK and Intel
  57.     motherboards are particularly bad at this).
  58.  
  59. 7)    As long as the default route specified to your "route" command
  60.     refers either to a packet forwarding host, like a cisco box, or
  61.     the host you are going to FTP to, you're OK with the route.
  62.  
  63. 8)    The default netmask on an ifconfig seems to be 255.255.255.255,
  64.     which is obviously bogus.  You need to specify a "netmask <value>"
  65.     on the end of your ifconfig for this to work correctly.  For a
  66.     class A net, value is 255.0.0.0, for a B it's 255.255.0.0, and for
  67.     a class C it's 255.255.255.0.  The network number in your post
  68.     is 192.1.1.2, so it's a class C.
  69.  
  70. 9)    The "startart" is from a debug message in the driver you are
  71.     using.  You can get rid of this when you recompile the kernel;
  72.     it wil, however, slow down FTP until then (you need the bin and src
  73.     distributions, in that order, to rebuild the kernel -- if you
  74.     have a small drive, you can download the tar.Z (prepared, I believe,
  75.     by Amacio?) containing only the kernel sources.  You still need the
  76.     bin, however).
  77.  
  78. 10)    Make sure our second computer isn't the problem by talking to a
  79.     system other than the 386BSD box you are trying to get set up.
  80.     There's nothing you can do to a 386BSD box that will make it talk
  81.     to another computer if the other computer has a bad ethernet adapter.
  82.  
  83.  
  84. Hope this helps.
  85.  
  86.  
  87.                     Terry Lambert
  88.                     terry_lambert@gateway.novell.com
  89.                     terry@icarus.weber.edu
  90. ---
  91. Any opinions in this posting are my own and not those of my present
  92. or previous employers.
  93. -- 
  94. -------------------------------------------------------------------------------
  95.                                                        terry@icarus.weber.edu
  96.  "I have an 8 user poetic license" - me
  97. -------------------------------------------------------------------------------
  98.