goliath has quit [Quit: SIGSEGV]
danitool has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
raenye has quit [Remote host closed the connection]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
schwicht has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tapper has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
bluew_ has quit [Quit: Leaving]
bluew has joined #openwrt-devel
tidalf__ has quit [Quit: Textual IRC Client: www.textualapp.com]
tidalf has joined #openwrt-devel
tidalf_ has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
ptudor has quit [Quit: Strict-Transport-Security: max-age=48211200; preload]
Namidairo has quit [Quit: ZNC - https://znc.in]
Namidairo has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
ptudor has joined #openwrt-devel
bluew has quit [Quit: Leaving]
bluew has joined #openwrt-devel
rua has quit [Quit: Leaving.]
MaxSoniX has joined #openwrt-devel
gch981213 has quit [Quit: Ping timeout (120 seconds)]
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
gch981213 has joined #openwrt-devel
AtomiclyCursed has joined #openwrt-devel
Tapper has joined #openwrt-devel
MaxSoniX has quit [Quit: Konversation terminated!]
MaxSoniX has joined #openwrt-devel
<nick[m]12> hauke: I compiled wolfssl for x86-64 with complete clean builddirectory. Works fine.
<nick[m]12> I don't understand whats wrong
MaxSoniX has quit [Quit: Konversation terminated!]
MaxSoniX has joined #openwrt-devel
<owrt-snap-builds> Build [#849](https://buildbot.openwrt.org/master/images/#builders/40/builds/849) of `ipq40xx/mikrotik` completed successfully.
gch981213 has quit [Ping timeout: 480 seconds]
gch981213 has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
dangole has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<aparcar[m]> rmilecki: does bcm53xx work fine or does it have the same sysupgrade issue?
<aparcar[m]> mrnuke: hey do you still work on RTL8238B?
rua has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
Acinonyx has joined #openwrt-devel
<aparcar[m]> neoraider: how come gluon is not using the imagebuilder?
<f00b4r0> aparcar[m]: very nice patch you just dropped in the release trees! Thanks, I had forgotten this was there ;)
<owrt-snap-builds> Build [#846](https://buildbot.openwrt.org/master/images/#builders/17/builds/846) of `ramips/rt305x` failed.
<aparcar[m]> f00b4r0: 🙂
minimal has joined #openwrt-devel
bluew has quit [Quit: Leaving]
dangole has quit [Ping timeout: 480 seconds]
<hauke> nick[m]12: I am looking into it
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
damex has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
damex has joined #openwrt-devel
raenye has joined #openwrt-devel
<raenye> PaulFertser: here perchance?
damex has quit []
damex has joined #openwrt-devel
<PaulFertser> raenye: yep
<PaulFertser> raenye: haven't yet read any additional code to fix your "eeprom", sorry.
<raenye> that's fine, no rush
<raenye> so far it's quite stable
<raenye> I'm just thinking it could be a good idea to submit a patch upstream
<raenye> assuming per-device uci-defaults is acceptable
<raenye> that way everything works after factory reset
<PaulFertser> raenye: but if you need fixing eeprom either way for this dbdc issue, and it's something similar to fix the bands issue then you wouldn't need uci-defaults.
<raenye> PaulFertser: True. BTW, any idea if mt76 driver supports 256-QAM on 2.4 GHz? MT7615DN supposedly has it
<raenye> I'll probably buy another unit to flash, wonder if the eeprom mess is a one time thing
<raenye> Also, is this related to the way to parse the eeprom? https://github.com/openwrt/mt76/issues/315
<raenye> perhaps I'll try to decode that 64 entry array myself
<PaulFertser> raenye: is that phy0 or phy1 that is marked dual band currently with that 00 -> 30 fix in the "eeprom" you made?
<PaulFertser> raenye: for 256-QAM take a look at https://github.com/openwrt/openwrt/pull/2522
<PaulFertser> raenye: judging by the code and some github comments it's normal and expected for phy0 on mt7615d to be dual-band, so probably you do not need this uci-defaults patch as it behaves the same as the other dbdc devices.
<PaulFertser> Namidairo: hey, do you probably know if it's a bug or phy0 on mt7615d dbdc should really be advertised as dual-band?
valku has joined #openwrt-devel
<raenye> PaulFertser: it's phy0
<raenye> phy1 is ac and is fine
<raenye> PaulFertser: but then the auto-generated config assumes 802.11ac, 5ghz, and channel 36
<raenye> and there are residues of the spurious band elsewhere (e.g., channel scan)
<PaulFertser> raenye: probably that's how all mt7615d devices currently behave, if it's a bug, should be fixed in the mt76 driver.
<PaulFertser> raenye: have you tried scanning on phy0 on 5 GHz, does it really not work?
<raenye> yes, no results
<raenye> I guess it is a bug in mt76
cmonroe_ has joined #openwrt-devel
<raenye> this can be configured via luci (change AC to N, and then band can be changed) but is annoying for the user
<PaulFertser> raenye: but if it's a bug in mt76 then it should be fixed there.
<raenye> btw, is there a way to incorporate uci-defaults in an already built firmware? via image-builder perhaps?
<raenye> PaulFertser: mt76 fix is needed; but until that is done.... given eeprom patch, the user can manually configure phy0 correctly
<PaulFertser> raenye: uci-defaults can be added to files/ when using ImageBuilder
<PaulFertser> raenye: do you feel like trying an mt76 patch if I provide you with one?
<raenye> perhaps I should understand better what is ImageBuilder and why I need it
<raenye> sure, I'll try
<raenye> I just don't know how to add it to my git setup
<PaulFertser> raenye: ImageBuilder uses all the ready-made binaries from repositories and then assembles it all in a squashfs image, it doesn't compile anything.
<raenye> I'll be back in ~30 minutes
danitool has joined #openwrt-devel
<raenye> PaulFertser: back now
<PaulFertser> raenye: my idea is to try putting https://termbin.com/jh07 into package/kernel/mt76/patches/120-wifi-mt76-do-not-enable-5ghz-phy0-dbdc.patch
<PaulFertser> raenye: then you do "make package/kernel/mt76/clean" to be sure and rebuild the image.
<raenye> compiling
hanetzer2 has joined #openwrt-devel
hanetzer1 has quit [Ping timeout: 480 seconds]
<raenye> Works great! https://pastebin.com/WjJQPxyi
<raenye> PaulFertser: this affects all mt76 dbdc devices, right?
hanetzer3 has joined #openwrt-devel
<raenye> BTW, why sysupgrade forces me to factory reset ("upgrade: The device is supported, but the config is incompatible to the new image (1.1->1.0). Please upgrade without keeping config)"?
hanetzer2 has quit [Ping timeout: 480 seconds]
tchebb has quit [Quit: ZNC - http://znc.in]
cbeznea has joined #openwrt-devel
tchebb has joined #openwrt-devel
lynxis_ has quit [Read error: Connection reset by peer]
lynxis has joined #openwrt-devel
dangole has joined #openwrt-devel
djfe_ has joined #openwrt-devel
rsalvaterra has quit []
Daanct12 has joined #openwrt-devel
djfe has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #openwrt-devel
<owrt-snap-builds> Build [#848](https://buildbot.openwrt.org/master/images/#builders/15/builds/848) of `armvirt/64` completed successfully.
Acinonyx has quit [Ping timeout: 480 seconds]
Danct12 has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
<raenye> PaulFertser: meanwhile I added the VHT on 2.4GHz patch to my build. Seems to work as before, but maybe I need an 802.11ax client
_lore_ has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
tidalf has joined #openwrt-devel
Daanct12 is now known as Danct12
tidalf__ has joined #openwrt-devel
_lore_ has joined #openwrt-devel
tidalf_ has quit [Ping timeout: 480 seconds]
tidalf_ has joined #openwrt-devel
tchebb_ has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
<PaulFertser> raenye: those threads mention many clients that are compatible
<PaulFertser> raenye: but probably you also need to specify custom options for netifd.
<PaulFertser> raenye: yes, this affects all mt7615d devices.
<PaulFertser> raenye: sysupgrade talks about config version only if it changed from what's in /etc/config/system currently.
tchebb has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
tidalf_ has quit [Read error: Connection reset by peer]
tidalf__ has quit [Ping timeout: 480 seconds]
<raenye> PaulFertser: so what is the next step? as far as I'm concerned, everything works now
<raenye> (but I didn't try much, just wireless client and wireless ap)
<owrt-snap-builds> Build [#884](https://buildbot.openwrt.org/master/images/#builders/7/builds/884) of `armvirt/32` completed successfully.
<PaulFertser> raenye: probably making a github pull request on mt76 github, not sure.
<raenye> PaulFertser: I meant with respect to the new device
<raenye> and let me thank you once again for all your help
<raenye> I thought this would take much longer to resolve
tidalf_ has joined #openwrt-devel
tidalf has quit [Read error: Connection reset by peer]
<PaulFertser> raenye: and for the device itself don't worry about this patch, make the support as if this patch is already accepted and send it as either github pull request against master branch on OpenWrt github or to the mailing list the usual git send-email way.
tidalf has joined #openwrt-devel
tidalf_ has quit [Read error: Connection reset by peer]
<raenye> I'm not sure how to do this. I did not use a github account, so I cannot do a pull request, right?
<raenye> unless I fork on github and apply my patch there
<raenye> anyway I need to flatten the commits
<raenye> also, this exact device has a 2nd model number
<raenye> with identical hardware but different D-Link hardware ID, so different firmware is needed
<raenye> I have everything needed to create firmware for the other model too (D-Link DRA-1360-A1) but no actual device to test
tidalf_ has joined #openwrt-devel
<raenye> Assuming someone in the world with a DRA1360 wants OpenWrt, how would I make them find out about it and ask for a test build?
tidalf has quit [Read error: Connection reset by peer]
MaxSoniX has quit [Quit: Konversation terminated!]
<PaulFertser> raenye: "git rebase -i" is a great tool to squash commits. OpenWrt wiki has articles detailing how to offer support for a new device upstream.
<PaulFertser> raenye: probably if you create a topic on the OpenWrt web forum someone would find it and test.
<PaulFertser> raenye: sending a patch to the mailing list requires you to be subscribed (but you do not need to enable mail delivery). Sending a "github pull request" requires a github account.
tchebb has joined #openwrt-devel
Acinonyx has joined #openwrt-devel
<PaulFertser> raenye: re 256-QAM, https://github.com/openwrt/openwrt/pull/2522#issuecomment-632181558 option vendor_vht '1' is essential
tchebb_ has quit [Ping timeout: 480 seconds]
raenye has quit [Remote host closed the connection]
raenye has joined #openwrt-devel
<raenye> PaulFertser: alright, got it committed to my fork https://github.com/raenye/openwrt/tree/dap-1620-b1
cbeznea has quit [Quit: Leaving.]
<raenye> I'll probably add more info in the github discussion (borked eeprom, mt76 patch)
_lore_ has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
_lore_ has joined #openwrt-devel
skorpy[m] has joined #openwrt-devel
<aparcar[m]> skorpy 🏳️‍⚧️: ping123
<aparcar[m]> https://github.com/openwrt/openwrt/releases/tag/v22.03.4 tagged, thanks to danitool
<aparcar[m]> *oopps dangole
<tom-> isn't there usually done a Makefile change before and after the tag?
<dangole> tom-: that may be. i don't know how. i was just asked to make a signed tag :/
<raenye> PaulFertser: quite annoying, couldn't send a pull request for a single commit so I had to reset, push force, and reference the (now orphan) commit hash of your patch
<raenye> but I submitted the pull request
<raenye> thanks again for your help.
<raenye> github has nothing to do with website documentation, right?
<aparcar[m]> tom-: please stand by
<tom-> :)
<tom-> i was just wondering
Acinonyx_ has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
xutaxkamay has joined #openwrt-devel
lostandconfused1 has joined #openwrt-devel
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<owrt-snap-builds> Build [#833](https://buildbot.openwrt.org/master/images/#builders/57/builds/833) of `octeon/generic` failed.
zer0def has quit [Ping timeout: 480 seconds]
zer0def has joined #openwrt-devel
raenye has quit [Remote host closed the connection]
<owrt-snap-builds> Build [#840](https://buildbot.openwrt.org/master/images/#builders/69/builds/840) of `zynq/generic` failed.