I use openwrt compiled from master,
at slot 1 I have a mt7615 wifi card,
slot 2 has a rtl8125 gbe controller.
but, annoying: pcie gen 2 isn’t activated:
root@apbureau:~$ lspci -tv
-[0000:00]---00.0-[01-04]----00.0-[02-04]--+-03.0-[03]----00.0 Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller
\-07.0-[04]----00.0 Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller
-[0001:00]---01.0-[01]----00.0 MEDIATEK Corp. MT7615E 802.11ac PCI Express Wireless Network Adapter
root@apbureau:$ dmesg | grep limited
[ 1.460079] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 2.853448] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
root@apbureau:~#
Why? the specs show a gen 2 compatibility, why would it slow down to gen1?
This isn’t a PCIe capacitor issue. Problem exists on both my modded v1.1 board (where I fixed the issue), and my v1.2 board. In both cases I am using an AsiaRF AW7915-NP1 board in the device.
Good catch, btw. I’ve never noticed that message before.