初心者です。質問させてください。Intel845GEのオンボードサウンドチップを使いたいです。
Realtek ALC650 AC97というものらしいです。そしてRealtekからCodec new driversなるものをダウンロードしました。
Unix(linux)用で、ファイル名はlinux_v18.zipです。
zcatコマンドでインストールの指示を読んだのですが、さっぱりわかりませんし、不安で手を付けられません。
The source code copy from www.alsa-project.org. ver:A1.8
Linux Source Code for ALC audio codec

Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.

Step 1. Unzip source code
tar xfvj alcsound.tar.bz2

Step 2. Turn on sound support (soundcore module)

Step 3. Complied source code
a. ./Configure
b. make install
c. ./snddevices

Step 4. Edit your /etc/modules.conf or conf.modules depending on the Distributio
n
(Please refer to the attached modules.conf)

Step 5. reboot your machine
と書いています。step1から4までがわかりません。step1のunzipとは
unzip linux_v18.zipとすることなのでしょうか?
step2,3は何をしろと言っているのかさっぱりわかりません。
step4もどこをどう書き換えろと言っているのかわかりません。
どなたか教えてくれませんか。