Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - turnah

#1
did you manage to update? i have the same card/version and it's failing for me too
Quote from: He4DHuNt3r on March 22, 2026, 03:14:12 PM

Has anyone had any luck updating the NVM on this generic Aliexpress I226-V?

I've tried updating to 2.32 and lower firmware versions, but it always fails - Tried updating through Windows, EFI & Linux with iomem=relaxed

Inventory
nvmupdatew64e -i -l log.txt

Config file will not be read.
Inventory
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Alternate MAC address is not set.
    Flash inventory started.
    Shadow RAM inventory started.
    Shadow RAM inventory finished.
    Flash inventory finished.
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Vendor                 : 8086
    Device                 : 125C
    Subvendor              : 8086
    Subdevice              : 0000
    Revision               : 4
    LAN MAC                : XXXXXXXXXXXX
    Alt MAC                : 000000000000
    SAN MAC                : 000000000000
    ETrackId               : 80000286
    SerialNumber           :  XXXXXXXXXXXXXXXX
    NVM Version            : 2.19(2.13)
    PBA                    : G23456-000
    VPD status             : Not set
    VPD size               : 0
    NVM update             : No config file entry
      checksum             : Valid

Config
CURRENT FAMILY: 1.0.0
CONFIG VERSION: 1.20.0

; NIC device
BEGIN DEVICE
DEVICENAME: Intel(R) Ethernet Controller I226-V
VENDOR: 8086
DEVICE: 125C
SUBVENDOR: 8086
SUBDEVICE: 0000
NVM IMAGE: FXVL_125C_V_1MB_2.32.bin
EEPID: 80000425
RESET TYPE: REBOOT
REPLACES: 80000286
END DEVICE

NVM.log
nvmupdatew64e.exe -b -l nvm.log -m XXXXXXXXXXXX  -f -u -c nvm.cfg

Config file read.
Inventory
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Alternate MAC address is not set.
    Flash inventory started.
    Shadow RAM inventory started.
    Shadow RAM inventory finished.
    Flash inventory finished.
Update
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Creating backup images in directory: XXXXXXXXXXXX .
    Backup images created.
    Flash update started.
Error:       Flash update failed.
    Device update failed.
Update security revisions
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Skipping update minimum security revisions.
Update VPD with VPD template
[00:013:00:00]: Intel(R) Ethernet Controller I226-V
    Skipping VPD update with VPD template.

#2
Thanks for your helpful reply. I followed as best i could and still struggled. I then came across a forum post with someone having similar issues, his solution was to remove all the VLANS and try again.

I removed all the dhcp/interface and vlans from the config, set them up identically (copy and paste) one at a time and it's all working as expected now.

I'm not sure how, but somehow the config must have been corrupt the first time i set them
#3
I have set up a couple of VLANS on my OPNSense instance, DMZ and WIFI.

I have created interfaces, and firewall rules to allow all traffic from the vlans to test connectivity (i want to communicate with a proxmox server on 192.168.1.x). I am able to ping and access the 192.168.1.12 server from the DMZ but unable to ping  it and no access from WIFI VLAN. The firewall rules show as green for both attempts in the live view.

I've compared setups and i can't see any differences between the DMZ vlan and the WIFI vlan at all other than ip addresses/ranges

To test i've setup two proxmox servers using vlan aware network, one on VLAN 10 (DMZ) and the other on VLAN20 (WIFI). DMZ can ping 192.168.1.12 and WIFI cannot. DHCP works correctly on both servers and they get the correct ip addresses assigned. If i switch VLANs between the two servers it remains consistant that VLAN10 can ping, but 20 cannot.

I was wondering if anyone had any pearls of wisdom that could help me figure this out?

Thanks,
Michael