<stefanct>
so... got a "new" f9k1109v1 today... with working ethernet, woohoo... so before bricking that too i am looking at the boot log of the other one since i dont get a shell in the initramfs
<stefanct>
of_serial: probe of 10000c00.uartlite failed with error -22
<stefanct>
that EINVAL which is returned if there is no compatible device found
<stefanct>
rt3883.dtsi defines that as compatible = "ralink,rt3883-uart", "ralink,rt2880-uart", "ns16550a"; and of_platform_serial_table in 8250_of.c contains a "ns16550a" device so i am not exactly sure why it happens
<stefanct>
on a somewhat related note i am wondering about https://github.com/openwrt/procd/pull/9 and the reason for its stale state. i guess i may have ran into that due to the problem above(?)
ChriChri has quit [Quit: %bye%]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<russell-->
i tracked down my problem
nixuser has quit [Ping timeout: 480 seconds]
mentalow has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
rz has quit [Remote host closed the connection]
goliath has joined #openwrt-devel
mentalow has joined #openwrt-devel
rua has joined #openwrt-devel
gch981213 has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
ChriChri has joined #openwrt-devel
cmonroe has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
SnarlingFox has joined #openwrt-devel
robimarko has joined #openwrt-devel
<SnarlingFox>
Good morning all
<SnarlingFox>
The WSQ50 has locked up again overnight, these are the last logs that were spat out over the UART; https://pastebin.com/QFrTBu4n
<robimarko>
Basically, ath10k locks up and then kernel locks up
<SnarlingFox>
Hooray for bugs \o/
<SnarlingFox>
(Also good morning robimarko, hows the coffee this morning?)
<SnarlingFox>
(Wouldn't blame you for responding "Not strong enough for this shit" :D)
<robimarko>
Quite nice as I am dealing with a project using modems (5G ones, the worst kind) that is kind of whack a mole
<SnarlingFox>
Ugh. Those are swearwords to me right now. Realise this is a tangent, but hey-ho, ADHD \o/
<robimarko>
:)
<SnarlingFox>
I have a Seeed Studio Odyssey J4105 (https://wiki.seeedstudio.com/ODYSSEY-X86J4105/) that I wanted to set up as a 4G/5G hotspot - I bought a Quectel EM120R-GL (4G LTE, 2x2, 600 MBps) from Amazon because it was only like £27 / 32 euro)
<SnarlingFox>
Advert said "For Lenovo / Thinkpad X1 series" but no mention of any hardware / BIOS locking
<SnarlingFox>
There was a reason that modem was so cheap... XD
<robimarko>
Its probably just rebadged with a Lenovo ID
<robimarko>
So worst case you need to add that ID to the kernel and it will work with ModemManager
<SnarlingFox>
Supposedly you can unlock them with ModemManager and a few super secret AT commands, but mine wasn't even showing up in `lspci` or `lsusb` nor `dmesg` on Ubuntu 22.04, nor in Windows 10. Did some further reading, the modem itself has a secure boot feature where it won't actually allow itself to be enumerated unless the BIOS itself passes its own checks.
<SnarlingFox>
Frankly, I found that digusting.
<robimarko>
Now that sounds like classic Lenovo
<SnarlingFox>
Luckily the retailer were kind enough to take it back for a full refund as I'd kept all the original packaging. I quickly cleaned off my grubby fingerprints with some isopropyl alcohol and posted it back to them.
<SnarlingFox>
So I guess now I'm in the market for a trustable / affordable 4G / 5G LTE modem in M.2 form factor that'll work nicely with OpenWrt :) (recommendations welcome)
<robimarko>
Quectel RM520N
<robimarko>
It works but affordable part is not probably true
<SnarlingFox>
Hah
<SnarlingFox>
You're not wrong.. basically 10x the price of the EM120R XD
<SnarlingFox>
Also, sorry, that's 4x4, I need 2x2.. not sure whether you can run the RM520N in 2x2 by just leaving 2 antennas disconnected
<SnarlingFox>
(That said... could always drill 2 new holes for 2 more antennas)
<robimarko>
Thats the one I have so I know it works (Needs one backport to 1.22 MM)
<SnarlingFox>
(And now the intrusive thoughts are kicking in.. drilling 2 new holes in that case whilst quoting The Shining "Here's Johnny!" as the drill bit passes through)
<SnarlingFox>
robimarko: Do you find you have to provide heatsinking to the back of the RM520N ?
Jenga has joined #openwrt-devel
<Jenga>
How can I build a single package for all architectures ?
<f00b4r0>
nbd: hi, just a friendly ping to ask if there's anything new I can test on mt7915e? :)
<robimarko>
SnarlingFox: Well, I think that the router I use already has it heatsinked
<SnarlingFox>
robimarko: Cheers, just ordered one.. my bank balance felt that x.x
<robimarko>
:)
<schmars[m]>
Jenga you'll have to build it for each architecture separately. unless it's a package that doesn't need compilation, like shell skripts, luci modules, etc. (architecture = all)
Jenga has quit [Remote host closed the connection]
<rmilecki>
Ansuel: there are line breaks broken in the https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=45b3c620e597c56a4eedb864b5e900d89340e986 ("ipq806x: add support for Linksys e8350-v1")
<rmilecki>
in the target/linux/ipq806x/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq8064-e8350-v1.dts
<Ansuel>
.....................................
<Ansuel>
damn github that doesn't show those....
<robimarko>
Dont we have .gitconfig to make sure they are UNIX?
<Ansuel>
think we can't due to some patches that have those line break (packages that supports both windows and linux)
<robimarko>
OK, I will convert the endings and remove all of those excess newlines
<robimarko>
*indentations
<Ansuel>
just fixed it
<robimarko>
Yeah, you were fast
<robimarko>
Also, those debounce-interval and wakeup-source properties?
<robimarko>
Those are not polled keys
<robimarko>
Anybody knows how is zlib getting pulled in?
<robimarko>
Cause, its not being set in .config at all
<robimarko>
But building mtd-utils somehow pulls it in despite it not depending on zlib
<Jenga>
like would it be sufficient to only use openwrt/sdk:aarch64_cortex-a53 for all mediatek qualcommax etc targets ? or I should explicitly use openwrt/sdk:mediatek-mt7622 openwrt/sdk:mediatek-filogic for each of them
<robimarko>
Ok, so mtd-utils compiles fine purely by accident because libncurses-dev somehow pull-in zlib (But it is not selected in the end .config at all)
<robimarko>
I will update to 2.2.0 which doesnt require zlib as we are not packaging mkfs.* tools for target devices anyway
Jenga has quit [Remote host closed the connection]
<schmars[m]>
for jenga so i can copy it later: for packages only the architecture matters, which means you can use either target's sdk as long as it's the same architecture. run 'openwrt.git/scripts/dump-target-info.pl architectures' to get a full list of architectures and their targets
<schmars[m]>
(i actually use that script's output to generate buildbot jobs for a custom firmware project)
SlimeyX has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
mrnuke has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
<robimarko>
Mangix: You around?
<Mangix>
I am
<robimarko>
Well, I dont think we can drop e2fsprogs
<robimarko>
Cause even though it doesnt look like it, it is indeed installing its tools
<Mangix>
Can its libuuid be disabled?
<robimarko>
Yes, as its currently being manually enabled
<Mangix>
Hmm? Where is uuid.pc in staging_Dir from?
<robimarko>
I mean, we are passing --enable-libuuid to e2fsprogs
<robimarko>
So we can also disable it
<Mangix>
Right. Should switch to util-linux now that it's present
<robimarko>
Yeah, I will just do that instead of dropping e2fsprogs
<Mangix>
Bte
<Mangix>
There's both a host build of package/e2fsprogs and tools/e2fsprogs. Always seemed weird to me
<robimarko>
We do similar for mtd-utils
<robimarko>
One is meant for image building while other runs on the device
<Mangix>
There's no host build for package/mtd-utils
<robimarko>
Oh, you mean in package/e2fsprogs there is also a host version?