From owner-freebsd-doc@FreeBSD.ORG Sat Aug 5 04:40:24 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB81816A4E5 for ; Sat, 5 Aug 2006 04:40:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0CF43D72 for ; Sat, 5 Aug 2006 04:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k754eICG001030 for ; Sat, 5 Aug 2006 04:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k754eI3l001029; Sat, 5 Aug 2006 04:40:18 GMT (envelope-from gnats) Resent-Date: Sat, 5 Aug 2006 04:40:18 GMT Resent-Message-Id: <200608050440.k754eI3l001029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F14016A4DA; Sat, 5 Aug 2006 04:40:06 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BD543D6A; Sat, 5 Aug 2006 04:40:02 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 24FD92F068; Sat, 5 Aug 2006 12:40:01 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sat, 5 Aug 2006 12:46:13 +0800 Message-Id: <20060805044002.24FD92F068@smtp2.bc.hgc.com.tw> Date: Sat, 5 Aug 2006 12:46:13 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vanilla@FreeBSD.org Subject: docs/101391: [UPDATE] zh_TW: Update handbook/multimedia to SVN#963 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 04:40:24 -0000 >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 @@ Marc Fonvieille - Enhanced for &os; 5.X by + 加強 &os; 5.X 的內容: @@ -123,35 +123,31 @@ ISA sound cards 開始設定之前,必須先知道你的音效卡型號、晶片為何,以及是 PCI 或 ISA 規格。 - FreeBSD 有支援許多種的 PCI、ISA 音效卡, - Check the supported audio devices list of the Hardware Notes to see if - your card is supported. This document will also mention which - driver supports your card. + FreeBSD 有支援許多種的 PCI、ISA 音效卡,請檢查支援的音效硬體表 Hardware Notes,以確認你的音效卡是否支援。 + 本文也會提到相對應該卡的驅動程式。 kernel configuration - 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: + 要使用音效卡,必須要載入正確的驅動程式才行。有兩種方式都可以完成這動作, + 最簡單方式就是以 &man.kldload.8; 來輕鬆載入 kernel 動態模組(module), + 像是下列指令: &prompt.root; kldload snd_emu10k1 - or by adding the appropriate line to the file - /boot/loader.conf like this: + 或者把相關驅動程式加到 + /boot/loader.conf 檔,像是: snd_emu10k1_load="YES" - These examples are for a Creative &soundblaster; Live! sound - card. Other available loadable sound modules are listed in - /boot/defaults/loader.conf. - If you are not sure which driver to use, you may try to load - the snd_driver module: + 上面例子是給 Creative &soundblaster; Live! 音效卡使用的。 + 其他可用的音效卡驅動程式模組,可參考 + /boot/defaults/loader.conf 範例。 + 若不確定到底該用哪一種驅動程式,那麼可以試試載入 snd_driver + 模組看看: &prompt.root; kldload snd_driver --- zh_TW.Big5.20060805_4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: