isak has quit [Read error: No route to host]
isak has joined #openwrt-devel
Tapper has joined #openwrt-devel
paper_ has quit [Ping timeout: 480 seconds]
zarzarzar_ has quit [Remote host closed the connection]
ynezz has quit [Remote host closed the connection]
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
sodo has joined #openwrt-devel
<sodo> porting broadcom-wl to arm might be possible
sodo_ has joined #openwrt-devel
sodo has quit [Remote host closed the connection]
<sodo_> the asuswrt-merlin repo has prebuilt wl binary for arm
<sodo_> building kernel module from that is usually not possible, because it includes osl, but we can make them local with objcopy and solve conflicts
<sodo_> and everything else we need seems there in the repo
<sodo_> since i'm not familiar with Makefile
<sodo_> this is kernel module
<sodo_> but let me check if i can use it just as library
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
mrkiko has quit [Quit: leaving]
sodo_ has quit [Remote host closed the connection]
ynezz has joined #openwrt-devel
ynezz is now known as Guest365
danitool has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
srslypascal is now known as Guest374
srslypascal has joined #openwrt-devel
ForstPenguin has joined #openwrt-devel
Forst has quit [Read error: Connection reset by peer]
Guest374 has quit [Ping timeout: 480 seconds]
Luke-Jr has quit [Ping timeout: 480 seconds]
cbeznea1 has quit [Quit: Leaving.]
srslypascal is now known as Guest375
srslypascal has joined #openwrt-devel
srslypascal has quit []
Guest375 has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
Luke-Jr has joined #openwrt-devel
goliath has joined #openwrt-devel
ekathva has joined #openwrt-devel
danitool has joined #openwrt-devel
Piraty has quit [Quit: No Ping reply in 180 seconds.]
Piraty has joined #openwrt-devel
paper_ has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
<neggles> stintel: stock firmware on mine uses a +1 increment for 5GHz yeah
<stintel> neggles: thanks!
<neggles> np
<stintel> neggles: would you mind testing https://git.openwrt.org/f7aec3cd ?
<neggles> can do
<neggles> hmm
<neggles> so really what's missing is the ability to handle a radio/device with multiple MACs
<neggles> treating the MT7915DAN like one device, which it is, but also is not
ekathva has quit [Remote host closed the connection]
ekathva has joined #openwrt-devel
robimarko has joined #openwrt-devel
ekathva has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
<rsalvaterra> Does anyone have OpenConnect in client mode running in client mode in OpenWrt? I can't get it to run *at all*. No errors, no messages… no interface.
<rsalvaterra> Noithing.
<rsalvaterra> *Nothing
bluew has quit [Quit: Leaving]
<rsalvaterra> Ugh… much redundancy.
<stintel> only on corp managed Fedora using NM :)
<rsalvaterra> Sure, but that's NM. No clunky configuration passed by environment variables to a script.
<rsalvaterra> WTF, the interface name MUST be 'vpn'?! o_O
<rsalvaterra> Wait, no. Something's different…
<jow> rsalvaterra: I don't see anything in the script that would enforce "vpn" as name
<jow> rsalvaterra: what's the relevant uci and what's reported by "ifstatus ..." ?
<rsalvaterra> jow: There isn't, I misunderstood.
<rsalvaterra> However, it seems to be necessary to specify the OpenConnect interface *before* the outgoing (wan, in my case) interface in /etc/config/network. Does this even make sense?
<jow> nope
<jow> but it might hint at a syntax error in wan if it ceases to work when you move it after
ekathva has joined #openwrt-devel
<jow> double check "uci show network >/dev/null"
<rsalvaterra> Since I *finally* got it to work, I'll get to debug it later. :)
<rsalvaterra> First I need to kill the route setup and the dnsmasq config mangling from the vpnc-script (ad-hoc, of course, but I need this working).
<rsalvaterra> Pushing a route to sending the whole 10.0.0.0/8 through the VPN is crazy.
<stintel> beats pushing 120 /24 routes ... :)
<jow> I recently signed up for strongvpn to test the wireguard config import feature
<jow> and what they push looks like this: https://paste.pics/f8b824eb584aa65f078d363b07a0da3d
<jow> or "push" rather, with wg it's not actually pushing
<rsalvaterra> stintel: Can't argue with facts. But it also depends on how many hosts you need to access. :)
<rsalvaterra> I need to access a grand total of… two.
<stintel> very common in corp scenario though
<stintel> my VPN routes everything but 192.168.0.0/23 over VPN
<stintel> so if you want to be able to access anything local while connected to VPN, these are the subnets you can use
<stintel> but since this stuff is corp managed (which basically means 3rd party with root access in my network), I throw that in isolated VLANs anyway and using something in 192.168.0.0/23 isn't a big issue
ekathva has quit [Ping timeout: 480 seconds]
ekathva has joined #openwrt-devel
robimarko_ has joined #openwrt-devel
<mattytap> stintel: got my m300 in production now. Monitoring temps via mrtg. Load never gone over 0.35. Thanks
<stintel> good to hear, enjoy :)
robimarko has quit [Ping timeout: 480 seconds]
ekathva has quit [Remote host closed the connection]
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
<rsalvaterra> jow: Also, this thing of prefixing VPN interfaces with vpn- is rather silly. If I want my interface to be named vpn-whatever, I'll do it myself. (I personally don't like it).
<rsalvaterra> And WireGuard doesn't do it, for example (thanks, zx2c4). :P
ekathva has joined #openwrt-devel
<jow> rsalvaterra: you can't actually do it yourself unless the proto handler offers an option to override the ifname
<jow> rsalvaterra: and vpn-foo would be an invalid uci section name
<rsalvaterra> jow: I'm changing the netifd proto plugin itself. ;)
<rsalvaterra> (openconnect.sh)
<jow> I know, but I refer to the user configuration perspective
<rsalvaterra> Right, it's set in stone, unless the proto itself is changed.
<jow> one upside of the prefixes is that it increases the likelyhood of clashes
<jow> *decreases
<jow> imagine a dsa device and a vpn interface called "lan1"
<jow> or even a non-dsa device and a vpn interface called eth0
<jow> so directly deriving the netdev name from the uci section name is dangerous
<jow> unless you add some kind of prefix or suffix
<rsalvaterra> Well, I'm not thinking of sending this change upstream… ;)
<jow> then stop complaining
<rsalvaterra> … but it's just satisfy my personal naming OCD. :)
<jow> ;)
<rsalvaterra> Ok, ok, I'll stop now. xD
Guest365 is now known as ynezz
f00b4r0 has joined #openwrt-devel
T-Bone has joined #openwrt-devel
f00b4r0 has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
<zx2c4> rsalvaterra: youre welks
<rsalvaterra> <3
<rsalvaterra> Ok, I "fixed" my vpnc-script. :P https://paste.debian.net/1241161/
<rsalvaterra> Now let's get some sane routes there…
rua has joined #openwrt-devel
T-Bone is now known as f00b4r0
noltari_ is now known as noltari
<stintel> nbd: one of my wireless clients stopped responding after roaming to another bss, could see the client traffic on the wireless interface but the ping response didn't go back on the wired network... how to debug ?
<stintel> that's probably what happened a couple of days ago with my phone too, didn't feel like debugging much then so I just rebooted both my APs
<KGB-1> 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.)
mattytap has quit [Remote host closed the connection]
mattytap has joined #openwrt-devel
pony has joined #openwrt-devel
Gaspare has joined #openwrt-devel
Gaspare has quit []
Slimey_ has joined #openwrt-devel
Gaspare has joined #openwrt-devel
Slimey has quit [Ping timeout: 480 seconds]
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Slimey has quit [Read error: Connection reset by peer]
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Slimey has quit [Read error: Connection reset by peer]
Slimey_ has quit [Read error: Connection reset by peer]
Slimey_ has joined #openwrt-devel
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Slimey has quit [Ping timeout: 480 seconds]
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Slimey has quit [Read error: Connection reset by peer]
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Slimey has quit [Ping timeout: 480 seconds]
Slimey_ is now known as Slimey
Gaspare has quit [Quit: Gaspare]
Slimey_ has joined #openwrt-devel
Slimey has quit [Read error: Connection reset by peer]
Slimey_ is now known as Slimey
Slimey_ has joined #openwrt-devel
Slimey has quit [Ping timeout: 480 seconds]
Slimey_ is now known as Slimey
mrnuke has joined #openwrt-devel
philipp64_ has joined #openwrt-devel
Spr0cket- has joined #openwrt-devel
arnd_ has joined #openwrt-devel
dwfreed_ has joined #openwrt-devel
felix_ has joined #openwrt-devel
Luke-Jr has quit [synthon.oftc.net reflection.oftc.net]
cmonroe has quit [synthon.oftc.net reflection.oftc.net]
felix has quit [synthon.oftc.net reflection.oftc.net]
mrnuke_ has quit [synthon.oftc.net reflection.oftc.net]
philipp64 has quit [synthon.oftc.net reflection.oftc.net]
floof58 has quit [synthon.oftc.net reflection.oftc.net]
chder has quit [synthon.oftc.net reflection.oftc.net]
Spr0cket has quit [synthon.oftc.net reflection.oftc.net]
dwfreed has quit [synthon.oftc.net reflection.oftc.net]
arnd has quit [synthon.oftc.net reflection.oftc.net]
philipp64_ is now known as philipp64
chder has joined #openwrt-devel
floof58 has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Luke-Jr has joined #openwrt-devel
Gaspare has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Gaspare has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
mattytap has quit [Quit: Leaving]
goliath has joined #openwrt-devel
<owrt-snap-builds> Build [#643](https://buildbot.openwrt.org/master/images/#builders/2/builds/643) of `layerscape/armv7` completed successfully.
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
valku has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 99.9% packages reproducible in our current test framework.)
<Borromini> stintel: ping
pony has quit [Ping timeout: 480 seconds]
<stintel> Borromini: pong
<Borromini> hey!
<Borromini> quick question about that MAC fix: i suppose that would not cause stuff like disappearing APs on the EAP615?
<stintel> no never seen that
<Borromini> like I have two SSIDs on my 5 GHz radios
<Borromini> ok.
<Borromini> encountered it only once so far :)
<stintel> anything in dmesg then ?
<Borromini> not that i could see, was the AP for old crap (WPA2 and unmaintained Android) so took a while to notice - ie till my wife started complaining :^)
<stintel> certainly not happy to hear that
<Borromini> will keep an eye on it - anyway, gonna backport your patch to 22.03 for testing here locally
<Borromini> anything i'd need to check?
<Borromini> for your patch i mean
<stintel> well that your 2.4GHz MAC is the same as before and 5GHz MAC is + 1
<Borromini> k ty
<Borromini> either way MT7915 is orders of magnitude more stable than that dreaded MT7613 :)
<Borromini> i just sold two out of three of those to someone else (with stock reinstalled)
valku has quit [Quit: valku]
valku has joined #openwrt-devel
southey has quit []
foxtrot has joined #openwrt-devel
foxtrot is now known as Guest707
Monkeh has quit [Remote host closed the connection]
Monkeh has joined #openwrt-devel
Borromini has quit [Read error: No route to host]
<jow> hmm, having issues with kmod-crypto-kpp here
<jow> somehow kmod-crypto-lib-curve25519 depends on it, yet menuconfig fails to select kmod-crypto-kpp as =y
goliath has quit [Quit: SIGSEGV]
Borromini has joined #openwrt-devel
<owrt-snap-builds> Build [#552](https://buildbot.openwrt.org/master/images/#builders/10/builds/552) of `bcm63xx/smp` completed successfully.
ptudor_ has quit [Quit: Strict-Transport-Security: max-age=48211200; preload]
KGB-0 has quit [Quit: KGB-0]
KGB-0 has joined #openwrt-devel
goliath has joined #openwrt-devel
Borromini has quit [Quit: leaving]
<owrt-snap-builds> Build [#557](https://buildbot.openwrt.org/master/images/#builders/15/builds/557) of `armvirt/64` completed successfully.
robimarko_ has quit [Quit: Leaving]
hirnpfirsich has joined #openwrt-devel
<hirnpfirsich> Good evening ! There is a pending patch on the mailing lists which adds the "realtek-poe" package (handling PoE support on the "new" Realtek RTL8380M switches). AFAIK this package is not going to make it into "mainline", because it is not generic enough and only for specific switches (if i am reading the mailing lists correctly). I am currently hacking on support for
<hirnpfirsich> "realtek-poe" for the "prometheus-node-exporter-lua" package. Question: Upstreaming this is impossible until the package ("realtek-poe") makes it into mainline, right ?
bluew has joined #openwrt-devel
<karlp> yes and no, lua should make it pretty easy to just detect if the relevant realtek poe stuff actually exists.
<hirnpfirsich> karlp: thanks for the answer :) I meant more from the point of view of the package maintainers. Every module for the prometheus-node-exporter-lua is a unique package. Adding another module to the tree, which relies on a package that is not available in the tree, is not going to be merged, right ?
<karlp> you can still submit it though, and link to the other PR, and IMO, no, not impossible, just not preferable.
<stintel> as long as there isn't a generic one I'd say try getting realtek-poe included in the packages feed
cmonroe_ has joined #openwrt-devel
dwfreed_ is now known as dwfreed
<schmars[m]> Or check if it's feasible to integrate it into poemgr, which so far supports the Usw-flex but is meant to be generic
<hirnpfirsich> karlp, stintel: thanks ! :) i'll finish my work and submit a PR. Even if it the PR does not make it into the feed, at least then it is documented somewhere
<hirnpfirsich> schmars[m]: i did not build realtek-poe, nor do i have a strong opinion on the whole inclusion discussion. I just wanted to monitor my PoE ports :) I'll give the mailing list discussion some time
ekathva has quit [Remote host closed the connection]
<owrt-2102-builds> Build [#11](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/3/builds/11) of `omap/generic` failed.
<owrt-2102-builds> Build [#12](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/1/builds/12) of `tegra/generic` failed.
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
shoragan has quit [Quit: quit]
shoragan has joined #openwrt-devel
Tapper has joined #openwrt-devel
ptudor has joined #openwrt-devel
hirnpfirsich has quit [Quit: WeeChat 3.0.1]
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]