<Marc_One>
hi. i have a strange networking problem. when i do ssh or ftp to my cubietruck arm device, the connection freezes after ca 60 seconds over ipv6. after ca 10 seconds the shell or ftp reacts again. when i run wireshark i see that my machine tries to retransmit packages with ca 5 retries before it works again.
Putti has quit [Remote host closed the connection]
<Marc_One>
ipv4 works normally
dev1990 has joined #linux-sunxi
return0e_ has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
samrose has quit [Remote host closed the connection]
<KotCzarny>
mainline dts files are a mess.
<KotCzarny>
opipc+ is just opipc with emmc and wifi, yet, dts redefines quite a bit more than that
<KotCzarny>
not to mention it names the board: model = "Xunlong Orange Pi Plus / Plus 2";
<KotCzarny>
erm. im dumb.
<KotCzarny>
disregard what i've said.
<KotCzarny>
although they are still a mess. ie. different format/order of definitions inside
<montjoie>
MoeIcenowy: h8homlet booting with 4.16, wow my last try is a bit old
Marc_One has quit [Quit: Leaving]
netlynx has quit [Quit: Ex-Chat]
reinforce has quit [Quit: Leaving.]
MangyDog has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 250 seconds]
lurchi_ is now known as lurchi__
MangyDog has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
tllim has joined #linux-sunxi
juri_ has quit [Quit: Lost terminal]
Mangy_Dog has quit [Ping timeout: 255 seconds]
lurchi__ is now known as lurchi_
<[TheBug]>
So I ran into an issue with the Marvell EspressoBin and a SATA Port mulltiplier attached where it would try to revalidate the link but the PMP wouldn't reply, it would 'assume' failure and dump the whole thing causing panic. Now this is based on my best guess and testing some. If I go an manipulate the drive for revalidation and disable that part, it stays up, but obviously this isn't
<[TheBug]>
the right way to handle this error (I would think) https://paste.ee/p/dhpfR anyone have some suggestions how I could better handle revalidation here? This is drivers/ata/libata-pmp.c from 4.4.8 Kernel from EspressoBin
<[TheBug]>
after commenting the revalidation code it stays up and I can write /read from devices no issue, but of course, what happens if the PMP does go away? How could I still validate?