Monday, 2026-09-07

*** n2klb_ is now known as n2klb01:30
T42<Mister_Magister> @abranson Hiiii my favouritepersoncurrentlybesidemalwhosmergingthecommitsbutyou'rereviewingthem. Did you have chance to look at the PRs? 🥰07:29
T42<the_hiktor> what's this error about08:09
T42<the_hiktor> https://paste.opensuse.org/pastes/741bb7b8c5a808:09
T42<the_hiktor> i was building dhd after adding wlan stuff08:09
Mister_Magister@the_hiktor kernel is not built? I'm just guessing08:21
T42<the_hiktor> already tried08:27
T42<the_hiktor> not helping08:27
Mister_Magistermmmmmmmmagic, did you try the "Check /home/muhammad/hadk/droid-hal-surya.log for full log."08:27
T42<the_hiktor> yeah i dont think i caught something in there  but you can look08:30
T42<the_hiktor> https://paste.opensuse.org/pastes/e16f973e849b08:30
T42<the_hiktor> i thought cleaning /out would help08:30
T42<the_hiktor> but it didn't08:30
Mister_Magistermaybe try to find 4.14.246-lineageos-g4ef6232720a7-dirty and remove it08:33
T42<the_hiktor> nope doesn't , the error still there08:37
T42<the_hiktor> build kernel output shows something08:40
T42<the_hiktor> https://paste.opensuse.org/pastes/fd2b0043ec6908:40
*** xmn_ is now known as xmn09:08
Mister_Magisterand how did you search for it?09:28
T42<the_hiktor> used find command09:29
Mister_Magisterin android root or out?09:33
T42<the_hiktor> in android root09:36
T42<the_hiktor> it was in /out09:36
T42<the_hiktor> building kernel recreates it09:37
Mister_Magisterand is it directory?09:39
Mister_Magistertbh holdup this cp has 3 arguments cp out/target/product/surya/kernel /home/muhammad/hadk/installroot/boot/kernel-4.14.246-lineageos-g4ef6232720a7 4.14.246-lineageos-g4ef6232720a7-dirty09:40
Mister_Magisteroh grok (shatgipiti) says its okay09:41
Mister_Magisterso ye last arg has to be directory, is it?09:42
T42<the_hiktor> yeh09:45
Mister_Magistert09:45
Mister_Magisterthen why does log say that its not, can you post ls -la of it?09:45
Mister_Magister"cp: target '4.14.246-lineageos-g4ef6232720a7-dirty' is not a directory"09:45
T42<the_hiktor> on it09:45
Mister_Magisternot sure what working directory of it is :P09:45
T42<the_hiktor> here09:46
T42<the_hiktor> https://paste.opensuse.org/pastes/5206f934785b09:46
Mister_Magisterhm that could be not it hmst09:46
Mister_Magisterwhich dhd commit are you using?09:47
T42<abranson> @Mister_Magister I've looked through it a couple of times, but it's not easy to review. It still really feels like its working round a problem elsewhere.09:49
Mister_Magisterwell to the best of my knowledge it was never fixed upstream09:49
Mister_Magisterso there's no ready made fix someone else made09:49
Mister_Magisterand qt moved onto qt6 and it works differently in there and is perhaps fixed09:50
Mister_Magisterand we're mixing newish gst/wayland with old qt09:50
T42<abranson> I would have thought it would have at least been reported upstream if this was really the issue09:50
Mister_Magisteri think its entirely unique to sailfishos setup09:50
T42<abranson> yeah the old qt is a possibility. but that suggests we should fix qt not gst09:50
Mister_Magisterliek on desktop you wouldn't destroy context for no reason09:50
Mister_Magisterqt works fine its just not propagated, which my fix fixes09:51
T42<the_hiktor> @Mister_Magister be67bbcdcfb9f1e392dbac699928fa29c5c103cd09:51
Mister_Magister@the_hiktor yeah i think it shouldn't have third argument09:54
Mister_Magisterhttps://github.com/mer-hybris/droid-hal-device/blob/be67bbcdcfb9f1e392dbac699928fa29c5c103cd/droid-hal-device.inc#L101809:54
Mister_Magistermaybe check what "sort -u out/target/product/%{device}/*/*/include/config/kernel.release" returns (replace %{device} ofc)09:55
T42<the_hiktor> https://paste.opensuse.org/pastes/fa6978d0cf4210:04
Mister_Magisterwhat if you remove one of them, does rebuilding kernel regenerate both?10:04
Mister_Magisteror liek remove both and then rebuild kernel10:04
Mister_Magisterif not replace that line with kernel_release=$(sort -u out/target/product/%{device}/*/*/include/config/kernel.release | head -n 1)10:05
T42<the_hiktor> i already tried removing /out10:06
Mister_Magisterthen do the latter10:07
Mister_Magistermaybe mal can look into it later10:07
T42<the_hiktor> ok10:07
Mister_Magisterseems like an issue to me but no clue why it happened10:08
T42<the_hiktor> yeah nice works well  thx10:18
Mister_Magisterwell not sure if it shuold pick -dirty or not -dirty so it might not work well10:26
Mister_Magisterif you have uncommited changes then it should've picked -dirty10:26
Mister_Magisterat worst just change head to tail10:26
Mister_Magisteruncommited changes in kernel if that wasn't clear, those cause -dirty10:31
T42<the_hiktor> looks like ill change it to tail10:43
T42<the_hiktor> ok i got wlan working i can see wlan0 in ifconfig11:51
T42<the_hiktor> but it fails at connecting to networks11:52
Mister_Magister@the_hiktor protip use "ip" command like "ip a" its the modern one, ifconfig is legacy11:52
T42<the_hiktor> ya ik :)11:54
T42<the_hiktor> just thought you people here like ifconfig11:54
Mister_Magisternah :P11:54
T42<the_hiktor> wait nvm11:59
T42<the_hiktor> it looks like i cant connect to  wpa312:00
T42<Mister_Magister> yeah12:01
Mister_Magisteryou have to enable wpa312:01
Mister_Magisterjust search the channel for mal telling you how to do it12:01
Mister_Magisteri believe in you, you can find it12:01
T42<the_hiktor> ok 😂12:02
T42<the_hiktor> its in the connman config right ?12:03
Mister_Magisterno clue12:03
T42<elros34> Assuming your kernel support it13:22
malhttps://github.com/mlehtima/droid-config-fp5/blob/master/sparse/etc/connman/main.conf.d/10-fp5.conf#L513:25
malallowed options: none, mixed, full13:25
Mister_Magistermal: since you're here maybe take a look at earlier error?13:27
T42<the_hiktor> wpa3 connection keeps failing tried full and mixed options15:03
T42<the_hiktor> https://paste.opensuse.org/pastes/d6ca082b0f2815:03
malold devices are unlikely to support wpa315:19
T42<the_hiktor> I remember it working on lineage 🫤15:43
*** xmn_ is now known as xmn16:27
malhmm, ok17:11
*** n2klb_ is now known as n2klb18:13

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!