> Are you _sure_ it's Samba, and not the network itself? How fast can you
> transfer data using other means, such as FTP (which isn't ideal,
I tried with a prog in win (blazeftp) but when but the linux one refuses the
connection, do i have to setup something on it or start any service? I
suppose there is no need to tell i'm a linux newbie
> you've only got 1 linux machine, which limits your testing tools)
I could install another fedora in dual boot on 1 of the win pc if this could
help.
> You're not using Cat3 rated cable, are you?
Yes, i'm using a STP cat5 freq 200 mhz cable that should be ok, maybe
between the 2 win pc tranfers are ok at 100 mbps so i think it's not a cable
problem.
> You haven't forced any auto-negotiation settings, such as forcing half or
> full duplex?
In win the nic speed is set to AUTO CONFIG, it's surely at 100 but i don't
know if half or full duplex.
In linux i did nothing, i don't know how to configure the nic, it's all like
fedora has done during the install, simply tried some ping and seen that it
works.
> What does `mii-tool -v' tell you about your internal interface, as root?
I did this after a transfer of a 4 mb file between 1 win pc and the linux
one
[root@pc root]# mii-tool -v
eth0: negotiated 100baseTx-FD, link ok
product info: vendor 00:00:00, model 0 rev 0
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
> What does `ifconfig' tell you about the (internal) interface on your
> linux box? In particular, I want to see the error counters, so don't
> discard them.
[root@pc root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:A1:56:7E:C8
inet addr:192.168.100.110 Bcast:192.168.100.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9599 errors:1371 dropped:0 overruns:0 frame:0
TX packets:10195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7669166 (7.3 Mb) TX bytes:1528860 (1.4 Mb)
Interrupt:11 Base address:0xf000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3338 errors:0 dropped:0 overruns:0 frame:0
TX packets:3338 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2441740 (2.3 Mb) TX bytes:2441740 (2.3 Mb)