1
19.7 Legacy Series / Re: No nics detected
« on: August 23, 2019, 01:32:31 am »
I've got the same problem. In my case "HP NC365T Quad Port" is not recognized. I'm also using OPNsense as VM on Unraid. As workaround I'm using kernel from previous OPNsense release and than everything is properly recognized:
But for sure it's not long term solution
Code: [Select]
root@home-fw:/ # opnsense-version
OPNsense 19.7.2 (amd64/OpenSSL)
root@home-fw:/ # uname -a
FreeBSD home-fw.internal 11.2-RELEASE-p10-HBSD FreeBSD 11.2-RELEASE-p10-HBSD 5e5adf26fc3(stable/19.1) amd64
root@home-fw:/ # pciconf -lv | grep -A4 igb
igb0@pci0:4:0:0: class=0x020000 card=0x1780103c chip=0x150e8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82580 Gigabit Network Connection'
class = network
subclass = ethernet
igb1@pci0:5:0:0: class=0x020000 card=0x1780103c chip=0x150e8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82580 Gigabit Network Connection'
class = network
subclass = ethernet
igb2@pci0:6:0:0: class=0x020000 card=0x1780103c chip=0x150e8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82580 Gigabit Network Connection'
class = network
subclass = ethernet
igb3@pci0:7:0:0: class=0x020000 card=0x1780103c chip=0x150e8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82580 Gigabit Network Connection'
class = network
subclass = ethernet
But for sure it's not long term solution