On Tue, May 19, 2026, at 4:49 PM, [email protected] wrote: > Similar issue here with Intel NIC. Set it manually in hostname.if for > now > Although even with that, it seems to delay actually working for 30 > seconds > after logon. Strange behaviour. > > I knew something was up fw_update didn't work at the latter part > of the upgrade. Then for this at first boot: > > running rc.firsttime > fw_update: failed. > Cannot fetch http://firmware.openbsd.org/firmware/7.9/SHA256.sig (timed > out) > Checking for available binary patches... > syspatch: connect: No route to host > > I have this Intel I226-V NIC x 2 > igc0 at pci2 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, > address > igc1 at pci3 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, > address
Note that your Intel NICs are using igc(4), not em(4). I have not had any issues with 7.9 on either driver, but there are many models and revisions. igc0 at pci2 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, address 00:1e:06:45: igc1 at pci4 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, address 00:1e:06:45: igc2 at pci5 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, address 00:1e:06:45: igc3 at pci6 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, address 00:1e:06:45: igc4 at pci7 dev 0 function 0 "Intel I226-V" rev 0x04, msix, 4 queues, address 00:1e:06:45 em0 at pci1 dev 0 function 0 "Intel I211" rev 0x03: msi, address 00:0d:b9:5c: em1 at pci2 dev 0 function 0 "Intel I211" rev 0x03: msi, address 00:0d:b9:5c: em2 at pci3 dev 0 function 0 "Intel I211" rev 0x03: msi, address 00:0d:b9:5c Brian Conway

