Searching the net and this forum I have not been able to find a solution when ifconfig fails to report eth0. I assumed I needed to install a module for the card.
That sounds like the right direction.
Searched through /lib/modules/2 .?tinycore/kernel/drivers/net/phy and found marvell.ko.gz.
I uncompressed the module and ran sudo insmod marvell.ko. It reports a failure...sad
You shouldn't need to uncompress it.
In ubuntu the nic works with a sky2 driver. I cannot find one on the tiny CD
Try the net-2.6.26 extension for more modules (it has sky2).
I am unsure how to search the entire filesystem to find sky2.ko.gz....find seems to work in the working directory only.
See `find --help`
Is there another module that might work to get my nic recognized. Lspci finds the nic
You can check if a module is available for your NIC by running `lspci -k`