makedev-inst.xml 908 B

123456789101112131415161718192021222324252627
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Creating devices</title>
  4. <para>Please note that unpacking the MAKEDEV-&makedev-version;.bz2 file
  5. doesn't create a directory for you to <userinput>cd</userinput> into, as
  6. the file contains one shell script.</para>
  7. <para>Install the MAKEDEV script:</para>
  8. <para><screen><userinput>bzcat MAKEDEV-&makedev-version;.bz2 &gt; /dev/MAKEDEV
  9. chmod 754 /dev/MAKEDEV</userinput></screen></para>
  10. <para>Run the script to create the device files:</para>
  11. <para><screen><userinput>cd /dev
  12. ./MAKEDEV -v generic-nopty</userinput></screen></para>
  13. <para>If a device you need is missing, try running
  14. <userinput>./MAKEDEV -v &lt;device&gt;</userinput>. Alternatively, you may
  15. create devices via the <emphasis>mknod</emphasis> program. Please refer to
  16. the man and info pages of <emphasis>mknod</emphasis> if you need more
  17. information.</para>
  18. </sect2>