![]() |
My PCIe disk controller works with Linux 5.3.6 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: My PCIe disk controller works with Linux 5.3.6 (/showthread.php?tid=8136) |
My PCIe disk controller works with Linux 5.3.6 - guannais - 10-25-2019 As said in the title, I have a disk controller LSI 9208 8i that needed some patch (pcie_rk_delay_bus_scan) to work with kernel Rockchip line 4.4 (the patch is in ayufan's kernel since april). I tried again the mainline and, finally, it works out of the box with the version 5.3.6. By the way, I have not tested Panfrost graphic driver, and I could not make framebuffer console to work. RE: My PCIe disk controller works with Linux 5.3.6 - guannais - 10-30-2019 I had problems with TCP conections from the Rockpro64 box with TVheadend to other computers with Kodi. Sometimes, the connection just stalled with a dumb conversation between peers like this: PC: I confirm byte 12000 received (send me more). Rockpro64: Take bytes 12001-15000. PC: ... Rockpro64: Take bytes 15001-18000. PC: I confirm byte 12000 received (send me more). Rockpro64: ![]() Perhaps the ethernet driver in Linux 5.3 is buggy and miscrafts some frames. I fixed it by disabling TCP checksum offload: # ethtool -K eth0 tx off |