Hi MikeLockmoore
I am still not happy....lets change again.
modprobe: can't unload module 'snd': Resource temporarily unavailable
it can be messy to remove modules that may have dependencies etc etc while live. snd is supposed to be the final module.
No matter. I noticed you have not download alsa-plugins, since you have sound we can ignore it
Change 1. I would like you to now have in your boot list- order not important due to change2
alsa-config.tcz
pavucontrol.tcz
thinkpad-acpi-6.1.2-tinycore64.tcz
change2 I would like you to have a blacklist boot code, not sure which your boot loader you are using but for grub you would edit the linux line to add
blacklist=snd_hda_intel,thinkpad_acpi
Better still create 2 menus one with blacklist and one without as I am not sure we can work it all out in one post.
Test-conditionfull reboot and
lsmod | grep snd
lsmod | grep thinkpad
should give no hits. We can not continue unless this Test-condition is fully met. Because the main dep of snd is snd_hda-intel, I agree its not the only one, but we do not need to blacklist snd
change3 now we attempt to load modules, without any remove modules commands as they not there.
sudo su
modprobe snd_hda_intel options enable=0,1 index=0
modprobe thinkpad_acpi options index=1
I do not think we can do anything about snd at this stage. Notice I added options to thinkpad
aplay -l
Do we still have card0 and your sound works ok after pavucontrol stuff?