| 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 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.28 2007/07/08 07:48:12 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.29 2007/07/08 17:51:23 nightmorph Exp $ --> |
| 4 | <guide link="/doc/en/power-management-guide.xml"> |
4 | <guide link="/doc/en/power-management-guide.xml"> |
| 5 | <title>Power Management Guide</title> |
5 | <title>Power Management Guide</title> |
| 6 | |
6 | |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| 8 | <mail link="earthwings@gentoo.org">Dennis Nienhüser</mail> |
8 | <mail link="earthwings@gentoo.org">Dennis Nienhüser</mail> |
| … | |
… | |
| 1178 | This script assumes your wireless interface is called <c>wlan0</c>; replace |
1178 | This script assumes your wireless interface is called <c>wlan0</c>; replace |
| 1179 | this with the actual name of your interface. |
1179 | this with the actual name of your interface. |
| 1180 | </note> |
1180 | </note> |
| 1181 | |
1181 | |
| 1182 | <p> |
1182 | <p> |
| 1183 | Add the following script to <path>/etc/conf.d/net</path> to automatically enable |
1183 | Add the following option to <path>/etc/conf.d/net</path> to automatically enable |
| 1184 | power management for your wireless card: |
1184 | power management for your wireless card: |
| 1185 | </p> |
1185 | </p> |
| 1186 | |
1186 | |
| 1187 | <pre caption="Automated WLAN Power Management"> |
1187 | <pre caption="Automated WLAN Power Management"> |
| 1188 | iwconfig_wlan0="power on" |
1188 | iwconfig_wlan0="power on" |