<?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; 804</title>
	<atom:link href="http://blog.myhnet.cn/tag/804/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下配置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>
		<item>
		<title>Ubuntu804的pidgin不能用了？</title>
		<link>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/</link>
		<comments>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:14:32 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[804]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/2008/07/15/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/</guid>
		<description><![CDATA[早上来公司，例行打开电脑上ICQ开始工作，却发现ICQ怎么也登陆不上去了 pidgin提示，你的版本太低不能登陆！！ 马上apt-get update一下，发现没有更新啊。。。。 怪事了 没办法，只好到pidgin.im上去下源包 这个平常速度还不错的网站，今天速度居然奇慢 几乎都打不开 展转过了两个多小时，总算把源码包下载下来了 编译时发现不错 比原来进行了，以前什么东西都要手动去enable，现在居然是要求你去disable 呵呵 顺便说下，这次更新后的版本是2.4.3]]></description>
			<content:encoded><![CDATA[<p>早上来公司，例行打开电脑上ICQ开始工作，却发现ICQ怎么也登陆不上去了</p>
<p>pidgin提示，你的版本太低不能登陆！！</p>
<p>马上apt-get update一下，发现没有更新啊。。。。</p>
<p>怪事了</p>
<p>没办法，只好到pidgin.im上去下源包</p>
<p>这个平常速度还不错的网站，今天速度居然奇慢</p>
<p>几乎都打不开</p>
<p>展转过了两个多小时，总算把源码包下载下来了</p>
<p>编译时发现不错</p>
<p>比原来进行了，以前什么东西都要手动去enable，现在居然是要求你去disable</p>
<p>呵呵</p>
<p>顺便说下，这次更新后的版本是2.4.3</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
