cmonroe has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
<hurricos> Hmm, is bkpepe ever on IRC?
<hurricos> Does anyone here use mpc85xx on their wireless devices?
<hurricos> HiveAP 330, WS-AP3825i, Ocedo Panda, WDR4900v1?
<dwfreed> hurricos: hasn't spoken in over 2 months in here
<hurricos> :thumbsup:
<hurricos> No problem, they reached out over github RE: the mpc85xx wifi sysfs bug -- https://github.com/openwrt/openwrt/issues/10530 -- and I wanted reviewing eyes on https://github.com/openwrt/openwrt/pull/10554
<hurricos> specifically they mentioned backporting two patches, didn't quite understand what they meant
<hurricos> Not sure who else to ping here, it's a must-have for 22.03, without which current WiFi config breaks for all mpc85xx users :p
dangole has quit [Ping timeout: 480 seconds]
<Spiwocoal> it seems the source url for xxd is down, while running 'make download' it gets stuck trying to download the files for xxd, and I checked the url on my browser and it seems to be down, anyone else report this to be the case? or is it just me?
<Spiwocoal> the url for the tarball is http://grail.cba.csuohio.edu/~somos/
<dwfreed> Spiwocoal: works here
<dwfreed> though changing cba to eecs would probably work better
<Spiwocoal> nope, still not working here, but thankfully the wayback machine had the tarball archived
<dwfreed> it's also going to be on distro mirrors
<dwfreed> eg gentoo
mrkiko has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
mrkiko has joined #openwrt-devel
dlg has quit [Ping timeout: 480 seconds]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
danitool has quit [Ping timeout: 480 seconds]
<mangix> hurricos: he's pepes here
Spiwocoal has quit [Remote host closed the connection]
rsalvaterra has joined #openwrt-devel
ptudor_ has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
rsalvaterra_ has quit [Ping timeout: 480 seconds]
cmonroe_ has joined #openwrt-devel
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
dlg has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<ynezz> that problematic download of xxd is reported in #10555, perhaps we should consider reverting back to 2b94aac7a128 ? although downloading complete Vim tarball just for xxd seems like overkill
<ynezz> maybe we should consider moving that little utility as a project to git.openwrt.org ?
<ynezz> or bite the bullet and add the small source to the tools, but it's probably going to influence the CVE handling/scaning etc.
<ynezz> another question is, if that xxd package needs to be always built, as it seems that only 2 targets bcm4908 and mediatek needs that for u-boot
<ynezz> https://github.com/gregkh/xxdi "Perl script that implements vim's 'xxd -i' mode so that packages do not have to use all of vim just to get this functionality. "
<mangix> ynezz: sounds better
<ynezz> ./xxdi.pl -> Can't locate File/Slurp.pm in @INC (you may need to install the File::Slurp module)
<ynezz> :)
<mangix> just add to include/prereq-build.mk
<pepes> Mangix: Yeah, I should find some better nickname. :-D Pepe is too common and it was occupied here on oftc already
<pepes> hurricos: I don't have any device, which you mentioned, but I do have CZ.NIC Turris 1.0 and Turris 1.1, which are using Freescale P2020. Not yet supported within OpenWrt. :-( Pali is working on improving mpc85xx support in U-boot and Linux kernel.
ekathva has joined #openwrt-devel
cbeznea has joined #openwrt-devel
dwfreed has quit [Quit: ZNC - http://znc.in]
Tapper has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
dwfreed has joined #openwrt-devel
clayface has joined #openwrt-devel
Piraty has quit [Quit: --]
Piraty has joined #openwrt-devel
clayface_ has quit [Ping timeout: 480 seconds]
MaxSoniX has joined #openwrt-devel
<jow> ynezz: xxdi.pl without File::Slurp
<f00b4r0> i don't know if the plan is for another rc or a .0, but if the former, maybe we should include https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=f1c9afd801380a05a91d979b475c76cc0a67caae - it's a big performance benefit for the affected devices
goliath has joined #openwrt-devel
<f00b4r0> nbd: got it I'll check it out. re build deps on regular linux: shouldn't the build use the system libraries instead of embedding its own? (from a maintenance/security pov)
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
robimarko has joined #openwrt-devel
danitool has joined #openwrt-devel
<ynezz> jow: cool, thanks! now I need to make it xxd compatible https://github.com/ynezz/openwrt/commits/ynezz/replace-xxd-with-xxdi-pl
<ynezz> seems like it generates https://github.com/ynezz/openwrt/runs/8086245142?check_suite_focus=true output which produces build failures
<ynezz> will attempt to fix that later today
borek has joined #openwrt-devel
<ynezz> probably just need to add some underscores here and there to make it `xxd -i` compat
<nbd> f00b4r0: this is mostly for testing anyway. at some point there should be a properly packaged version of unetd for linux distros
<nbd> f00b4r0: and that one should use the system libraries
srslypascal is now known as Guest1573
srslypascal has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
MaxS0niX has joined #openwrt-devel
Guest1573 has quit [Ping timeout: 480 seconds]
MaxSoniX has quit [Ping timeout: 480 seconds]
<stintel> does uhttpd support HTTP PUT?
<jow> stintel: nope
<jow> stintel: or rater not natively. It understands the PUT HTTP verb and passes it through to a cgi, ucode or Lua handler
<stintel> k, just looking for potential alternative for adding all my OpenWrt devices in .ssh/config with scp instead of sftp
<dwfreed> install the sftp server package?
<stintel> running out of space
<jow> dwfreed: openssh-sft-server used to be a tiny, few KB executable
<oliv3r[m][m]> Hey guys, I'm trying to get the cable-test (VCT) to work on an ar8327; however I'm only getting junk. According to the datasheet, the VCT registers are in the 'custom vendor' space of the standard MII registers (0x16 and 0x1c). Reading/writing/using those just produces junk that doesn't make sense. Reading the standard registers seems to be okay however (MII_PHYSID[12] for example). Anybody have any idea what I could be looking at? I
<oliv3r[m][m]> also have a forum post https://forum.openwrt.org/t/ar8327-virtual-cable-test/135717/2 if that is easier to coverse :)
<jow> nowadays it requires libopenssl and zlib as dependencies
<jow> and openssh now defaults to sftp for scp
<jow> in a very user unfriendly manner
<jow> could at least attempt some kind of fallback
<stintel> fuck me, scp can't even be done with ssh_config?
<russell--> i'm having all kinds of trouble with deprecations, trying to get new firmwares on ancient devices
<russell--> i resorted to wget
<russell--> but then http vs https raises its head there too
<stintel> ok I use a script to scp my images anyway, just added -O as I did to my OpenWrt backup script
<stintel> but I guess I'll have to bump my minimum flash requirement to 32MB
danitool_ has joined #openwrt-devel
danitool has quit [Read error: Connection reset by peer]
ekathva has quit [Ping timeout: 480 seconds]
<jow> stintel: wth, there's really no ssh_config option for -O ?
<dwfreed> indeed
<stintel> time for usshd :P
* stintel hides
<jow> putty is available for unix
<dwfreed> do note that sftp-scp is new as of OpenSSH 9.0
<jow> a statically compiled putty-pscp might come handy eventually
ekathva has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
ekathva has quit [Quit: Leaving]
MaxSoniX has joined #openwrt-devel
MaxS0niX has quit [Ping timeout: 480 seconds]
MaxS0niX has joined #openwrt-devel
MaxSoniX has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 99.9% packages reproducible in our current test framework.)
robimarko_ has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
robimarko_ has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
rua has joined #openwrt-devel
schwicht has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
<f00b4r0> stintel: now there's one extra feature that I wish the M300 had to make it absolutely perfect: an SFP cage. Then I could use it as a solo FTTH router without the need for an external ONT :)
<stintel> but it would be incompatible with my HA setup ;)
<f00b4r0> I'm not saying the SFP cage should replace one of the ports ;)
<stintel> I'd rather plug the fiber into my switch with redundant PSU then at least
<f00b4r0> ah, you have fancy toys ;)
<stintel> I do, blame covid :P
<stintel> I went a bit nuts during lockdowns
<f00b4r0> lol, a serious case of GAS maybe? ;)
<stintel> GAS?
<f00b4r0> Gear Acquisition Syndrome
<stintel> :D
<stintel> probably
<f00b4r0> ;)
<stintel> meanwhile I have 6 nRF5480 to play with thread
<f00b4r0> oh right since you mentioned that I wanted to take a look.
<stintel> and considering ordering another RAK5146 LoRa GW :P
<f00b4r0> the nRF modules are very low power right, much lower than the typical ESP ones?
<stintel> haven't measured tbh
<stintel> actually don't have USB power measurement equipment
<stintel> I should sort that
<stintel> oops, another case of GAS? :p
<f00b4r0> lol
<f00b4r0> I need to find a device that can communicate wirelessly over relatively long distances in a 125mW enveloppe, which is... very low. For $technical_reasons related to French energy meters specs :)
<stintel> yeah thread won't be of help there, unless you can plug in one of those things every so many meters in the path
<f00b4r0> ah ok
<stintel> thread is mesh
<stintel> and LoRa ... I didn't manage to receive the LHT52 in the basement with the RAK5146 on the 6th floor
<f00b4r0> oh, similar to Zigbee then
<stintel> but that's many walls / ceilings
<stintel> yes, like zigbee and z-wave, on top of 802.15.4
<stintel> iiuc
<f00b4r0> ok
<stintel> so now I'm considering getting a high gain antenna for the gateway, and/or a sensor with external antenna
rua has quit [Ping timeout: 480 seconds]
<f00b4r0> definitely GAS ;)
<stintel> most likely
<stintel> > Generally, it can penetrate about 7 or 8 walls, but the ability to penetrate walls is also affected by external factors, such as wall thickness, cement steel material, weather environment, etc.
<stintel> basement has metal doors, there's an elevator cage blocking the path, etc
<stintel> maybe I can try my luck putting gw somewhere
<f00b4r0> yeah basement wireless is /hard/
<stintel> also I fail to send the downlink command to reconfigure the sensor to send every x minutes, default is 20
<stintel> makes testing really annoying
rua has joined #openwrt-devel
<hurricos> stintel: Our landlord / building co-owner is nuts about LoRA. https://www.iotconduit.com/lora-network/
<hurricos> read as: he's making me do update maintenance on his aging at91-based gear
<hurricos> T_T
Tapper1 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
FriendlyNGeeks has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
robimarko has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
gladiac has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.9% packages reproducible in our current test framework.)
SamantazFox has quit [Remote host closed the connection]
danitool_ has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
goliath has quit [Quit: SIGSEGV]
<stintel> tmp/.config-package.in:53548: symbol PACKAGE_libgd is selected by PACKAGE_libgd-full
<stintel> tmp/.config-package.in:53582: symbol PACKAGE_libgd-full depends on PACKAGE_libgd
<stintel> hehe
Tapper has quit [Ping timeout: 480 seconds]
xback has quit [Ping timeout: 480 seconds]
xback has joined #openwrt-devel
torv is now known as Guest1592
torv has joined #openwrt-devel
Guest1592 has quit [Remote host closed the connection]
minimal has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
goliath has joined #openwrt-devel
cmonroe has joined #openwrt-devel
Tapper has joined #openwrt-devel
cmonroe_ has quit [Ping timeout: 480 seconds]
cmonroe has quit [Ping timeout: 480 seconds]
gladiac is now known as Guest1596
gladiac has joined #openwrt-devel
Guest1596 has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
nixuser has quit [Quit: Reconnecting]
nixuser has joined #openwrt-devel
Borromini has joined #openwrt-devel
borek1 has joined #openwrt-devel
borek1 has quit []
borek has quit [Ping timeout: 480 seconds]
<pepes> stintel: I know. My fault! I did not solve it, yet. It is harmless, though.
<pepes> I will look at it, hopefully tomorrow.
goliath has quit [Quit: SIGSEGV]
<Borromini> anyone else experiencing laggy wireless after the latest mt76 bump?
<Borromini> iperf still shows OK speeds (almost hitting 700 Mbps on 80 Mhz AX), but pages take ages to load
Tapper has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
cmonroe has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 95.7% packages reproducible in our current test framework.)
Borromini has joined #openwrt-devel
srslypascal is now known as Guest1603
srslypascal has joined #openwrt-devel
Guest1603 has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest1604
srslypascal has joined #openwrt-devel
cmonroe has joined #openwrt-devel
Guest1604 has quit [Ping timeout: 480 seconds]
cmonroe has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest1605
srslypascal has joined #openwrt-devel
Guest1605 has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
aiyion_ has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
aiyion has quit [Remote host closed the connection]
srslypascal is now known as Guest1606
srslypascal has joined #openwrt-devel
Guest1606 has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
SlimeyX_ has joined #openwrt-devel
SlimeyX has quit [Ping timeout: 480 seconds]
SlimeyX_ is now known as SlimeyX
goliath has quit [Quit: SIGSEGV]
gladiac has quit [Quit: k thx bye]
robimarko has quit [Quit: Leaving]
Lynx- has joined #openwrt-devel
guerby has quit [Remote host closed the connection]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cbeznea has quit [Quit: Leaving.]
schwicht has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
Lynx- has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
<Tapper> Hi I am getting this in my logs on master on my r7800. 2022 cron.err crond[1482]: time disparity of 684 minutes detected
<Tapper> Tue Aug 30 22:07:05
<Tapper> It then droped all devices on my network and made them all reconnect
<pkgadd> issues with the time/ ntp?
<Tapper> I am all so getting this: Tue Aug 30 22:13:08 2022 kern.warn kernel: [ 446.885250] ath10k_pci 0000:01:00.0: htt tx: fixing invalid VHT TX rate code 0xff
<Tapper> pkgadd ntp has not bin changed from first flash so I don't know. It is not somthing I mess with.
<Tapper> I did set my time zone, but did not change the ntp servers or anything like that.
danitool_ has joined #openwrt-devel
<russell--> Tapper: time disparity is normal in the vicinity of boot time, afaik
<pkgadd> anything in logread about (initially) failing to set the time - and then later catching up?
<Tapper> russell-- O shit lol I did not look at the uptime. It hade rebooted the router.
<Tapper> haha I feel like a tool now lol
<pkgadd> yeah, but not (longer) afterwards, unless there were connectivity issues preventing a successful sync after boot
danitool has quit [Ping timeout: 480 seconds]
MaxS0niX has quit [Quit: Konversation terminated!]
neoraider has quit [Ping timeout: 480 seconds]
paper_ has quit [Ping timeout: 480 seconds]
paper_ has joined #openwrt-devel
zarzarzar has quit [Read error: Connection reset by peer]
neoraider has joined #openwrt-devel
zarzarzar has joined #openwrt-devel
goliath has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
ptudor_ is now known as ptudor
dangole has joined #openwrt-devel
mangix has quit [Read error: Connection reset by peer]
dangole has quit [Remote host closed the connection]
Habbie has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
mangix has joined #openwrt-devel
Habbie has joined #openwrt-devel