home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22067 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  5.1 KB

  1. Path: sparky!uunet!opl.com!hri.com!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!fcom.cc.utah.edu!cosmic.physics.utah.edu!levin
  2. From: levin@cosmic.physics.utah.edu (Chris Levin)
  3. Newsgroups: comp.os.linux
  4. Subject: New user Linux questions and summary of answers
  5. Keywords: CD-ROM SCSI X MODEM LILO
  6. Message-ID: <1992Dec29.204216.29491@fcom.cc.utah.edu>
  7. Date: 29 Dec 92 20:42:16 GMT
  8. Sender: news@fcom.cc.utah.edu
  9. Distribution: comp.os.linux
  10. Organization: Cosmic Ray Physics Group, University of Utah
  11. Lines: 130
  12.  
  13.  
  14.  
  15. This is a repost of my origonal message.  It contains my questions as well as
  16. the working answers I have received so far.  It also contains new questions.
  17. I hope this helps others with similar problems and I also hope someone can
  18. answer the questions that remain unanswered.
  19.  
  20. Hello,
  21.  
  22. I am using LINUX version 0.98.Pl5-41 installed using the SLS package.
  23.  
  24. I have to say that this is an excellent product.  I plan on using it at home
  25. for school projects, programming etc.
  26.  
  27. I am running Linux on the following hardware:
  28.  
  29.         486DX-33 with AMI bios
  30.  
  31.         8 Megs of RAM
  32.  
  33.         A Maxtor IDE harddrive (124meg) with 3 Linux partitons and a swap
  34.                 partition (about 10 megs).
  35.  
  36.         An Ultrastore 14F SCSI controller card with a Maxtor 340 meg SCSI
  37.         and an NEC CDR-77 CD-Rom drive.
  38.  
  39.         An Orchid Farenheit1280 Video card.
  40.  
  41. Overall the system is working VERY well (Coherent is now gathering dust!)
  42. but I am having a few problems that I hope someone here can help with.
  43.  
  44. One:
  45. How can I access the rom-drive?  When Linux boots it sees the drive but
  46. there seems to be no entry in the /dev directory to mount it to.
  47.  
  48. UPDATE: I have learned about the mknod command.  From a previous mail message
  49. I tried the following:
  50.  
  51.         mknod /dev/cdrom b 11 0
  52.  
  53. This works fine, but trying to mount the drive results in a system lockup.
  54.  
  55. I did see a mount command of the following form: mount -t iso9660 /dev/cdrom /rom
  56. but mount does not seem to know what iso9660 means.  HELP!
  57.  
  58. Two:
  59. I want to use LILO so that I can boot without a floppy but the instructions 
  60. refer to a kernal image.  What is this?  There is a file in / called Image and
  61. when I use this, the system starts to boot and then locks.  Help!
  62.  
  63. UPDATE: I have not gotten any response on this.  Is anyone using LILO?
  64.  
  65.  
  66. Three: ANSWERED!
  67. I can not get X working.  I have tried the VGA mono settings but every time X
  68. starts it says that VGAcolor stuff can't be found.  However, if I just type 
  69. X386 I get a graphics screen and a working mouse cursor (but no shell of any
  70. sort). This seems to be a problem with a config file but I can't find it.
  71. Any ideas?
  72.  
  73. UPDATE: The SLS instructions are wrong!  Copy X386mono to X not X386 and everything
  74.         will work just fine. (on my hardware anyway)
  75.  
  76. Four:  ANSWERED!
  77. I have man and man2 but there seem to be man pages missing.
  78.  
  79. UPDATE: I have been told by several sources that man pages are still being 
  80.         created and should be available soon.
  81.  
  82.  
  83. Five: STILL NEED HELP WITH THIS!
  84. I have gotten my HPlaserjet series II working by sending a control string to
  85. it.  However I want to use LPR but I dont know how to make a printcap file.
  86. The directions I have are not readable so can someone explain the settings?
  87.  
  88. Six: STILL NEED HELP WITH THIS!
  89. How can I make my own man pages and add them to the system?
  90.  
  91. UPDATE: I have not tried this but I am told that you can just copy a new man 
  92.         page into the appropriate man directory and it will work.  Man pages
  93.         can be regular text.  Can anyone confirm this?
  94.  
  95.     --------------------------  END OF QUESTIONS -------------------------
  96.  
  97. If anyone can help with these problems I would appreciate it.
  98.  
  99. Also, for anyone interested, I have got the following working (I understand
  100. that some people have problems with the following)
  101.  
  102. 1. I have no trouble accessing my SCSI dos partitions under Linux.  The default
  103.         settings set during the SLS install work fine.
  104.  
  105. 2. Modem communications using V.32 and minicom work fine (although minicom seems
  106.         to have a minor bug with line feeds.)
  107.    UPDATE: I am using XC and it is working fine.  Also, it seems that if the
  108.            modem port is listed in inittab your com program will not function.
  109.            Can someone confirm this?
  110.  
  111. 3. Zmodem is working with #2. ( I am using the zmodem from coherent which compiles
  112.         with warnings but works fine)
  113.    UPDATE: XC comes with its own zmodem which is working just fine.
  114.         
  115. 4. The drive Linux is on has no dos partitons at all and it seems to work fine.
  116.         Initaly, it had one partition and that also worked fine.  This is the
  117.         first drive in the system.
  118.  
  119. 5. Gcc is working great. 
  120.         UPDATE: It was working great, I can't seem to write any C++ code.
  121.                 I am working on figuring this out.
  122.  
  123. Thanks again for any help you can give.  If anyone wants to know how I got the
  124. above working feel free to send me e-mail.
  125.  
  126. Thanks again.
  127.  
  128. Chris Levin
  129.  
  130. Ps. Please reply via email since I loose many messages in this group
  131. before I can read them.  My address is:
  132.  
  133. levin@cosmic.physics.utah.edu
  134.  
  135. I will keep posting summaries of the answers as I receive them.
  136.  
  137.  
  138.         
  139.  
  140. .
  141.  
  142.  
  143.