>Number: 101391
>Category: docs
>Synopsis: [UPDATE] zh_TW: Update handbook/multimedia to SVN#963
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 05 04:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST 2006 root@chinsan2.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Update handbook/multimedia to SVN#963
(patch URL http://chinsan2.twbbs.org/chinsan/zh_TW.Big5.20060805_4.diff )
- ChangeLog (Trac Timeline)
https://opensvn.csie.org/traccgi/freebsddoc/timeline
>How-To-Repeat:
>Fix:
--- zh_TW.Big5.20060805_4.diff begins here ---
diff -ruN zh_TW.Big5.orig/books/handbook/multimedia/chapter.sgml zh_TW.Big5/books/handbook/multimedia/chapter.sgml
--- zh_TW.Big5.orig/books/handbook/multimedia/chapter.sgml Mon Jul 3 23:53:46 2006
+++ zh_TW.Big5/books/handbook/multimedia/chapter.sgml Sat Aug 5 12:26:48 2006
@@ -108,7 +108,7 @@
<author>
<firstname>Marc</firstname>
<surname>Fonvieille</surname>
- <contrib>Enhanced for &os; 5.X by </contrib>
+ <contrib>加強 &os; 5.X 的內容:</contrib>
<!-- 13 September 2004 -->
</author>
</authorgroup>
@@ -123,35 +123,31 @@
<indexterm><primary>ISA</primary></indexterm>
<indexterm><primary>sound cards</primary></indexterm>
<para>開始設定之前,必須先知道你的音效卡型號、晶片為何,以及是 PCI 或 ISA 規格。
- FreeBSD 有支援許多種的 PCI、ISA 音效卡,
- Check the supported audio devices list of the <ulink
- url="&rel.current.hardware;">Hardware Notes</ulink> to see if
- your card is supported. This document will also mention which
- driver supports your card.</para>
+ FreeBSD 有支援許多種的 PCI、ISA 音效卡,請檢查支援的音效硬體表 <ulink
+ url="&rel.current.hardware;">Hardware Notes</ulink>,以確認你的音效卡是否支援。
+ 本文也會提到相對應該卡的驅動程式。</para>
<indexterm>
<primary>kernel</primary>
<secondary>configuration</secondary>
</indexterm>
- <para>To use your sound device, you will need to load the proper
- device driver. This may be accomplished in one of two ways.
- The easiest way is to simply load a kernel module for your sound
- card with &man.kldload.8; which can either be done from the
- command line:</para>
+ <para>要使用音效卡,必須要載入正確的驅動程式才行。有兩種方式都可以完成這動作,
+ 最簡單方式就是以 &man.kldload.8; 來輕鬆載入 kernel 動態模組(module),
+ 像是下列指令:</para>
<screen>&prompt.root; <userinput>kldload snd_emu10k1</userinput></screen>
- <para>or by adding the appropriate line to the file
- <filename>/boot/loader.conf</filename> like this:</para>
+ <para>或者把相關驅動程式加到
+ <filename>/boot/loader.conf</filename> 檔,像是:</para>
<programlisting>snd_emu10k1_load="YES"</programlisting>
- <para>These examples are for a Creative &soundblaster; Live! sound
- card. Other available loadable sound modules are listed in
- <filename>/boot/defaults/loader.conf</filename>.
- If you are not sure which driver to use, you may try to load
- the <filename>snd_driver</filename> module:</para>
+ <para>上面例子是給 Creative &soundblaster; Live! 音效卡使用的。
+ 其他可用的音效卡驅動程式模組,可參考
+ <filename>/boot/defaults/loader.conf</filename> 範例。
+ 若不確定到底該用哪一種驅動程式,那麼可以試試載入 <filename>snd_driver</filename>
+ 模組看看:</para>
<screen>&prompt.root; <userinput>kldload snd_driver</userinput></screen>
--- zh_TW.Big5.20060805_4.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"