<?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>Bio &#38; Ubiq Weblog &#187; 検索結果:  &#187;  ソース</title>
	<atom:link href="http://blog.biocomputing.cc/search/%E3%82%BD%E3%83%BC%E3%82%B9/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://blog.biocomputing.cc</link>
	<description>Daily Log of Biocomputing &#38; Ubiquitous Networking Laboratory</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:01:29 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MewからのメールがAndroidで読めない</title>
		<link>http://blog.biocomputing.cc/archives/3743</link>
		<comments>http://blog.biocomputing.cc/archives/3743#comments</comments>
		<pubDate>Mon, 02 Aug 2010 11:23:19 +0000</pubDate>
		<dc:creator>masatom</dc:creator>
				<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://blog.biocomputing.cc/?p=3743</guid>
		<description><![CDATA[Mew 6.3からGmailに出したメールをAndroid 2.2の&#8221;メール&#8221;でMicrosoft Exchangeアカウントとして読もうとすると本文が真っ白。

Android 2.2の&#82 [...]]]></description>
			<content:encoded><![CDATA[<p>Mew 6.3からGmailに出したメールをAndroid 2.2の&#8221;メール&#8221;でMicrosoft Exchangeアカウントとして読もうとすると本文が真っ白。</p>

<p>Android 2.2の&#8221;メール&#8221;でもIMAPなら読める。&#8221;Gmail&#8221;でも読める。Mew以外からなら読める。</p>

<p>他にもメーラー不明で本文真っ白があったが、Mewからのメールとの共通点はContent-Typeが&#8221;Text/Plain&#8221;と「T」と「P」が大文字。 Android側の不具合かな。</p>

<p>ざっとAndroidのソースを見た感じだと、text/plainとTEXT/PLAINにしか対応してない感じ。自分でFIXすればいいんだけど、面倒なので放置。</p>

<p>ということで、Froyoでまともにメールを送受信できる環境はなくなった。iOSも大して変わらない。メールなんて枯れたアプリなのにAndroidもiOSもまだまだ。送信元アドレス変えなくていい人には何の問題もないけどね。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biocomputing.cc/archives/3743/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AR928Xの全チャンネルを有効化</title>
		<link>http://blog.biocomputing.cc/archives/3278</link>
		<comments>http://blog.biocomputing.cc/archives/3278#comments</comments>
		<pubDate>Fri, 22 Jan 2010 12:57:41 +0000</pubDate>
		<dc:creator>masatom</dc:creator>
				<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://blog.biocomputing.cc/?p=3278</guid>
		<description><![CDATA[compat-wirelessのソース中の該当部分を発見。drivers/net/wireless/regd.cのath_world_regdomain()だった。EEPROMが6B返すのに、ここの設定は60から6Aまで [...]]]></description>
			<content:encoded><![CDATA[<p>compat-wirelessのソース中の該当部分を発見。drivers/net/wireless/regd.cのath_world_regdomain()だった。EEPROMが6B返すのに、ここの設定は60から6Aまで。6Bが無いのでデフォルトの64になってた。64は1-11と中抜けの5GHz。全部いけるのは60, 61, 62。</p>

<p>ということで、case 0&#215;60:の前にcase 0x6B:を入れたら使えるようになった。これでようやく使えるLinuxノートになった&#8230;かな。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biocomputing.cc/archives/3278/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ch 12, 13, 14が使えないAR928X@openSUSE 11.2</title>
		<link>http://blog.biocomputing.cc/archives/3253</link>
		<comments>http://blog.biocomputing.cc/archives/3253#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:06:58 +0000</pubDate>
		<dc:creator>masatom</dc:creator>
				<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://blog.biocomputing.cc/?p=3253</guid>
		<description><![CDATA[Ch 13に設定したAPのESSIDが見えない。iw listしてみたら、12, 13, 14がdisabledになってる&#8230;orz。US仕様じゃん。でもCRDAではJPに設定されてるので、ath9kドライバの [...]]]></description>
			<content:encoded><![CDATA[<p>Ch 13に設定したAPのESSIDが見えない。iw listしてみたら、12, 13, 14がdisabledになってる&#8230;orz。US仕様じゃん。でもCRDAではJPに設定されてるので、ath9kドライバのバグっぽい。WIRELESS_POWER=&#8221;no&#8221;が効かないのもバグかも。</p>

<p>Atherosだから大丈夫かとおもったが、問題多し。</p>

<p>ubuntu 9.10でもCh 1-11しか使えない。ndiswrapperで64bit XPのドライバ入れてみたらCh 1-14になったが5GHz帯が使えない。こりゃダメだ。ath9kのアップデート待ち。</p>

<p>追記：ath9kドライバをコンパイルしてインストールしたらWIRELESS_POWER=&#8221;no&#8221;は効くようになった。Ch 12, 13が使えないのは変わらず。けっこう使われている無線NICだと思うんだけどみんな平気なのかな。</p>

<p>さらに追記：ソースに一行追加して使えるようにした。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biocomputing.cc/archives/3253/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ポートミラーリングって</title>
		<link>http://blog.biocomputing.cc/archives/1381</link>
		<comments>http://blog.biocomputing.cc/archives/1381#comments</comments>
		<pubDate>Mon, 07 Jan 2008 15:36:48 +0000</pubDate>
		<dc:creator>masatom</dc:creator>
				<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://blog.biocomputing.cc/archives/1381</guid>
		<description><![CDATA[複数のソースポートは設定できるけど、複数のデスティネーションポートは設定できないから&#8230;ダメじゃん。２台のマシンでGbEのトラフィック監視する方法って無いのかな？

&#8230;「タップ」を使うとできそうだけ [...]]]></description>
			<content:encoded><![CDATA[<p>複数のソースポートは設定できるけど、複数のデスティネーションポートは設定できないから&#8230;ダメじゃん。２台のマシンでGbEのトラフィック監視する方法って無いのかな？</p>

<p>&#8230;「タップ」を使うとできそうだけど、GbE対応なのはちと高い。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biocomputing.cc/archives/1381/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sl</title>
		<link>http://blog.biocomputing.cc/archives/1321</link>
		<comments>http://blog.biocomputing.cc/archives/1321#comments</comments>
		<pubDate>Tue, 30 Oct 2007 04:45:32 +0000</pubDate>
		<dc:creator>masatom</dc:creator>
				<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://blog.biocomputing.cc/archives/1321</guid>
		<description><![CDATA[タイピング矯正ソフト？

ubuntuだと


  sudo apt-get install sl


で入る。だから何だってわけでもないんだけど。ソースが必要な場合は↓

http://www.tkl.iis.u-to [...]]]></description>
			<content:encoded><![CDATA[<p>タイピング矯正ソフト？</p>

<p>ubuntuだと</p>

<blockquote>
  <p>sudo apt-get install sl</p>
</blockquote>

<p>で入る。だから何だってわけでもないんだけど。ソースが必要な場合は↓</p>

<p><a href="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/">http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biocomputing.cc/archives/1321/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
