I'm using an Asus P5Q motherboard with onboard NIC. It's a Gigabit NIC, I'm absolutely sure about that. Problem is that when I reboot the NAS (nas4free 9.1.0.1 (636)), it defaults to 10baseT instead of 1000baseT! Needless to say, the read speed over SMB is terrible (about 1 MB/s).
When I unplug the UTP cable and replug it, I get 1000baseT with read speeds of about 75 MB/s over SMB! The same happens when I reboot my router (TP-LINK 1043ND with OpenWRT). But as soon as I reboot the NAS, it's 10baseT again.
Is this a problem with NAS4Free or the router?
Code: Select all
$ dmesg | grep ale0
ale0: <Atheros AR8121/AR8113/AR8114 PCIe Ethernet> port 0xdc00-0xdc7f mem 0xfe9c0000-0xfe9fffff irq 17 at device 0.0 on pci3
ale0: 960 Tx FIFO, 1024 Rx FIFO
ale0: Using 1 MSI messages.
miibus0: <MII bus> on ale0
ale0: Ethernet address: [censored]
Code: Select all
$ ifconfig ale0
ale0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c319a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,LINKSTATE>
ether 00:23:54:2c:81:75
inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (10baseT/UTP <full-duplex>)
status: active

