[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:05155] config kernel for SB16



   酒井@KEK(ニュートリノグループ)と申します。

Debian-2.0上で
kernel 2.0.33をSound Blaster 16が動くようにするべく
kernelのリコンパイルをしているのですが
sb_common.cのコンパイルでこけてしまいます。(Ref.1)
CONFIG_AUDIOの設定をしていないといって怒られるのですが
Old configと言う所で設定しています。(Ref.2)

どのようにしたらコンパイル出来るかお教え頂けないでしょうか?
(make menuconfigの場合についてお教え頂けたら幸いです)

                    酒井@KEK(ニュートリノグループ)

=======================================
Ref.1) kernelのコンパイル中の出力
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586  -c -o sb_common.o sb_common.c
sb_common.c:21: #error You will need to configure the sound driver with CONFIG_AUDIO option.
sb_common.c:266: warning: `sb16_set_mpu_port' defined but not used
make[2]: *** [sb_common.o] Error 1
make[2]: Leaving directory `/usr/src/kernel-source-2.0.33/drivers/sound'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.0.33/drivers'
make: *** [linuxsubdirs] Error 2
===================================
Ref.2) Sound HOWTOの一部

Special care must be taken when using "make xconfig" or "make menuconfig". All Yes/No questions must be
examined carefully. The default answer provided by these commands is always No which is not the proper one in
all cases. In particular the "/dev/dsp and /dev/audio support" (CONFIG_AUDIO) option should usually be
enabled.