moritz_schlarb
Cadet
- Joined
- Jun 23, 2011
- Messages
- 2
Hi everyone!
I got an Acer easyStore H340 which has the Marvell Yukon 88E8071 gigabit network adapter. Running FreeNAS 8 from an USB stick is just fine (because the internal flash only has ~250MB :( ), the network interface gets detected by the correct driver and it works. Until I copy something from my PC to the NAS. For some (varying) seconds, I get transfer rates of ~50MB/s and then suddenly copying stops because the network connection is lost.
I attached display and keyboard to the easyStore and did ifconfig msk0 down && ifconfig msk0 up, then the connection was back up again.
I already tried adding -rxcsum to the interface options like was suggested for the old Marvell drivers for FreeBSD 7.
I also added the following lines to /etc/loader.conf
like suggested in http://forums.freenas.org/showthrea...ng-when-copying-data-to-it&highlight=stalling , although I don't get watchdog messages.
Anybody has an idea, what I could do else?
Thanks in advance
Moritz
I got an Acer easyStore H340 which has the Marvell Yukon 88E8071 gigabit network adapter. Running FreeNAS 8 from an USB stick is just fine (because the internal flash only has ~250MB :( ), the network interface gets detected by the correct driver and it works. Until I copy something from my PC to the NAS. For some (varying) seconds, I get transfer rates of ~50MB/s and then suddenly copying stops because the network connection is lost.
I attached display and keyboard to the easyStore and did ifconfig msk0 down && ifconfig msk0 up, then the connection was back up again.
I already tried adding -rxcsum to the interface options like was suggested for the old Marvell drivers for FreeBSD 7.
I also added the following lines to /etc/loader.conf
Code:
hw.nfe.msi_disable = "1" hw.nfe.msix_disable = "1" hw.pci.enable_msix=0 hw.pci.enable_msi=0
Anybody has an idea, what I could do else?
Thanks in advance
Moritz