graphine has quit [Quit: Leaving]
gch981213 has joined #openwrt-devel
gch9812133 has quit [Read error: Connection reset by peer]
graphine has joined #openwrt-devel
graphine has quit [Remote host closed the connection]
graphine has joined #openwrt-devel
graphine has quit [Quit: Leaving]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
graphine has joined #openwrt-devel
Nick_Lowe has quit [Client Quit]
gch9812135 has joined #openwrt-devel
graphine has quit [Client Quit]
gch981213 has quit [Read error: Connection reset by peer]
gch9812135 is now known as gch981213
Nick_Lowe has joined #openwrt-devel
hbug has joined #openwrt-devel
black_ant has quit [Ping timeout: 256 seconds]
hbug___ has quit [Ping timeout: 240 seconds]
philipp64|work has quit [Ping timeout: 246 seconds]
philipp64|work has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Grommish> Can anyone tell me why this doesn't work? CONFIG_HOST_SUFFIX:=$(cut -d"-" -f4 <<<"$(GNU_HOST_NAME)") It just doesn't return anything
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
gch9812130 has joined #openwrt-devel
gch981213 has quit [Ping timeout: 246 seconds]
gch9812130 is now known as gch981213
* mangix knows nothing about bash
* mangix uses fish
gch981213 has quit [Read error: Connection reset by peer]
gch9812139 has joined #openwrt-devel
swalker has joined #openwrt-devel
<Grommish> Can anyone tell me why this doesn't work? CONFIG_HOST_SUFFIX:=$(cut -d"-" -f4 <<<"$(GNU_HOST_NAME)") It just doesn't return anything
<Grommish> ack
<Grommish> stupid scrollback
<Grommish> Ahh.. I needed $(shell cut -d"-" -f4 <<<"$(GNU_HOST_NAME)") :D
valku has quit [Quit: valku]
gch9812139 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
opal has quit [Ping timeout: 240 seconds]
opal has joined #openwrt-devel
gch981213 has quit [Quit: Ping timeout (120 seconds)]
gch981213 has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
gch9812133 has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch9812133 is now known as gch981213
gch981213 has quit [Ping timeout: 258 seconds]
gch981213 has joined #openwrt-devel
daregap has joined #openwrt-devel
gch9812133 has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch9812133 is now known as gch981213
nitroshift has joined #openwrt-devel
gch9812135 has joined #openwrt-devel
gch981213 has quit [Ping timeout: 272 seconds]
gch9812135 is now known as gch981213
lep-delete is now known as Guest88073
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
opal has quit [Ping timeout: 240 seconds]
opal has joined #openwrt-devel
goliath has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_ath97.html has been updated. (99.1% images and 100.0% packages reproducible in our current test framework.)
Borromini has joined #openwrt-devel
<damex> could someone please have a look https://gist.github.com/damex/8e70be278ff54c5beecd26810261c93c this is the dts extracted from uboot. https://gist.github.com/damex/f90e6c2828f450a3d16f23b4f60cca8c this is the uboot i am trying to boot with but boot stops somewhere before kernel parameters are written in log or boot devies are exposed.
<damex> s/this is the boot/this is the dts/
<PaulFertser> damex: this means the kernel command line is missing appropriate console= specification
<PaulFertser> damex: see, earlyconsole works by just writing to UART tx register, assuming it's already all set up by the bootloader.
<PaulFertser> damex: or probably the kernel command line is correct but then it means ttyS0 as defined by DT is not.
jlanda has quit [Quit: jlanda]
jlanda has joined #openwrt-devel
<damex> PaulFertser: would it matter which labels / aliases is used for uart?
<PaulFertser> damex: they're used only for referencing within DT, so I guess no
<damex> https://gist.github.com/damex/4c43aac363ecf2a8a379bd9fa60c6bf1 looks like configuration is the same to me
<damex> 'same'
<damex> although i did a test - if i exclude dts - it boots fine with uboot that is 'broken' at times.
<damex> i see some ranges are not properly exposed sometime
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
<damex> anyway, that is not the issue now
<damex> PaulFertser: original kernel does not have 'console=' definition in kernel parameters
<damex> root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait something like this
<PaulFertser> damex: without console= in kernel argument the kernel is not supposed to print anything at all afaik.
<damex> PaulFertser: sure, i will try to add console=ttyS0,115200
rsalvaterra has joined #openwrt-devel
<damex> PaulFertser: thank you, that was it. it works well now :)
<damex> lemmi: would you like to test booting octeon3 target with your er12?
<PaulFertser> damex: :)
<PaulFertser> damex: sometimes you just need to know what to concentrate on
<PaulFertser> damex: so what was wrong with https://gist.github.com/damex/6124bd98da608025f336d096c53e53e0 ? It had console= specification
<damex> PaulFertser: it didn't do output past that unless i specify console=ttyS0,115200
<PaulFertser> damex: but this paste had that specification
eduardas has joined #openwrt-devel
<damex> PaulFertser: hm... maybe it got so from uboot? seems like it does not append ?
<damex> console=ttyS0,115200 is all /proc/cmdline contains now
Ycarus has joined #openwrt-devel
<PaulFertser> damex: yes, I do not think command line is appended ever
<damex> it is supposed to be 'patched'
<PaulFertser> If you overwrite it in DT then you do.
<damex> but it is not
<damex> KERNEL := kernel-bin | strip-kernel | patch-cmdline
<damex> CMDLINE := console=ttyS0,115200 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait
<damex> let's see... have an idea why it happens
<PaulFertser> I think patch-cmdline just changes the whole line specified in DT.
Grommish is now known as Grommish[M]
Grommish[M] is now known as Grommish
<damex> PaulFertser: CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER this was the one. if i use other option like extend dtb CONFIG_MIPS_CMDLINE_DTB_EXTEND it works
Grommish[M] has joined #openwrt-devel
<damex> but /proc/cmdline is still console=ttyS0,115200 only
<Grommish> Morning all
<Grommish> PaulFertser: Are you any good at package Config.in files for menuconfig selections?
<PaulFertser> Grommish: I guess about average good :)
<Grommish> I'm setting up a massive submenu for Rust. Is there a way to use the depends to deselect a CONFIG_RUST_xxx bool if the option is selected?
<PaulFertser> Grommish: that's above my knowledge but I can suggest you try searching the internet for some keywords like "automatic deselect" and Kconfig because OpenWrt is basically borrowing the Kconfig system from Linux, the kernel.
<Grommish> Like, if CONFIG_RUST_ENABLE_NINJA is y, then CONFIG_RUST_OPTION_CHECKING would be set to n
<Grommish> Ok
<Grommish> Thank you :)
<Grommish> BTW, I got rust to work inside the buildroot, from source. I'm just getting them to fix cross compile issues :)
<Grommish> and I even added mips64 soft-float targets successfully
<PaulFertser> Grommish: massive progress! Does it really take ~100 GB to build it?
<Grommish> If I did it the way they wanted it.. I compromised
<Grommish> and it was 100gb per TARGET :(
<Grommish> so, that was a no go..
<Grommish> I pull a stage0 precompiled to actually create the stage1 and stage2 compilers and tools
<Grommish> So i don't have to go up through each rust release to build the next one with the previous
<Grommish> All this so I can run Suricata because they told me I couldn't
<Grommish> I don't even know C/C++, let alone rust
<Grommish> But, anything worth doing is worth overdoing I guess.. https://gist.github.com/Grommish/4a6db5e255526b99b9f2dcb9fd2e0c5b
gch9812130 has joined #openwrt-devel
<PaulFertser> Grommish: cool!
gch981213 has quit [Read error: Connection reset by peer]
gch9812130 is now known as gch981213
<Grommish> Now, if they'd get the issues with rust itself fixed, I'll be able to actually use it hehe. But the don't get many people using it the way we are
<ynezz> just look at the config/ folder for examples
<Grommish> ynezz: Thank you :)
decke has joined #openwrt-devel
Grommish[M] has quit [Ping timeout: 260 seconds]
Grommish has quit [Ping timeout: 272 seconds]
Grommish has joined #openwrt-devel
gch9812133 has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch9812133 is now known as gch981213
graphine has joined #openwrt-devel
aszeszo has joined #openwrt-devel
samantaz__ has quit [Ping timeout: 272 seconds]
Grommish[M] has joined #openwrt-devel
<damex> so on stock firmware sfp port could details about insertion of module and its other details. currently all Phy's are detected as 'external' (either with generic phy module or Phy specific - vsc8504) and no extra details
<damex> is there anything i could do about it?
jow has quit [Ping timeout: 260 seconds]
jow has joined #openwrt-devel
<damex> there is 24c04 eeprom onboard that is i guess is supposed to be used on one of sfp ports
<damex> atleast it says 'sfp_eeprom' in stock dts
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #openwrt-devel
rossi947 has joined #openwrt-devel
<rossi947> Hello everybody,
<rossi947> Does anybody here know if you can get a router to work as a vdsl modem + router with sqm and qos using openwrt?
<pkgadd> yes'ish (lantiq VRX2xx), *BUT*... these lantiq routers are hard pressed to reach 100 MBit/s VDSL2+vectoring, routing and firewalling without SQM at all (~85 MBit/s for dual-core devices, ~55-60 MBit/s for single-core/ FXS supporting devices - only software flow-offloading can get it up to ~115 MBit/s); with SQM enabled, I wouldn't assume it to cope with more than ~25 MBit/s
<pkgadd> the only reasonable choice is to use the VDSL modem as modem only or *simple* modem-router without SQM/ QoS
<rossi947> so I should be better of buying a vdsl modem and a ubiquiti ER-4?
<rossi947> I am trying to adress jitter and bufferbloat
<pkgadd> in that case you need a VDSL modem and a powerful/ fast OpenWrt supported router. the modem can be running OpenWrt, but doesn't need to (as long as it offers bridge mode). I don't know about the ER-4, so won't make any recommendations in that regard
<rossi947> Thank you very much, you have helped me a lot
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 100.0% packages reproducible in our current test framework.)
<pkgadd> sadly lantiq VRX2xx just isn't fast enough to do SQM at 'normal' high speeds
<pkgadd> otherweise they're cheap and pretty nice
<damex> rossi947: edgerouter 4 is not in a tree yet so it can't be recommended for purchase (yet?)
<stintel> depends on how much one wants to tinker :)
<damex> stintel: btw, made it work with octeon3 target and enabled FPU support. 520 -> 540~550Mbit and bump in ssl benchmark :)
<pkgadd> in terms of lots of tinkering, xiaomi ax3600 (ipq8071a) might be more interesting, but likewise lots left to do
<stintel> :P
<pkgadd> (even though the CN7130 might be faster, hard to guess)
<stintel> yeah, I have a Huawei AP7060DN in a similar state ;)
<damex> i wonder how ipq8071a compares to cn7130
<pkgadd> it seem the ax3600 might be slightly easier than the AP7060DN (it's confirmed that secure-boot isn't enabled on the ax3600 and efforts are in varying stages of basic functionality - if I understand it correctly, the biggest remaining issue seem to be enabling the third 'IoT' (1x1 ath10k) radio, respectively the PCIe bus driving it - aside from the general ipq807x support)
<pkgadd> (and serial console access seems to be reasonably easy, just 1.8 volts UART and an unpopulated header at the edge of the board)
<stintel> well once this crisis situation at work settles and I can take my canceled holidays I might look into it again
<pkgadd> (I haven't bought it, yet(?) but it's tempting, aside from merely 3+1 ethernet ports. no USB and a slightly unclarity if the radios would allow ch52-64/ ch100-149 with ATH_REGD_USER)
rossi947 has quit [Remote host closed the connection]
<Namidairo> oof that 5ghz channel availability in china
<Namidairo> I don't even see contiguous 80mhz in there
Nick_Lowe has joined #openwrt-devel
swalker has quit [Ping timeout: 258 seconds]
slh64 has quit [Quit: gone]
slh64 has joined #openwrt-devel
slh64 has quit [Client Quit]
slh64 has joined #openwrt-devel
Borromini has quit [Ping timeout: 246 seconds]
<Namidairo> looks like they have a cut-down version without the 1x1 radio, also with the 8071a
opal has quit [Ping timeout: 240 seconds]
<pkgadd> the redmi ax6, yes - but apparently with half the rf power
bookworm has quit [Read error: Connection reset by peer]
bookworm has joined #openwrt-devel
MichaelOF has joined #openwrt-devel
Grommish has quit [Read error: Connection reset by peer]
Grommish has joined #openwrt-devel
opal has joined #openwrt-devel
Borromini has joined #openwrt-devel
<Grommish> ynezz: ping
<rsalvaterra> Christ, I've been beating my head against the wall for over two hours… because conditional directives can't be indented with tabs in makefiles.
<rsalvaterra> I mean, really? In 2020?
<rsalvaterra> GNU Make is weird.
<Grommish> haha
<Grommish> Sorry
<PaulFertser> It has to behave in a compatible way
<Grommish> yeah, tab = shell
<rsalvaterra> Yeah, yeah, I know, but… bah. :P
adrianschmutzler has joined #openwrt-devel
<Grommish> Ok, because I'm a glutton and bored. I want to start testing 5.8 kernel.. I've added the kernel-version.mk changes for it, but it errors on kconfig.pl.. Where else do I need to change things? I didn't see any other (non-patches) commits
<Grommish> the kconfig.pl is missing the first arg.. hmm
<rsalvaterra> Grommish: You'll probably have to forward-port all the 5.4 patches to 5.8, no?
<Grommish> Probably, but I can't even get into kernel_menuconfig because it's erroring on copying the .config in the kernel build dir
<karlp> why 5.8? why not 5.9?
<karlp> more likely to be LTS and all that...
<damex> seems like 20% difference in favor of openwrt ;)
<karlp> not for md4... ;)
<karlp> or hmac, or sha1...?
<Grommish> karlp: 5.8 is the stable, so i figure I'd have the best chances.. and I think i figured it out :)
decke has quit [Quit: Leaving.]
<Borromini> Grommish: 5.9 is already released as well by now? October 11th.
<karlp> or aes128?
<karlp> damex: which ones are better for openwrt?
<Grommish> Borromini: Go big or go home, you mean?
<damex> karlp: higher bytes throughput and sign/verify. check numbers at the end
<graphine> I once tried to have linux from master branch in openwrt as kernel version, didn't end too well
<damex> some of them faster, some not though ;p
<karlp> damex: whcih numbers at the end, only sha512 is faster that I can see?
<Borromini> Grommish: hehehe :P no i thought maybe you were still assuming it was an rc
<karlp> ok, your rsa sign/verify is too.
<Borromini> Grommish: grated
<Borromini> Grommish: granted, the .0 release is usually a bit fresh, at least i remember from the olden days. lots of people would indeed wait until it had received some patches
<damex> karlp: hmm... rechecked again - yeah. sha512 is killing it on openwrt.
<lemmi> damex: tell me what to do :D
<damex> lemmi: openssl speed -elapsed
<lemmi> damex: wrt to er-12
<damex> karlp: sign/verify for rsa is faster ;p
<damex> lemmi: oh
<damex> i haven't finished with octeon3 target yet
<lemmi> damex: btw, was able to snack an er-4 on ebay
<damex> lemmi: expensive ? :)
<lemmi> 50% off
<damex> oh shi
<damex> for 100 bucks it is a steal ;p
<lemmi> 80€
<damex> 95$ :)
<damex> nice catch ;p
<lemmi> yeah. that series of routers really fits for what i'm currently building here. so i'd love to see wrt running on there.
feriman has joined #openwrt-devel
<damex> lemmi: can you also extract readable dts on working system ?:)
<damex> on edgeOS and openwrt.
<damex> dtc -I fs -O dts /sys/firmware/devicetree/base > my.dts
<lemmi> sure, just a sec
adrianschmutzler has quit [Quit: ~ Trillian - www.trillian.im ~]
<lemmi> damex: /sys/firmware/devicetree/base nor dtc exist on edgeos
<damex> oh
<damex> lemmi: maybe try /proc/device-tree ?
<damex> if it is there
<damex> oh no dtc ;(
<lemmi> yep /proc/device-tree exists
<lemmi> hm. maybe i can statically compile dtc, let me have a look
<damex> lemmi: there is debian repos available
<damex> you can install it from that repos
<lemmi> true
* lemmi closes 20 tabs
<damex> any suggestions how to find what support i need to do a monitoring for sfp module? [ 210.359033] SFP module removed from eth3 [ 212.429167] SFP module inserted at eth3
<damex> this is stock
<lemmi> damex: any wishes what openwrt to boot, or is the generic octeon snapshot from a couple weeks ago fine?
<damex> lemmi: openwrt will boot. generic openwrt. but you won't be able to flash it without modifying. if you can wait a bit - i will be done with new target pretty soon and you could flash er12 using custom dts (limited to phy ports so no switch for now)
<damex> ah
<damex> you mean which openwrt to boot... any of them is fine
<damex> as long as it boots octeon target
<rsalvaterra> Guys, just to have a general idea… how emotionally attached are we to RSA in Dropbear? :P
<stintel> ed25519 or gtfo ;)
<rsalvaterra> stintel: <3
<jow> I am emotionally attached to it
<jow> and practically as well
<rsalvaterra> Aww…
<rsalvaterra> Alright, I won't default to Ed25519 only… :P
<rsalvaterra> … even if it cuts about 8 kiB from the executable…
state has joined #openwrt-devel
<Grommish> Oof.. This backporting is going to take forever
<Borromini> :P
<Borromini> Grommish: how does that octeon compare to say the Armada 88F3720? Any idea?
<lemmi> damex: gist updated
<damex> lemmi: thanks
<Borromini> i see that ER-4 is using an Octeon as well, and you were porting an octeon no?
<Borromini> was looking at a gl-inet brume as an edge router until now.
luke-jr has quit [Read error: Connection reset by peer]
<stintel> that brume is a dual-core vs er-4 quad-core afaik
<stintel> I have a 3720-based device but it has only a 100Mbps so can't do very useful testing
<Borromini> stintel: yeah, i'm not sure how well networking can be parallelised?
<Borromini> the brume has openwrt support already but only three ports, the er-4 has four
<stintel> well if you have multiple real ethernet interfaces you can balance the IRQs over different cores
luke-jr has joined #openwrt-devel
<Borromini> stintel: you mean as in: not a switch chip but separate nics?
<stintel> yes
<Borromini> ok. it looks like both have an actual switch, not separate nics
<stintel> the er-4 has 2 NICs
<Borromini> yes sorry. one for the wan and a QCA switch for the lan
<damex> 2x QSGMII but 4 PHY connected to a single QSGMII
<damex> that is ER4 as far as i understand
<damex> same for whole lineup of ER* with cavium3
hbug has quit [Remote host closed the connection]
hbug has joined #openwrt-devel
Grommish[M] has quit [Ping timeout: 244 seconds]
Grommish[M] has joined #openwrt-devel
<Borromini> damex: you're running tests on yours correct?
<lemmi> damex: have you tried mii-tool -w for monitoring the sfp module?
luke-jr has quit [Excess Flood]
luke-jr has joined #openwrt-devel
luke-jr has quit [Excess Flood]
<lemmi> damex: ah, that only reports something once you establish a link
luke-jr has joined #openwrt-devel
luke-jr has quit [Excess Flood]
<rsalvaterra> … now I'll get the flame suit. :P
Grommish[M] has quit [Ping timeout: 256 seconds]
Grommish[M] has joined #openwrt-devel
luke-jr has joined #openwrt-devel
<Grommish[M]> Borromini: No idea off hand
<Grommish[M]> Borromini: damex a inspired me to dig back into octeon while I wait for rust to get fixed
Borromini has quit [Ping timeout: 260 seconds]
luke-jr has quit [Ping timeout: 246 seconds]
gnustomp has quit [Ping timeout: 256 seconds]
luke-jr has joined #openwrt-devel
gch981213 has quit [Ping timeout: 272 seconds]
gch981213 has joined #openwrt-devel
gnustomp has joined #openwrt-devel
am0rphis has quit [Ping timeout: 240 seconds]
nitroshift has quit [Quit: Gone that way --->]
am0rphis has joined #openwrt-devel
valku has joined #openwrt-devel
<damex> oh Borromini left
muhaha has joined #openwrt-devel
Grommish[M] has quit [Ping timeout: 244 seconds]
Grommish[M] has joined #openwrt-devel
<damex> lemmi: yeah, mii-tool is deprecated in favour with ethtool
<lemmi> hm.. the ethtool monitor option doesn't seem to work because of missing netlink support
Grommish[M] has quit [Ping timeout: 260 seconds]
Grommish[M] has joined #openwrt-devel
feriman has quit [Quit: WeeChat 2.9]
<grift> but that service() function is declared in /etc/shinit
Grommish[M] has quit [Ping timeout: 260 seconds]
Grommish[M] has joined #openwrt-devel
eduardas has quit [Quit: Konversation terminated!]
<lemmi> damex: in edgeos, yes
<damex> lemmi: good. doing mapping the same way
<lemmi> it's also like they are numbered on the device
feriman has joined #openwrt-devel
gnustomp has quit [Ping timeout: 246 seconds]
gnustomp has joined #openwrt-devel
<damex> lemmi: yeah
<damex> lemmi: can you build yourself?
<lemmi> damex: yep
feriman has quit [Quit: WeeChat 2.9]
<damex> lemmi: https://github.com/damex/openwrt/tree/edgerouter4 try to build for octeon3/edgerouter12 but do not try to flash yet
<lemmi> damex: k
<damex> it will boot and mmc/mtd/4x phy (2x sfp/2x eth) and USB should work.
<damex> eth8 is your wan, 9-11 is lan
<lemmi> ah cool even got usb working. neat. it's going to take about an hour to build here
Grommish[M] has quit [Ping timeout: 260 seconds]
Grommish[M] has joined #openwrt-devel
lnslbrty has quit [Read error: Connection reset by peer]
jg has joined #openwrt-devel
Nick_Lowe has quit [Ping timeout: 244 seconds]
Nick_Lowe has joined #openwrt-devel
<Grommish> In quilt, if I hit an error on applying the series patch, is there a way to delete the ERROR'd patch in the series from quilt itself?
<Grommish> I can only get it to work with the last one it successfully applied
<Grommish> Ah ha.. quilt delete -n -r -- delete the "next" patch
Borromini has joined #openwrt-devel
aszeszo has quit [Quit: aszeszo]
<Borromini> damex: hey. i did leave, but since the channel is logged it's easy to find stuff if someone responds :)
gcontrol has joined #openwrt-devel
<damex> Borromini: aswering your question - i am testing on my ER4
<Borromini> i'm curious about your finds if you can run tests similar to those in the topic i linked to. I have no idea about how the octeons compare to the Marvell ARM CPUs
<Borromini> damex: cool, thanks!
<damex> wanted to sell it off but managed to a push to get openwrt running on it
<damex> now it is for keeping. turns out to be a very nice piece of hardware that held back by software :)
<Borromini> =)
<Borromini> like a lot of hardware unfortunately.
<damex> Borromini: do you have that Marvell for testing?
<Borromini> the look on friends' faces when you say you can turn a router into an AP...
<damex> well, lots of manufacturers let you do that
<lemmi> damex: Error: ../dts/cn7130_ubnt_edgerouter-12.dts:41.1-5 syntax error
<damex> lemmi: lets see...
goliath has quit [Quit: SIGSEGV]
<damex> lemmi: fixed, typo in 'pointer'
<damex> just do pull
<Borromini> damex: no, was planning on buying it. the corresponding CPU in those tables is the MVEBU A53 (Marvell 88F3720)
<lemmi> damex: yep
<damex> Borromini: what is the frequency of that cores? 1.2Ghz ?
<damex> 88F3720 could have different (lower) frequency
muhaha has quit [Quit: Connection closed]
gcontrol is now known as brn
<Borromini> damex: 1 GHz
<Borromini> as tested
<Borromini> it can do 1.2 GHz but not without decent cooling, and a lot of devices using it at 1.2 GHz seem to lack it
<damex> Borromini: how about memory and does device have upstream support?
feriman has joined #openwrt-devel
<stintel> the SoC is supported in the mvebu target
<damex> lemmi: any luck booting ? :)
<lemmi> damex: so.. ethere isn't any eth8-eth11 and all interfaces cause kernel warnings when setting up any interfaces https://zerobin.fff.community/?03d53f30c0d79e64#/3yZWlMbbMFpOVC6SgXxZdAjoLnxFugcI3XZdzMBaBo=
<damex> lemmi: is there a full log?
<damex> what happen before that?
<lemmi> ip link set $IFACE up
<damex> lemmi: try to pull again. used interfaces eth0-3
<lemmi> just saw the commit :) just a sec
matteo_ has quit [Ping timeout: 240 seconds]
<damex> oh yeah, spi node
matteo_ has joined #openwrt-devel
<damex> lemmi: added
<damex> found where mac is kept and used eeprom for that ;)
<damex> not really where mac is kept... it is generated from serial
<lemmi> ah
<damex> so find serial -> increment them
<damex> anyway fix is in place for the last error
<lemmi> already compiling
flokli has quit [Ping timeout: 272 seconds]
<lemmi> usb is working btw
vidister has quit [Ping timeout: 272 seconds]
brn has left #openwrt-devel [#openwrt-devel]
brn has joined #openwrt-devel
<damex> lemmi: nice ;p
state has quit [Remote host closed the connection]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vidister has joined #openwrt-devel
state has joined #openwrt-devel
state has quit [Remote host closed the connection]
state has joined #openwrt-devel
Nick_Lowe has joined #openwrt-devel
flokli has joined #openwrt-devel
gch981213 has quit [Quit: Ping timeout (120 seconds)]
gch981213 has joined #openwrt-devel
state has quit [Remote host closed the connection]
state has joined #openwrt-devel
lnslbrty has joined #openwrt-devel
Grommish[M] has quit [Ping timeout: 260 seconds]
<lemmi> damex: ok... something *very* odd :D but one thing at a time: i can set eth0-eth3 up. but there seems to be something wired wrong. when i plug in a cable at port 8, it says eth0 is connected, but i can't reach it or ping anything from it. when i put in a cable that loops from port 9 to 10, eth1 and eth2 are connected and i can now reach with the link local address of eth2 anyething that's
<lemmi> connected via eth0
<lemmi> man i hope that makes any sense
jg has quit [Ping timeout: 260 seconds]
<damex> lemmi: weird. very weird. let's try to bring all the stuff fup then. no panics at a time is good
<lemmi> damex: eth0-eth3 are up. eth4-eth7 cause the same warning as before (expected)
<damex> yeah
<lemmi> so the phyical port seems to be correctly assigned to what you intended
<damex> > 119 insertions
<lemmi> but traffic from eth2 seems go out the physical eth0
<damex> lemmi: try to pull and build, let me know
<lemmi> k
<damex> you're supposed to have all 12 ports after that
<lemmi> i hope you are right :D
<damex> you will have wrong switch configuration - it will probably give you some panics
<damex> and lan/wan configs too
state has quit [Remote host closed the connection]
state has joined #openwrt-devel
<lemmi> boots, but it's not happy at all. https://zerobin.fff.community/?0dda629095a1924a#B6DGQy+5ocQ7fYrISKYfdbVFX7B4/drGaa/ywOq9FTo= the message stop when i down eth0-eth3
goliath has joined #openwrt-devel
<PaulFertser> That WARN_ON should be changed to WARN_ON_ONCE
jg has joined #openwrt-devel
<damex> lemmi: can you go back to edgeOS?
<damex> want more details about setup it has with phys and miis
<lemmi> sure
dana44 has joined #openwrt-devel
<damex> lemmi: https://gist.github.com/lemmi/587569a6830db0f8b1477b8db1ba0e34#file-er-12-L99-L103 this. somewhere inside that ones find /attached_dev/ifindex
<damex> and 'address' in same 'attached_dev'
state has quit [Remote host closed the connection]
state has joined #openwrt-devel
<damex> lemmi: please try to pull and boot again
<damex> lemmi: how is the default setup from 'generic' image behave?
<lemmi> damex: on generic eth0-eth3 work, rest throws warnings. no usb
<damex> lemmi: 0-3 connected to eth8-11 ?
<lemmi> correct, but i think eth0 and eth1 are on sfp
<damex> okay, i see why it worked there ;p
<damex> let's try new setup and if it does not work - i will come up with something ele
<lemmi> ok
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lemmi> damex: still only 8 interfaces and warnings on all of them when setting up
<damex> lemmi: hmm... very weird. which ones got up? can you show ls /sys/bus/mdio_bus/drivers/*
gch981213 has quit [Quit: The Lounge - https://thelounge.chat]
<damex> please run 'ip link'
gch981213 has joined #openwrt-devel
<damex> lemmi: hexdump /dev/mtd2ro | grep '18 e8 29'
<damex> also tha one
state has quit [Remote host closed the connection]
<lemmi> nothing
state has joined #openwrt-devel
<lemmi> well that won't ever find anything
<damex> oops
<damex> hexdump -C /dev/mtd2ro | grep '18 e8 29'
<damex> that one
<lemmi> that one does :)
<damex> lemmi: redid config close to what 'generic' openwrt offers
<damex> close to stock dts. please try again. should give you working eth0-3 matched to eth8-11
Darkmatter66_ has joined #openwrt-devel
<damex> pushed last fix now and ready for testing ;p
<lemmi> k
Darkmatter66 has quit [Ping timeout: 265 seconds]
<lemmi> erm..
<lemmi> can't get any packets through the interfaces
<damex> lemmi: show me ip link again
<damex> and /sys/bus/mdio_bus/drivers/*
<damex> lemmi: ws it working on generic? could you send data through interfaces?
<lemmi> yep
state has quit []
<damex> lemmi: i will add a patch for that vitesse phys
<damex> lemmi: pushed
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (98.1% images and 99.7% packages reproducible in our current test framework.)
<rsalvaterra> Oh, Linux 5.9 now supports REJECT in the PREROUTING chain. Cute.
aszeszo has joined #openwrt-devel
graphine has quit [Ping timeout: 272 seconds]
<lemmi> damex: so.. still no luck. so i booted current octeon generic. eth2 maps to port 8, eth3 to port 9, eth1 to port 10 (sfp) and eth0 to port 11 (sfp)
<lemmi> (and networking works on all of those 4 ports
<damex> lemmi: what ip link and ls /sys/bus/mdio_bus/drivers/* says ?
<lemmi> damex: on generic?
<damex> lemmi: yeah
<damex> lemmi: can you also extract dts ?
<damex> ah both
<lemmi> damex: https://zerobin.fff.community/?bd6e997d72f875b6#KkUgMCJIuXQpGB+uOgP3B/ZmVIdMyw2bkZr3uSWRe7c= this is from the current snapshot
<damex> lemmi: added your new reginit that is extracted from openwrt
<damex> lemmi: please try again :)
<lemmi> sure
feriman has quit [Quit: WeeChat 2.9]
Ycarus has quit [Quit: Ycarus]
feriman has joined #openwrt-devel
opal has quit [Ping timeout: 240 seconds]
<lemmi> damex: so.. the interfaces seem to correctly map to the ports, but again no traffic
<damex> lemmi: sure, lets see... i manage to repeat same thing locally with er4
<lemmi> k
<damex> gonna try fixing it
opal has joined #openwrt-devel
swalker has joined #openwrt-devel
awgh has quit [Ping timeout: 256 seconds]
Borromini has quit [Quit: Lost terminal]
feriman has quit [Quit: WeeChat 2.9]
<Grommish> make sure you have the Octeon ethernet drivers enables
<Grommish> in Device Drivers/Staging
<Grommish> Otherwise, it'll look like it's doing something and never leaves the PHY
<Grommish> Ask me how I know :P
graphine has joined #openwrt-devel
shibboleth has joined #openwrt-devel
<shibboleth> I've got a device led (wlan) which for some reason gets turned on during boot (even though the radio is disabled). if i enable the radio the leds goes off and then back on and stays off if i then disable the radio
<shibboleth> i tried option default '0'
Misanthropos has quit [Ping timeout: 260 seconds]
feriman has joined #openwrt-devel
<shibboleth> any way to debug why it turns on during boot and prevent it?
graphine has quit [Quit: Leaving]
black_ant has quit [Ping timeout: 272 seconds]
<lemmi> Grommish: just checked and it's selected
<damex> Grommish: ofcourse octeon driver (octeon_ethernet) is enabled and used :)
<Grommish> hehe
<ynezz> Grommish: poing
<aparcar[m]> ynezz: are you packages.git admin?
<damex> Grommish: it never leaves phy although phy have proper status
<Grommish> ynezz: hey hey.. I was going to ask you about the kernel versioning, but i figured it out
<damex> happens after you feed kernel the same device tree device had and it goes crazy. probably something fishy is happening
<ynezz> ldir: are you able to somehow reach Simon of dnsmasq fame?
<aparcar[m]> ynezz: also please deploy the "new" gitlab public key to the git.openwrt.org mirror of firmware-selector. Currently the mirroring is failing https://gitlab.com/openwrt/web/firmware-selector-openwrt-org/-/settings/repository#js-push-remote-settings
<damex> only thing generic does not do is not telling kernel that <this board is e300 board>
<damex> but it does not excuse it for having such behaviour
<damex> ubnt_prune_device_tree();
<damex> oh really... that ubnt
<ldir> ynezz: I checked through my emails and can't find any magic back channel for him. I've sent an email to the address that I (and everyone else) has.
<ynezz> ldir: ok, thanks anyway
<grift> i think so yes something like that
<aparcar[m]> adrianschmutzler: can you please merge https://github.com/openwrt/openwrt/pull/3447 ?
<shibboleth> is robimarko on irc?
shibboleth has quit [Quit: shibboleth]
philipp64|work_ has joined #openwrt-devel
graphine has joined #openwrt-devel
philipp64|work has quit [Ping timeout: 265 seconds]
philipp64|work_ is now known as philipp64|work
ivanich has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
Grommish has quit [Ping timeout: 264 seconds]
dedeckeh has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
graphine has quit [Quit: Leaving]
graphine has joined #openwrt-devel
Tapper has quit [Quit: Instantbird 1.6a1pre -- http://www.instantbird.com]
dedeckeh has quit [Ping timeout: 245 seconds]
<graphine> are there any future plans to use nftables in fw3?
jg has quit [Ping timeout: 260 seconds]
Nick_Lowe has joined #openwrt-devel
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #openwrt-devel
brn has quit [Remote host closed the connection]
damex has quit [Remote host closed the connection]
damex has joined #openwrt-devel
<ynezz> graphine: AFAIK yes, in fw4
<graphine> has work started on fw4?
goliath has quit [Quit: SIGSEGV]
csrf has quit [Read error: Connection reset by peer]
guerby has quit [Read error: Connection reset by peer]
csrf has joined #openwrt-devel
guerby has joined #openwrt-devel
<karlp> aparcar[m]: do you have any figures on the time saved before/after all these cleanups? it should add up to something meaningful now right? I know each little one is tiny, but with the amount of them, it shoudl be better?
<aparcar[m]> karlp: No figures sorry. I'm just guessing it's a tiny bit on each build. Mostly done for cleaning
<karlp> it saves _space_ ?
<karlp> how?
<aparcar[m]> sstrip
<karlp> urh...
<karlp> the most recent one you linked was abotu find/rm calls :)
<aparcar[m]> currently it's simply broken :)
<karlp> yeah, broken isn't a bugfix
<aparcar[m]> the link points to patchwork
<karlp> I meant all the tings are "cosmetic" but save time
<aparcar[m]> oh yea
<aparcar[m]> I just send the other patchwork patch because it's also imagebuilder/sdk related
<aparcar[m]> and the patchwork patch is a bugfix
<karlp> there's been a bunch of this sort of stuff, that's all micro-opts, but they add up, I was just curious if there was any before/after, but I guess with kernel updates over the time as well, it's hard to get a good measure
<aparcar[m]> true
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.7% packages reproducible in our current test framework.)
feriman has quit [Ping timeout: 256 seconds]
goliath has joined #openwrt-devel
linzst has joined #openwrt-devel
Mister_X has quit [Quit: Bye]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
graphine1 has joined #openwrt-devel
graphine1 has quit [Client Quit]
graphine has quit [Ping timeout: 272 seconds]
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Mister_X has joined #openwrt-devel
Mister_X has quit [Changing host]
Mister_X has joined #openwrt-devel
matteo has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #openwrt-devel
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Client Quit]
txt_file has joined #openwrt-devel
linzst has quit [Quit: Leaving]
txt_file is now known as txt-file
txt-file has quit [Quit: Leaving]
aszeszo_ has joined #openwrt-devel
aszeszo has quit [Ping timeout: 260 seconds]
philipp64|work_ has joined #openwrt-devel
philipp64|work has quit [Ping timeout: 240 seconds]
philipp64|work has joined #openwrt-devel
<mirko> Maybe it's (just) late, but scrolling through libubox I wonder what's its actual license? I mean, all files have proper headers - but if I'd be selling a commercial product with libubox - what's my obligations?
philipp64|work_ has quit [Ping timeout: 258 seconds]
SmugLeaf has quit [Remote host closed the connection]
SmugLeaf has joined #openwrt-devel
th3g1z_ has quit [Quit: aloha]
heffer has quit [Remote host closed the connection]
damex has quit [Ping timeout: 256 seconds]
Ultrasauce has quit [Remote host closed the connection]
heffer has joined #openwrt-devel
Fishman has quit [Ping timeout: 260 seconds]
Ultrasauce has joined #openwrt-devel
_lore_ has quit [Ping timeout: 260 seconds]
esters has quit [Ping timeout: 260 seconds]
_lore_ has joined #openwrt-devel
esters has joined #openwrt-devel
th3g1z has joined #openwrt-devel
Fishman has joined #openwrt-devel
rsalvaterra has quit [Quit: Leaving.]
aszeszo_ has quit [Quit: aszeszo_]
DonkeyHotei has quit [Ping timeout: 265 seconds]