Hello everyone, I recently changed the network card in my HP Proliant DL380p, previously it had a 4 port nic, but now it has a 2 port nic, what believe is happening is that some configuration is still trying to access a port in the old nic that is no longer present, here's the lspci -k output:
And here's the DMA error in the kernel log:
There's no longer a device at 03:00.2, how can I tell the DMA that?
Code:
root@hpserver:~# lspci -k | grep 03:0003:00.0 Ethernet controller: Solarflare Communications SFC9020 10G Ethernet Controller03:00.1 Ethernet controller: Solarflare Communications SFC9020 10G Ethernet Controller
Code:
[ 1669.872549] DMAR: DRHD: handling fault status reg 502[ 1669.872562] DMAR: [DMA Write NO_PASID] Request device [03:00.2] fault addr 0xbdf7f000 [fault reason 0x02] Present bit in context entry is clear
Statistics: Posted by MatiasLGonzalez — 2024-08-24 16:04 — Replies 2 — Views 36