home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 May / VPR0405.ISO / KNOPPIX / KNOPPIX-FAQ-EN.txt < prev    next >
Text File  |  2004-02-18  |  10KB  |  235 lines

  1.           FREQUENTLY ASKED QUESTIONS AND ANSWERS ABOUT KNOPPIX
  2. ==========================================================================
  3.                  (sorted by frequency of questions)
  4.  
  5. Q: How do I get the CD/current beta?
  6.  
  7. A: Several possibilities: (Note: listed websites are in German)
  8.     a) Download form one of the mirrors listed at
  9.     http://www.knopper.net/knoppix/. 
  10.     b) You can order the newest CD from http://www.liniso.de/ or
  11.     any other CD ordering service listed at http://www.knoppix.de/,
  12.     and have it sent to you.
  13.  
  14. ---
  15. Q: How do I burn a bootable CD in Windows?
  16.  
  17. A: This question does not really belong into a KNOPPIX-FAQ. Of course the
  18. answer depends on the individual program you are using to burn CDs, but
  19. all common CD-Writing programs should support the option of burning
  20. bootable ISO-Images, you probably just have to find the right menu option.
  21. At the address http://www.knopper.net/knoppix/docs/ and on some of the
  22. KNOPPIX-Mirrors in a directory with the same name, you may find some
  23. examples written as short step-by-step documentations from users who
  24. successfully completed the procedure.
  25.  
  26. ---
  27.  
  28. Q: Why is my favourite software xyz not present on the CD? Can't you
  29. add it in future versions of the download version? It doesn't cost
  30. anything!
  31.  
  32. A: Apart from the fact that, even on a 700MB medium, available space
  33. is limited, and DVD burners for bigger images are not very common yet,
  34. there are certain criteria for software licenses in order to be
  35. acceptable for KNOPPIX, totally independent from price or fees.
  36. All licenses must guarantee that the CD can still be downloaded,
  37. modified and copied, free of charge. Licenses that don't allow
  38. incorporation into such a CD can't be accepted by us, at least not
  39. for the freely available/downloadable versions of KNOPPIX. That also
  40. applies to licenses that would force the recipients to sign another
  41. agreement before download, or even pay royalty fees, and licenses that
  42. do not allow the CD to be distributed commercially (for example,
  43. customization, copying and mailing of the CD for an appropriate fee
  44. for the work done, is commercial distribution). Almost all programs
  45. on the CD fall under the GPL or similar Open Source licenses, which
  46. provide a lot of freedom for the recipients of the software (see also
  47. http://www.gnu.org/licenses/gpl.html). Exceptions regarding software
  48. that may, due to the wish of the vendor, only be distributed in binary
  49. form, are still tolerable if they fall under a liberal license that
  50. allows non-commercial as well as commercial distribution of the CD
  51. without essential restrictions. Please check the license of your
  52. software carefully before writing a recommendation for inclusion in
  53. future versions of KNOPPIX to the developer team.
  54.  
  55. ---
  56.  
  57. Q: My computer won't boot from CD. What should I do?
  58.  
  59. A: Look in your computer's BIOS to see whether it's set to boot from CD
  60. (on most computers you need to push the "delete" key during the RAM test).
  61. If this is already set, your computer may not be able to read the CD (some
  62. notebooks have problems with black-coated CD's, for example). Some
  63. computers will only use the new BIOS settings after a hard reset. If your
  64. computer doesn't support booting from CD, you can create a boot floppy
  65. using the "rawrite" program in the "KNOPPIX" directory on the CD.
  66.  
  67. ---
  68.  
  69. Q: I downloaded KNOPPIX via WWW/FTP or got a downloaded version from a
  70. friend. My PC will boot off of it, but the bootup stalls after a bit or I
  71. only see the background picture, and nothing else happens. What's going
  72. on?
  73.  
  74. A: You possibly only got a partial download, or the download was
  75. (silently) interrupted. If this is the case the ISO image is defective,
  76. and the data in the missing parts cannot be accessed (sometimes one can
  77. even "hear" this because of the sound the CD-ROM drive makes due to
  78. repeated read attempts). This is fatal because the directory tree is
  79. written at the beginning of the CD, so it is usually complete. Thus,
  80. you can correctly read the directory tree of the CD. However, reading the
  81. actual contents of the missing parts is impossible (in other words,
  82. accessing the contents fails). Some possible solutions can be found in the
  83. section "What are MD5 files?" and "How can I get the CD?".
  84.  
  85. ---
  86.  
  87. Q: What are these strange MD5 files that accompany the ISO CD images?
  88.  
  89. A: The files with the .md5 extension contain checksums for the actual CD
  90. images. A checksum is a "matching number" for checking files. One can
  91. verify that the file matches its original down to the smallest detail.
  92. When you download both the ISO image for the CD and its corresponding .md5
  93. file, you can verify that your download was complete and that the contents
  94. are unchanged by typing "md5sum -c filename.md5" under Linux/Unix. Further
  95. information about MD5 and programs for various OS's can be found at
  96. http://www.fourmilab.ch/md5/. You can download a Windows(TM) version at
  97. http://www.toast442.org/md5gui.shtml.
  98.  
  99. ---
  100.  
  101. Q: How can I set up my printer?
  102.  
  103. A: Click on "printer configuration" in the "Knoppix" menu, and use the
  104. wizard.
  105.  
  106. ---
  107.  
  108. Q: What is the root password?
  109.  
  110. A: There is none; all passwords are locked by default. There are several
  111. sections you can read dealing with this subject in
  112. KNOPPIX/README_Security.txt.
  113.  
  114. ---
  115.  
  116. Q: I see the partitions from my hard disk on the desktop and can access
  117. their contents when I click on them, but if I try to write to them I
  118. always get the error message "access denied". How can I write to my
  119. existing partitions?
  120.  
  121. A: The general philosophy of KNOPPIX is to allow as little write access
  122. as possible. For this reason, existing partitions are either not mounted
  123. or only mounted "read only". If you click with your right mouse button on
  124. an icon, the "read-only" attribute under item "device" can be un-checked.
  125. After this, the partition can be mounted "read-write" (for already
  126. mounted partitions, first click on "unmount"!). CAUTION: writing to NTFS
  127. partitions can lead to data loss, since Linux does not really support this
  128. file system! However, DOS and FAT32 file systems are safe for write access.
  129.  
  130. Tip:
  131. In the shell the command "mount -o remount,rw /mnt/<partitionname>" can
  132. allow already-mounted file systems to be "made writeable".
  133.  
  134. ---
  135.  
  136. Q: After I've used KNOPPIX, my "other" OS suddenly shows a blue screen
  137. with the message "File kernel.exe not found or defective" and
  138. "reinstall..." shortly after boot.
  139.  
  140. A: Simply take the KNOPPIX CD out of the CD-Rom drive and restart the
  141. computer.
  142.  
  143. ---
  144.  
  145. Q: Auto configuration doesn't work on my computer, or the computer hangs
  146. at boot. What should I do?
  147.  
  148. A: It might work if portions of the auto configuration are skipped. This
  149. can be specified with "knoppix noscsi" or "knoppix nopcmcia". If the
  150. problem can be identified -> please send the exact error message and when
  151. possible a proposed solution using the web form at
  152. http://www.knopper.net/kontakt/! Sometimes the output of
  153. "lspci ; lspci -n" is very helpful, especially if the problem involves
  154. incorrectly identified graphics cards.
  155.  
  156. ---
  157.  
  158. Q: My graphics card doesn't work!
  159.  
  160. A: It may be that very new (or exotic) graphics cards are not in the
  161. hardware database yet. These will still usually work under Linux! You can
  162. type
  163.     knoppix xmodule=vesa
  164. or
  165.     knoppix xmodule=fbdev
  166. at the first boot screen, and the initial un-accelerated XFree86 modes
  167. will produce a usable screen. Version 31-01-2002 and later have a frame
  168. buffer boot option (especially for older notebooks)
  169.     fb800x600
  170. (instead of typing in knoppix), which uses a resolution of 800x600 pixels
  171. in frame buffer mode. Regardless of whether these workarounds are
  172. successful or not, support can be built into the next version of KNOPPIX
  173. more quickly if (as in the previous question) the PCI numbers of the
  174. graphics card along with a description can be sent to us via mail
  175. ("lspci ; lspci -n").
  176.  
  177. ---
  178.  
  179. Q: My PS/2 mouse doesn't work!
  180.  
  181. A: If the mouse pointer in the graphical user window is erratically moving
  182. around everywhere, the attached mouse is using an exotic protocol. Only
  183. booting into "expert" mode and setting the correct protocol for the XFree
  184. system will help in this case. However, if the pointer appears in the
  185. middle of the screen and doesn't respond to mouse movements at all, you
  186. probably have a board with a known BIOS bug (lately this problem has been
  187. appearing frequently with notebooks). Try to type in
  188.     knoppix pci=irqmask=0x0e98
  189. at the boot screen and see if this helps. Alternatively, you can find a
  190. BIOS update for your computer (you may want to do this anyway?).
  191.  
  192. ---
  193.  
  194. Q: How do I get support for my wheelmouse's mousewheel?
  195.       
  196. A: Type
  197.   knoppix wheelmouse
  198. at the boot prompt. Unfortunately, wheelmice cannot be auto-detected, and
  199. the wheelmouse protocol is incompatible with the standard ps/2 protocol.
  200. Therefore, the "normal" ps/2 protocol (without mousewheel support) is the
  201. safe default.
  202.  
  203. ---
  204.  
  205. Q: My system memory is not fully detected, or the computer hangs shortly
  206. after starting with the message "Panic: cannot mount root file system"!
  207.  
  208. A: Some boards apparently report the usable memory size incorrectly to
  209. the Linux kernel. Solution: specify the system memory size as an
  210. additional "knoppix" boot option. For example, for 128 Megabytes use
  211.     knoppix mem=128M
  212. (Note: make certain an upper-case M is typed after the memory size!)
  213.  
  214. ---
  215.  
  216. Q: Can one also install the distribution from the CD onto a hard drive?
  217.  
  218. A: In principal, yes (after all, the "master" system also runs on a hard
  219. drive before it is burned to CD). However there is currently no
  220. installation GUI for this, so installation to a hard drive should probably
  221. only be attempted by more knowledgeable Linux users. Assuming the KNOPPIX
  222. system has already booted, installation approximately follows this
  223. procedure:
  224. 1.) initialize a free partition with the ext2 file system and mount it on
  225.     /mnt/knoppix, for example.
  226. 2.) cp -a /KNOPPIX/* /mnt/knoppix/
  227. 3.) set up /mnt/knoppix/etc/fstab and /mnt/knoppix/etc/lilo.conf for the
  228.     new system (Caution: symlinks in /boot initially point to the Ram
  229.     disk!), run lilo.
  230. 4.) mkdir /mnt/knoppix/home/knoppix && \
  231.     chown knoppix.knoppix /mnt/knoppix/home/knoppix
  232. 5.) Reboot, try the system out, fix any broken settings.
  233. (No guarantees.)
  234.  
  235.