thank you Paul, I will go back and read the book/wiki.
I got it working, i have a internet connection, i still cant log in via ssh tc@. i probably have to configure something but don't know how, should be something obvious. but at lease i can connect via serial/ftdi and instal stuff.
what i did was, wget net-usb-4.4.14-piCore+.tcz (in VB Ubuntu)
then (over serial)
cd /etc/sysconfig/tcedir/optional
mv -v net-usb-4.4.14-piCore+.tcz /etc/sysconfig/tcedir/optional (it was already there but somehow nessesary).
cd /etc/sysconfig/tcedir
echo net-usb-4.4.14-piCore+.tcz >> onboot.lst
tce-load -i net-usb-4.4.14-piCore+.tcz
then, (i have no idee if this was necessary or why i did it?).
sudo depmod -a
then sudo reboot to see if it was installed at boot.
This was about it.
For my project i need for instance to tce-load -wi alsa-config.tcz, but i get an error on some of the .tcz i need to download.
Downloading: tce-load.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: tce-load.tcz.md5.txt: No such file or directory
Error on tce-load.tcz
other .tcz (alsa, nano etc.) download fine, why is this?
Thank you.