Hello everybody !
I have one laptop ASUS Intel Genuine very old and I installed succesfully Tiny CorePlus 11.0 with Default option. The kernel version is 5.4.3-tinycore
All works well but don't the ALSA sound installation.
My sound card is an Intel HDA. I think it works perfectly after having done a sound test with
alsactl init
speaker-test [-Ddefault: 1] -e2 -t wav -l1
One message is heard from both speakers.
After -like sudo su- I did:
alsactl store
alsactl restore >> /opt/bootlocal.sh
usr/local/etc/alsa/asound.state >> /opt/.filetool.lst
After I downloaded the alsa-driver-1.0.9 package and I did
tar jxvf alsa-driver-1.0.9.tar.bz2
mv alsa-driver-1.0.9 /usr/local/etc/alsa/
Also I verified if exists the directories /dev/snd/ and /etc/modprobe.conf (for modify after of installation)
With all this so I decided to do the installation with
./configure --with-cards=HDA-Intel --with-card-options=all
but it can't configure. The problem is:
"The file /usr/src/linux/include/linux/version.h does not exist. Please install package with full kernel sources for your distribution or try to add --with-kernel= "
Really i have one version.h in this path:
/usr/include/linux/version.h so i tried to do
./configure --with-cards=HDA-Intel --with-card-options=all --with kernel=/usr/include/linux/version.h
but the result was the same. I don't know what can i do more