
Unresolved compiled problem with TurboLinux 10
-------------------------------

1. rebuild kernel:
	a. move to /usr/src/linux.
	a. run "make xconfig".
	b. Turn on all items in the Loadable module support.
	c. make clean; make; make modules; make modules_install

2. compile the ALSA driver:
	a. copy core.h to /usr/src/linux/include/sound.
	b. upcompress the ALSA driver in the /usr/src/linux.
	c. move to /usr/src/linux/alsa-driver-1.0.4.
	d. make clean; ./configure; make; make install
	e. ./snddevices

3. edit /etc/modules.conf
	Please refer the modules.txt.

4. reboot system .

ps: If possible,  use the fully install the TurboLinux 10.

