Lines 1-7
Link Here
|
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/www/www.gentoo.org/raw_cvs/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.25 2005/04/07 11:29:16 swift Exp $ --> |
4 |
<!-- $Header:$ --> |
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> |
Lines 195-207
Link Here
|
195 |
automated bringup of network devices and firmware downloading. |
195 |
automated bringup of network devices and firmware downloading. |
196 |
</p> |
196 |
</p> |
197 |
|
197 |
|
198 |
<pre caption="Installing optional hotplug scripts"> |
|
|
199 |
# <i>emerge hotplug</i> |
200 |
</pre> |
201 |
|
202 |
<p> |
198 |
<p> |
203 |
If you want modules loaded for devices that have been plugged in before you |
199 |
If you want modules loaded for devices that have been plugged in before you |
204 |
boot, use the coldplug package: |
200 |
boot, use the <c>coldplug</c> package. The package <c>hotplug</c> is a dependency for <c>coldplug</c> |
|
|
201 |
so you only need to: |
205 |
</p> |
202 |
</p> |
206 |
|
203 |
|
207 |
<pre caption="Installing the coldplug package"> |
204 |
<pre caption="Installing the coldplug package"> |
Lines 209-214
Link Here
|
209 |
</pre> |
206 |
</pre> |
210 |
|
207 |
|
211 |
<p> |
208 |
<p> |
|
|
209 |
After this step you don't need to add <c>hotplug</c> to your runlevel, you only need to add <c>coldplug</c> |
210 |
to get the job done. |
211 |
</p> |
212 |
|
213 |
<pre caption="Automatically starting coldplug"> |
214 |
# <i>rc-update add coldplug boot</i> |
215 |
</pre> |
216 |
|
217 |
<p> |
212 |
Kernelwise, be sure to activate the following options: |
218 |
Kernelwise, be sure to activate the following options: |
213 |
</p> |
219 |
</p> |
214 |
|
220 |
|