2.1.6 breaks procps-1.01

xtest@postman.epa.go.jp
Fri, 1 Nov 1996 10:27:40 +0900


Hi,

I have tried to compile the 2.1.6 kernel (define "CONFIG_CS4232") on my box.
But, It can't load the 'sound.o'.

I think that both of the following logical judgments truly become.

-- drivers/sound/dev_table.h --
#if (defined(CONFIG_MPU401) || defined(CONFIG_MPU_EMU)) && defined(CONFIG_MIDI)
{"MPU401", 0, SNDCARD_MPU401,"Roland MPU-401", attach_mpu401, probe_mpu401, unload_mpu401},
#endif
#if (defined(CONFIG_UART401) || defined(CONFIG_MPU_EMU)) && defined(CONFIG_MIDI)
{"UART401", 0, SNDCARD_UART401,"MPU-401 (UART)",
attach_uart401, probe_uart401, unload_uart401},
#endif

Any suggestion ?