nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
dannyAAM has quit [Remote host closed the connection]
dannyAAM has joined #openwrt-devel
goliath has joined #openwrt-devel
robimarko has joined #openwrt-devel
rua has quit [Quit: Leaving.]
AtomiclyCursed2 has quit [Quit: ZNC 1.9.1 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
rua has joined #openwrt-devel
dannyAAM has quit [Remote host closed the connection]
dannyAAM has joined #openwrt-devel
grift has joined #openwrt-devel
grift_ has quit [Ping timeout: 480 seconds]
Ansuel_ has joined #openwrt-devel
Ansuel has quit [Ping timeout: 480 seconds]
Ansuel_ is now known as Ansuel
reysand has joined #openwrt-devel
reysand has quit []
gromero__ has joined #openwrt-devel
grift has quit [Quit: Bye]
gromero_ has quit [Ping timeout: 480 seconds]
grift has joined #openwrt-devel
grift has quit []
grift has joined #openwrt-devel
rz has quit [Ping timeout: 480 seconds]
mko has quit [Read error: Connection reset by peer]
mko has joined #openwrt-devel
skynet2 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.4]
skynet2_ has quit []
Edu4rdSHL has quit [Quit: Leaving]
skynet2 has joined #openwrt-devel
minimal has joined #openwrt-devel
Edu4rdSHL has joined #openwrt-devel
<mrkiko>
slh: you continue to seem over pessimistic to me :)
<mrkiko>
robimarko: what do you think about the new PR for the 7530 vdls hack?
<slh>
mrkiko: maybe, although I'd call it being realistic and setting expectations. iwlwifi is already 'quirky' for normal STA operations and very, very picky in regards to the host board/ PCIe slot
<mrkiko>
slh: I disagree with your sentence form first to last word, and I sear you it's not on purpose. If everybody tough like you do, maybe we would be stuck well in the past. No intention of conflicting here - english not my native language so I am not able to modernate my tone as I would like...
<mrkiko>
s/sear/swear/
<slh>
mrkiko: I wouldn't recommend mt7621/ mt7921au/ mt7622 for AP mode either, even those would be in another league compared to ax211
<slh>
I have a couple of ax200, ax201, ax210 and be200 running (desktop-) linux around me, they are far from running smoothly even for the 'normal' STA operations
<slh>
mt7921 and mt7921k are a complete relief in comparison, much more reliable, much less drama
<mrkiko>
well, I had no issues with mt7622 / mt7915 (E8450) in the past, altough admittedly it took a while for them to stabilize.
<mrkiko>
slh: no problems with iwlwifi either, with any Intel card I used it - altough I am using older hw, except in a single case where I have an AX card where I don't remember the model; no problems here as well except I had to disable somepowersaving in NM but haven't looked at it at all, just happy it worked.
<slh>
yes, powersaving is another complication for iwlwifi
<slh>
lots of lagging
<mrkiko>
slh: in that special case it made ssh unusable for me. But I really can't say much - in all my other iwlwifi hw I ntendnot to use NM
valku has joined #openwrt-devel
n3ph has joined #openwrt-devel
christophe0o has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Ping timeout: 480 seconds]
<robimarko>
mrkiko: About the same as the old one, annoyed because we will be stuck with it forever
gromero__ has quit [Remote host closed the connection]
gromero has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
christophe0o has quit [Quit: Connection closed for inactivity]
n05 has joined #openwrt-devel
<n05>
HIYA! Just built another cusom image for BPI-R3. Have few questions.
<n05>
1. Why LUCI shows "Firmware Version OpenWrt 21.02-SNAPSHOT unknown / LuCI openwrt-21.02 branch git-22.130.58625-78a8c67" when sources used was 24.10.0-rc5, either v23.05.5 (tried both)
<schmars[m]>
run make clean / make distclean when you're compiling different release branches in the same git checkout
<n05>
how to expand image size limit to void "WARNING: Image file *sdcard.img.gz is too big: 49938432 > 46137344"
<schmars[m]>
you probably had 21.02 luci sticking around from previous compiles
<n05>
schmars: i did that, it doesnt matter. i tried even clone to new folder and did next: git branch -a; git checkout openwrt-23.05; git fetch -t; git tag; git checkout v23.05.5; ./scripts/feeds update -a && ./scripts/feeds install -a
<n05>
then tried with 20.10.0-rc5 did the same. nothing helps, at always the same. i tried make distclean many times
<n05>
make menuconfig shows new confings (version dependent).
<schmars[m]>
oh, ok - and your feeds.conf looks ok too?
<schmars[m]>
sometimes people pin a feed to a specific version in feeds.conf, and forget about it
<n05>
schmars: not sure how to pin it. how it can be pinned if i clone to new folder? or its not my fault? (im a bit noob)
<schmars[m]>
right
<schmars[m]>
well, somehow luci 21.02 ended up in your tree :)
<n05>
mybe some .config option do that?
<schmars[m]>
you can also try `git clean -fdx` as an even more robust way of nuking everything
<schmars[m]>
ah you already said fresh clone, right
<n05>
yup
n3ph has quit [Read error: No route to host]
<schmars[m]>
maybe something odd in ~/.gitconfig ? and you can check `cd feeds/luci/ && git show` to see where the feed clone is at
n3ph has joined #openwrt-devel
<schmars[m]>
for me that's 370e2479a77ffc35f095850cd56e3d6b866e990b right now (luci.git commit from this morning)
<n05>
commit 65c86ed3244f5ad3dc5fdfca93f40b20ab2f550c (HEAD -> 65c86ed3244f5ad3dc5fdfca93f40b20ab2f550c) Author: Paul Donald <newtwen+github@gmail.com> Date: Sun Jan 5 20:49:41 2025 +0000
<n05>
thats for 24.10.0-r5 (ive just built it)
<n05>
commit looks fresh enoughj
<schmars[m]>
you sure you're not seeing some browser cache issue? :D
<n05>
how that can be browser related if check that via console
<n05>
or u talk about luci?
<n05>
definitely not browser cache issue
<n05>
i tried this not first time. plkaying around a week already with building custom image
<n05>
the same all the time
<n05>
even more - tried STOCK official image
<n05>
it was the same old firmware version
<n05>
no idea how that can be
<n05>
well, maybe i messed with git, will try for a 7th time in a row. Lets talk about anotyher issue.
<n05>
how to avoid "image too big"
<n05>
WARNING: Image file bla-bla-sdcard.img.gz is too big: 49938432 > 46137344
n3ph has quit [Read error: No route to host]
<n05>
and then make failed
<n05>
i tried disabling config option for handling warnings as errors (CONFIG_KERNEL_WERROR=n) but it doesnt help
<n05>
changing rootfs size in .config doesnt help too
n3ph has joined #openwrt-devel
<n05>
only changing luci modules\packages helps
danitool has joined #openwrt-devel
christophe0o has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
SlimeyX has joined #openwrt-devel
totkeks has joined #openwrt-devel
Edu4rdSHL has quit [Quit: Leaving]
Edu4rdSHL has joined #openwrt-devel
matoro_ has quit []
matoro has joined #openwrt-devel
n05 has quit [Quit: Page closed]
Obi-Wan has quit [Remote host closed the connection]