-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rk3568 (Linkstar H68K) - RTL8211F phy_poll_reset failed #1726
Comments
Is this a multi-port device? Is it showing this error no matter which port you plug it into? Or is it specific to a particular port? Try installing the latest firmware. |
Yes, it is multi-port (2x 1g, 2x 2.5g) but I'm currently using the WLAN, so not even plugged into ethernet presently. Also note that eth1-3 show up correctly in ifconfig, but eth0 is not present (snippet below)... lspci also does not seem to show the RTL8211F at all, just the 2.5g RTL8125's (snippet below) When you say 'install the latest firmware' can you be more specific? Thanks for the help! ifconfig eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 eth2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 eth3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 veth23f42f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 lspci |
(bump) Any additional help here? I tested hard-wired connection and the first ethernet port (eth0) does absolutely nothing.. eth1-3 work as expected. |
What is the reason support for these boxes was removed ? |
+1 Would also like to know why the H68K has been dropped from the builds |
FYI - I see that Hinlink support was officially dropped in this commit 2e665a1. I have asked there for a reason for them being dropped (hoping for a reply). |
unifreq/linux-6.1.y@cbd2888 |
The hlink series devices have been re-added. |
Hello, Today, is it possible armbian work very well inside theese Smart TV Box Android 13 RK3528 (aliexpress links):
about RAM : some vendors say 4Go DDR3 and other 4Go DDR4 What change between 5.10.160-rk35xx-flippy-2403b.tar.gz 79.6MB 08 Mars 2024 and 5.10.160.tar.gz 90.7MB 13 April 2024 ? If you need buy one, what is your choice and why ? |
Hello |
Hello Farid, |
Hi Okpapt! Thanks for your reply! I could flash an img, which could boot, but I had no ethernet or wifi working.
|
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
dmesg repeatedly logs a phy_poll_reset for the RTL8211F (snippet below).. also provided a couple of other outputs I've seen asked for on other issues.. let me know if there's anything more I need to provide for assistance.. thanks in advance!
[525126.092595] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -110)
[525426.515655] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[525427.143335] RTL8211F Gigabit Ethernet stmmac-1:00: phy_poll_reset failed: -110
[525427.144145] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -110)
[525427.160633] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[525427.787333] RTL8211F Gigabit Ethernet stmmac-1:00: phy_poll_reset failed: -110
[525427.788148] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -110)
[525427.805246] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[525428.439328] RTL8211F Gigabit Ethernet stmmac-1:00: phy_poll_reset failed: -110
[525428.440135] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -110)
[525428.456470] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[525429.091315] RTL8211F Gigabit Ethernet stmmac-1:00: phy_poll_reset failed: -110
[525429.092126] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -110)
cat /boot/armbianEnv.txt
verbosity=1
bootlogo=false
fdtfile=rockchip/rk3568-opc-h68k.dtb
rootdev=UUID=0261a2ae-8cfb-4981-b5d6-6278f6f23c2c
rootfstype=ext4
rootflags=rw,errors=remount-ro
overlay_prefix=rk3568
overlays=
extraargs=
extraboardargs=net.ifnames=0 max_loop=128
docker_optimizations=on
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
cat /etc/ophub-release
PLATFORM='rockchip'
VERSION_CODEID='ubuntu'
VERSION_CODENAME='jammy'
FAMILY='rk3568'
BOARD='h68k'
SOC='rk3568'
FDTFILE='rk3568-opc-h68k.dtb'
KERNEL_REPO='ophub/kernel'
KERNEL_TAGS='6.1.y'
KERNEL_VERSION='6.1.52'
KERNEL_BACKUP='yes'
GITHUB_CDN=''
BOOT_CONF='armbianEnv.txt'
ROOTFS_TYPE='ext4'
DISK_TYPE='usb'
AMPART_STATUS='no'
MLUBOOT_STATUS='no'
MAINLINE_UBOOT='/usr/lib/u-boot/'
BOOTLOADER_IMG='/usr/lib/u-boot/bootloader.bin'
TRUST_IMG='/usr/lib/'
PACKAGED_DATE='2023-06-05'
The text was updated successfully, but these errors were encountered: