Monday, 2020-11-23

T42<ankaos> hı.00:14
T42<ankaos> how fix https://paste.ubuntu.com/p/tw5FbrzQs4/ this error?00:14
T42<elros34> From this output you can not figure out what is the issue. Full log of droid-hal build you can find in droid-hal-$DEVICE.log00:58
UmeaboyHi!02:18
UmeaboyWiFi stopped working in the Moto G when I upgraded from the installed version to the latest and I saw no errors about it during the upgrade.02:21
UmeaboyDon't know what part to report against.02:21
Umeaboyconnman?02:21
UmeaboyI have to manually restart the network from Settings -> Tools for WiFi to connect.02:22
UmeaboyMoto G 3rd Generation.02:23
UmeaboyOn 3.2.1.20 it worked right away.02:24
T42<birdzhang> is wlan module exist?02:28
T42<birdzhang> show lsmod02:28
UmeaboyI'm uploading the image to imgur.com soon.02:32
T42<birdzhang> why not paste the output to pastebin02:33
Umeaboypastebin.com/VPSJWedv02:42
UmeaboyWITH the WLAN restarted and connected I see the WLAN module with lsmod.02:43
UmeaboyThe paste was before I connected to the WiFi.02:43
UmeaboySo the module is working.02:43
T42<birdzhang> so you manually run insmod wlan ?02:46
UmeaboyNope. I use Settings -> Tools -> Network and clicking the Restart button to restart the network.02:48
UmeaboyThat works until next reboot.02:48
T42<birdzhang> where is you droid-config-$DEVICE github repo?02:50
T42<birdzhang> maybe you need add "ExecStartPre=/bin/sleep 10" to wlan-module-load.service02:50
UmeaboyI didn't install the latest Sailfish version using a prebuilt zip.02:52
UmeaboyI upgrade using the commandline.02:52
Umeaboyupgraded02:52
T42<birdzhang> It's okay02:53
UmeaboyHere's the droid-config for osprey: https://github.com/VerdandiTeam/droid-config-osprey02:54
T42<birdzhang> Add "ExecStartPre=/bin/sleep 10" to https://github.com/VerdandiTeam/droid-config-osprey/blob/master/sparse/lib/systemd/system/wlan-module-load.service#L1002:55
T42<birdzhang> You can manually add to /lib/systemd/system/wlan-module-load.service on you phone, quick test02:56
UmeaboyNo offence meant, but there's no systemd folder in /lib/02:58
UmeaboyHmmmmmmm.02:58
UmeaboyThere is, but pressing tab for completion doesn't work.02:59
UmeaboyOdd.02:59
UmeaboyThat did the trick.03:18
UmeaboySo I report this against systemd then?03:18
UmeaboyI can't seem to acces my old account on the mer Bugzilla for some reason.03:29
T42<birdzhang> You don't need report this03:31
T42<birdzhang> This is a know issue when upgrade from 3.2.1 to 3.3.003:32
T42<geekyneo> can anyone help me use extract-files.sh to extract vendor files from OnePlus3 ? The script is failing for me.03:33
Umeaboybirdzhang: This also exists in 3.4.0.24 as well.03:34
Umeaboygeekyneo: Well, does adb see your device?03:35
Umeaboyadb devices03:36
UmeaboyIf it says Not authorized you need to Allow when prompted on the screen when you ask adb to communicate with it.03:37
UmeaboyI have to go to sleep now.03:39
UmeaboyTake care.03:39
T42<birdzhang> Umeaboy: Not all devices have this issue.03:40
T42<birdzhang> Good night03:40
T42<geekyneo> @Umeaboy [geekyneo: Well, does adb see your device?], Yes.04:23
T42<geekyneo> Extraction does happen, but with errors.04:23
T42<Andy %lastname%> @geekyneo [can anyone help me use extract-files.sh to ext …], what is it you need for the OP3 I may be able to help. I have the 3T mind you07:54
T42<geekyneo> @Andy %lastname% [what is it you need for the OP3 I may be able …], I was building customized /e/ OS, but the official /e/ and LineageOS seem to have issue with WiFi.08:06
T42<geekyneo> The WiFi disconnects and reconnects with Custom OS while Official Oxygen OS is having stable WiFi connection.08:06
T42<Andy %lastname%> There used to be a link for the firmware in the XDA sailfish op3 thread08:07
T42<Andy %lastname%> OnePlus3_OpenBeta24-FIRMWARE+MODEM-flashable.zip - Google Drive08:10
T42<Andy %lastname%> https://drive.google.com/file/d/1HNydYeTayGD-aqn6BcMcrBI1BfgRyWhA/view08:10
T42<Andy %lastname%> Here for the 308:10
T42<Andy %lastname%> Is that what you need @geekyneo08:10
T42<geekyneo> @Andy %lastname% [Is that what you need @geekyneo], nops. I want to extract vendor from the running device.08:13
T42<Andy %lastname%> Ah08:14
T42<Andy %lastname%> Mine is running Ubuntu at the mo08:14
T42<Andy %lastname%> Sorry08:14
T42<Andy %lastname%> Anyone here got a working OP3/3T working on SFOS?12:04
T42<ankaos> elros: https://paste.ubuntu.com/p/VddvxqYVBm/ this droid-hal-oxygen.log12:11
T42<neochapay> @ankaos [elros: https://paste.ubuntu.com/p/VddvxqYVBm/ …], kernel config12:12
T42<ankaos> ?12:13
T42<neochapay> You not fix kernel config12:14
T42<ankaos> @neochapay [You not fix kernel config], https://paste.ubuntu.com/p/kwVbSmQHyn/12:17
T42<neochapay> @ankaos [https://paste.ubuntu.com/p/kwVbSmQHyn/], do you fix kernel config in android .mk files ?12:17
T42<ankaos> where is this files? and how fix this files?12:18
T42<ankaos> kernel or device?12:19
T42<neochapay> I think in device12:26
T42<elros34> Check HADK again. You are using mer-kernel-check incorrectly. Defconfig in your kernel is parsed during kernel build and your kernel current config is generated in out12:36
T42<ankaos> how fix this files?12:36
T42<elros34> in line 23 of droid-hal-$DEVICE.log you have correct way how to always use it12:38
T42<elros34> so either manually fix all errors like: CONFIG_NETFILTER_XT_MATCH_QTAGUID and ALL dependencies or use menuconfig/xconfig so it will handle dependencies for you automatically: https://pastebin.com/8Bi25aLF12:55
T42<elros34> use that script in HABUILD12:56
malr0kk3rz: just noticed this old project https://build.sailfishos.org/project/show/home:r0kk3rz:clang is that needed, just so that it won't take build resources, not sure if any of those actually will build, i486 is still blocked13:08
malsaw couple of old llvm versions building on OBS13:09
rinigusmal: I guess the same goes for opt-gcc7 by custodian13:43
malrinigus: yes, anyone know how to contact him?13:53
rinigusmal: don't we give an email as a part of registration for OBS?13:59
rinigus... or maybe I am mixing up with some other accounts14:00
malyeah, I don't have access to that information directly14:00
rinigusdon't have his email either. maybe someone around has a contact14:05
piggzfinally my t5 and yggdrasil builds are done!14:06
T42H %lastname% was added by: H %lastname%14:55
T42<Andy %lastname%> @piggz [finally my t5 and yggdrasil builds are done!], coolio15:21
piggzmal: dhd now has a script for meta packaging right? however, build_packages.sh --gg uses pattern files only to determin what to build .... small annoyance16:18
malpiggz: what is the problem? it uses both old and new way to see what to build16:21
malpiggz: are you doing meta-packaging some strange way?16:22
malnot the official way16:22
malpiggz: https://github.com/mlehtima/droid-config-fp2-sibon/commit/2caaed824f26bed104fc673ed1816045addb2621 and https://github.com/mlehtima/droid-config-fp2-sibon/commit/0d5c73f555464fc94320041180ba87ed86bc510f16:23
piggzmal: in that case yes, im doing it an old way i was shown once16:26
piggzhmm, i have time to change that before making a release16:26
piggzmal: dont do this, as toggling the button in settings results in broken device ... use kickstart https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/patterns/patterns-sailfish-device-configuration-fp2-sibon.inc#L916:57
malpiggz: hmm17:00
malpiggz: I think if I change that to Recommends it should be fine17:01
piggzyes, maybe17:01
piggzmal: the net meta-packages still requires one pattern? "@Jolla Configuration X" just for the kickstart ?17:30
piggzs/new17:30
malpiggz: the remaining pattern is there for transition, it will be gone once kickstart side is in a release17:40
malpiggz: in your automated build in ci you don't want to use that anyway17:41
piggzmal: yeah, i changed it to the package name17:41
T42<elros34> don't forget to install that meta package if you OTA17:42
malit should come with patterns, if done correctly17:43
maland if pattern generator would work17:44
T42<elros34> ah I disabled patters so that is probably the reason I had to install meta package17:46
T42<Andy %lastname%> Quick18:35
T42<Andy %lastname%> Quicl question. How useful would be to have a small task group per port....ie for each device?  more noise or more focus?18:36
T42<Andy %lastname%> IE a group for SFOS device x or Y?18:37
T42<Andy %lastname%> Less noise for people without device X but risk of skills slipping through the net?18:38
wdehooghi. I am trying to build 3.4.0.22 for bacon (oneplus one). cannot getting build to work. for example when building libhybris locally there are conflicts with mesa-llvm-libEGL-devel20:50
malhave you updated submodules?20:51
malalso the official release is 3.4.0.2420:51
wdehooghi mal. I need 0.0.5.2420:51
malwdehoog: what?20:51
T42<Andy %lastname%> @wdehoog [hi. I am trying to build 3.4.0.22 for bacon (o …], This is such welcome news20:51
wdehoogI mean libhybris 0.0.5.2420:51
malwdehoog: I wasn't talking about libhybris, I was talking about dhd and config submodules20:52
malwdehoog: I assume you mean local build20:52
T42<elros34> wdehoog: you will need this because of gles3 headers: https://github.com/elros34/libhybris20:53
wdehoogsorry. yes I updated dud and config, I used ssu re 3.4.0.22and yes local build20:53
malwdehoog: just curious, what issue do you have with new libhybris? is that one of those odd devices which don't work with it20:53
malwhich was never debugged properly20:54
T42<Andy %lastname%> @wdehoog [hi. I am trying to build 3.4.0.22 for bacon (o …], Your last build  was brilliant @wdehoog20:54
wdehooghi elros34. thanks I'll ceck20:54
wdehoog@T42 sorry but the brilliance was thanks to elros34 and jolla.20:55
malwould be nice if you tested latest libhybris, it has seen some changes, hopefully some would help20:55
malif it still fails then debugging the issue would be nice20:55
wdehoogok I'll give it a try but the last versions only worked using 0.0.5.2420:56
malwdehoog: when did you test newer version the last time?20:56
malnewer version of libhybris20:56
T42<Andy %lastname%> @wdehoog [@T42 sorry but the brilliance was thanks to el …], Well kept me stuck on one build for the longest time20:57
wdehoog@mal sorry I cannot remember. I have a feeling I tried all later versions but always had to revert to 0.0.5.2421:00
malwdehoog: ok, when did you do the tests?21:02
wdehoogsorry no idea. too much other stuff in my head and I did not wrote it down21:04
malwdehoog: no need to know exact date, just roughly, like within a month or more21:04
wdehoogI guess the last time was in May while building 3.321:07
malok, there have been couple of libhybris versions after that21:08
malwith all sorts of changes21:09

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