spb Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/20036972384156d941bd94f.jpg)
Joined: 02 Jan 2004 Posts: 2135 Location: Cambridge, UK
|
Posted: Fri Jul 23, 2004 3:02 pm Post subject: |
|
|
If you don't want to use devfs, the best solution is to get a 2.6 kernel and use udev.
If you don't want either, or want to stick with 2.4, then you'll need to do the following:
(1) remove kernel support for it.
(2) edit /etc/conf.d/rc, and change RC_DEVFSD_STARTUP to "no"
(3) Re-create all your device nodes in your new, static-style /dev. For that, you'll need three things: 'man mknod', /usr/src/linux/Documentation/devices.txt, and a bit of patience. Or you could use the MAKEDEV script, but that will fill up /dev with any number of useless device files for hardware you don't have. |
|