|
发表于 2024-8-12 13:37:15
只看该作者
板凳
我还有一块瑞芯微RK3588X0的板子,他的lspci 的信息如下
- root@debian:~# uname -a
- Linux debian.toybrick 5.10.110-g164f0f2deb89-dirty #1 SMP Fri Feb 3 18:05:50 CST 2023 aarch64 GNU/Linux
- root@debian:~# lspci
- 0002:20:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd Device 3588 (rev 01)
- 0002:21:00.0 Network controller: Broadcom Inc. and subsidiaries Device 449d (rev 02)
- 0003:30:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd Device 3588 (rev 01)
- 0003:31:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
- root@debian:~# lspci -k
- 0002:20:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd Device 3588 (rev 01)
- Kernel driver in use: pcieport
- lspci: Unable to load libkmod resources: error -2
- 0002:21:00.0 Network controller: Broadcom Inc. and subsidiaries Device 449d (rev 02)
- Subsystem: Broadcom Inc. and subsidiaries Device aae8
- Kernel driver in use: pcieh
- 0003:30:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd Device 3588 (rev 01)
- Kernel driver in use: pcieport
- 0003:31:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
- Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller
- Kernel driver in use: r8168
复制代码
他多了一个Ethernet controller,这个用的就是r8168,我如果想RK3568J和这个一样,我该怎么做?
我有试过在RK3568J的源码里,config配置取消掉stmmac改为realtek,但是应该是没匹配上 |
|