Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
TheCoffeMaker has joined #armbian
TheCoffeMaker has quit [Read error: Connection reset by peer]
TheCoffeMaker has joined #armbian
califax has quit [Remote host closed the connection]
chewitt has quit [Quit: Zzz..]
califax has joined #armbian
upekkha has quit []
upekkha has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
ikmaak has quit [Ping timeout: 244 seconds]
ikmaak has joined #armbian
zeemate has quit [Ping timeout: 252 seconds]
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [EvilOlaf](<https://github.com/EvilOlaf>) - [Link](<https://github.com/armbian/build/commit/fc20fb8639414f8fc088b2ccb6f577cfb8e86e4c>): *nanopi-r3s: set `HAS_VIDEO_OUTPUT` (#7810)*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/7faaf639fac44c7dd8994b3a2327faa4c00e1bab>): *extensions: fix outdated ghproxy mirror address*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/197fa6c0eaa93d878fa8fd2d8c0f91dbb8370d28>): *Update Process_CI.md*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/31b3c5f75247c3562c2c80c4abe0ed2887e3fbc9>): *`Automatic` board configs status synchronise*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/fe50e4a283bf283ab0f60f4756e0dbf8b5d220c7>): *mkspi: do not build desktop images*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/1716d6c1b6792bbe4cc103558ec8f788cd04abab>): *build only CLI images*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/af131c02cdc44f0476cc4ab677ca542902c2a520>): *Meson: drop (long) broken legacy code which is also breaking CI*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [paolosabatino](<https://github.com/paolosabatino>) - [Link](<https://github.com/armbian/build/commit/c739c2589f2f4d6b52f1768883a407c4bf8fa0d1>): *rockchip64: disable pl330 patch due to pulseaudio issues*
chewitt has joined #armbian
zeemate has joined #armbian
chewitt has quit [Quit: Zzz..]
coldfeet has joined #armbian
coldfeet has quit [Quit: Lost terminal]
wootehfoot has joined #armbian
Hammdist6 has joined #armbian
<Hammdist6> well I got the kernel headers installed in the end, and now have working WiFi dongle with out-of-tree module on my customized Armbian image ... hurrah
<DC-IRC> [Discord] <igorpec> great! Which out-of-tree driver are you using?
<DC-IRC> [Discord] <alimbada> Hello. How can I set which kernel to use at boot?
<Hammdist6> https://github.com/morrownr/88x2bu . reason I need an external wifi at all is bc the signal is too poor for the onboard or the onboard is somehow incompatible with my home's wifi installation (the onboard connects to my phone's hotspot just fine so I don't know what could be wrong; I had set the regulatory domain correctly btw)
LanDi has joined #armbian
<DC-IRC> [Discord] <igorpec> this should be included, we even run auto tests https://github.com/armbian/armbian.github.io/actions/runs/13236539203
<DC-IRC> [Discord] <igorpec> which kernel do you use?
<Hammdist6> I'm on rpi5b, whatever is the default I guess
archetech has joined #armbian
LanDi has quit [Remote host closed the connection]
<DC-IRC> [Discord] <igorpec> hmm, that should be included ... let me see
<DC-IRC> [Discord] <igorpec> which version of kernel / armbian?
<DC-IRC> [Discord] <igorpec> in present image (if you test nightly auto build), this should be in
<Hammdist6> I don't understand what should be in. this is an out-of-tree module
<DC-IRC> [Discord] <igorpec> this is Armbian 😉
<DC-IRC> [Discord] <igorpec> we include many out of the tree drivers into kernels
<Hammdist6> hm. well it did not load automatically based on vidpid
<Hammdist6> I probably didn't find it since it was renamed to rtl88... from just 88...
coldfeet has joined #armbian
<DC-IRC> [Discord] <igorpec> don't know what is right, rtl or without
<DC-IRC> [Discord] <c0rnelius77> rtw88 not enabled on the pis?
<DC-IRC> [Discord] <igorpec> no, that is not rtwe88 driver, but this 88x2bu
<DC-IRC> [Discord] <igorpec> is this now supported by rtw88?
<DC-IRC> [Discord] <c0rnelius77> yes
<DC-IRC> [Discord] <igorpec> bcm config has CONFIG_RTW88=m
<DC-IRC> [Discord] <igorpec> CONFIG_RTW88=m
<DC-IRC> [Discord] <igorpec> CONFIG_RTW88_8822BU=m
<Hammdist6> the in-tree driver doesn't actually work properly. at least not last time I tried it. massively delayed packets and connection drops were experienced
<DC-IRC> [Discord] <igorpec> CONFIG_RTW88_8822CU=m
<DC-IRC> [Discord] <igorpec> CONFIG_RTW88_8723DU=m
<DC-IRC> [Discord] <igorpec> CONFIG_RTW88_8821CU=m
<DC-IRC> [Discord] <igorpec> yeah, that is possible. i haven't done much testing
<Hammdist6> ah well at least now I have kernel headers in my image if I ever need them again, though it was not technically necessary to have them to get my wifi working
<DC-IRC> [Discord] <c0rnelius77> probs work better on the edge kernel. 6.6.y and rtw88 isn't all that great.
<DC-IRC> [Discord] <c0rnelius77> lots been fixed up since then.
<Hammdist6> only in linux there is a neat tradeoff between having working wifi and potentially messing up your filesystem
<DC-IRC> [Discord] <c0rnelius77> I don't have a BU for testing though. I tried ordering one, but mine turned out to be a 22CU
<DC-IRC> [Discord] <alimbada> How can I check if mesa-vpu extension is installed/active?
coldfeet has quit [Quit: Lost terminal]
wootehfoot has quit [Read error: Connection reset by peer]
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/a875d1a78d80047d78352688751dcb9bd1bbe6eb>): *build(deps): bump dtschema from 2024.11 to 2025.2*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/04873d47de7dadd956668f559f26e67e9aec4537>): *MBa8MPxL-RAS314: fix firmware file in root folder*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/ec2544e005b717b906a014d43f63c1f54b252ea3>): *Bugfix: Remove directories from sha files*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/build](<https://github.com/armbian/build>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/build/commit/d9b7000ea5f3bc41bd8e8bd0ef2a93298f3a46f0>): *armsom-sige5: add pd negotiation support to uboot*
zeemate_ has joined #armbian
zeemate has quit [Ping timeout: 272 seconds]
Hammdist6 has quit [Quit: Client closed]
arch3r has quit [Read error: Connection reset by peer]
arch3r has joined #armbian
arch3r has quit [Client Quit]
jelly has quit [Read error: Connection reset by peer]
jelly has joined #armbian
arch3r has joined #armbian
jelly has quit [Read error: Connection reset by peer]
jelly has joined #armbian
archetech has quit [Quit: Konversation terminated!]
Treibholz has quit [Ping timeout: 245 seconds]
Treibholz has joined #armbian
jantones has joined #armbian
jantones_ has quit [Ping timeout: 264 seconds]
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/0c307309a1d2870903e1c9e9d4113e8e2a475268>): *Add KERNEL_BTF*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/76ff6e1820c1e3802defe382d352e48dec0aa131>): *`Automatic` documentation update*
<DC-IRC> [Discord] <Github> ✅ **Merged** into [armbian/documentation](<https://github.com/armbian/documentation>) by [igorpecovnik](<https://github.com/igorpecovnik>) - [Link](<https://github.com/armbian/documentation/commit/a9dfe4ea40f63f54f7c47bcc91353434a3fbf488>): *feat: Use deb822 APT sources*