華碩主機板的苦主好像是比較多一點:
https://www.reddit.com/r/buildapc/co...ler_i225v_igc/TLDR: Reach out to ASUS, since it seems exclusive to asus. Intel team unable to repro in lab.
不知道問題是否源自 Intel I225-V 專用的韌體呢?
https://www.reddit.com/r/buildapc/co...mment/ivkkqwf/Same issue, been struggling with it for a last month or so: both with Ubuntu and Arch Linux. I have a dual-boot system with Windows 11, and did not notice any issues with ethernet or wifi on Windows. So this indeed seems like a firmware issue, particularly in igc. Not the adapter itself
Running on Arch Linux kernel 6.0.7, same motherboard as in your post
https://gist.github.com/LilDojd/2f03...85725adfb8c456
不一定有幫助,但是值得一試:
https://www.reddit.com/r/buildapc/co...mment/ixxz8mu/
PCIe 的部分跟這個方案差不多:
- Edit /etc/default/grub
- Add pcie_port_pm=off pcie_aspm.policy=performance to GRUB_CMDLINE_LINUX_DEFAULT
- e.g. GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm.policy=performance pcie_port_pm=off"
- Double check file - cat /etc/defualt/grub
- Run sudo update-grub
- Reboot (don't forget this part!!)
- Check params from boot cat /proc/cmdline
- You should see your new parameters attached to end of line
https://github.com/clearlinux/distri...ment-702087065