home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20977 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!math.fu-berlin.de!news.th-darmstadt.de!adams
  3. From: adams@pdv2.fmr.maschinenbau.th-darmstadt.de (Adams)
  4. Subject: Re: [Q] SLS+0.99+TCPIP+SMC16
  5. Sender: news@news.th-darmstadt.de (The News System)
  6. Message-ID: <ADAMS.92Dec18165410@PDV2.pdv2.fmr.maschinenbau.th-darmstadt.de>
  7. In-Reply-To: broadley@lrdc5's message of 17 Dec 92 05: 12:04 GMT
  8. Date: Fri, 18 Dec 1992 16:54:10 GMT
  9. References: <865@blue.cis.pitt.edu>
  10. Nntp-Posting-Host: pdv2.fmr.maschinenbau.th-darmstadt.de
  11. Organization: TH-Darmstadt
  12. Lines: 35
  13.  
  14. In article <865@blue.cis.pitt.edu> broadley@lrdc5 (Bill Broadley) writes:
  15.  
  16. >   I just got and read the new NET FAQ for 0.99 and still can't get anything
  17. >   to work.  During bootup I get the syntax for /usr/etc/inet/config displayed
  18. >   twice during boot up.  I am fairly sure I answered all the 
  19. >   /usr/etc/inet/install.inet problems appropiately.  I know that the IRQ and I/O
  20. >   address's are right, (IRQ 5 And i/o 280) becuase dos uses them and works.
  21. >   Also the memory address were right stock (D0000).
  22.  
  23. >   One other strange thing is when I soft boot into dos, the tcpip there doesn't
  24. >   work, but if I hard boot into dos it does.  (this is reliable).  Seems that
  25. >   linux is locking up the ELITE SMC 16 card somehow.
  26.  
  27. Did you ensure:
  28.     -) No overlapping address ranges, D0000 may be a little bit
  29.     dangerous. (everyone believes it is free -- granted )
  30.     -) Did you attach the card to a known working net
  31.     (termination 2*50 Ohms, R58 A/U or C/U cable )
  32.     -) no conflicting IRQs?
  33.  
  34. Advice: Boot DOS, get EZsetup-disk and test your card with "diagnose".
  35.     IT IS WISE, not to use the defaults and keeping out of
  36.     any dangerous area. We ere successful with:
  37.     
  38.     -) soft setup
  39.     -) IRQ 10 ( as IRQ 11 is often used by Adaptec )
  40.     -) Address D8000
  41.     
  42.     AND edit space.h accordendly!!!! Recompile
  43.  
  44. There were declaration in we.c like "struct ring xxx". I propose
  45. to declare them volatine, as they reference shared memory
  46. between Ethernet controller and CPU.
  47.  
  48. best adams
  49.