ChanServ changed the topic of #libreelec to: [ LibreELEC Support Channel ~ current release: (Leia) 9.2.6 ~ No discussion/support for piracy addons/services ~ Log: https://freenode.irclog.whitequark.org/libreelec ]
speeedy has quit [Remote host closed the connection]
RaphGro has quit [Remote host closed the connection]
St3ak has joined #libreelec
<vpeter>
Sure curl is reusing connections. But they are dead on NAT. And because same connection can't be used new one is open.
St3ak has quit [Remote host closed the connection]
<vpeter>
What does it do when you run "clearing tcp states on my firewall" ?
dstzd has joined #libreelec
dstzd has quit [Remote host closed the connection]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
Gittun has joined #libreelec
speeedy has joined #libreelec
RaphGro has joined #libreelec
dstzd has joined #libreelec
dstzd has quit [Remote host closed the connection]
St3ak has joined #libreelec
noudle has joined #libreelec
St3ak` has joined #libreelec
St3ak` has quit [Client Quit]
St3ak has quit [Ping timeout: 264 seconds]
<noudle>
to which pin on the rpi should i connect the OUT pin of a ir receiver? ive put it to gpio 18 but tbh this is the first time i work with such parts
<noudle>
and seems like ir-keytable does not recognize my device
<noudle>
now im not sure if its a power issue, a data pin issue or a malfunctional device
St3ak has joined #libreelec
St3ak` has joined #libreelec
St3ak` has quit [Remote host closed the connection]
dstzd has joined #libreelec
<sopparus>
vpeter: pfctl -F states is what I use, from the manual. -Fstates Flush the state table (NAT and filter).
<sopparus>
it removes all tcp states
St3ak` has joined #libreelec
<sopparus>
I guess this forces curl to create a new one and thats why it works again?:)
St3ak has quit [Remote host closed the connection]
<vpeter>
without seeing what is going on on network it is hard to say.
<vpeter>
Make a cron every 10 minutes or so to run this command :)
<vpeter>
Or maybe there is some other config option to make some time for states shorter?
<sopparus>
hehe irc for example dies with it, and also ssh connections
<Antoine->
Why is that? Did I miss something on my libreelec?
<Antoine->
(there is libretro-dolphin and libretro-ppsspp in the link I sent)
<Antoine->
They are also in the libreelec-9.2 branch, which I assume is the one my libreelec is based on
<noudle>
do i need to enable something to get ir support? if not i guess my device or cables are broken
gouchi has joined #libreelec
<Antoine->
I'm on a raspberry pi 4. Could it be why I can't see them? I've read that Dolphin isn't available on the rpi4, but I've seen videos of psp emulation on rpi4
<asdf28>
noudle: you can use the "ir-keytable" command to display hardware info about the remote drivers
BCMM has joined #libreelec
<asdf28>
and "ir-keytable -t" to test if it can receive your inputs
<noudle>
asdf28: ye, it does not find my device
<noudle>
nothig under /dev/input/event*
<asdf28>
then there is no IR driver loaded for your box
<asdf28>
or it is not present in the device tree
<noudle>
hmm is it just unsupported or do i need to add the correct one in the overlays?
<asdf28>
what's your output of "lsmod"? is there any IR driver present?
<noudle>
sec need to boot up again
<asdf28>
normally, it works out of the box
<noudle>
thats what i thought
<asdf28>
the way it normally works is, if i remember correctly, that the IR device node is in the device tree of your box, and this will automatically load the IR driver module
<sopparus>
ok vpeter im currently in state where I cant connect
<sopparus>
all tcp 191.48.21.13:443 <- 192.168.5.182:33488 FIN_WAIT_2:FIN_WAIT_2
<sopparus>
all tcp 213.80.111.176:61373 (192.168.5.182:33488) -> 194.48.213.139:443 FIN_WAIT_2:FIN_WAIT_2
<sopparus>
thats the current states
<sopparus>
kodi says
<sopparus>
ERROR <general>: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
<sopparus>
2021-01-13 12:34:31.433 T:2462 ERROR <general>: CCurlFile::Open failed with code 0 for https:/
<sopparus>
curl from console on libreelec works fine to same site
<sopparus>
doing netstat -n on libreelec there is sign of the server at all
<Antoine->
asdf28: Ok, thanks :)
St3ak has joined #libreelec
<vpeter>
sopparus: Hard to tell without seeing traffic. But in november I was working again with curl full time (doing REST client). And was testing different scenarios and curl always behave correctly. Seems your fw is doing some strange things. Because when curl can't reuse connection (timeout happen) it just open new connection.
<chewitt>
I've seen repeated failure to download things which I can't explain and others aren't seeing
<chewitt>
that "fixed" things for me
<sopparus>
Will do, thanks
<chewitt>
since I only run my own images and haven't a clue where to start on diagnosing the real issue, I've just kept it in my branch
<sopparus>
Ok vpeter, but it happend on your hw as well remember? :)
noudle has quit []
asdf28 has quit [Ping timeout: 260 seconds]
<vpeter>
Yes. But adding curllowspeedtime fixed the problem. This option allows curl to make new connection faster. By default this time is crazy high in kodi.
<sopparus>
ok but i can reproduce on multiple nat-routers
<sopparus>
its a bit harder to reproduce in le10 for some reason
<sopparus>
so hold on... :)
<vpeter>
The main problem happens on every nat because kodi needs 20 seconds to figure out that tcp connection is dead. But in your case you also need to run some command on fw. This is another issue.
<sopparus>
its the same if linux/iptables is the nat-router
<sopparus>
anyways you mean? m_curllowspeedtime = 20;
St3ak has quit [Remote host closed the connection]
St3ak` has quit [Client Quit]
<vpeter>
And what is ETA to get everything running like with "old" aml kernel? Few years?
<vpeter>
I think the main problem was (and still is) expectations. Which were way to high. Even for RPi there is separate linux branch. At this point I would expect everything would be mainlined. And now look small Amlogic where no one is doing same work.
<chewitt>
If expectations were similar to Allwinner, Rockchip users I'd be more bullish about releasing images
<chewitt>
but Amlogic has always attracted a particularly whiny class of user
<chewitt>
and the % of box devices which aren't as straightforward as boards is much higher
<chewitt>
at the current rate of progress it will be ages before things get sorted out
<chewitt>
some commercial entities are taking an interest in Amlogic chips tho
<chewitt>
and if either of them decides to commit it will lead to funded work that we'll benefit from
<chewitt>
CE also sucks the oxygen from the room too
<chewitt>
the same repeating cycle that's been in the Kodi ecosystem for ages
<chewitt>
so called 'developers' are content to fiddle around the edges of something that essentially works
<chewitt>
instead of doing the harder work of building something long-term sustainable
<chewitt>
hence the decision Kodi took to remove all the proprietary interfaces
<chewitt>
same as removing old Android support, old macOS support, old Win support
<vpeter>
I assume numbers of LE for allwinner and rockchip are not that high?
ghostcube has quit [Read error: Connection reset by peer]
<vpeter>
Which means: why even bother with it.
andy-burns has quit [Quit: gorn]
andy-burns has joined #libreelec
dstzd has joined #libreelec
dstzd has quit [Client Quit]
<vpeter>
I forgot: how is imx6 working? Will it have official image?
<chewitt>
I've been told it's in reasonable shape, apart from the devices with the weaker GPU chip?
<chewitt>
It's probably the only SoC that I have no test samples for so I can't really talk about it
<chewitt>
Hopefully the image(s) get squashed down with FDTDIR changes
<chewitt>
Allwinner numbers are starting to increase
<chewitt>
H6 support is shaping up nicely
<chewitt>
and it's being very actively worked upon
<chewitt>
RK is languishing a little due to lack of dev time, people got busy in real life
<chewitt>
it's all a drop in the ocean compared to pi devices of course, nothing changed much in the mix
ghostcube has joined #libreelec
<vpeter>
Thanks.
dstzd has joined #libreelec
dstzd has quit [Client Quit]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
St3ak has joined #libreelec
St3ak has quit [Ping timeout: 264 seconds]
kriger has joined #libreelec
dstzd has joined #libreelec
held has quit [Ping timeout: 272 seconds]
dstzd has quit [Client Quit]
held has joined #libreelec
St3ak has joined #libreelec
held has quit [Remote host closed the connection]
held has joined #libreelec
St3ak` has joined #libreelec
St3ak` has quit [Remote host closed the connection]
St3ak has quit [Ping timeout: 258 seconds]
St3ak` has joined #libreelec
St3ak` has quit [Client Quit]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
|Jeroen| has joined #libreelec
held has quit [Remote host closed the connection]
held has joined #libreelec
dstzd has joined #libreelec
dstzd has quit [Client Quit]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
dstzd has joined #libreelec
dstzd has quit [Client Quit]
lolek has quit [Ping timeout: 240 seconds]
dstzd has joined #libreelec
St3ak has joined #libreelec
St3ak has quit [Remote host closed the connection]
St3ak has joined #libreelec
St3ak has quit [Remote host closed the connection]
St3ak has joined #libreelec
St3ak` has joined #libreelec
St3ak has quit [Remote host closed the connection]