maro,
here is the output of the
dmesg | grep -iE 'eth|firmware'
IBM TrackPoint firmware: 0x0e, buttons: 3/3
e100: eth0: e100probe: addr 0xe8120000, irq 11, MAC addr 00:90:27:bf:08
e100 0000:00:03.0: firmware: requesting e100/d101s_ucode.bin
e100:eth0: e100_request_firmware: Failed to load firmware "e100/d101s_ucode.bin": -2
I obtained the firmware successfully with:
wget
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/tcz/firmware.tcz),
Used the foresight gui to create tce/optional on the usb pen
Then I copied the firmware.tcz into ..../optional/
I created a file in tinycore: /mnt/hda1/tce/onboot.lst;
I then included in ..../tce/onboot.lst: echo firmware.tcz >> /mnt/hda1/tce/onboot.lst
restarted
checked onboot.lst file for any errors. None were found
connected network cable
tried Apps -> Conect and got " Conection error, check network or mirror";
re-ran dmesg and got the same message.
Thanks,
tony