Hi libertyhawk
This is very easy to try without changing your laptop. Burn a Tinycore disc, install Samba to a USB
thumb drive, and copy your samba.conf file to /usr/local/etc/samba/. I'm currently running Samba on
hardware that is far less capable than yours using that setup. I'm not streaming video but have no
problem achieving 4Mb/sec transfer speeds on a 100mb/sec network. See here for more numbers:
http://forum.tinycorelinux.net/index.php/topic,12276.msg66046.html#msg66046As you can see, top shows there is 9.0% idle time, though it does go to zero at times. The machine
is currently processor bound, not I/O bound. How do I know this? I measured it. First I measured
raw network speed using nc to copy from /dev/zero on the server to /dev/null on a much faster
machine and vice versa. I got about 90mb/sec. I repeated the test to include disc I/O by copying
from the servers drive to the fast machines /dev/null, and the fast machines /dev/zero to the
servers drive. I got about 75mb/sec. In case you don't know, nc is netcat.