Rentong has joined #openwrt-devel
minimal has quit []
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Tusker has quit [Quit: https://lice.muppetz.com]
Tusker has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
clayface has joined #openwrt-devel
clayface_ has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
<digitalcircuit> ipq806x L2 1.4 GHz cache debugging quick update: trying a different 12VDC power supply for the NBG6817 lead to failure in 30 minutes. Either it's nowhere near the 5 amp rating and quality (as router's OEM power supply is only 3.5 amps), or that's not the issue. I've currently moved on to testing a powered USB 3.0 hub so my USB 3.0 HDD draws nearly zero power from the router itself (peaked at 0.001 amps).
<digitalcircuit> (For what it's worth, the issue seems nondeterministic - sometimes I've had a reboot within 30 minutes on the OEM power supply, too. So the new power supply isn't verifiably worse or better yet. I'd need to measure the actual output under load.)
test has joined #openwrt-devel
test has quit [Remote host closed the connection]
<fda> blocktrron_: thy, i will test it. i noticed "ipq40xx: set MAC address for AVM boxes at preinit" my fritzrepeater-1200 seems to have the correct mac even without this patch. or is it a preparation for kernel 5.10?
* enyc meeps
<enyc> digitalcircuit: I'm thinking capacitors and buck converter quality and so-on ;/
<fda> blocktrron_: avm7320's mac: i notices lan has mac "00:11:22:33:44:53" . all avm devices have macs in the envorinment of bootloader (adam)
<enyc> digitalcircuit: I tended to hack things like this by temporarially attaching another low-esr filter cap across the relevant terminals on backside of the board!
<slh> the nbg6817 tends to run hot, but I wouldn't quite suspect that to be the underlying problem yet (as digitalcircuit is not alone with these issues)
<fda> blocktrron_: with "generic: Kconfig: exit on unset symbol" 7320 still boots!
<fda> sry, "generic: fix kernel panic on existing mac-address node"
rmilecki has quit [Quit: Konversation terminated!]
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
aiyion has joined #openwrt-devel
aiyion_ has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
zhoreeq has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
zhoreeq has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
aiyion has joined #openwrt-devel
aiyion_ has quit [Ping timeout: 480 seconds]
dedeckeh has joined #openwrt-devel
nitroshift has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
owrt-1907-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-1907-builds has joined #openwrt-devel
owrt-2102-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-2102-builds has joined #openwrt-devel
valku has quit [Remote host closed the connection]
owrt-snap-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-snap-builds has joined #openwrt-devel
<ynezz> rmilecki: Re: firmware-utils, seems like you're working on that so feel free to take over https://git.openwrt.org/3adc2dff5144976731ee22ef66d1a4a2d733ee9b (you would need to update commit message/subject to reflect the new additions)
Weasel___ has joined #openwrt-devel
goliath has joined #openwrt-devel
jlsalvador2 has joined #openwrt-devel
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador2 is now known as jlsalvador
<Tusker> hey guys, is there an option to to build the initramfs kernel under 4MB but the sysupgrade image to a different size? Mikrotik seems to only want to boot a kernel 4MB or lower, but has 16M flash
<blocktrron_> fda: the mac address offset is not necessarily stable for NAND devices
<blocktrron_> As the pointers are not accounting for broken blocks. As the second stage bootloader is not updated (and the amount of hackery for these devices is already sufficient for my taste), we can just redundantly read it from tffs
danitool has joined #openwrt-devel
<Tusker> ie, if I set IMAGE_SIZE := 3712k the kernel and initramfs size is good, but the sysupgrade image fails because it's bigger than that...
<Tusker> I think I'll do it like check-size $$$$(SYSUPGRADE_IMAGE_SIZE)
<Tusker> yeah, that seems to work well
<rmilecki> ynezz: thanks
jlsalvador2 has joined #openwrt-devel
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador2 is now known as jlsalvador
device has quit [Quit: ZNC - https://znc.in]
<fda> blocktrron_: i think the mac for 732 worked 1-3 weeks ago. i set vlan-mac different than the lan-interface mac. as i know the hw-mac i could set it witz openwrt.
<fda> as 00:11:22:33:44:53 does not look random it could cause problems with multiple of these devices in 1 lan
abiliomarques_ has joined #openwrt-devel
jlsalvador2 has joined #openwrt-devel
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador2 is now known as jlsalvador
<abiliomarques_> hello guys, after porting a qualcomm MIPS (QCA4531) based hardware to stock OpenWRT 19.07, I must report it runs just fine, except for some performace issues ... it seems that syscalls are too slow. Initially I was using kernel 4.14.209 (as it comes with 19.07), and I thought it was related to security patches of the last few years
<abiliomarques_> then I went to lede 17, ported the drivers to it, ran kernel 4.4.182, and performance is low compared to qualcomms QSDK
<abiliomarques_> qualcomm QSDK with kernel 4.4.60 and kernel 4.4.279 is fast
<abiliomarques_> this penalty seems visible when doing syscalls. It does not seem to affect user mode, and running a test process with time shows that the increment is only in sys
<abiliomarques_> my test is just basically a loop with several million syscalls
<Habbie> abiliomarques_, any chance it's vsyscalls vs. real syscalls?
<abiliomarques_> hmmm, for the sake of simplifying things, I ended up calling syscall with a wrong number (0xFF00) ... it returns -1
<abiliomarques_> this produces the same behavior as other calls
<abiliomarques_> these are my results: https://pastebin.com/eUTDB1Zn
<abiliomarques_> these results are with micropython, but an old fashion .c file produces the same behavior
<abiliomarques_> if I instead do userspace things like calculating the value of PI, the new OpenWRT is a bit faster (maybe because of the compiler)
<abiliomarques_> Habbie, is there a way to tell the difference between both types?
<Habbie> abiliomarques_, what's in test.py?
<Habbie> oh, syscall(..)?
<Habbie> then it's not vsyscalls
<Habbie> vsyscalls are always special cased in the libc
<abiliomarques_> this is my C version of the code
<abiliomarques_> and indeed, I'm calling syscall
<Habbie> yes, then it's not vsyscall
<Habbie> carry on :)
jlsalvador2 has joined #openwrt-devel
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador2 is now known as jlsalvador
<abiliomarques_> I know Qualcomm is one of those manufacturers that add a lot of their secret sauce, but I thought this was mostly for network drivers
<abiliomarques_> but do they also boost basic things with the MIPS core?
<aiyion> can someone recommend a wiki page on how mdio, network interfaces and dts files work together in openwrt?
<aiyion> I've been probing around for a few days now, but did not find which combination in my dts file would get the interface to work.
Tapper has joined #openwrt-devel
<aiyion> the ar71xx image does have it on mdio1 if that's what the 'mdio.1' in this line is for: "ag71xx-mdio.1:04 [uid=004dd041"
<aiyion> I ffel like I'm missing a tool that tells me what mdio interfaces are available (kind of like spidump) and what parameters are used to access them.
<PaulFertser> aiyion: the upstream kernel docs explain MDIO. And it's often possible to autodetect PHYs connected to an MDIO bus.
<PaulFertser> aiyion: I think "ag71xx-mdio.1:04" means second (starting from zero) mdio bus and address=4.
<PaulFertser> (a single bus can control many PHYs, so they need to have different addresses; usually just 1 is used when a single device is present)
wulfy23 has joined #openwrt-devel
<wulfy23> r17311 bcm2711 seeing a change in scaling behavior pinned much higher(top)
<wulfy23> anyone else seeing changes in time_in_state?
<wulfy23> dnsmasq?
<aiyion> PaulFertser: then I would expect something like this to work: https://bpa.st/TPGQ
<abiliomarques_> Habbie: any idea on how to profile/continue ?
<aiyion> But as soon as I reference mdio1 in my dts file instead of mdio0 i get a message like "cannot be probed, trying later".
<aiyion> compiling just now toverify; one sec
<Habbie> abiliomarques_, i don't know, sorry
<PaulFertser> aiyion: please always save and share full dmesg outptu
<aiyion> will do; one sec
<PaulFertser> aiyion: what SoC is that?
<aiyion> onion omega - ar9331
<wulfy23> my bad local problem
<aiyion> only difference in what ive got locally is the mac adress calculation.
<PaulFertser> aiyion: and full log for ar71xx dmesg too
bluew has quit [Quit: Leaving]
<aiyion> there you go, the boot log compiled minutes ago (ath79): https://bpa.st/YGNQ
<aiyion> and an ar71xx pendant, though its freifunk, so the will be batman fragments one should ignore: https://bpa.st/QC2Q
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<PaulFertser> aiyion: what happens if you just enable eth0 and do not touch anything about mdio? It doesn't seem to be likely that eth0 is actually using mdio1.
<aiyion> you mean like this? https://bpa.st/DE4Q
<aiyion> (no mdio section at all)
<PaulFertser> aiyion: yes, just like that
<aiyion> eta four minutes.
<aiyion> what bugs me is the call to "ath79_register_mdio" in the ar71xx target
<PaulFertser> aiyion: in dts/ar9330.dtsi I see if you simply enable eth0 it's using "swphy4" from mdio1 naturally, everything's enabled as needed.
<PaulFertser> So I see it's indeed mdio1 but it's used by default properly.
<aiyion> I feel like ive tried that yesterday, or the day before; let me verify that did not work.
<PaulFertser> It's an integrated switch inside SoC, the address and bus are defined by hardware.
<PaulFertser> You include dts/ar9330.dtsi right?
<aiyion> it did not work: https://bpa.st/U52Q
<aiyion> through dts/ar9331.dtsi, yes.
<karlp> aiyion: what's the actual problem? ethernet worked on the onion on ar71xx, but doesn't work when you
<aiyion> looking at line 247 of dev-eth.c the built in switch appears to be right though.
<karlp> 've ðported to ath79?
<aiyion> yes.
<aiyion> wifi is fine though.
<PaulFertser> aiyion: are you sure you're using default kernel config for ath79, without odd mods?
<aiyion> I have not touched the kernel config
<aiyion> i cloned master a few weeks ago
<karlp> did the onion get completely skipped when ath79 moved?
<karlp> where's your new dts file now?
<karlp> nvm, looking in your pull #1 now
<aiyion> yep.
<aiyion> it was skipped as it lacked the meory portion;
<aiyion> *memory
<karlp> this is all I had in my board when I ported: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ath79/dts/ar9331_etactica_eg200.dts;h=402fca80a1eacb63db0a3681953641393930891e;hb=HEAD#l76
* karlp wonders how onion got completely skipped in ath79, I thought it was relatively common
<aiyion> what's simple-mfd
* karlp has no idea anymore... :)
<PaulFertser> aiyion: no eth0 though in the pull
<karlp> multi function device at least
<aiyion> and nvmem cells?
<karlp> nvmemcells is brand new stuff replacing mtd-mac-shitz
<karlp> it's a new upstream way of saying where some nvmem is..
<aiyion> sorry Paul, thats the portion I only have locally as its broken yet; will push one sec
<karlp> that's not part of your ethernet problem.
<aiyion> and the gmac portion?
<karlp> this is related to where the ethernet is actually wired up to the ar9331
<aiyion> updated my PR
<karlp> here's anotehr "classic" ar9331 port: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ath79/dts/ar9331_8dev_carambola2.dts;h=d99e0a422a70471b6d360fd35e2b3c44e331d86b;hb=HEAD#l104
<karlp> and you can compare the schematics of the carambola2 dev board to the onion board if you want to check.
<aiyion> I've looked at all 9331 add commits; but did not find a valid combination.
<karlp> caramboal2 is probably most similar to the onion.
<aiyion> mhm
<karlp> as they are both using just raw ether ports, not switch ports.
<karlp> iirc leaving out the gmac config just meant that I got "eth0/eth1" swapped compared to what ar71xx had, and what the labels were,
<karlp> they would both still _work_
abiliomarques has joined #openwrt-devel
<karlp> but it's been a while since I was looking at this sorry :)
<aiyion> i just added the gamc portion to the eth0 entry, as I'm out of ideas.
<karlp> well, do compare the schematics of the caram2 dev board to the onion.
<karlp> there _are_ multiple ethernet ports,
<karlp> and "eth0" is just a name...
<aiyion> I'd need guidance on that; this is literally the first thing I contribute to openwrt
<karlp> well, for starters then, just do a basic "eth0 := status=okay" and "eth1: = status=okay"
<karlp> you'll get no/garbage macs, but they should appear properly that way..
<karlp> you can then poke further
<PaulFertser> I suggest paying attention to peripheral addresses. In this case it's 19000000 (or b9000000) so eth0 for sure in both cases.
<PaulFertser> The problem with the last paste is that somehow the integrated switch is not visible on mdio even though it's supposed to be enabled.
<PaulFertser> I'd check what /sys/bus/mdio/devices and drivers have.
<karlp> well, "ether0 internally" but not necessarily what was "eth0" in ar71xx :)
<PaulFertser> It is if address matches.
<PaulFertser> Probably mdio1 is not getting probed actually.
<PaulFertser> I'd check on a running system if /sys/bus/mdio is populated in a sane way.
<karlp> peripehral yes, but not what was called "eth0" or "lan" or "wan" as those are just names...
<PaulFertser> And /sys/firmware
jlsalvador2 has joined #openwrt-devel
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador2 is now known as jlsalvador
<aiyion> I'll stick with paul for a sec and try your approach afterwords;
<aiyion> /sys/class/mdio_bus/ does currently only conatin the fixed entry.
<aiyion> there's nothing regarding mdio one or zero.
<PaulFertser> aiyion: ok, and what's there?
<PaulFertser> In both drivers and devices?
<aiyion> /sys/devices/platform contains "Fixed MDIO bus.0"
<aiyion> whcih in turn looks like this: https://bpa.st/4MTA
<aiyion> should I install tree to give a better overview, or are you looking for something specific, I don't understand?
<blocktrron_> fda: are the macaddresses correct upon first boot?
<PaulFertser> aiyion: if mdio1 is not disabled in DT it should appear there... find /sys -name \*mdio\*
<aiyion> blocktrron_: the macadresses i added for wireless and claculated for eth are matching up with the ar71xx image.
<aiyion> other than that there is currently no eth0 device I can verify the mac adress of.
<blocktrron_> aiyion: i was talking to fda about his lantiq issue, not your onion issue
<aiyion> PaulFertser: https://bpa.st/SBIA it is there, but under firmware, no where i looked
<aiyion> blocktrron_: sorry, didn't see the nick; thought it was some abbreviation.
<blocktrron_> no worries
<aiyion> at least there's a line regarding the switch
<aiyion> and within "ethernet-phy@4/"
<aiyion> would it help to chnage the four to something different again? like zero or one?
<PaulFertser> aiyion: and what if you enable @eth1 ?
<PaulFertser> aiyion: no, it wouldn't
<aiyion> I blindly increased it to match the reg portion earlier.
<aiyion> enable in the dts file?
<PaulFertser> aiyion: yes, in the dts. I can't understand how you can end up having /sys/firmware/devicetree/base/ahb/eth@1a000000/mdio/switch0@1f/mdio-bus
<aiyion> its all pushed in the PR :/
<PaulFertser> No, I can now. Try enabling both eth0 and eth1, just status ok for both.
<aiyion> one sec
<PaulFertser> There's something silly going on but I can't somehow understand just what exactly it is...
<aiyion> build is running; I removed the mac portion in order to have only status okay.
<aiyion> boot log: https://bpa.st/YJ5Q (bfbe8562ce2e0a1e18bc4ce7add74db2eda9f2ed)
<aiyion> they are both there.
<aiyion> did I mess things up with the mac adresses?
<aiyion> there's `ip a`: https://bpa.st/FKGA
<aiyion> It does not send pings to 192.168.1.2 (my pc) though.
<aiyion> PaulFertser: does that ring anything?
<aiyion> eth0 says something about gmii; i think it should be mii instead.
<aiyion> like eth1
<aiyion> eth1 does have a proper id.
<aiyion> I'd go with omitting eth0; and then stepwise add to eth1 what I need.
<PaulFertser> aiyion: this looks good: [ 1.929572] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:04 [uid=004dd041, driver=Generic PHY]
<aiyion> indeed.
<aiyion> I just do not understand why it does so.
<PaulFertser> aiyion: I do not think eth1 is used at all for anything on this board but somehow it inhibuted probing of the bus.
<aiyion> karlp: thanks for the idea!
takimata has quit [Ping timeout: 480 seconds]
noltari has quit [Ping timeout: 480 seconds]
<PaulFertser> aiyion: in your last paste your eth0 is 0xba000000 so it's eth1 from the DTS!
<karlp> it's something about one port turning on the switch or something, but yeah, you need it.
<aiyion> PaulFertser: removing either results in it not working again.
<PaulFertser> aiyion: so you should configure eth1 IP address instead and try pinging.
<PaulFertser> aiyion: yes, leave both present for now.
jlsalvador2 has joined #openwrt-devel
takimata has joined #openwrt-devel
noltari has joined #openwrt-devel
florian_ has joined #openwrt-devel
<PaulFertser> aiyion: and assume eth1 is what's connected to your integrated switch, set VLANs accordingly.
indy has quit [Ping timeout: 480 seconds]
florian has quit [Ping timeout: 480 seconds]
<karlp> really shouldn't need to do anything, just copy eg200, it's a ar9331x with a singel ether
<karlp> whjere's the onion1 docs these days?
rmilecki has quit [Ping timeout: 480 seconds]
jlsalvador has quit [Ping timeout: 480 seconds]
jlsalvador2 is now known as jlsalvador
<aiyion> thx, I thought they had stripped everything
<karlp> onion uses ether port 4 internally.
<karlp> eg200 uses the internal ether port 1.
<aiyion> just added an ip of my local network to eht1, called ip link up on it, and network finally (kind of) works :D
<aiyion> That is definitely progress :D
<aiyion> the onion omega most definitely has just on ethernet port; I am not sure, what happens if on hooks up multiple of those expansion borads.
<karlp> it only has one, but it is connected to the internal "port 4" of the ar9331.
<aiyion> how do i reflect that in dts?
<aiyion> and is it somehow possible to fire up the switch without the second eth entry?
<Tusker> aiyion: btw, mdio-tools is very useful for this kind of thing
<Tusker> good for poking around
<aiyion> Tusker: i saw that a few days ago on github
<Tusker> i was struggling around with getting the phy links working on a new device without a DTS, so it really helped me work it out
<aiyion> PaulFertser: Any idea how I get rid of the ghost eth in the dts file?
<Tusker> you can disable it
<Tusker> if it comes from a dtsi
<Tusker> status = "disabled";
<aiyion> feels hacky, but I'll give it a shot.
<Tusker> it is used in many places if you search for it :)
<aiyion> saw that :)
rmilecki has joined #openwrt-devel
<PaulFertser> Tusker: the problem is that somehow eth0 requires mdio1 to function, and mdio1 isn't getting enabled unless eth1 is enabled too.
<Tusker> what device is this ?
<PaulFertser> Tusker: check ar9330.dtsi and https://bpa.st/U52Q
<karlp> I think the deal is that you need "eth1" enabled to turn on the switch, and eth0 talks tot he switch
<karlp> and what's phyiscally connected is eth4, which is on the switch on eth1....
<aiyion> the other way around, no?
<karlp> and because it's a switch port with nothing else conneected, you just ignore that it's port 4 or 3 or 2 or 1...
<aiyion> aye.
<karlp> also....
<karlp> this should _not_ be in the "onion" dts.... :)
<Tusker> is that the normal onion omega ? the small SBC ?
<karlp> because this only exists when you add a dock....
<karlp> there's no ethernet port on the onion itself.
<Tusker> yeah, I have an onion without a dock, so probably can't help out directly
<aiyion> Tusker: just tried; disbaling it does not cut it;
<aiyion> set eth0 as disabled;
<aiyion> now only one eth shows up, called eth0
<karlp> this is why I said to be careful, as they're just names :)
<aiyion> but setting the ip and pinging the network results in silence
<aiyion> understood.
<aiyion> just wanted to be as lear as possible
<Tusker> can you compile in phy-tools or mdio-tools? so you can check easily what is on each phy ? enable both mdio0 mdio1 and check each phy on each one
<aiyion> Will take me a moment, but yes.
rmilecki has quit [Ping timeout: 480 seconds]
<Tusker> i think it will be worth it
<owrt-snap-builds> Build [#233](https://buildbot.openwrt.org/master/images/#builders/27/builds/233) of `mpc85xx/p1020` failed.
<karlp> it's same on all of these, you're not goign to get any surpriseses...
<karlp> it's all internal, there's no external phys
<karlp> iirc there's a dorin you can copy too, these are all single or dual port ar9331.
rmilecki has joined #openwrt-devel
indy has joined #openwrt-devel
<aiyion> meh; overlooked I had to compile in a kernel module a well.
<aiyion> another few minutes...
Tapper has quit [Ping timeout: 480 seconds]
zhoreeq has quit [Remote host closed the connection]
zhoreeq has joined #openwrt-devel
<Slimey> is pcs_cap324 still supported under snapshot or release 20?
netprince has joined #openwrt-devel
clayface_ has joined #openwrt-devel
<owrt-snap-builds> Build [#226](https://buildbot.openwrt.org/master/images/#builders/69/builds/226) of `zynq/generic` failed.
clayface has quit [Ping timeout: 480 seconds]
nitroshift has quit [Quit: Gone that way --->]
<aiyion> Well, took long enough; rebased on master to get mdio-tools.
<aiyion> the current buildlog: https://bpa.st/6TEA
Tapper has joined #openwrt-devel
valku has joined #openwrt-devel
<Tusker> how many physical ports do you have?
Luke-Jr has quit [Ping timeout: 480 seconds]
<aiyion> theres one ethernet port on one expansion board.
<Tusker> mdio phy mdio.0:1f 0x04
<aiyion> Not sure whether one can stack multiple of the same expansion boards; but currently there's just one
<aiyion> the interfaces are currently down. Any need in changing tha?
<aiyion> *that
<Tusker> looks like eth1 is the one that should work, it didn't come up on boot ?
<aiyion> eth0 comes up, when i plug and reconnect the cable.
<aiyion> it says to be part of br-lan, which does not exist prior.
<aiyion> eth1 (the one that would work) does not try to be part of br-lan (which is fine i tthink) but does not come up without manual intervention.
<Tusker> if you disable 1a000000.eth, does the resultant eth0 attach to mdio.0:1f:04 ?
<aiyion> with which comand?
<Tusker> i mean, in your dts, if you disable 1a000000
<aiyion> if I disbale either the other becomes the eth0 thats stuck.
<aiyion> that's the problem PaulFertser spoke about 80 minutes ago :/
<Tusker> aiyion: if you use ethtool and change it to autoneg off, and 10mbps link, do you see any activity coming from it ? if you set it to fixed 1000 in dts ?
<Tusker> or maybe you need to reconfigure 1a000000 and point it to mdio.0:1f:04 ?...
<aiyion> I'd have to read up on how to do either of the proposed :S
<Tusker> aiyion: https://forum.openwrt.org/t/solved-phy-and-switch-soc-ar9331/34850/12 looks like worth reading for you :)
<aiyion> Thanks, wil do
<Tusker> OK, time for me to sleep, good luck :)
lemmi has quit [Remote host closed the connection]
lemmi has joined #openwrt-devel
Tusker has quit [Quit: Time wasted on IRC: 13 hours 5 minutes 9 seconds]
Luke-Jr has joined #openwrt-devel
<aiyion> karlp: the dorin has eth1 and mdio1; a combination, that did not work out earlier, iirc.
Tapper has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
<fda> blocktrron_: if i configured something wrong? :) no. i clicked "perform reset" on flash page. ifconfig after that: https://pastebin.com/S0saGQUi
<fda> there is additional a layer3 problem with ipv6: the ff:fe adresses, computey by mac
<fda> fffe adress = eui
<aiyion> This blind poking is becoming quite tedious; will take an hour or two off. See you later, thanks PaulFertser, karlp and Tusker
goliath has quit [Quit: SIGSEGV]
<owrt-snap-builds> Build [#225](https://buildbot.openwrt.org/master/images/#builders/36/builds/225) of `mediatek/mt7629` failed.
<owrt-snap-builds> Build [#222](https://buildbot.openwrt.org/master/images/#builders/42/builds/222) of `ramips/mt76x8` failed.
<owrt-snap-builds> Build [#231](https://buildbot.openwrt.org/master/images/#builders/15/builds/231) of `armvirt/64` failed.
<owrt-snap-builds> Build [#234](https://buildbot.openwrt.org/master/images/#builders/12/builds/234) of `bcm53xx/generic` failed.
<fda> blocktrron_: in char-dev /dev/mtd0 ('urlader') are 6 sqeuential macs, inclusing original lan-mac, with names like maca, macb, macwlan, macwlan2, macdsl
rejoicetreat has joined #openwrt-devel
<owrt-snap-builds> Build [#223](https://buildbot.openwrt.org/master/images/#builders/29/builds/223) of `pistachio/generic` failed.
<owrt-snap-builds> Build [#226](https://buildbot.openwrt.org/master/images/#builders/52/builds/226) of `x86/legacy` failed.
glbp has joined #openwrt-devel
abiliomarques_ has quit [Quit: Page closed]
goliath has joined #openwrt-devel
<fda> blocktrron_: this shows the correct mac: . /lib/functions/system.sh ; mtd_get_mac_text urlader 0x8D6
Tapper has joined #openwrt-devel
<owrt-snap-builds> Build [#221](https://buildbot.openwrt.org/master/images/#builders/62/builds/221) of `tegra/generic` failed.
zhoreeq has quit [Remote host closed the connection]
zhoreeq has joined #openwrt-devel
zhoreeq has quit []
<hauke> blocktrron_: multiple builds are failing becasue of your kernel config changes
<hauke> I like them
<hauke> the improvment, but someone should take care of the fallout
<aiyion> If I get the diagram in the ar9331's datasheet right, I'd like to discuss a previous statement of yours; regarding it wouldn't matter which switch port it is connected to.
<Slimey> hi there
<aiyion> " karlp | and because it's a switch port with nothing else conneected, you just ignore that it's port 4 or 3 or 2 or 1... "
<aiyion> page 26 figure 2-3
<aiyion> phy 4 does not appear to be connected to the other phys, does it?
<aiyion> The question would then be how one'd enable the switch with only eth0 (100M mii) and not the gmii one present.
<karlp> ~I mean, you had this working, you're just poking things for fun now right?
<karlp> just turn on both ports.
<karlp> you can probably find "alternative" ways of making it work, but to what end?
<karlp> there's existing hardware that just enables both ports, so that the switch gets enabled properly.
<karlp> unless you have an itch in how the kernel handles this platform wide, just enable them both and walk away
<aiyion> karlp: Well, I'd like to get the dts file upstream;
<aiyion> All I heard up until now, does not give me confidence a ghost interface would be suitable.
<karlp> if you follow the exact same style as the other openwrt files, they have the best chance of all going together.
<karlp> and also easiest for them to all get "fixed" together.
<karlp> I'm pretty sure that's why mine lists it as a simple-mfd....
<karlp> so it's not "ethernet" it's jsut "turn this on so the right bits get turned on.
<karlp> I think you're overstressing it.
<aiyion> ah
<karlp> get it into openwrt, matching other openwrt devices, and matching expected behaviour from how it was with ar71xx, (ie, do macs match what you expect) then worry about upstream.
<karlp> upstreaming ath79 is a major task, you're not just going to try and send your dts from openwrt as is :)
<aiyion> instead I would do what?
<aiyion> not as is; I'm lacking a bunch of gpios as well as the proper ethernet behaviour.
<karlp> just submit to openwrt.
<karlp> "restore onion dropped in ath79 migration"
<owrt-snap-builds> Build [#235](https://buildbot.openwrt.org/master/images/#builders/20/builds/235) of `gemini/generic` failed.
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador has joined #openwrt-devel
<owrt-snap-builds> Build [#226](https://buildbot.openwrt.org/master/images/#builders/44/builds/226) of `mediatek/mt7622` failed.
rejoicetreat has quit [Ping timeout: 480 seconds]
<aiyion> will do; thanks
Borromini has joined #openwrt-devel
<blocktrron_> hauke: I'll take care of that
<blocktrron_> Just waiting for all builds to finish or fail so i can hopefully fix everything in one go
<owrt-snap-builds> Build [#231](https://buildbot.openwrt.org/master/images/#builders/25/builds/231) of `rockchip/armv8` failed.
<blocktrron_> What I'm still wondering - this definitely was the behavior in the past (failing on missing config symbols), but got lost somehow when switching to 4.19 / 5.4
Borromini has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#229](https://buildbot.openwrt.org/master/images/#builders/31/builds/229) of `layerscape/armv8_64b` failed.
Borromini has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
danitool has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#190](https://buildbot.openwrt.org/master/images/#builders/71/builds/190) of `bcm4908/generic` failed.
glbp has quit [Quit: Lost terminal]
clayface_ has quit [Ping timeout: 480 seconds]
clayface has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
rsalvaterra has joined #openwrt-devel
goliath has joined #openwrt-devel
RyanHallmighty has joined #openwrt-devel
<RyanHallmighty> Hey there :) I am interested in trying to learn about development concerning this project and specifically I have a device with the RTL8196E chipset and I haven't found anything for it and I'm curious if there's any work that has been done regarding it :)
jlsalvador has quit [Read error: Connection reset by peer]
jlsalvador has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
jlsalvador has quit [Quit: jlsalvador]
danitool has joined #openwrt-devel
Acinonyx_ has quit [Remote host closed the connection]
Acinonyx has joined #openwrt-devel
rejoicetreat has joined #openwrt-devel
jlsalvador has joined #openwrt-devel
rmilecki has quit [Ping timeout: 480 seconds]
dedeckeh has quit [Remote host closed the connection]
<slh> RyanHallmighty: the short answer is no, and it's not very likely that it will be supported in the futuer either - the long answer would be documented in the forum, under the search term 'lexra' (and that's before even looking at the abysmal driver state for realtek wireless)
<owrt-snap-builds> Build [#222](https://buildbot.openwrt.org/master/images/#builders/50/builds/222) of `mediatek/mt7623` failed.
<hauke> blocktrron_: I also saw this at work with kenre 4.19 the build passes sometimes even when there are some unkwon options
<blocktrron_> hauke: I'm pretty sure we've had build failures upon unset symbols in the past with the buildbots
<blocktrron_> maybe the buildbot behaves different know, idk
<hauke> blocktrron_: we saw this only when building with -jX something, but not when buidling without -j in the second run
rsalvaterra has quit [Quit: Leaving]
Tapper has joined #openwrt-devel
<RyanHallmighty> @slh alright thanks for the info :)
<blocktrron_> hauke: "saw this only" --> build failing or build succeeding?
<slh> RyanHallmighty: it doesn't really help either that most known RTL8196E devices provide insufficient system resources (usually 4 MB flash and 32 MB RAM, sometimes even less)
RyanHallmighty has quit [Remote host closed the connection]
<hauke> with -jX it failed and without -j it passed
<blocktrron_> interesting
RyanHallmighty has joined #openwrt-devel
Tusker has joined #openwrt-devel
RyanHallmighty has quit [Remote host closed the connection]
netprince has quit [Read error: Connection reset by peer]
Tusker is now known as Guest3859
Guest3859 has quit [Read error: Connection reset by peer]
Tusker has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#227](https://buildbot.openwrt.org/master/images/#builders/69/builds/227) of `zynq/generic` completed successfully.