From 11f0a082e38d1592498225be133451a0b0258d89 Mon Sep 17 00:00:00 2001 From: Cyd Date: Fri, 24 Jul 2026 08:49:05 -0500 Subject: [PATCH] emulator: repoint dev-rig confs to the current NIC (realnic F70BADD7A) The old Network Bridge adapter (DB5521D) no longer exists on the dev rig; pcap now binds the physical Realtek directly. Update the tracked rendered confs so a networked launch from the repo tree reaches the host. Symptom of the stale value was the guest looping "NO PACKET DRIVER FOUND" (pcap open fails -> NE2000 absent -> ODI stack can't bind). net_diag.conf left alone (unrelated pre-existing churn). Co-Authored-By: Claude Opus 4.8 --- emulator/net_full.conf | 2 +- emulator/net_loop.conf | 2 +- emulator/net_loop_pipe.conf | 2 +- emulator/net_rp.conf | 2 +- emulator/net_rp_pipe.conf | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emulator/net_full.conf b/emulator/net_full.conf index 50a7184b..f8f631e5 100644 --- a/emulator/net_full.conf +++ b/emulator/net_full.conf @@ -30,7 +30,7 @@ nicbase=340 nicirq=10 backend=pcap [ethernet, pcap] -realnic=DB5521D +realnic=F70BADD7A [sblaster] sbtype=sb16 sbbase=220 diff --git a/emulator/net_loop.conf b/emulator/net_loop.conf index 0b667166..cdff4c62 100644 --- a/emulator/net_loop.conf +++ b/emulator/net_loop.conf @@ -25,7 +25,7 @@ nicbase=340 nicirq=10 backend=pcap [ethernet, pcap] -realnic=DB5521D +realnic=F70BADD7A [sblaster] sbtype=sb16 sbbase=220 diff --git a/emulator/net_loop_pipe.conf b/emulator/net_loop_pipe.conf index 815ed9dc..dfd755b0 100644 --- a/emulator/net_loop_pipe.conf +++ b/emulator/net_loop_pipe.conf @@ -25,7 +25,7 @@ nicbase=340 nicirq=10 backend=pcap [ethernet, pcap] -realnic=DB5521D +realnic=F70BADD7A [sblaster] sbtype=sb16 sbbase=220 diff --git a/emulator/net_rp.conf b/emulator/net_rp.conf index 29fc3ce6..e3236278 100644 --- a/emulator/net_rp.conf +++ b/emulator/net_rp.conf @@ -20,7 +20,7 @@ nicbase=340 nicirq=10 backend=pcap [ethernet, pcap] -realnic=DB5521D +realnic=F70BADD7A [sblaster] sbtype=sb16 sbbase=220 diff --git a/emulator/net_rp_pipe.conf b/emulator/net_rp_pipe.conf index 57a00c77..f29cf5e6 100644 --- a/emulator/net_rp_pipe.conf +++ b/emulator/net_rp_pipe.conf @@ -20,7 +20,7 @@ nicbase=340 nicirq=10 backend=pcap [ethernet, pcap] -realnic=DB5521D +realnic=F70BADD7A [sblaster] sbtype=sb16 sbbase=220 @@ -60,4 +60,4 @@ netnub -p -f rpl4opt > nn.log 32rtm.exe -u echo === RP-NET-RUN-DONE === pause - +