I know WakeOnLan (WOL) works because I just tested it on windows, but when I shutdown FreeNas the ethernet lights are off.
I managed to mount a flash drive in shell and extract the latest intel i210 ethernet driver but I can't install it.
Some compiler problem. I couldn't find enough information about setting the compiler type.
I'm still at the bottom of Linux learning curve... please provide ample information.
I managed to mount a flash drive in shell and extract the latest intel i210 ethernet driver but I can't install it.
Some compiler problem. I couldn't find enough information about setting the compiler type.
I'm still at the bottom of Linux learning curve... please provide ample information.
[root@freenas /usr/New_Eth_Driver]# ls
drvr igb.4.gz src
[root@freenas /usr/New_Eth_Driver]# make install
make: don't know how to make install. Stop
make: stopped in /usr/New_Eth_Driver
[root@freenas /usr/New_Eth_Driver]# make install igb.4.gz
make: don't know how to make install. Stop
make: stopped in /usr/New_Eth_Driver
[root@freenas /usr/New_Eth_Driver]# cd src
[root@freenas /usr/New_Eth_Driver/src]# ls
Makefile e1000_api.h e1000_i210.h e1000_manage.h e1000_nvm.h e1000_phy.h if_igb.c
e1000_82575.c e1000_defines.h e1000_mac.c e1000_mbx.c e1000_osdep.c e1000_regs.h if_igb.h
e1000_82575.h e1000_hw.h e1000_mac.h e1000_mbx.h e1000_osdep.h e1000_vf.c igb.4
e1000_api.c e1000_i210.c e1000_manage.c e1000_nvm.c e1000_phy.c e1000_vf.h
[root@freenas /usr/New_Eth_Driver/src]# make install
make: "/usr/share/mk/bsd.compiler.mk" line 39: Unable to determine compiler type for cc. Consider setting COMPILER_TYPE.