solitudechn
solitudechn
This problem occurs when using it with Home Assistant. Because I can't log into my garmin account on Home Assistant. > @solitudechn Are you having this problem when using with...
> 看起来是你硬件问题吧。。 我今天重新拉源码编译了一次,没问题,正常识别 > > ``` > [ 6.522798] r8125 0000:01:00.0: of_irq_parse_pci: failed with rc=-22 > [ 6.523379] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded > [ 6.524024] r8125 0000:01:00.0: enabling...
> 看起来是你硬件问题吧。。 我今天重新拉源码编译了一次,没问题,正常识别 > > ``` > [ 6.522798] r8125 0000:01:00.0: of_irq_parse_pci: failed with rc=-22 > [ 6.523379] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded > [ 6.524024] r8125 0000:01:00.0: enabling...
> ```shell > opkg update > opkg install pciutils > ``` 回去我试一下,谢谢 另外这个是我使用的编译脚本,不知道是不是我编译的时候config配置文件写错了🤦 https://github.com/solitudechn/lede/blob/master/.github/workflows/openwrt-ci.yml
> 我也看不出来什么,你把开机kernel log加载完成复制过来 好的,我回家的时候导出来,谢谢
> ```shell > opkg update > opkg install pciutils > ``` 这个是我刚才使用线刷刷入的 lean 大的 release 版本的包,使用ethtool获得的信息 ``` root@OpenWrt:~# ethtool -i eth0 driver: st_gmac version: Jan_2016 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes...
> > ```shell > > opkg update > > opkg install pciutils > > ``` > > 这个是我刚才使用线刷刷入的 lean 大的 release 版本的包,使用ethtool获得的信息 > > ``` > root@OpenWrt:~# ethtool -i eth0...
@DHDAXCW 我刚才试着刷入了一下 https://github.com/DHDAXCW/NanoPi-R5S/releases/tag/2022.09.14-Lean3 这个里面的 [openwrt-rockchip-armv8-friendlyarm_nanopi-r5s-squashfs-sysupgrade.img.gz](https://github.com/DHDAXCW/NanoPi-R5S/releases/download/2022.09.14-Lean3/openwrt-rockchip-armv8-friendlyarm_nanopi-r5s-squashfs-sysupgrade.img.gz) 这个系统包,现象跟我自己编译的是一样的 以下是lspci的结果 ``` # root @ OpenWrt in /tmp [17:10:12] $ lspci 0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor 0001:00:00.0 PCI...
> 用5.15.67编译我这用没问题,三个口都正常。用iperf3测试内网能跑到2.2Gbps,但是实际从NAS拷文件最多跑到1.2Gbps,还是需要lean的鸡血网卡驱动加持才行。 方便把固件给我试试么?
> 我的也是的,你是不是加装m.2固态硬盘的啊。加固态eth1就没法使用,去掉固态就好了, 我确实是没加装🤦