<stintel>
I'm so going to mess up the neighbors non-AX networks by putting an outdoor AX AP :P
<stintel>
BSS coloring ftw
<stintel>
"Apply Cudy Intermediate OpenWrt image for AP3000 Outdoor V1" from google drive feels extremely dodgy though
<stintel>
how was this even accepted
<schmars[m]>
ah there's an intermediate image now, cool
<schmars[m]>
i had to flash mine over serial with xmodem, early bird
<schmars[m]>
check if your port negotiates 1g/2.5g correctly, in snapshot a month ago i had an issue there
<stintel>
if I read the specs it's just GE ?
<stintel>
Speed : 1000, Loopback: NONE
<stintel>
is what le switch says
<schmars[m]>
yoooo the specs used to say 2.5g
<schmars[m]>
very sure
<schmars[m]>
so they really fucked up that ethernet port properly i guess
<schmars[m]>
their factory u-boot has broken ethernet too, that's why no tftp
<stintel>
ah, after the intermediate flash, thing disappeared from netowkr
<schmars[m]>
(oh no wait the broken ethernet is on the indoor variant, sorry)
<stintel>
hmm maybe the intermediate image is OpenWrt and has 192.168.1.1
<schmars[m]>
waiiit your right about 1g port. they "2.5g" in all marketing material is about the wifi hahaha
<schmars[m]>
nevermind me, all good, but still curious how the device works for you
<stintel>
nope, SOL
<stintel>
yeah really, requiring a binary intermediate as part of the OpenWrt installation procedure is really unacceptable imo
<schmars[m]>
yeah not ideal but seems pragmatic to me compared to the hassle that some other vendors are
<schmars[m]>
writing the image over serial also works, without the intermediate image
<stintel>
would have been nice if that was documented in the commit message
<schmars[m]>
there's a chance for rectification with the indoor veriant :-)
<stintel>
I just returned them
<stintel>
TP-Link EAP683-LR/UR will be my AP of choice for intodor
<stintel>
indoor*
<stintel>
although risky, as you and f00b4r0 seem to have unfixed issues with the mtk 802,11ax stuff
<stintel>
and focus already shifted to wifi 7
<stintel>
and fixing wifi6 issues seems not important
<schmars[m]>
for me the few seconds downtime during recovery are fine. actually we had to tear down that site where it occured daily. i'm basically not affected by that crash anymore
<stintel>
few seconds is unacceptable to me
<schmars[m]>
that's understandable
<schmars[m]>
will tp-link make an outdoor variant similar to the old eap225-outdoor?
<stintel>
fingers crossed ¯\_(ツ)_/¯
<stintel>
so that intermediate image ... fail to reach it
<schmars[m]>
i need something with external rp-sma, so we can do 11ax sector antennas. not a lot of options in that area unfortunately. basically the cudy, and the zyxel
<stintel>
exactly why we don't want binary intermediate shite
n3ph_ has joined #openwrt-devel
shoragan has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
shoragan has joined #openwrt-devel
Forst has quit [Read error: No route to host]
Forst has joined #openwrt-devel
n3ph_ has quit [Ping timeout: 480 seconds]
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
skynet2 has joined #openwrt-devel
Sawzall has quit [Read error: Connection reset by peer]
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
Sawzallz has joined #openwrt-devel
n3ph has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
<dviola>
the TL-WR802N v2 uses the same CPU as my TL-WR840N v2 as is still supported in openwrt git, same RAM/flash size and all, I was wondering whether I could use the same dtsi as the older version and make it work
<dviola>
I mean, before I throw it away
<dviola>
any chances that would work?
goliath has quit [Quit: SIGSEGV]
robimarko_ has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
<robimarko_>
DTS is irrelevant for resource usage
<robimarko_>
It might exist in the tree, but it was marked as 4MB device then it has not had images generated for a long long time for it
<robimarko_>
Just forget about 32MB RAM devices
<dviola>
it's the only device I have right now
sorinello has quit [Ping timeout: 480 seconds]
<robimarko_>
I understand, its just not feasible to run OpenWrt on it anymore
sorinello has joined #openwrt-devel
<f00b4r0>
unless you want to run something ancient such as 19.07 which should work
<robimarko_>
I have been poking at the seccomp getting selected issue
<robimarko_>
It seems to be the same issue that nbd pushed the initial fix for
<robimarko_>
Its like getting evaluated before the value is even set
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
<dviola>
f00b4r0: it's been running ancient versions just fine but I still want some of the newer ones, I can compile openwrt and do everything from the CLI, I'm just curious about the dts/dtsi at this point
<dviola>
and I will get a new router, just haven't decided which one yet
<dviola>
I don't care if I run into OOM, if it boots that's all I care about, I'm also trying to learn about openwrt here
Stat_headcrabbed1 has joined #openwrt-devel
Stat_headcrabbed has quit [Read error: Connection reset by peer]
Stat_headcrabbed1 is now known as Stat_headcrabbed
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<dviola>
also, there are no images for 19.07 and I can't compile it anymore, my compiler is too new, and python 2.x isn't easily available on distros anymore
<dviola>
therefore I would like to try a newer version, even if that means it would suck... but this dtsi stuff is kind of stopping me
<dviola>
seems device specific and I don't have all the info it needs
<robimarko_>
If it was supported in ar71xx then you should have enough information
<dviola>
yeah, I'll into that, thanks
<dviola>
would be neat if I could just reuse the dtsi from the previous model, then fill in the bits here and there
<totkeks>
is there a general way to deal with packages that want to store data in /var/lib? Because that is mapped on /tmp/ it is gone after reboot and the package, stubby again, doesn't work properly. My thought was to just put some lines in the init script that make sure the folder is there and has the right permissions. Is that the way or is there another way/api?
<mrkiko>
auto-answer to myself: no, there is no real problem with nfs root support. It's me, thatdidn't enable the correct option in openwrt build system
skynet2_ has quit []
skynet2 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
sorinello has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Read error: No route to host]
totkeks has quit [Remote host closed the connection]