| 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.9 2004/04/26 09:59:43 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.10 2004/04/26 12:41:30 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.7</version> |
22 | <version>0.8</version> |
| 23 | <date>April 26, 2004</date> |
23 | <date>April 26, 2004</date> |
| 24 | |
24 | |
| 25 | <chapter> |
25 | <chapter> |
| 26 | <title>What is udev?</title> |
26 | <title>What is udev?</title> |
| 27 | <section> |
27 | <section> |
| … | |
… | |
| 209 | [*] Support for hot-pluggable devices |
209 | [*] Support for hot-pluggable devices |
| 210 | |
210 | |
| 211 | File systems ---> |
211 | File systems ---> |
| 212 | Pseudo filesystems ---> |
212 | Pseudo filesystems ---> |
| 213 | [*] /proc file system support |
213 | [*] /proc file system support |
| 214 | [*] /dev/pts file system for Unix98 PTYs |
|
|
| 215 | [*] Virtual memory file system support (former shm fs) |
214 | [*] Virtual memory file system support (former shm fs) |
| 216 | </pre> |
215 | </pre> |
| 217 | |
216 | |
| 218 | <p> |
217 | <p> |
| 219 | You can leave the <c>/dev file system support (OBSOLETE)</c> active if you |
218 | You can leave the <c>/dev file system support (OBSOLETE)</c> active if you |
| … | |
… | |
| 280 | </p> |
279 | </p> |
| 281 | |
280 | |
| 282 | <p> |
281 | <p> |
| 283 | If you run <c>sys-apps/baselayout-1.8.12</c> or later, this problem is |
282 | If you run <c>sys-apps/baselayout-1.8.12</c> or later, this problem is |
| 284 | alleviated since the boot process should still manage to complete. However, to |
283 | alleviated since the boot process should still manage to complete. However, to |
| 285 | get rid of those annoying warnings, you should create he missing devices nodes |
284 | get rid of those annoying warnings, you should create the missing device nodes |
| 286 | as described below. |
285 | as described below. |
| 287 | </p> |
286 | </p> |
| 288 | |
287 | |
| 289 | <p> |
288 | <p> |
| 290 | To see which devices nodes are present before the <path>/dev</path> filesystem |
289 | To see which devices nodes are present before the <path>/dev</path> filesystem |
| … | |
… | |
| 333 | <li> |
332 | <li> |
| 334 | the <c>nvidia</c> module listed in |
333 | the <c>nvidia</c> module listed in |
| 335 | <path>/etc/modules.autoload.d/kernel-2.6</path> |
334 | <path>/etc/modules.autoload.d/kernel-2.6</path> |
| 336 | </li> |
335 | </li> |
| 337 | <li> |
336 | <li> |
| 338 | a version of <c>nvidia-kernel</c> equal to or greater han |
337 | a version of <c>nvidia-kernel</c> equal to or greater than |
| 339 | <c>media-video/nvidia-kernel-1.0.5336-r2</c> |
338 | <c>media-video/nvidia-kernel-1.0.5336-r2</c> |
| 340 | </li> |
339 | </li> |
| 341 | <li> |
340 | <li> |
| 342 | a version of baselayout equal to or greater than |
341 | a version of baselayout equal to or greater than |
| 343 | <c>sys-apps/baselayout-1.8.12</c> |
342 | <c>sys-apps/baselayout-1.8.12</c> |