Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Last active September 28, 2023 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DhruvaG2000/eda2762e35013c8d5ac9f37e818103a3 to your computer and use it in GitHub Desktop.
Save DhruvaG2000/eda2762e35013c8d5ac9f37e818103a3 to your computer and use it in GitHub Desktop.
orangepi@orangepi5:~$ dmesg | grep -i eth
[ 4.519020] psci: probing for conduit method from DT.
[ 6.885889] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[ 6.886026] rk_gmac-dwmac fe1c0000.ethernet: Looking up phy-supply from device tree
[ 6.886039] rk_gmac-dwmac fe1c0000.ethernet: Looking up phy-supply property in node /ethernet@fe1c0000 failed
[ 6.886052] rk_gmac-dwmac fe1c0000.ethernet: no regulator found
[ 6.886057] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[ 6.886061] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x42).
[ 6.886065] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[ 6.886068] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[ 6.886082] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[ 6.886087] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[ 6.886092] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[ 6.886105] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[ 6.886328] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[ 6.886432] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 6.886437] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5
[ 6.886442] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[ 6.886445] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[ 6.886448] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[ 6.886451] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[ 6.886485] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[ 6.886488] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.886493] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[ 6.886496] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[ 6.886499] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[ 7.028256] usbcore: registered new interface driver cdc_ether
[ 7.640916] optee: probing for conduit method.
[ 14.201069] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-1:01] driver [YT8531 Gigabit Ethernet] (irq=POLL)
[ 14.203734] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found
[ 14.203750] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 14.203962] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock
[ 14.204344] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode
orangepi@orangepi5:~$ uname -a
Linux orangepi5 5.10.110-rockchip-rk3588 #1.1.6 SMP Thu Jun 1 21:23:54 CST 2023 aarch64 GNU/Linux
orangepi@orangepi5:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 8a:09:b4:62:bf:a1 brd ff:ff:ff:ff:ff:ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment