can this be the cause? in 5.2 i see no drm-messages after this line. I’ve wrote to CK Hu and Bibby Hsieh…as first response it can be a timing problem (hdmi-hotplug before framebuffer is ready). Bibby is currently on getting the missing Patches into mainline then focus on fbcon
Have also ported internal wifi,quick test works…i can create ap0 and can connect to it via my mobile phone (running ssh over it)
“they” are kernel developers, and as I read they will support out of the box new realtek wlan adapters, also the’re will be a lot of drivers improvements for arm (also MediaTek MT7623N better support)
these performance is only over 1 eth-port with only 1 client (over switch). but i never got more than 1gbit/s (different clients+ports+gmacs) with/without phylink. @jackzeng / @sinovoip / @garywang / @moore / @ryder.lee / @linkerosa can you confirm, that this is possible by hardware? we have read in mt7623 technical document that soc has only 1GBit/s wiring for both gmacs (did not find the right page, but document should be this)
5.2-rc is the “main”-branch,the other are feature-branches which contain a single feature (not merged to rc).
so take a feature branch to test single feature or rc branch and merge the branches you want to it. In hdmi fbcon is still not workin.Last phylink is 5.2-net-next-phylink-gmac but phylink-patches need net-next (net patches for 5.3 which may be instable)
What is “this”? There are different feature-branches which need some testing. First you need to merge all together build kernel and anyhow replace kernel in lede…imho this is not easy because lede does not use partitions
So as now the most complete is your 4.14.x kernel?
(I’m waiting till 5.2 will be becouse I bought Intel AX200 which is WIFI 6 standard wireless module - its M2 but I’m waiting for adapter M2>miniPCIe)
Some special things like hwnat/hw-qos are only available on 4.14. But these are reported as unstable if activated (i do not have them activated). Most other functions are available on 4.19 too…5.2 will be no lts (maybe upcoming 5.3) and so eol soon or testing new functions or porting drivers.
if you need these drivers, you cannot use 4.19…normally x.xx-main is the right one for r2…for 5.2 i have not upgraded to final and merged the feature-branches. also second gmac is not ported because we try to realize this with phylink (in 5.2 net-next-patches are needed).
as a first start you can use 5.2-rc (if you do not need poweroff, hdmi and internal wifi). else you have to merge by yourself or wait till i have done it…
currently busy because of phylink/mainline-network on r64
basicly openwrt uses same kernel, but by default it is built inside the image and cannot replaced so easy. see the openwrt-repo from lexa2 how to get an openwrt with partitions…with this image you can replace kernel on boot-partition, but if you use my kernels you maybe have to swap mmc back (openwrt using mainline-kernel which does not swap mmc i’ve done for debian/ubuntu). simply revert the mmc-swap-commit
edit: have now created 5.2-main and merged poweroff+ wifi