ChanServ changed the topic of #msm8937-mainline to: Boot Linux on your MSM8917/37/40 and QM215 mobile! | GitHub: https://github.com/msm89x7-mainline | Logs: https://oftc.irclog.whitequark.org/msm8937-mainline | Bridged to #msm8937-mainline:kde.org on Matrix
<fish4terrisa[m]> s/```//, s/```//
<fish4terrisa[m]> maybe my device is a goodix one? How to enable that? by default it uses edt_5x06 but always fail
<fish4terrisa[m]> seems ugg's dts is hardcoded to use edt_ft5x06, but as far as I know some devices use goodix
<fish4terrisa[m]> does anyone have any workarounds?
<fish4terrisa[m]> ok confirmed from twrp with Android kernel, it is a goodix ts display
<fish4terrisa[m]> ok changing to use ugglite's touchscreen dts and it worked
<fish4terrisa[m]> maybe some ugg use ugglite screens
<barni2000[m]> previously we have find out ugg/ugglite touch are binded to the display so i can add them to lk2nd and dt
<barni2000[m]> i have edt variant from ugg and goodix from ugglit
<barni2000[m]> s/ugglit/ugglite/
<barni2000[m]> current dts representing my devices
<AakashSharma[m]> <AakashSharma[m]> "> <@aakash654:matrix.org..." <- Purchased display of xiaomi land , now lk2nd booted successfully 😅,
<AakashSharma[m]> .
<AakashSharma[m]> Postmarket os is also running fine but unable to load wifi drivers.
<barni2000[m]> What was the previous android on your land?
<barni2000[m]> It can be caused by latest msm-firmware-loader changes
<fish4terrisa[m]> <barni2000[m]> "i have edt variant from ugg..." <- my ugg shipped with goodix
<fish4terrisa[m]> also, the modem support is dead on ugg right?
<barni2000[m]> I have never tried
<barni2000[m]> it needs ipa2-lite from msm8953
<barni2000[m]> But modem not works correctly on 8937
<barni2000[m]> But i think 8940 should
<barni2000[m]> Why gpll3 is different on 4.19, it should be 900MHz but it is 750MHz
f_ has quit [Ping timeout: 480 seconds]
___ has joined #msm8937-mainline
___ has quit [Remote host closed the connection]
___ has joined #msm8937-mainline
___ has quit [Remote host closed the connection]
funderscore has joined #msm8937-mainline
funderscore is now known as f_
<AakashSharma[m]> <barni2000[m]> "What was the previous android on..." <- It was oreo 8.1
<barni2000[m]> check for nv bin error in dmesg
<AakashSharma[m]> Yep it was some .bin not found in some prima folder , I will try again after copying stock wifi blob into postmarket os
<barni2000[m]> you will need to just copy that to /lib/firmware/postmarketos/wlan/prima from persist partition
<barni2000[m]> hopefully msm-firmware-loader will be fixed in the near future
<fish4terrisa[m]> A strange thing happened when I'm using gnome on my xiaomi ugg:
<fish4terrisa[m]> The apps are not render correctly, some parts of them are missing, the border is missing. I'm using the GSK_RENDERER=gl environment but it didnt work
<fish4terrisa[m]> does anyone know how to solve it?
<barni2000[m]> gnome is not working fine under A6xx
<barni2000[m]> phosh or plamo on A5xx and phosh on A3xx
<barni2000[m]> gl is not working anymore
<barni2000[m]> ngl or cairo
<fish4terrisa[m]> oh I see
<fish4terrisa[m]> so I should use ngl or cairo now
<fish4terrisa[m]> Also it's A505
<fish4terrisa[m]> seems the WebKitWebDriver is dead, maybe gnome's strange behavior is caused by that?(The apps stopped to refresh and the animation keeped)
<fish4terrisa[m]> Also neither ngl or cairo is working...
<barni2000[m]> still on gnome?
<fish4terrisa[m]> Well I switched to phosh and it works pretty well for me
<fish4terrisa[m]> still the graphic isnt good, but depends on how old the device is, it's kinda expected(in stock Android it's like even worse)
<barni2000[m]> performance is not the best but 8940 is limited to 450 MHz atm, and maybe gpll3 is not fine in gcc
<barni2000[m]> also mesa has issues
<barni2000[m]> we would need someone who understand mesa and wants to work on it
<barni2000[m]> ig most of the issues can be fixed with couple of lines like last time
<barni2000[m]> 4 line change
<NekoCWD[m]> barni2000 Hello! I want to test smgr. Need i enable something for it? Or just pick my agassi changes on top of 6.14-smgr branch?
<barni2000[m]> smgr and sns-reg should be enabled
<barni2000[m]> i have already fine a device what is rebooting from it :(
<NekoCWD[m]> barni2000[m]: how can i enable that?
<NekoCWD[m]> just modprobe?
<barni2000[m]> it will load if you enable it in the config
<barni2000[m]> * it will be loaded if you enable it in the config
<NekoCWD[m]> i need to enable it as builtin module?
<barni2000[m]> module should be fine
<barni2000[m]> CONFIG_QCOM_SNS_REG=m
<barni2000[m]> CONFIG_IIO_QCOM_SMGR=m
<barni2000[m]> and also enable the sensor driver
<barni2000[m]> s/driver/drivers/
<barni2000[m]> do you have any sns message in dmesg
<NekoCWD[m]> Oh, error -2
<NekoCWD[m]> [ 13.810890] qcom_sns_reg.qcom-sns-reg qcom_common.sns-reg.2: Direct firmware load for qcom/sensors/sns.reg-huawei,agassi failed with error -2
<NekoCWD[m]> [ 13.813837] qcom_sns_reg.qcom-sns-reg qcom_common.sns-reg.2: firmware loaded, error above can be ignored.
<barni2000[m]> firmware loaded
<barni2000[m]> so its fine
<barni2000[m]> you should have unmapped messages
<NekoCWD[m]> barni2000[m]: Yea
<barni2000[m]> ig you will have same issue what i have on couple of devices unmapped groups cause not loading the smgr
<barni2000[m]> you should trace qmi messages on android
<NekoCWD[m]> Iirc my device have only accel
<barni2000[m]> i wanted to do that before but i still cannot compile the downstream kernel :(
<NekoCWD[m]> agassi downstream kernel doesn't work with custom bootloader (problem not with board id, something with TZ)
<barni2000[m]> my cannes was worked with similar BLs
<barni2000[m]> btw maybe trace from other devices will help
<NekoCWD[m]> does it work on agassi?
<NekoCWD[m]> **prada
<barni2000[m]> it was worked on my pradas
<barni2000[m]> but it depends from the sensors ig, ik it was worked/non worked on the same device model
<NekoCWD[m]> That's sad.
<NekoCWD[m]> Btw, I will bring agassi and prada to ALT Mobile (Russian linux distro) event 🐈‍⬛🤳