Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-11-12 Thread Marc Haber
On Sun, Nov 08, 2020 at 03:55:49PM +0100, Jernej Škrabec wrote: > 1. Apply DT fix: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/ > linux.git/commit/?h=sunxi/fixes- I can confirm that this one-liner fixes the issue on my Banana Pis. Greetings Marc --

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-11-09 Thread JuanEsf
hi, i applied the same fix in u-boot for M2-Ultra (R40). I have compiled and copied u-boot and now it works without problems.

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-11-08 Thread Chen-Yu Tsai
For this board, there is another issue regarding regulators. The fix is still being discussed. See https://lore.kernel.org/lkml/20201021183149.GA8436@Red/t/ On Tue, Oct 20, 2020 at 5:22 AM JuanEsf wrote: > > Hi! > In BananaPi-M2 Ultra also the problem occurred when updating to the kernel. >

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-11-08 Thread Jernej Škrabec
Dne nedelja, 08. november 2020 ob 15:44:54 CET je Marc Haber napisal(a): > On Mon, Oct 19, 2020 at 12:14:29PM +0800, Chen-Yu Tsai wrote: > > The proper fix now is to check the schematics, and change the phy-mode > > property to the correct type. It used to be that we used "rgmii" for all > > RGMII

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-11-08 Thread Marc Haber
On Mon, Oct 19, 2020 at 12:14:29PM +0800, Chen-Yu Tsai wrote: > The proper fix now is to check the schematics, and change the phy-mode > property > to the correct type. It used to be that we used "rgmii" for all RGMII PHYs. > > Turns out there are four modes of RGMII, depending on whether the

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-10-19 Thread JuanEsf
Hi! In BananaPi-M2 Ultra also the problem occurred when updating to the kernel. but I can't establish a connection El lunes, 19 de octubre de 2020 a las 1:14:46 UTC-3, Chen-Yu Tsai escribió: > On Sat, Oct 17, 2020 at 3:08 AM Jernej Škrabec > wrote: > > > > Dne petek, 16. oktober 2020 ob

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-10-18 Thread Chen-Yu Tsai
On Sat, Oct 17, 2020 at 3:08 AM Jernej Škrabec wrote: > > Dne petek, 16. oktober 2020 ob 20:44:38 CEST je Marc Haber napisal(a): > > Hi Jernej, > > > > On Thu, Oct 15, 2020 at 09:23:37PM +0200, Jernej Škrabec wrote: > > > Dne četrtek, 15. oktober 2020 ob 21:11:39 CEST je Marc Haber napisal(a): >

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-10-16 Thread Jernej Škrabec
Dne petek, 16. oktober 2020 ob 20:44:38 CEST je Marc Haber napisal(a): > Hi Jernej, > > On Thu, Oct 15, 2020 at 09:23:37PM +0200, Jernej Škrabec wrote: > > Dne četrtek, 15. oktober 2020 ob 21:11:39 CEST je Marc Haber napisal(a): > > > when I boot my Banana Pi (with Debian buster installed) with

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-10-16 Thread Marc Haber
Hi Jernej, On Thu, Oct 15, 2020 at 09:23:37PM +0200, Jernej Škrabec wrote: > Dne četrtek, 15. oktober 2020 ob 21:11:39 CEST je Marc Haber napisal(a): > > when I boot my Banana Pi (with Debian buster installed) with kernel 5.9, > > the network interface doesn't work too well. Packet loss of more

Re: [linux-sunxi] Banana Pi, Kernel 5.9, packet loss and bad network connectivity

2020-10-15 Thread Jernej Škrabec
Hi! Dne četrtek, 15. oktober 2020 ob 21:11:39 CEST je Marc Haber napisal(a): > Hi, > > when I boot my Banana Pi (with Debian buster installed) with kernel 5.9, > the network interface doesn't work too well. Packet loss of more than > 50 %, machine nearly unuseable. Going back to 5.8.13 fixes the