<?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://www.cslog.cn/tag/%e7%a1%ac%e4%bb%b6%e7%bb%b4%e4%bf%ae/feed/zh-hant/" rel="self" type="application/rss+xml" />
	<link>http://www.cslog.cn</link>
	<description>最讓我激動的是不知道下一個星球上能發現什麼...</description>
	<lastBuildDate>Wed, 30 Jul 2025 16:06:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>linux下使用lirc紅外程序組萬能遙控器拯救或遠程控制家電</title>
		<link>http://www.cslog.cn/Content/lirc-remote-control/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/lirc-remote-control/zh-hant/#comments</comments>
		<pubDate>Fri, 27 Sep 2013 16:39:21 +0000</pubDate>
		<dc:creator>船長</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[電子]]></category>
		<category><![CDATA[電工]]></category>
		<category><![CDATA[硬件維修]]></category>
		<category><![CDATA[遙控器]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=1202</guid>
		<description><![CDATA[lirc是linux平台上一個用來收發紅外信號的程序包。使用它，加上帶有紅外硬件 &#8230; <a href="http://www.cslog.cn/Content/lirc-remote-control/zh-hant/">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lirc.org/">lirc</a>是linux平台上一個用來收發紅外信號的程序包。使用它，加上帶有紅外硬件的n900可以組成強大的萬能遙控器。<a href="http://lirc.sourceforge.net/remotes/">http://lirc.sourceforge.net/remotes/</a>有大量的家電遙控器代碼表，可以直接使用到lirc程序上。如果家電的遙控器丟了，可以使用lirc解決問題。普通的電腦要外接紅外發射器，而諾基亞手機N900自帶了紅外發射器，所以我使用它做實驗。設置後N900變成幾乎萬能的遙控器，電視、音響、投影、空調、遊戲機、電視接機頂收盒、風扇、紅外開關等等<br />
因為n900可以使用ssh連接遠程控制，這樣就可以使用n900構建簡便的遠程遙控家電系統。</p>
<p>詳細的使用方法是這樣的，首先，在n900上安裝lirc。 n900的源上有這個程序包。安裝好之後，從<a href="http://lirc.sourceforge.net/remotes/">http://lirc.sourceforge.net/remotes/</a>下載遙控器的配置文件，以佳能350D、450D、550D、650D等單反相機的遙控器RC-1或RC-5為例，它的配置文件是<a href="http://lirc.sourceforge.net/remotes/canon/RC-1_RC-5">http://lirc.sourceforge.net/remotes/canon/RC-1_RC-5</a>。設下載後存放到n900的/home/user/MyDocs/remotes/RC-1_RC-5 路徑。</p>
<p>然後編輯/etc/lircd.conf文件，加入這個配置文件的路徑<br />
<code>include "/home/user/MyDocs/qtirreco/Devices/RC-1_RC-5"</code></p>
<p>然後啟動lircd<br />
<code>/etc/init.d/lirc start</code><br />
現在，讓n900的紅外窗口對着開啟遙控功能的佳能單反相機，運行<br />
<code>irsend SEND_ONCE CANON-RC1/RC5 S</code><br />
相機就會被遙控拍照了。上面命令中的CANON-RC1/RC5必須與RC-1_RC-5配置文件中的name值一致，而S將是拍照這個編碼的名稱。</p>
<div style="margin-top: 15px; font-style: italic">
<p>轉載請註明: 轉自<a href="http://www.cslog.cn/">船長日誌</a>, 本文鏈接地址: <a href="http://www.cslog.cn/Content/lirc-remote-control/zh-hant/">http://www.cslog.cn/Content/lirc-remote-control/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/lirc-remote-control/feed/zh-hant/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>尼康S10“鏡頭錯誤”故障神奇修復史</title>
		<link>http://www.cslog.cn/Content/nikon-s10-lens-error-fix/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/nikon-s10-lens-error-fix/zh-hant/#comments</comments>
		<pubDate>Sun, 01 Sep 2013 16:53:01 +0000</pubDate>
		<dc:creator>船長</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[尼康S10]]></category>
		<category><![CDATA[數碼相機]]></category>
		<category><![CDATA[硬件]]></category>
		<category><![CDATA[硬件維修]]></category>
		<category><![CDATA[硬件維護]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=1198</guid>
		<description><![CDATA[十分鐘之前的一次還沒有發現異常，再次從包里拿出來時，尼康S10數碼相機開機後感覺 &#8230; <a href="http://www.cslog.cn/Content/nikon-s10-lens-error-fix/zh-hant/">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>十分鐘之前的一次還沒有發現異常，再次從包里拿出來時，尼康S10數碼相機開機後感覺有比較明顯的鏡頭伸縮動作，並持續了幾秒，然後白屏紅字的顯示“鏡頭錯誤”，然後沒有任何反應，按電源鍵也不能關機，只能取下電池。再次開機也是一樣。上網查到一個暫時的開機方法，既是不要按電源鍵，而是使用長按照片回放按鍵開機，開機之後切到拍照模式。測試可行。</p>
<p>尼康S10出現鏡頭錯誤，大概是鏡頭機械結構出了問題，讓相機在開機後不能調節到初始位置，從而報錯。使用回放按鍵繞過了正常的開機檢測機制，強制開機，這個應該是軟件設計出現的一個BUG。雖然能開機，但事實上此時相機的使用並不是完全正常的。切到拍照模式時還是有幾秒強硬的鏡頭調節動作，在最廣角拍照時上方兩角出現了異常的黑邊，這都是鏡頭沒有真正調節到位的證據。</p>
<p>按回放開機後我變焦了好幾次，拍了幾張照片，然後使勁對着手掌拍了幾次相機，再次重啟相機，這回一切正常了，電源鍵也可以開機，且開機速度恢復正常。看來相機鏡頭回位了。很幸運，我的拍擊神奇的修復了尼康S10的“鏡頭錯誤”故障，而不是增加問題的複雜性。哥可能是練過的，讀者謹慎模仿。
<div style="margin-top: 15px; font-style: italic">
<p>轉載請註明: 轉自<a href="http://www.cslog.cn/">船長日誌</a>, 本文鏈接地址: <a href="http://www.cslog.cn/Content/nikon-s10-lens-error-fix/zh-hant/">http://www.cslog.cn/Content/nikon-s10-lens-error-fix/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/nikon-s10-lens-error-fix/feed/zh-hant/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinkPad T510黑屏不能啟動的詭異修復記</title>
		<link>http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/#comments</comments>
		<pubDate>Wed, 23 May 2012 15:53:34 +0000</pubDate>
		<dc:creator>船長</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ThinkPad T510]]></category>
		<category><![CDATA[ThinkPad筆記本電腦]]></category>
		<category><![CDATA[硬件維修]]></category>
		<category><![CDATA[筆記本電腦]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=975</guid>
		<description><![CDATA[兩天前用來安裝蘋果系統的ThinkPad T510開機黑屏，不能啟動，沒有任何提 &#8230; <a href="http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">兩天前用來<a href="http://www.cslog.cn/Content/mac-os-x-lion-thinkpad-t510/">安裝蘋果系統的ThinkPad T510</a>開機黑屏，不能啟動，沒有任何提示，沒有post界面，沒有聲響，風扇轉動一小會自動停止，只有電源提示燈一直亮着。</div>
<div id="_mcePaste">移除一切外接設備後單獨使用外接電源或單獨使用電池都一樣。之後又試着拆下硬盤和光驅位硬盤、重插內存，移除wifi網卡，都沒有作用。</div>
<div id="_mcePaste">懷疑主板壞了，於是送去維修。師傅在測試過機子後，換了內存，機子馬上可以啟動了。 正當我以為是內存原因時，師傅又把我原來的內存裝上去試了一下，竟然也沒有問題了。</div>
<div id="_mcePaste">現在機子正常了。問題還是未知。為保險起見，換了兩條內存。希望不會再出問題。</div>
<div style="margin-top: 15px; font-style: italic">
<p>轉載請註明: 轉自<a href="http://www.cslog.cn/">船長日誌</a>, 本文鏈接地址: <a href="http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/">http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/thinkpad-t510%e9%bb%91%e5%b1%8f%e4%bf%ae%e5%a4%8d%e8%ae%b0/feed/zh-hant/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>創新USB外置聲卡電源修復記</title>
		<link>http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/</link>
		<comments>http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/#comments</comments>
		<pubDate>Sat, 19 May 2012 13:20:30 +0000</pubDate>
		<dc:creator>船長</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[聲卡電源]]></category>
		<category><![CDATA[電源]]></category>
		<category><![CDATA[硬件]]></category>
		<category><![CDATA[硬件維修]]></category>

		<guid isPermaLink="false">http://www.cslog.cn/?p=971</guid>
		<description><![CDATA[創新Audigy 2 NX外置USB聲卡前兩天突然不能識別了。 一看三個燈同時不 &#8230; <a href="http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>創新Audigy 2 NX外置USB聲卡前兩天突然不能識別了。 一看三個燈同時不停地閃亮。 測量電源輸入端，電壓只有2點多伏。外置電源是5V 1.5A的（型號TESA9B-0501800-A）。斷開聲卡電源有5V。 我換了個電源5V 2A的電源接上去，聲卡可以正常啟動使用。 說明問題出在電源身上。<br />
<a rel="attachment wp-att-972" href="http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/screen-shot-2012-05-19-at-9-13-54-pm/"><img class="alignnone size-full wp-image-972" title="聲卡電源" src="http://www.cslog.cn/wp-content/uploads/2012/05/Screen-Shot-2012-05-19-at-9.13.54-PM.png" alt="" width="600" height="542" /></a><br />
拆開電源，發現裡面兩個電容比較鼓。 焊下測量，其中一個10V 680μF的只有269μF，另一個10V 470μF的測量萬用表直接顯示出錯。 我找了兩個10V 470μF的電容， 把其中一個測量590μF的換到原來680μF的上面，另一個換了原來470μF的電容。 通電測試，電源恢復正常了。</p>
<p>估計是天氣比較熱，聲卡電源一直通電，時間久了電源里的電容就變質了。這個電源使用的電路還比較用心，裡面還有VIPer22芯片，但電源的做工就顯得很一般了。這兩個電解電容的體積都還算比較大的，但體質卻不怎麼行。</p>
<p>像電源這種基本配件，一般家裡閑置的還是比較多的。特別是<a href="http://www.cslog.cn/Content/nokia-chargers/">手機電源</a>。要是國家發布電源標準，讓電源（還有電池和充電器）從數碼產品那裡獨立出來，可以讓用戶選購，會提高這些配件的重複使用率，可以節省很多物質消費，省錢又環保。
<div style="margin-top: 15px; font-style: italic">
<p>轉載請註明: 轉自<a href="http://www.cslog.cn/">船長日誌</a>, 本文鏈接地址: <a href="http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/">http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/zh-hant/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cslog.cn/Content/%e5%88%9b%e6%96%b0usb%e5%a4%96%e7%bd%ae%e5%a3%b0%e5%8d%a1%e7%94%b5%e6%ba%90%e4%bf%ae%e5%a4%8d%e8%ae%b0/feed/zh-hant/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- WP Chinese Conversion Full Page Converted -->