1
General Discussion / Re: Cisco WAVE-294 expansion card unable to send traffic in OPNsense
« on: September 23, 2024, 12:56:41 pm »
Yes, the igb driver seems to get picked up correctly too.
It's an Intel 82576 controller.
Output of pciconf -lv | grep -A4 igb:
Output of dmesg | grep igb"
It's an Intel 82576 controller.
Output of pciconf -lv | grep -A4 igb:
Code: [Select]
igb0@pci0:6:0:0: class=0x020000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x10c9 subvendor=0x1137 subdevice=0x00a2
vendor = 'Intel Corporation'
device = '82576 Gigabit Network Connection'
class = network
subclass = ethernet
igb1@pci0:6:0:1: class=0x020000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x10c9 subvendor=0x1137 subdevice=0x00a2
vendor = 'Intel Corporation'
device = '82576 Gigabit Network Connection'
class = network
subclass = ethernet
igb2@pci0:7:0:0: class=0x020000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x10c9 subvendor=0x1137 subdevice=0x00a2
vendor = 'Intel Corporation'
device = '82576 Gigabit Network Connection'
class = network
subclass = ethernet
igb3@pci0:7:0:1: class=0x020000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x10c9 subvendor=0x1137 subdevice=0x00a2
vendor = 'Intel Corporation'
device = '82576 Gigabit Network Connection'
class = network
subclass = ethernet
Output of dmesg | grep igb"
Code: [Select]
igb0: <Intel(R) PRO/1000 82576> port 0xc020-0xc03f mem 0xfe3a0000-0xfe3bffff,0xfe380000-0xfe39ffff,0xfe3c4000-0xfe3c7fff irq 16 at device 0.0 on pci5
igb0: EEPROM V2.0-2 eTrack 0x0001398d
igb0: Using 1024 TX descriptors and 1024 RX descriptors
igb0: Using 2 RX queues 2 TX queues
igb0: Using MSI-X interrupts with 3 vectors
igb0: Ethernet address: f4:cf:e2:11:ac:32
igb0: netmap queues/slots: TX 2/1024, RX 2/1024
igb1: <Intel(R) PRO/1000 82576> port 0xc000-0xc01f mem 0xfe340000-0xfe35ffff,0xfe320000-0xfe33ffff,0xfe3c0000-0xfe3c3fff irq 17 at device 0.1 on pci5
igb1: EEPROM V2.0-2 eTrack 0x0001398d
igb1: Using 1024 TX descriptors and 1024 RX descriptors
igb1: Using 2 RX queues 2 TX queues
igb1: Using MSI-X interrupts with 3 vectors
igb1: Ethernet address: f4:cf:e2:11:ac:33
igb1: netmap queues/slots: TX 2/1024, RX 2/1024
igb2: <Intel(R) PRO/1000 82576> port 0xb020-0xb03f mem 0xfe2a0000-0xfe2bffff,0xfe280000-0xfe29ffff,0xfe2c4000-0xfe2c7fff irq 17 at device 0.0 on pci6
igb2: EEPROM V2.0-2 eTrack 0x0001398d
igb2: Using 1024 TX descriptors and 1024 RX descriptors
igb2: Using 2 RX queues 2 TX queues
igb2: Using MSI-X interrupts with 3 vectors
igb2: Ethernet address: f4:cf:e2:11:ac:34
igb2: netmap queues/slots: TX 2/1024, RX 2/1024
igb3: <Intel(R) PRO/1000 82576> port 0xb000-0xb01f mem 0xfe240000-0xfe25ffff,0xfe220000-0xfe23ffff,0xfe2c0000-0xfe2c3fff irq 18 at device 0.1 on pci6
igb3: EEPROM V2.0-2 eTrack 0x0001398d
igb3: Using 1024 TX descriptors and 1024 RX descriptors
igb3: Using 2 RX queues 2 TX queues
igb3: Using MSI-X interrupts with 3 vectors
igb3: Ethernet address: f4:cf:e2:11:ac:35
igb3: netmap queues/slots: TX 2/1024, RX 2/1024