makedev-inst.sgml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect2>
  2. <title>Installation of MAKEDEV</title>
  3. <para>
  4. Install MAKEDEV by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>sed "s/# 9/9/" MAKEDEV &gt;/dev/MAKEDEV &amp;&amp;</userinput>
  8. <userinput>chmod 754 /dev/MAKEDEV</userinput>
  9. </literallayout></blockquote>
  10. <para>
  11. Create the device files by running the following commands:
  12. </para>
  13. <blockquote><literallayout>
  14. <userinput>cd /dev &amp;&amp;</userinput>
  15. <userinput>./MAKEDEV -v generic</userinput>
  16. </literallayout></blockquote>
  17. <para>
  18. The <quote>generic</quote> parameter passed to the MAKEDEV script
  19. doesn't create all the devices you might need, such as audio devices,
  20. hdc, hdd and ohters. If you seem to be missing something tell MAKEDEV to
  21. create it. To create hdc replace generic with hdc. You can also add hdc
  22. to generic, so you would execute <userinput>./MAKEDEV -v generic
  23. hdc</userinput> to create the generic set of devices files, plus the
  24. files you need to be able to access hdc (and hdc1, hdc2, etc)
  25. </para>
  26. </sect2>