Intel NetEffect Net Effect NEO20-CX4

Status
Not open for further replies.

gaohinc

Cadet
Joined
Jan 16, 2013
Messages
3
I have an Intel NetEffect Net Effect NEO20-CX4 10 GB ethernet card installed that i want to connect directly to my KVM/QEM VM Host machine but the FreeNAS 8.3.1 doesn't load the card's drivers? Does anyone know if this card will work? I've checked the FreeBSD 8.3 compatibility and it's kind of vague on the Net Effect cards by model number?

Any help would be appreciated....BTW I do have Linux drivers for the card but dont know how to use them? Any assistance there would be helpful if the card is supported?

Thanks!
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Ok, first.. you didn't read the manual. FreeNAS is not a Linux OS. It is FreeBSD, or Unix. Your linux drivers are useless for Unix.

Second, why are you using the 8.3.1 beta(or worse.. nightly)? You should be sticking with RELEASE versions. Betas can be buggy.

So go try the 8.3.0 RELEASE and see if that works for you. Report back what happens. Network cards should "just work".
 

gaohinc

Cadet
Joined
Jan 16, 2013
Messages
3
Sorry...i'm aware it is a FreeBSD release!

miss typed the release...I'm using the FreeNAS 8.3.0-RELEASE-p1 64-bit release.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Eew. If you are on the release version and its not working that means this probably isn't going to end well.

Can you post the output of the following commands:

dmesg | grep ethernet
pciconf -l

Please put them in [code][/code] for ease of reading.
 

gaohinc

Cadet
Joined
Jan 16, 2013
Messages
3
dmesg | grep ethernet

output is
Code:
pci1: <network, ethernet> at device 0.0 (no driver attached)


pciconf -l

output is

Code:
hostb0@pci0:0:0:0:      class=0x060000 card=0x22241019 chip=0xd1318086 rev=0x11 hdr=0x00
pcib1@pci0:0:3:0:       class=0x060400 card=0x22241019 chip=0xd1388086 rev=0x11 hdr=0x01
none0@pci0:0:8:0:       class=0x088000 card=0x00240019 chip=0xd1558086 rev=0x11 hdr=0x00
none1@pci0:0:8:1:       class=0x088000 card=0x00240019 chip=0xd1568086 rev=0x11 hdr=0x00
none2@pci0:0:8:2:       class=0x088000 card=0x00240019 chip=0xd1578086 rev=0x11 hdr=0x00
none3@pci0:0:8:3:       class=0x088000 card=0x00240019 chip=0xd1588086 rev=0x11 hdr=0x00
none4@pci0:0:16:0:      class=0x088000 card=0x00240019 chip=0xd1508086 rev=0x11 hdr=0x00
none5@pci0:0:16:1:      class=0x088000 card=0x00240019 chip=0xd1518086 rev=0x11 hdr=0x00
ehci0@pci0:0:26:0:      class=0x0c0320 card=0x22241019 chip=0x3b3c8086 rev=0x06 hdr=0x00
none6@pci0:0:27:0:      class=0x040300 card=0x22241019 chip=0x3b568086 rev=0x06 hdr=0x00
pcib2@pci0:0:28:0:      class=0x060400 card=0x22241019 chip=0x3b428086 rev=0x06 hdr=0x01
pcib3@pci0:0:28:1:      class=0x060400 card=0x22241019 chip=0x3b448086 rev=0x06 hdr=0x01
pcib4@pci0:0:28:2:      class=0x060400 card=0x22241019 chip=0x3b468086 rev=0x06 hdr=0x01
pcib5@pci0:0:28:3:      class=0x060400 card=0x22241019 chip=0x3b488086 rev=0x06 hdr=0x01
pcib6@pci0:0:28:4:      class=0x060400 card=0x22241019 chip=0x3b4a8086 rev=0x06 hdr=0x01
pcib7@pci0:0:28:5:      class=0x060400 card=0x22241019 chip=0x3b4c8086 rev=0x06 hdr=0x01
ehci1@pci0:0:29:0:      class=0x0c0320 card=0x22241019 chip=0x3b348086 rev=0x06 hdr=0x00
pcib8@pci0:0:30:0:      class=0x060401 card=0x22241019 chip=0x244e8086 rev=0xa6 hdr=0x01
isab0@pci0:0:31:0:      class=0x060100 card=0x22241019 chip=0x3b068086 rev=0x06 hdr=0x00
atapci0@pci0:0:31:2:    class=0x01018f card=0x22241019 chip=0x3b208086 rev=0x06 hdr=0x00
none7@pci0:0:31:3:      class=0x0c0500 card=0x22241019 chip=0x3b308086 rev=0x06 hdr=0x00
atapci1@pci0:0:31:5:    class=0x010185 card=0x22241019 chip=0x3b268086 rev=0x06 hdr=0x00
none8@pci0:1:0:0:       class=0x020000 card=0x01001678 chip=0x01001678 rev=0x05 hdr=0x00
re0@pci0:3:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x03 hdr=0x00
alc0@pci0:4:0:0:        class=0x020000 card=0x81311019 chip=0x10631969 rev=0xc0 hdr=0x00
pcib9@pci0:8:1:0:       class=0x060400 card=0x00000000 chip=0x00213388 rev=0x13 hdr=0x01
vgapci0@pci0:9:0:0:     class=0x030000 card=0x0d43102b chip=0x0525102b rev=0x85 hdr=0x00
 
Status
Not open for further replies.
Top