2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
2001-03-28 22:20:29 +01:00
|
|
|
<title>Creating devices</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-02-08 02:46:55 +00:00
|
|
|
<para>
|
|
|
|
Create the device files by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
|
|
|
|
<userinput>cd /dev &&</userinput>
|
2001-04-03 00:17:06 +01:00
|
|
|
<userinput>./MAKEDEV -v generic</userinput>
|
2001-02-08 02:46:55 +00:00
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <quote>generic</quote> parameter passed to the MAKEDEV script
|
2001-03-19 16:02:50 +00:00
|
|
|
doesn't create all the devices a user might need, such as audio devices,
|
2001-03-20 20:33:33 +00:00
|
|
|
hdc, hdd and others. If it seems something is missing MAKEDEV has to be told
|
2001-04-03 00:17:06 +01:00
|
|
|
to create it. To create hdc replace generic with hdc. A user can also add hdc
|
2001-03-19 16:02:50 +00:00
|
|
|
to generic, so he would execute <userinput>./MAKEDEV -v generic
|
2001-02-08 02:46:55 +00:00
|
|
|
hdc</userinput> to create the generic set of devices files, plus the
|
2001-03-19 16:02:50 +00:00
|
|
|
files he needs to be able to access hdc (and hdc1, hdc2, etc)
|
2001-02-08 02:46:55 +00:00
|
|
|
</para>
|
|
|
|
|
2001-02-23 19:47:41 +00:00
|
|
|
<para>
|
2001-03-19 16:02:50 +00:00
|
|
|
MAKEDEV will create hda[1-20] and hdb[1-20] and such but he has to keep in mind
|
|
|
|
that he may not be able to use all of those devices due to kernel
|
2001-02-23 19:47:41 +00:00
|
|
|
limitations regarding the max. number of partitions.
|
|
|
|
</para>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|