Intel i210 NIC in 2.1
-
I'm getting a lot of requests for the custom pfSense 2.1 ISO with the i210 driver installed. It's not feasible for me to re-build the image and send it to everyone, but below I documented the process. It's not that bad. The hard part was the first part (downloading the Intel driver source code, downloading the FreeBSD 8.3 ISO, building it in VirtualBox, transferring the compiled driver back out of the virtual disk image…)
(Below tools are Windows oriented. The same tools may also be available on Mac/Linux.)
1. Download the 2.1 Release ISO.
2. Extract the ISO to a folder using something like 7-Zip.
3. Copy if_igb.ko to /boot/kernel
4. Add the line if_igb_load="YES" to /boot/loader.conf
5. Make a new custom ISO. I found a tool called UltraISO. That, or I might have used WinImage to inject the files (I don't remember which tool I used).
6a. Burn this custom ISO to CD if you want that installation method. (Or PXE boot, etc.)
6b. If you need to convert the ISO to be used like a memstick .img file, I used UNetbootin and was able to burn the ISO directly to USB flash drive.Thanks i will try.
The part i cant get to work is the burn/convert/memstick part.
I always get "cant load kernel" when i boot from the memstick.But thanks again for th how to.
-
Yes, thanks for the tutorial. I was able to burn the ISO, but when starting up the installer, I also get the "can't load kernel" message. :(
-
Did you guys rename if_igb.ko.txt to if_igb.ko ? Sorry if that sounds silly, heh. Also, you're using the 64-bit pfSense release, right?
-
Yes, I did rename the file and also using 64bit release.
-
Yes, I did rename the file and also using 64bit release.
Same here.
I tried all thing i know but still only got "cant load kernel" with the modified iso.i have tried in VirtualBOX Oracle also.
-
Has anybody got this working?
I would like to install my new server since i soon getting GB connection to internet and the old server cant hold up.
-
Just install the standard 64bit ISO and then load the kernel module afterwards. If you only have i210 NICs then that makes it slightly more complicated to get the module onto the box but still much easier than producing your own custom ISO. Perhaps you have another NIC you can add temporarily.
Steve
-
Just install the standard 64bit ISO and then load the kernel module afterwards. If you only have i210 NICs then that makes it slightly more complicated to get the module onto the box but still much easier than producing your own custom ISO. Perhaps you have another NIC you can add temporarily.
Steve
I only have the i210's with no option to put another nic, so how would I go about loading the module when the stock ISO won't even install?
-
Ah OK, because it finds no NICs at all?
-
-
Can you boot pf from CD and make the necessary changes by adding the driver from a USB key and modding loader.conf before you reboot?
-
If you can't temporarily add a supported NIC then you could install to a hard drive in a different machine (with a compatible NIC) add the kernel module and then move the drive back.
Steve
-
Just install the standard 64bit ISO and then load the kernel module afterwards. If you only have i210 NICs then that makes it slightly more complicated to get the module onto the box but still much easier than producing your own custom ISO. Perhaps you have another NIC you can add temporarily.
Steve
This would be the easiest way, but without any recognized NICs, pfSense/FreeBSD won't fully load. The "Escape to Shell" isn't the full FreeBSD shell at all, so it doesn't even recognize mounting anything like a USB drive. And the text editors are all funny looking too, graphically as well as keyboard layout.
Can you boot pf from CD and make the necessary changes by adding the driver from a USB key and modding loader.conf before you reboot?
pfSense/FreeBSD won't load without recognized NICs, sadly, making a custom ISO almost mandatory.
-
have you tried the 2.1.1 snapshot?
-
I got this working by install PFsense with a intel GB nic i had here and uploaded the files with winscp and edit the conf file.
Then i take out the intel gb pcie nic and bootet up :) -
Like Gonzopancho said above the i210 drivers are now in the 2.1.1 snapshots so just use that. It is still, at this point, a development snapshot and not a release of course so bare that in mind. ;)
Steve
-
…
SteveYup, "high speed" just isn't enough. I'm skipping "HD high speed" and going straight to "ultra-high speed".
Seriously though, I want to add a 3rd WAN connection @ 500/100 (plus my 100/100 and 20/20) and want to start doing snort & squid (for a specific application to cache images, not for all users) at the edge and my existing Lanner boxes with Core2Duo T7400 CPUs are struggling a bit, even without snort & squid.
where do you get a 100/100 from? how much does that cost?
im using PFsense to combine 6x 55mbps connections.
-
…
SteveYup, "high speed" just isn't enough. I'm skipping "HD high speed" and going straight to "ultra-high speed".
Seriously though, I want to add a 3rd WAN connection @ 500/100 (plus my 100/100 and 20/20) and want to start doing snort & squid (for a specific application to cache images, not for all users) at the edge and my existing Lanner boxes with Core2Duo T7400 CPUs are struggling a bit, even without snort & squid.
where do you get a 100/100 from? how much does that cost?
im using PFsense to combine 6x 55mbps connections.
It's a Comcast Metro-E line. I think it's about $2400/month.
-
Hi all,
have the same issue on 2.2.2 x64.
sysctl dev.igb.1
dev.igb.1.%desc: Intel(R) PRO/1000 Network Connection version - 2.4.0
Intel has realeased driver version 2.4.2 already.The problem is i can't compile it. the archive content looks like:
/kit/igb-2.4.2/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.hSo there is no if_igb.ko file to put on /boot/kernel/
Any clue how to update the driver?
-
Any clue how to update the driver?
If you get a solution please post it here then I will also buy an Intel i210-T1 NIC for
using it with pfSense together!