| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.20 2004/10/22 09:51:51 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.21 2004/11/26 22:13:36 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/udev-guide.xml"> |
6 | <guide link="/doc/en/udev-guide.xml"> |
| 7 | <title>Gentoo udev Guide</title> |
7 | <title>Gentoo udev Guide</title> |
| 8 | |
8 | |
| 9 | <author title="Author"> |
9 | <author title="Author"> |
| … | |
… | |
| 17 | This document explains what udev is and how you can use udev to fit your needs. |
17 | This document explains what udev is and how you can use udev to fit your needs. |
| 18 | </abstract> |
18 | </abstract> |
| 19 | |
19 | |
| 20 | <license/> |
20 | <license/> |
| 21 | |
21 | |
| 22 | <version>0.16</version> |
22 | <version>0.17</version> |
| 23 | <date>October 22, 2004</date> |
23 | <date>2004-11-26</date> |
| 24 | |
24 | |
| 25 | <chapter> |
25 | <chapter> |
| 26 | <title>What is udev?</title> |
26 | <title>What is udev?</title> |
| 27 | <section> |
27 | <section> |
| 28 | <title>The /dev Directory</title> |
28 | <title>The /dev Directory</title> |
| … | |
… | |
| 207 | <pre caption="Installing the coldplug package"> |
207 | <pre caption="Installing the coldplug package"> |
| 208 | # <i>emerge coldplug</i> |
208 | # <i>emerge coldplug</i> |
| 209 | </pre> |
209 | </pre> |
| 210 | |
210 | |
| 211 | <p> |
211 | <p> |
| 212 | Kernelwise, if you're using the default set by <c>genkernel</c> then you're all |
|
|
| 213 | set. Otherwise be sure to activate the following options: |
212 | Kernelwise, be sure to activate the following options: |
| 214 | </p> |
213 | </p> |
| 215 | |
214 | |
| 216 | <pre caption="Required kernel options"> |
215 | <pre caption="Required kernel options"> |
| 217 | General setup ---> |
216 | General setup ---> |
| 218 | [*] Support for hot-pluggable devices |
217 | [*] Support for hot-pluggable devices |
| … | |
… | |
| 232 | File systems ---> |
231 | File systems ---> |
| 233 | Pseudo Filesystems ---> |
232 | Pseudo Filesystems ---> |
| 234 | [*] /dev file system support (OBSOLETE) |
233 | [*] /dev file system support (OBSOLETE) |
| 235 | [ ] Automatically mount at boot |
234 | [ ] Automatically mount at boot |
| 236 | </pre> |
235 | </pre> |
|
|
236 | |
|
|
237 | <p> |
|
|
238 | If you use <c>genkernel</c>, don't forget to run it with the <c>--udev</c> |
|
|
239 | option to enable all the required kernel configuration directives. The default |
|
|
240 | configuration given by this <c>genkernel</c> invocation is sufficient. |
|
|
241 | </p> |
| 237 | |
242 | |
| 238 | </body> |
243 | </body> |
| 239 | </section> |
244 | </section> |
| 240 | <section> |
245 | <section> |
| 241 | <title>Configuration</title> |
246 | <title>Configuration</title> |