EFW Support

Support => Hardware Support => Topic started by: mmiat on Sunday 21 September 2014, 06:51:38 pm



Title: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: mmiat on Sunday 21 September 2014, 06:51:38 pm
anyone knows if these server work with Endian?
thanks


Title: Re: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: mtarbox on Tuesday 23 September 2014, 11:46:14 pm
I would imagine EFW would work fine with this setup.
Designed to run on a 32 bit architecture.
Probably also depends on how many users you plan on serving.


Title: Re: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: mmiat on Wednesday 24 September 2014, 07:18:33 pm
buyed, but it doesn't work :(


Title: Re: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: Bloxer on Wednesday 05 November 2014, 03:45:09 am
witch server did you  and what is not working ?


Title: Re: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: mmiat on Wednesday 05 November 2014, 09:06:27 pm
endian doesn't see newtwork interfaces of DL320


Title: Re: DL320 GEN8 V2 or POWEREDGE R210/R220
Post by: mmiat on Wednesday 26 November 2014, 01:14:00 am
I can't reply exactly what I've done, but I've installed drivers....

0) PREPARED ALL

installed from ossw repository or from updates.endian.org packages kernel-header, gcc, cpp, patch, rpmbuild, man, groff, etc.
substituted gcc3 with gcc4
in Endian 2.5.2 I've installed kernel-headers-2.6.32.43-57.e43.i586.rpm (2.5.1) and then:
ln -s /usr/src/kernels/2.6.32.43-57.e43.i586/ /usr/src/kernels/2.6.32.43-57.e48.i586

1) BROADCOM

downloaded from broadcom site: http://www.broadcom.com/support/license.php?file=570x/linux-3.136h.zip
then followed broadcom notes:
rpm -ivh tg3-<version>.src.rpm
rpmbuild -bb SPECS/tg3.spec
rpm -ivh RPMS/i386/tg3-<version>.i386.rpm
modprobe tg3

2) INTEL i350 (I've buyed hp supported network card with 2 ports)

downloaded igb-5.2.9.4.tar.gz
make install
cp /lib/modules/2.6.32.43-57.e43.i586/kernel/drivers/net/igb/igb.ko /lib/modules/2.6.32.43-57.e48.i586/kernel/drivers/net/igb/igb.ko
add "alias eth igb" in /etc/modprobe.conf
modprobe igb or insmod /lib/modules/2.6.32.43-57.e48.i586/kernel/drivers/net/igb/igb.ko
depmod -a

https://www.dropbox.com/s/um9s0f73tuylgqc/igb.ko?dl=0
https://www.dropbox.com/s/dfmzmyxcforlnso/tg3-3.136h-1.i386.rpm?dl=0