<?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>风叶 &#187; 小红帽</title>
	<atom:link href="http://blog.myhnet.cn/tag/%e5%b0%8f%e7%ba%a2%e5%b8%bd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myhnet.cn</link>
	<description>秋湍泻石髓 风叶聚云根</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:05:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Thinkpad的小红帽（trackpoint)在Ubuntu810中的配置</title>
		<link>http://blog.myhnet.cn/2008/12/01/how-to-configure-trackpoint-of-thinkpad-for-ubuntuu-810/</link>
		<comments>http://blog.myhnet.cn/2008/12/01/how-to-configure-trackpoint-of-thinkpad-for-ubuntuu-810/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 08:49:30 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[810]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[trickpoint]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[小红帽]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/2008/12/01/thinkpad%e7%9a%84%e5%b0%8f%e7%ba%a2%e5%b8%bd%ef%bc%88trackpoint%e5%9c%a8ubuntu810%e4%b8%ad%e7%9a%84%e9%85%8d%e7%bd%ae/</guid>
		<description><![CDATA[来源：http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#TrackPoint_under_Ubuntu_8.10_using_HAL 今天把系统从804升级到了810，发现原来的小红帽不能正常使用，按照原来配置804的办法已经不行了，一查资料，原来在ubuntu810中对一些硬件的支持已经完全由HAL来做了，鼠标就是其中之一。 解决办法如下： 以root身份用下面的内容创建这个文件：/etc/hal/fdi/policy/mouse-wheel.fdi &#60;match key=&#34;info.product&#34; string=&#34;TPPS/2 IBM TrackPoint&#34;&#62;&#60;merge key=&#34;input.x11_options.EmulateWheel&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62;&#60;merge key=&#34;input.x11_options.EmulateWheelButton&#34; type=&#34;string&#34;&#62;2&#60;/merge&#62;&#60;merge key=&#34;input.x11_options.YAxisMapping&#34; type=&#34;string&#34;&#62;4 5&#60;/merge&#62;&#60;merge key=&#34;input.x11_options.XAxisMapping&#34; type=&#34;string&#34;&#62;6 7&#60;/merge&#62;&#60;merge key=&#34;input.x11_options.Emulate3Buttons&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62;&#60;merge key=&#34;input.x11_options.EmulateWheelTimeout&#34; type=&#34;string&#34;&#62;200&#60;/merge&#62;&#60;/match&#62; 之后保存重启（估计重启hal服务应该也可以生效，不过，我没试过） 效果很棒，原来我的配置还不能支持左右拖，现在也可以完美支持了。]]></description>
			<content:encoded><![CDATA[<p>来源：<a href="http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#TrackPoint_under_Ubuntu_8.10_using_HAL">http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#TrackPoint_under_Ubuntu_8.10_using_HAL</a><br />
今天把系统从804升级到了810，发现原来的小红帽不能正常使用，按照原来配置804的办法已经不行了，一查资料，原来在ubuntu810中对一些硬件的支持已经完全由HAL来做了，鼠标就是其中之一。</p>
<p>解决办法如下：</p>
<p>以root身份用下面的内容创建这个文件：<strong>/etc/hal/fdi/policy/mouse-wheel.fdi</strong></p>
<div class="hl-surround"><div class="hl-main">&lt;match key=&quot;info.product&quot; string=&quot;TPPS/2 IBM TrackPoint&quot;&gt;<br />&lt;merge key=&quot;input.x11_options.EmulateWheel&quot; type=&quot;string&quot;&gt;true&lt;/merge&gt;<br />&lt;merge key=&quot;input.x11_options.EmulateWheelButton&quot; type=&quot;string&quot;&gt;2&lt;/merge&gt;<br />&lt;merge key=&quot;input.x11_options.YAxisMapping&quot; type=&quot;string&quot;&gt;4 5&lt;/merge&gt;<br />&lt;merge key=&quot;input.x11_options.XAxisMapping&quot; type=&quot;string&quot;&gt;6 7&lt;/merge&gt;<br />&lt;merge key=&quot;input.x11_options.Emulate3Buttons&quot; type=&quot;string&quot;&gt;true&lt;/merge&gt;<br />&lt;merge key=&quot;input.x11_options.EmulateWheelTimeout&quot; type=&quot;string&quot;&gt;200&lt;/merge&gt;<br />&lt;/match&gt;</div></div>
<p>之后保存重启（估计重启hal服务应该也可以生效，不过，我没试过）</p>
<p>效果很棒，原来我的配置还不能支持左右拖，现在也可以完美支持了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2008/12/01/how-to-configure-trackpoint-of-thinkpad-for-ubuntuu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thinkpad下配置Ubuntu 804</title>
		<link>http://blog.myhnet.cn/2008/08/15/thinkpad%e4%b8%8b%e9%85%8d%e7%bd%aeubuntu-804/</link>
		<comments>http://blog.myhnet.cn/2008/08/15/thinkpad%e4%b8%8b%e9%85%8d%e7%bd%aeubuntu-804/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 10:38:50 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[安装配置]]></category>
		<category><![CDATA[804]]></category>
		<category><![CDATA[麦克风]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[小红帽]]></category>
		<category><![CDATA[无线网卡]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/2008/08/15/thinkpad%e4%b8%8b%e9%85%8d%e7%bd%aeubuntu-804/</guid>
		<description><![CDATA[Trackpoint 首先，搞一定最重要（呵呵，起码我认为最重要的），那就是Trackpoint也就是小红帽的中键，总是要到边上去拖滚动条的日子真是难受。 Section &#34;InputDevice&#34;Identifier &#34;Trackpoint&#34;Driver &#34;mouse&#34;Option &#34;CorePointer&#34;Option &#34;Device&#34; &#34;/dev/input/mice&#34;Option &#34;Protocol&#34; &#34;ImPS/2&#34;Option &#34;ZAxisMapping&#34; &#34;4 5&#34;Option &#34;Emulate3Buttons&#34; &#34;true&#34;Option &#34;EmulateWheel&#34;&#160; &#160; &#160; &#160; &#160; &#34;true&#34;Option &#34;EmulateWheelButton&#34;&#160; &#160; &#34;2&#34;EndSection 无线网卡 这个我是用ndiswrapper来做的，许多网站上推荐的madwifi我一直没有搞成功，所以很是郁闷。不过，这个东西安装倒也是简单，只是在连接网络的时候比较耗时间 下载一个ndiswrapper-1.53.tar.gz，或者更高版本，解压，按照INSTALL文件的要求安装。 然后，从原来的Windows驱动中，找到原来的无线网卡的驱动（那个文件夹中应该有这三个文件：AR5211.SYS， NET5211.CAT， NET5211.INF， 我的无线网卡是 Atheros的，其他自己找吧），把整个文件夹都copy到Ubuntu里面，然后，运行这个命令： ndiswrapper -i NET5211.INF 然后，再运行 ndiswrapper -l 应该可以看到类似下面的信息 net5211 : driver installeddevice (168C:001C) present 这个时候，ndiswrapper的配置差不多算完成了 接下来就是让系统加ndiswrapper了，在INSTALL里面好像说是可以直接运行 modprobe ndiswrapper 但是我每次一运行这个就会down机，重启之后再运行才正常 而且，这个东西好像每次开机都可重新加载，最好是把他写入到/etc/rc.local里面 呵呵，还记得一点，千万别写在 exit 0 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Trackpoint</strong><br />
首先，搞一定最重要（呵呵，起码我认为最重要的），那就是Trackpoint也就是小红帽的中键，总是要到边上去拖滚动条的日子真是难受。</p>
<div class="hl-surround"><div class="hl-main">Section &quot;InputDevice&quot;<br />Identifier	&quot;Trackpoint&quot;<br />Driver		&quot;mouse&quot;<br />Option		&quot;CorePointer&quot;<br />Option		&quot;Device&quot;		&quot;/dev/input/mice&quot;<br />Option		&quot;Protocol&quot;		&quot;ImPS/2&quot;<br />Option		&quot;ZAxisMapping&quot;		&quot;4 5&quot;<br />Option		&quot;Emulate3Buttons&quot;	&quot;true&quot;<br />Option		&quot;EmulateWheel&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;true&quot;<br />Option		&quot;EmulateWheelButton&quot;&nbsp; &nbsp; &quot;2&quot;<br />EndSection</div></div>
<p><strong>无线网卡</strong><br />
这个我是用ndiswrapper来做的，许多网站上推荐的madwifi我一直没有搞成功，所以很是郁闷。不过，这个东西安装倒也是简单，只是在连接网络的时候比较耗时间<br />
下载一个ndiswrapper-1.53.tar.gz，或者更高版本，解压，按照INSTALL文件的要求安装。<br />
然后，从原来的Windows驱动中，找到原来的无线网卡的驱动（那个文件夹中应该有这三个文件：AR5211.SYS，  NET5211.CAT，  NET5211.INF， 我的无线网卡是 Atheros的，其他自己找吧），把整个文件夹都copy到Ubuntu里面，然后，运行这个命令：</p>
<div class="hl-surround"><div class="hl-main">ndiswrapper -i NET5211.INF</div></div>
<p>然后，再运行</p>
<div class="hl-surround"><div class="hl-main">ndiswrapper -l</div></div>
<p>应该可以看到类似下面的信息</p>
<div class="hl-surround"><div class="hl-main">net5211 : driver installed<br />device (168C:001C) present</div></div>
<p>这个时候，ndiswrapper的配置差不多算完成了<br />
接下来就是让系统加ndiswrapper了，在INSTALL里面好像说是可以直接运行</p>
<div class="hl-surround"><div class="hl-main">modprobe ndiswrapper</div></div>
<p>但是我每次一运行这个就会down机，重启之后再运行才正常<br />
而且，这个东西好像每次开机都可重新加载，最好是把他写入到/etc/rc.local里面<br />
呵呵，还记得一点，千万别写在</p>
<div class="hl-surround"><div class="hl-main">exit 0</div></div>
<p>之后啊，没用的，我今天就为这个问题还郁闷了好久，呵呵。<br />
不过，这之后的无线操作，跟Windows XP也就差不太远了，所以还算是方便的<br />
对了，忘说了，这个可能会出现无线指示灯不亮的情况（起码我的灯没亮起来过），这个是没有关系的。你用</p>
<div class="hl-surround"><div class="hl-main">ifconfig -a</div></div>
<p>或者</p>
<div class="hl-surround"><div class="hl-main">iwconfig</div></div>
<p>能够看到无线设置就好了，应该是wlan0</p>
<p><strong>麦克风</strong><br />
右击右上那个小喇叭的图标，选择“Open Volume Control&#8221;<br />
在弹出来的对话框菜单中选择 ”Edit&#8221; &#8212; &#8220;Preferences&#8221;<br />
然后，把“ Capture&#8221;与&#8221;Input Source&#8221;钩上，记得<strong>不要</strong>取消原来的东西（我的上面有两个Capture与Input Source，我都钩上了）。<br />
关闭前一个对话框，这个时候，你应该可以看到多了两个选项，一个是&#8221;Recording&#8221; ，另一个是 &#8220;Options&#8221;。<br />
选择&#8221;Recording&#8221;选项。把下面小喇叭与麦克风标志上的小红叉全部去掉，并把滑动条拖到最顶端。<br />
再选择&#8221;Options&#8221;选项。把“Input Source&#8221;后面的选项改为&#8221;Internal Mic&#8221;（如果你喜欢外接麦克风的话，改为Mic）。<br />
然后可以用Sound Recorder来测试麦克风是否工作了，记得录音之前，先把&#8221;Record from input&#8221;改为&#8221;Captaure“。<br />
这个办法在Sound Recorder与Skype中测试通过</p>
<p>更多信息，大家可以参考这个<br />
<a href="http://www.thinkwiki.org/wiki/Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_T61#Open_Source_Intel_Wifi_Driver">http://www.thinkwiki.org/wiki/Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_T61#Open_Source_Intel_Wifi_Driver</a><br />
只不过，我发现他里面好多要做的工作，我这里都直接完成了<br />
而那个关于无线指示灯的问题，我又用不了。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2008/08/15/thinkpad%e4%b8%8b%e9%85%8d%e7%bd%aeubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
