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 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ nicbase=340
|
||||
nicirq=10
|
||||
backend=pcap
|
||||
[ethernet, pcap]
|
||||
realnic=DB5521D
|
||||
realnic=F70BADD7A
|
||||
[sblaster]
|
||||
sbtype=sb16
|
||||
sbbase=220
|
||||
|
||||
@@ -25,7 +25,7 @@ nicbase=340
|
||||
nicirq=10
|
||||
backend=pcap
|
||||
[ethernet, pcap]
|
||||
realnic=DB5521D
|
||||
realnic=F70BADD7A
|
||||
[sblaster]
|
||||
sbtype=sb16
|
||||
sbbase=220
|
||||
|
||||
@@ -25,7 +25,7 @@ nicbase=340
|
||||
nicirq=10
|
||||
backend=pcap
|
||||
[ethernet, pcap]
|
||||
realnic=DB5521D
|
||||
realnic=F70BADD7A
|
||||
[sblaster]
|
||||
sbtype=sb16
|
||||
sbbase=220
|
||||
|
||||
@@ -20,7 +20,7 @@ nicbase=340
|
||||
nicirq=10
|
||||
backend=pcap
|
||||
[ethernet, pcap]
|
||||
realnic=DB5521D
|
||||
realnic=F70BADD7A
|
||||
[sblaster]
|
||||
sbtype=sb16
|
||||
sbbase=220
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user