JF Linux Kernel 2.6 Documentation: /usr/src/linux/Documentation/sound/oss/CS4232

sound/oss/CS4232

Crystal CS423x サウンドチップの設定について [プレインテキスト版]


Crystal CS423x サウンドチップを設定し、その DSP 機能を有効にするには、
以下の順序でモジュールをロードします。

	modprobe sound
	insmod ad1848
	insmod uart401
	insmod cs4232 io=* irq=* dma=* dma2=*
  
パラメータの意味は次の通りです。
  
	io--Windows サウンドシステム の I/O アドレス (通常は 0x534)
	irq--このデバイスの IRQ
	dma and dma2--DMA チャネル (DMA2 はおそらく 0)
  
カードの中には PnP でない設定をしようとして失敗するものがあります。
もし問題があったら Linux の PnP 機能を使います。
  
MIDI 機能を使うには次のようにします。
  
	insmod opl3 io=*
  
"io" は OPL3 シンセサイザ の I/O アドレスです。 これは
/proc/sys/pnp にあり、通常は 0x388 です。


日本語訳:林(hayashi@net.email.ne.jp) 1999.5.6
--------------------------
To configure the Crystal CS423x sound chip and activate its DSP
functions,
modules may be loaded in this order:
  
	modprobe sound
	insmod ad1848
	insmod uart401
	insmod cs4232 io=* irq=* dma=* dma2=*
  
This is the meaning of the parameters:
  
	io--I/O address of the Windows Sound System (normally 0x534)
	irq--IRQ of this device
	dma and dma2--DMA channels (DMA2 may be 0)
  
On some cards, the board attempts to do non-PnP setup, and fails.  If
you
have problems, use Linux' PnP facilities. 
  
To get MIDI facilities add
  
	insmod opl3 io=*
  
where "io" is the I/O address of the OPL3 synthesizer. This will be
shown
in /proc/sys/pnp and is normally 0x388.

Linux カーネル 2.6 付属文書一覧へ戻る