


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wow! Ubuntu &#187; Richard</title>
	<atom:link href="http://wowubuntu.com/author/richard/feed" rel="self" type="application/rss+xml" />
	<link>http://wowubuntu.com</link>
	<description>Ubuntu 及 Linux 新闻、技巧、软件及游戏！</description>
	<lastBuildDate>Wed, 16 May 2012 04:19:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>利用busybox制作一个小巧的Linux系统</title>
		<link>http://wowubuntu.com/busybox-make-a-small-linux.html</link>
		<comments>http://wowubuntu.com/busybox-make-a-small-linux.html#comments</comments>
		<pubDate>Sat, 10 Sep 2011 11:15:17 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://wowubuntu.com/?p=5103</guid>
		<description><![CDATA[1. 下载busybox和linux kernel的源码. busybox的源码地址: http://www.linuxidc.com/Linux/2011-08/40704.htm linux kernel的源码地址: http://www.kernel.org/pub/linux/kernel/v2.6/ 我选择的busybox版本是: busybox-1.16.0.tar.bz2 linux kernel的版本是: linux-2.6.28.tar.bz2 2. 接下来我们先编译linux内核 我将下载下来的内核源代码压缩包拷贝到/usr/src目录下，然后进入到这个目录将其解压,命令如下: # tar xjf linux-2.6.28.tar.bz2 然后创建一个目录，用来保存编译内核产生的目标文件 # pwd /usr/src # mkdir linux-2.6.28-obj linux-2.6.28-obj现在是一个空目录，编译内核时会将目标文件输出保存到这个目录下。 linux-2.6.28 是刚才linux-2.6.28.tar.bz2文件解压出来的目录。 然后我们开始编译linux内核,输入如下所示的命令: # cd /usr/src/linux-2.6.28 (进入到内核源码树目录) # make O=/usr/src/linux-2.6.28-obj menuconfig (配置内核) 配置内核时，里面的选项有很多,如果不确定的话就将所有选项都编译进内核，当然最好能针对性的配置内核，这样产生出的内核镜像不至于太大。还有一点就是配置时一定要将选定的选项编译进内核，而不要编译成模块。同时，为了支持initrd内存盘文件系统，有两个选项是必须的。 一个是General Setup –&#62; Initial RAM filesystem and RAM disk support 另一个是 Device Drivers –&#62; [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux 20周年开发者庆典活动!</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-native-notification%25EF%25BC%259A%25E8%25AE%25A9-chrome-%25E6%2594%25AF%25E6%258C%2581-linux-%25E5%258E%259F%25E7%2594%259F%25E9%2580%259A%25E7%259F%25A5.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Native Notification：让 Chrome 支持 Linux 原生通知</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20-year.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">庆祝 Linux 20 周岁</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-deepin-1106-beta1.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Deepin 11.06 beta1 发布</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2F5linux-news-site.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">推荐 5 个Linux新闻网站</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>1. 下载busybox和linux kernel的源码.</p>
<p>busybox的源码地址: <a href="http://www.linuxidc.com/Linux/2011-08/40704.htm">http://www.linuxidc.com/Linux/2011-08/40704.htm</a><br />
linux kernel的源码地址:<a href="http://www.kernel.org/pub/linux/kernel/v2.6/"> http://www.kernel.org/pub/linux/kernel/v2.6/</a><span id="more-5103"></span></p>
<p>我选择的busybox版本是: busybox-1.16.0.tar.bz2</p>
<p>linux kernel的版本是: linux-2.6.28.tar.bz2</p>
<p>2. 接下来我们先编译linux内核</p>
<p>我将下载下来的内核源代码压缩包拷贝到/usr/src目录下，然后进入到这个目录将其解压,命令如下:</p>
<blockquote><p># tar xjf linux-2.6.28.tar.bz2</p></blockquote>
<p>然后创建一个目录，用来保存编译内核产生的目标文件</p>
<blockquote><p># pwd</p>
<p>/usr/src</p>
<p># mkdir linux-2.6.28-obj</p></blockquote>
<p>linux-2.6.28-obj现在是一个空目录，编译内核时会将目标文件输出保存到这个目录下。</p>
<p>linux-2.6.28 是刚才linux-2.6.28.tar.bz2文件解压出来的目录。</p>
<p>然后我们开始编译linux内核,输入如下所示的命令:</p>
<blockquote><p># cd /usr/src/linux-2.6.28 (进入到内核源码树目录)</p>
<p># make O=/usr/src/linux-2.6.28-obj menuconfig (配置内核)</p></blockquote>
<p>配置内核时，里面的选项有很多,如果不确定的话就将所有选项都编译进内核，当然最好能针对性的配置内核，这样产生出的内核镜像不至于太大。还有一点就是配置时一定要将选定的选项编译进内核，而不要编译成模块。同时，为了支持initrd内存盘文件系统，有两个选项是必须的。</p>
<p>一个是General Setup –&gt; Initial RAM filesystem and RAM disk support</p>
<p>另一个是 Device Drivers –&gt; Block Devices –&gt; RAM block device support</p>
<p>这个选项的子选项保持默认就可以了，如下图所示:</p>
<p>然后退出配置界面，在退出时会提示你是否保存刚才的配置，选择yes就可以了(因为我们在配置时指明了O=/usr/src/linux-2.6.28-obj 目录，所以配置文件会保存到这个目录下，文件名为.config)</p>
<p>接下来我们开始编译内核:</p>
<blockquote><p># make O=/usr/src/linux-2.6.28-obj (生成内核镜像和模块)</p></blockquote>
<p>通常，我们编译内核是为了更新内核，但这里我们只是为了编译出一个内核镜像，所以就不调用make install命令来安装内核了。</p>
<p>好！内核编译完成，我们将编译好的内核镜像拷贝到主目录下，以供后面使用。</p>
<blockquote><p># cp /usr/src/linux-2.6.28-obj/arch/x86/boot/bzImage ~ (拷贝内核镜像到root用户的主目录下)</p></blockquote>
<p>3.编译busybox</p>
<p>接下来我们开始编译busybox。（我的busybox-1.16.0.tar.bz2存放到了/root目录下）</p>
<blockquote><p># tar xf busybox-1.16.0.tar.bz2 (解压busybox压缩包)</p>
<p># cd busybox-1.16.0 (进入到解压后的busybox源码目录)</p>
<p># make menuconfig (配置busybox)</p></blockquote>
<p>注意配置时，一定要选择静态链接选项，该选项位于:</p>
<p>Busybox Settings –&gt; Build Options –&gt; Build Busybox as a static binary</p>
<p>接下来，我们安装busybox</p>
<blockquote><p># make install (busybox默认安装到了其源码树目录的名字为_install的目录中)</p>
<p># cd _install (进入安装了busybox的目录)</p></blockquote>
<p>当我们进入了busybox后发现了熟悉的linux目录结构，但只有这些是不够的还需要手工添加一些基本的配置文件。</p>
<p>4. 在busybox中添加配置文件并生成initrd镜像</p>
<p>这时，我们处在/root/busybox-1.16.0/_install 目录下。</p>
<p>好了，开始我们的配置~</p>
<blockquote><p># mkdir proc sys etc dev (创建四个空目录，linux内核需要)</p>
<p># cd dev</p>
<p># mknod console c 5 1 (创建一个控制台字符设备文件)<br />
# mknod null c 1 3 (创建一个0设备文件)</p>
<p># cd ..</p>
<p># cd etc</p>
<p># vim fstab (输入如下图内容)</p>
<p># mkdir init.d</p>
<p># vim init.d/rcS (输入如下内容)</p>
<p># chmod +x init.d/rcS (给rcS文件加上可执行权限)</p>
<p># vim inittab (输入如下内容)</p>
<p># cd ..</p>
<p># pwd (打印当前目录)</p>
<p>/root/busybox-1.16.0/_install</p></blockquote>
<p>此时表明我们处在busybox安装文件的根目录下</p>
<blockquote><p># rm linuxrc (删除linuxrc链接文件)</p></blockquote>
<p>然后新创建一个指向busybox文件的链接文件我们输入如下图所示命令来创建initrd镜像.</p>
<blockquote><p># cd ..</p>
<p># cp initrd.gz ~ (将其拷贝到主目录)</p></blockquote>
<p>至此我们就得到了两个镜像文件：</p>
<p>bzImage : linux内核镜像文件</p>
<p>initrd.gz : 内存盘根文件系统镜像文件</p>
<p>好！接下来我们在一个grub引导器下，来引导这个系统：</p>
<p>嗯。为了方便起见，我将生成的这两个文件拷贝到了/boot下</p>
<p>只要在grub提示符下输入如下图所示的三个命令，你的mini linux就能引导开了~~</p>
<p>&nbsp;</p>
<p><img src="///home/liuxiaochun/Desktop/110817071960422.png" alt="" /></p>
# 本文采用<a href="http://creativecommons.org/licenses/by/2.5/cn/">CC协议</a>进行授权，转载本文请注明<a href="http://wowubuntu.com/busybox-make-a-small-linux.html" title="Permalink">本文链接<a>。/  24  条留言
<hr>
- <a href="http://twitter.com/ubuntu_tips">Twitter</a> 
/ <a href="http://t.sina.com.cn/utips">微博</a> 
/ <a href="http://wowubuntu.com/ask">问答</a> 
/ <a href="http://wowubuntu.com/submit">投稿</a>
/ <a href="http://wowubuntu.com/join">加入我们</a> wow0slx6bcs721xo1udcc<br>- 高性价比 <a href="http://wowubuntu.com/vps.html">Ubuntu VPS</a> / 本站架设于<a href="http://www.photonvps.com/billing/aff.php?aff=129"> PhotonVPS </a> / 定制 <a href="http://tto.me/kfstee">Ubuntu T-Shirt</a><table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux 20周年开发者庆典活动!</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-native-notification%25EF%25BC%259A%25E8%25AE%25A9-chrome-%25E6%2594%25AF%25E6%258C%2581-linux-%25E5%258E%259F%25E7%2594%259F%25E9%2580%259A%25E7%259F%25A5.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Native Notification：让 Chrome 支持 Linux 原生通知</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20-year.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">庆祝 Linux 20 周岁</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-deepin-1106-beta1.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Deepin 11.06 beta1 发布</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2F5linux-news-site.html&from=http%3A%2F%2Fwowubuntu.com%2Fbusybox-make-a-small-linux.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">推荐 5 个Linux新闻网站</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://wowubuntu.com/busybox-make-a-small-linux.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Linux 3.1 内核将支持无线局域网唤醒</title>
		<link>http://wowubuntu.com/wwol.html</link>
		<comments>http://wowubuntu.com/wwol.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 07:51:10 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[无线]]></category>

		<guid isPermaLink="false">http://wowubuntu.com/?p=5105</guid>
		<description><![CDATA[Linux 操作系统早已支持局域网唤醒 (WOL) ，而下一版本的 Linux 3.1 Kernel 系统内核将会引入无线局域网唤醒，简称 WWOL。 和有线版本类似，无线局域网唤醒可以让系统在进入挂起状态 (ACPI S3) 或者另一种低功耗状态的同时继续保持无线连接处于开启状态，而一旦接到用户的特定操作，或者从AP断开连接，就会将系统唤醒，并恢复到原始状态。 该技术也可以用于在无线网卡找到合适的Wi-Fi连接时自动唤醒系统。 Linux 3.1 对无线局域网唤醒的支持来自于五月份就发布的一个补丁，并最终在 merge window 阶段成功进入了主干树 (mainline tree)。Intel也在他们的iwlagn驱动中加入了对该技术的支持。 Linux 3.1 内核正式版将于下个月发布，新功能除了无线局域网唤醒之外还有Nouveau驱动在GeForce 400/500系列显卡上无需手动载入微代码、Sandy Bridge 性能优化、大量 DRM改进、支持开源处理器架构 OpenSIRC、Wii Remote HID 驱动、Intel Atom 平台Poulsbo驱动改进和Cedar Trail初步支持。 # 本文采用CC协议进行授权，转载本文请注明本文链接。/ 3 条留言 - Twitter / 微博 / 问答 / 投稿 / 加入我们 wow0slx6bcs721xo1udcc- 高性价比 Ubuntu VPS / [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Fbroadcom-opensource.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Broadcom 正式开源 802.11n 无线驱动</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Finssider2.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Wi-fi 扫描工具 inSSIDer 2 发布 Linux 版本</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20-year.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">庆祝 Linux 20 周岁</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-native-notification.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Native Notification：让 Chrome 支持 Linux 原生通知</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux 20周年开发者庆典活动!</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>Linux 操作系统早已支持局域网唤醒 (WOL) ，而下一版本的 Linux 3.1 Kernel 系统内核将会引入无线局域网唤醒，简称 WWOL。</p>
<p>和有线版本类似，无线局域网唤醒可以让系统在进入挂起状态 (ACPI S3) 或者另一种低功耗状态的同时继续保持无线连接处于开启状态，而一旦接到用户的特定操作，或者从AP断开连接，就会将系统唤醒，并恢复到原始状态。</p>
<p>该技术也可以用于在无线网卡找到合适的Wi-Fi连接时自动唤醒系统。</p>
<p>Linux 3.1 对无线局域网唤醒的支持来自于五月份就发布的一个补丁，并最终在 merge window 阶段成功进入了主干树 (mainline tree)。Intel也在他们的iwlagn驱动中加入了对该技术的支持。</p>
<p>Linux 3.1 内核正式版将于下个月发布，新功能除了无线局域网唤醒之外还有Nouveau驱动在GeForce 400/500系列显卡上无需手动载入微代码、Sandy Bridge 性能优化、大量 DRM改进、支持开源处理器架构 OpenSIRC、Wii Remote HID 驱动、Intel Atom 平台Poulsbo驱动改进和Cedar Trail初步支持。</p>
# 本文采用<a href="http://creativecommons.org/licenses/by/2.5/cn/">CC协议</a>进行授权，转载本文请注明<a href="http://wowubuntu.com/wwol.html" title="Permalink">本文链接<a>。/  3  条留言
<hr>
- <a href="http://twitter.com/ubuntu_tips">Twitter</a> 
/ <a href="http://t.sina.com.cn/utips">微博</a> 
/ <a href="http://wowubuntu.com/ask">问答</a> 
/ <a href="http://wowubuntu.com/submit">投稿</a>
/ <a href="http://wowubuntu.com/join">加入我们</a> wow0slx6bcs721xo1udcc<br>- 高性价比 <a href="http://wowubuntu.com/vps.html">Ubuntu VPS</a> / 本站架设于<a href="http://www.photonvps.com/billing/aff.php?aff=129"> PhotonVPS </a> / 定制 <a href="http://tto.me/kfstee">Ubuntu T-Shirt</a><table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Fbroadcom-opensource.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Broadcom 正式开源 802.11n 无线驱动</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Finssider2.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Wi-fi 扫描工具 inSSIDer 2 发布 Linux 版本</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20-year.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">庆祝 Linux 20 周岁</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-native-notification.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux Native Notification：让 Chrome 支持 Linux 原生通知</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwowubuntu.com%2Flinux-20.html&from=http%3A%2F%2Fwowubuntu.com%2Fwwol.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 13px !important;">Linux 20周年开发者庆典活动!</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://wowubuntu.com/wwol.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

