<?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>Bruce Wang - Simple, Love, Courage &#187; linux</title>
	<atom:link href="http://brucewang.net/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://brucewang.net</link>
	<description>to live in dignity</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:32:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>about to install Ubuntu on my 5-year old&#8230;</title>
		<link>http://brucewang.net/2010/08/14/216</link>
		<comments>http://brucewang.net/2010/08/14/216#comments</comments>
		<pubDate>Sat, 14 Aug 2010 01:35:25 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[funtoo]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://brucewang.net/2010/08/14/216</guid>
		<description><![CDATA[about to install Ubuntu on my 5-year old T43, Funtoo/Gentoo is fun and teached me a lot but costs too much time tweaking and compiling, time to move on]]></description>
			<content:encoded><![CDATA[<p>about to install Ubuntu on my 5-year old T43, Funtoo/Gentoo is fun and teached me a lot but costs too much time tweaking and compiling, time to move on</p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2010/08/14/216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scim for skype(或者其他QT程序)的配置方法 (不需要scim-bridge或者scim-qtimm)</title>
		<link>http://brucewang.net/2008/03/04/129</link>
		<comments>http://brucewang.net/2008/03/04/129#comments</comments>
		<pubDate>Tue, 04 Mar 2008 09:46:41 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[noteworthy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[中文输入]]></category>

		<guid isPermaLink="false">http://brucewang.net/2008/03/04/129</guid>
		<description><![CDATA[装好scim 1.4.7 之后 在 xinitrc中加入下面内容 # scim setup export LANG="zh_CN.UTF-8" export XMODIFIERS=@im=SCIM export XIM="scim" export XINPUT="xim" export XIM_PROGRAM="scim -d" export GTK_IM_MODULE=scim export QT_IM_MODULE=scim scim -d &#38; 我用的是xfce4, xinitrc的位置在 ~/.config/xfce4/xinitrc Update: 我现在已经放弃scim全面转向使用 ibus /ibus-pinyin了]]></description>
			<content:encoded><![CDATA[<p>装好scim 1.4.7 之后 在 xinitrc中加入下面内容<br />
<code><br />
# scim setup<br />
export LANG="zh_CN.UTF-8"<br />
export XMODIFIERS=@im=SCIM<br />
export XIM="scim"<br />
export XINPUT="xim"<br />
export XIM_PROGRAM="scim -d"<br />
export GTK_IM_MODULE=scim<br />
export QT_IM_MODULE=scim<br />
scim -d &amp;<br />
</code></p>
<p>我用的是xfce4, xinitrc的位置在 ~/.config/xfce4/xinitrc</p>
<p><strong>Update</strong>: 我现在已经放弃scim全面转向使用 <a title="Intelligent Input Bus for Linux / Unix OS" href="http://code.google.com/p/ibus/" target="_blank">ibus</a> /ibus-pinyin了</p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2008/03/04/129/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>古怪的Linux下的声卡问题</title>
		<link>http://brucewang.net/2007/12/13/127</link>
		<comments>http://brucewang.net/2007/12/13/127#comments</comments>
		<pubDate>Thu, 13 Dec 2007 06:56:46 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[snd_intel8x0]]></category>
		<category><![CDATA[soundcard]]></category>
		<category><![CDATA[t43]]></category>

		<guid isPermaLink="false">http://brucewang.net/2007/12/13/127</guid>
		<description><![CDATA[系统是 Archlinux, kernel 2.6.23-ARCH 声卡是 ICH6 T43主板集成的，snd_intel8x0驱动，禁用了snd_intel8x0m驱动 经常会在播放音乐中间出错，下面有dmesg的log, 重启之后又没事了 尝试过开启 snd_intel8x0的buggy_irq选项，但是会导致Synaptics Touchpad的另外一个bug （全部输入无效，看上去和死机一样) 哪位Linux达人教教我怎么解决？ irq 18: nobody cared (try booting with the "irqpoll" option) [] __report_bad_irq+0x24/0x80 [] note_interrupt+0x28b/0x2d0 [] handle_IRQ_event+0x30/0x60 [] handle_fasteoi_irq+0x87/0xe0 [] do_IRQ+0x3b/0x70 [] do_IRQ+0x40/0x70 [] common_interrupt+0x23/0x28 [] acpi_pm_read+0x7/0x10 [] getnstimeofday+0x34/0xf0 [] ktime_get_ts+0x1e/0x60 [] ktime_get+0x18/0x40 [] tick_nohz_restart_sched_tick+0x2e/0x140 [] cpu_idle+0x86/0xe0 [] start_kernel+0x30a/0x3a0 [] unknown_bootoption+0x0/0x1f0 ======================= [...]]]></description>
			<content:encoded><![CDATA[<p>系统是 Archlinux, kernel 2.6.23-ARCH<br />
声卡是 ICH6 T43主板集成的，snd_intel8x0驱动，禁用了snd_intel8x0m驱动</p>
<p>经常会在播放音乐中间出错，下面有dmesg的log, 重启之后又没事了<br />
尝试过开启 snd_intel8x0的buggy_irq选项，但是会导致Synaptics Touchpad的另外一个bug （全部输入无效，看上去和死机一样)</p>
<p>哪位Linux达人教教我怎么解决？</p>
<blockquote><p><code> </code></p>
<pre>
irq 18: nobody cared (try booting with the "irqpoll" option)
[<c0158844>] __report_bad_irq+0x24/0x80
[<c0158b2b>] note_interrupt+0x28b/0x2d0
[<c0157d70>] handle_IRQ_event+0x30/0x60
[<c0159227>] handle_fasteoi_irq+0x87/0xe0
[<c010716b>] do_IRQ+0x3b/0x70
[<c0107170>] do_IRQ+0x40/0x70
[<c0104ed7>] common_interrupt+0x23/0x28
[<c02c8e17>] acpi_pm_read+0x7/0x10
[<c0145164>] getnstimeofday+0x34/0xf0
[<c01437ce>] ktime_get_ts+0x1e/0x60
[<c0143828>] ktime_get+0x18/0x40
[<c01491be>] tick_nohz_restart_sched_tick+0x2e/0x140
[<c0102466>] cpu_idle+0x86/0xe0
[<c0435a6a>] start_kernel+0x30a/0x3a0
[<c0435140>] unknown_bootoption+0x0/0x1f0
=======================
handlers:
[<f8c55540>] (snd_intel8x0_interrupt+0x0/0x240 [snd_intel8x0])
Disabling IRQ #18
</f8c55540></c0435140></c0435a6a></c0102466></c01491be></c0143828></c01437ce></c0145164></c02c8e17></c0104ed7></c0107170></c010716b></c0159227></c0157d70></c0158b2b></c0158844></pre>
</blockquote>
<p><strong>Update</strong>: 换了个zen source的kernel （<a href="http://aur.archlinux.org/packages.php?do_Details=1&amp;ID=13900" target="_blank">kernel26zen-git</a>) 就解决了</p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2007/12/13/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收到Ubuntu 6.06 的免费光碟了</title>
		<link>http://brucewang.net/2006/06/22/3</link>
		<comments>http://brucewang.net/2006/06/22/3#comments</comments>
		<pubDate>Thu, 22 Jun 2006 03:59:12 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shipit]]></category>

		<guid isPermaLink="false">http://brucewang.net/?p=3</guid>
		<description><![CDATA[8张PC版的，1张Mac版的，1张64bit版的，一共10张, 还附送贴纸 等有时间，在T43上面装一套，再贴上Ubuntu Logo 谁有兴趣，在上海可以找我拿。 其他地方的可以考虑去 https://shipit.ubuntu.com/ 申请, 大概半个月就能收到]]></description>
			<content:encoded><![CDATA[<p>8张PC版的，1张Mac版的，1张64bit版的，一共10张, 还附送贴纸</p>
<p>等有时间，在T43上面装一套，再贴上Ubuntu Logo <img src='http://brucewang.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>谁有兴趣，在上海可以找我拿。</p>
<p>其他地方的可以考虑去 <a href="https://shipit.ubuntu.com/">https://shipit.ubuntu.com/</a> 申请, 大概半个月就能收到</p>
<p><br/></p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2006/06/22/3/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

