From 9a18ca037d2d07086991a8859c3caf0d493ad05e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 8 Feb 2001 02:46:55 +0000 Subject: Merged with makedev-inst.sgml git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/makedev-inst.sgml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'chapter06/makedev-inst.sgml') diff --git a/chapter06/makedev-inst.sgml b/chapter06/makedev-inst.sgml index 582598dbc..ca14a1104 100644 --- a/chapter06/makedev-inst.sgml +++ b/chapter06/makedev-inst.sgml @@ -12,5 +12,26 @@ Install MAKEDEV by running the following commands: + +Create the device files by running the following commands: + + +
+ + cd /dev && + ./MAKEDEV -v generic + +
+ + +The generic parameter passed to the MAKEDEV script +doesn't create all the devices you might need, such as audio devices, +hdc, hdd and ohters. If you seem to be missing something tell MAKEDEV to +create it. To create hdc replace generic with hdc. You can also add hdc +to generic, so you would execute ./MAKEDEV -v generic +hdc to create the generic set of devices files, plus the +files you need to be able to access hdc (and hdc1, hdc2, etc) + + -- cgit v1.2.3-54-g00ecf