|
|
发表于 2025-10-26 18:58:29
|
显示全部楼层
MT2500
- root@GL-MT2500:~# dmesg | grep -i phy
- [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
- [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
- [ 0.462925] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0
- [ 0.879391] phy phy-usb-phy@11e10000.0: try to get sw efuse
- [ 0.884965] phy phy-usb-phy@11e10000.1: try to get sw efuse
- [ 0.890527] phy phy-usb-phy@11e10000.1: try to get sw efuse+
- [ 0.896199] phy phy-usb-phy@11e10000.1: u3 efuse - intr 31, rx_imp 12, tx_imp 11
- [ 0.903621] phy_efuse_set set efuse, tx_imp 11, rx_imp 12 intr 31
- [ 2.900164] Airoha EN8811H mdio-bus:05: PHY(0xd) = 3a2 - a411
- [ 5.341478] Airoha EN8811H mdio-bus:05: EN8811H PHY ready!
- [ 19.187029] MediaTek MT7981 PHY mdio-bus:00: TX-VCM SW cal result: 0x2
- [ 19.209282] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY]
- [ 19.221737] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode
复制代码
MT2500A
- root@GL-MT2500:~# dmesg | grep -i phy
- [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
- [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
- [ 0.463251] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0
- [ 0.880425] phy phy-usb-phy@11e10000.0: try to get sw efuse
- [ 0.886000] phy phy-usb-phy@11e10000.1: try to get sw efuse
- [ 0.891564] phy phy-usb-phy@11e10000.1: try to get sw efuse+
- [ 0.897241] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2b, rx_imp 10, tx_imp 10
- [ 0.904664] phy_efuse_set set efuse, tx_imp 10, rx_imp 10 intr 2b
- [ 16.424522] MediaTek MT7981 PHY mdio-bus:00: TX-VCM SW cal result: 0x2
- [ 16.438285] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT7981 PHY]
- [ 16.450702] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode
复制代码
|
|