<mirko> jow: do you have a feasible idea of being able to name switch ports in a human readable way (via LuCI)? Given my freshly supported 24-port running OpenWrt, LAN1-LAN24 really isn't that helpful..
goliath has quit [Quit: SIGSEGV]
dermoth has joined #openwrt-devel
thejoker8814 is now known as Guest2848
thejoker8814 has joined #openwrt-devel
Guest2848 has quit [Ping timeout: 480 seconds]
gch981213 has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
rua is now known as Guest2859
rua has joined #openwrt-devel
Guest2859 has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
bfields has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_mpc85xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
<russell--> mirko: how is that not helpful?
<neggles> are the ports not marked 1-24? :P
<mirko> russell--: at the risk of you trolling: i can name firewall rules - giving it a descriptive name. e.g. which device - let's say, a phone's name - is allowed (not) to access which service. semantics. i would like not to look and trace cables every time to remember which device is connected to which switch port, but have semantically descriptive names right where i'm configuring the VLANs of each port.
hurricos has quit [Read error: Connection reset by peer]
<neggles> hm, do we not have "port description" as a thing
<KanjiMonster> mirko: so you want to allow the user (in this case you ;) to rename or apply labels to interfaces (or annotate them by other means)?
<KanjiMonster> so it would then display e.g. "LAN3 (teapot)", where 'teapot' is a user description set somwhere
goliath has joined #openwrt-devel
robimarko has joined #openwrt-devel
Borromini has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
<jow> mirko: no immediate idea
Borromini has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
jakllsch has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
jakllsch has joined #openwrt-devel
<danitool> Hi Ansuel, I'm compiling the current snapshot with your proposed patch for fixing bmips RAC:
<danitool> however there are two issues with it, first: the documentation patch doesn't work, i just deleted it, not needed for testing
<danitool> second issue, a compilation problem
<danitool> arch/mips/bmips/setup.c: In function 'device_tree_init':
<danitool> arch/mips/bmips/setup.c:527:52: error: comparison between pointer and integer [-Werror]
<danitool> 527 | bmips_cbr_addr && addr != bmips_cbr_addr) {
Borromini has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
Borromini has quit []
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Lynx- has joined #openwrt-devel
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<mirko> KanjiMonster: correct
<mirko> KanjiMonster: which teapot model with ethernet jack do you have?
<wigyori> internet of teapots
<hell__> but does it return HTTP 418 when appropriate? :D
<KanjiMonster> that's what I was thinking of with that example ;D
<Ansuel> danitool can you disable werror just for testing?
<danitool> Ansuel: sure, KERNEL_WERROR = n, this build option right?
<Ansuel> yes
<Ansuel> or from menu config
<Ansuel> uncheck compile kernel with warning as error
rua has quit [Ping timeout: 480 seconds]
<danitool> I unchecked that option still the same error
<danitool> maybe has no effect, when compiling it still says: cc1: all warnings being treated as errors
<Ansuel> danitool did you clean the kernel ? strange tho
rua has joined #openwrt-devel
T-Bone has joined #openwrt-devel
f00b4r0 has quit [Read error: Connection reset by peer]
T-Bone is now known as f00b4r0
<danitool> Ansuel: yes, I did. I never used this option so no idea what's going on
<Ansuel> danitool pushed a new version that should fix the warning
<danitool> ok
<danitool> Ansuel: https://bpa.st/LURQ
<Ansuel> mhhh seems to be working?
<Ansuel> where is that warning tho
<Ansuel> oh ok... register CBR ff400000 differ from DT CBR a0000000. Ignoring DT CBR.
<danitool> yes, it works
<Ansuel> you tweaked the CBR in DT?
<danitool> no, I didnt, I applied your patch as is
<Ansuel> actually i swapped the 2 thing interesting...
<Ansuel> bootloader is setting a0000000
<Ansuel> and dt is ff400000
<Ansuel> we also need the mips-broken-cbr-reg
<Ansuel> wth the bootloader set the cbr reg to that addr ??? o.O
<Ansuel> danitool i pushed another version can you try ?
<danitool> sure
<Ansuel> also i assume an iperf should be enough to test if the thing works correctly?
Lynx- has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<danitool> Ansuel: https://bpa.st/BJ2A
<danitool> no apparent issues
<Ansuel> i need one last test tho
<Ansuel> can you help me?
<danitool> sure
<Ansuel> new version pushed... you should be spammed with CALL SYNC DMA...
<Ansuel> if everything is working correctly we should have 0 and not 1
<danitool> Ansuel: I can't compile again: https://bpa.st/VSKA
<Ansuel> my bad sorry for wasting you time... should be fixed now
minimal has joined #openwrt-devel
goliath has joined #openwrt-devel
<danitool> Ansuel: It enters into an infinte error loop: https://bpa.st/P5DQ
<Ansuel> it's expected
<Ansuel> CALL SYNC DMA 0 ok nice the thing is working and it's not disabled
<Ansuel> Ok I pushed the final version of it (with the hacky debug log removed)
<danitool> ok, thank you
<Ansuel> if you can I would ask you to keep that around and check if the perf are the same or if you notice crash.... but in theory we are doing the same than the previous patch just more upstream friendly
<Ansuel> and leave some comments in the pr so we can continue it there
<danitool> ok, I'll also test it in the dual core BCM6368
<Ansuel> the dual core one i'm more interested in ehehhe... still didn't find anywhere if cbr change based on the core executed
<Ansuel> but the current workaround is to hardcode it so.... i guess it doesn't ?
mattsm has joined #openwrt-devel
kenny has quit [Ping timeout: 480 seconds]
<jow> so if I am going to bump a package now I have to dirclean & make to get the newest zstd stuff?
<jow> otherwise the mirror chekcsums will be wrong?
<Ansuel> yes correct... still have to investigate how to correctly make that
<Ansuel> make tools/zstd/compile is enough
<jow> alright, thanks
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
SlimeyX has quit [Read error: Connection reset by peer]
SlimeyX has joined #openwrt-devel
minimal has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
csharper2005 has joined #openwrt-devel
<csharper2005> WPA3 Enterprise downgrades to a less secure WPA2 after the upgrade from 22.03 to 23.5 https://github.com/openwrt/openwrt/issues/15347
<csharper2005> Would be nice to get WPA3-Enterprise top secret security standard again, out-a-box :)
<csharper2005> My knowledge, alas, allows me to do this only with the dirty hack hostapd.sh lol
csharper2005 has quit [Ping timeout: 480 seconds]
SlimeyX has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
rz has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
Borromini has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
philipp64 has joined #openwrt-devel
kirdesde has quit [Ping timeout: 480 seconds]
Borromini has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
hurricos has joined #openwrt-devel
schmars[m] has quit [Quit: Client limit exceeded: 20000]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
minimal has joined #openwrt-devel
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
philipp64 has quit [Quit: philipp64]
torv is now known as Guest2941
torv has joined #openwrt-devel
Guest2941 has quit [Remote host closed the connection]