bushyiii,
this particular issue is a bad md5 file, maybe it needs updating..?
tc@box:~$ tce-load -wi xf86-input-synaptics
xf86-input-synaptics.tcz.dep OK
Downloading: xf86-input-synaptics.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
xf86-input-synaptics 100% |******************************************************************************************************************************************************| 40960 0:00:00 ETA
xf86-input-synaptics.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on xf86-input-synaptics.tcz
tc@box:~$
however this shows the extension was downloaded, so try
tce-load -i xf86-input-synaptics
The extension may load successfully, if not downloading manually maybe the only option until the md5 sum is updated..
There's a lot to absorb if this is your first encounter with tinycore, so here's a tip to help remember the address to download extensions and read the info file etc etc
At the top of tinycore forum web site there are four buttons: Welcome | FAQ | Downloads | Wiki
Choose the Downloads button, then under "extensions" select "Browse TCZ's"
in the browser address bar you'll find the current address for all x86 extensions
which contains the latest version's extensions, today this happens to be
http://tinycorelinux.net/9.x/x86/tcz/lets say you want to read the info file for xf86-input-synaptics extension, we simply add the name of the extension including tcz.info to the address, which looks like this and hit Enter
http://tinycorelinux.net/9.x/x86/tcz/xf86-input-synaptics.tcz.infomany folks make a mistake when downloading extensions manually, they forget the dep file and all the files listed in that dep file and any deps of those listed deps, etc, etc.
After reading the info file (which BTW is also shown by default when selecting extensions in APPS) you might choose to download your desired extension, I'd recommend tce-load -wi xf86-input-synaptics or tce-ab > search or APPS. However if you insist to download in the browser which is likely the only option to get xf86-input-synaptics.tcz, then you can download the required files directly from your browser
http://tinycorelinux.net/9.x/x86/tcz/xf86-input-synaptics.tczhttp://tinycorelinux.net/9.x/x86/tcz/xf86-input-synaptics.tcz.dephttp://tinycorelinux.net/9.x/x86/tcz/xf86-input-synaptics.tcz.md5.txthttp://tinycorelinux.net/9.x/x86/tcz/libevdev.tczhttp://tinycorelinux.net/9.x/x86/tcz/libevdev.tcz.md5.txtcopy to your tce/optional directory and load
tce-load -i xf86-input-synaptics
good luck