Dell Optiplex 740 - No network w/embedded
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
0.7RC2 4856 has the same issue as I unfortunately discovered.
This may be a fix.
http://www.mail-archive.com/freebsd-stable@freebsd.org/msg104235.html
I fixed the issue by going into the shell and doing the following:
1) umount /cf
2) mount -o rw /cf
3) nano /cf/boot/loader.conf
and added the following lines:
hw.pci.enable_msi="0"
hw.pci.enable_msix="0"
saving and rebooting.
The problem is also found in FreeNAS 8.
The commands for that in the shell are as follows:
1) mount -uw /dev/ufs/FreeNASs1a /
2) nano /boot/loader.conf
and add the following lines and save:
hw.pci.enable_msi="0"
hw.pci.enable_msix="0"
3) mount -ur /dev/ufs/FreeNASs1a /
4) exit
Reboot.