Danct12 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
Daanct12 has joined #msm8937-mainline
<dr_shui[m]> <barni2000[m]> "if still not works try 'qcom,wcn..." <- like this?
<dr_shui[m]> still can't open wlan, here's my dmesg log file
<dr_shui[m]> I can't find message of wlan booting on my dmesg, why? if I missed something on my linux .config file ?
<hacker420[m]> uh
<hacker420[m]> did you enable the devices?:
<dr_shui[m]> <hacker420[m]> "did you enable the devices?:" <- How to enable? On kernel compiling or on real phone?
<hacker420[m]> kernel config
<dr_shui[m]> I know little about configuration. I opened the option for wireless lan, but I am not very familiar with other configurations that need to be opened
<barni2000[m]> CONFIG_WCN36XX=m
<lanik123[m]> <barni2000[m]> "is santoni using wcn3620?" <- msm8940 have wcn3660b
<barni2000[m]> lanik123[m]: it can be different by device
<barni2000[m]> not related to the soc
<lanik123[m]> barni2000[m]: No. it's only different by soc. Manufacturers cannot change wcn inside the chip
<barni2000[m]> msm8953 devices has different wcn-s
<barni2000[m]> ysl has wcn3615 mido has wcn3660b tissot has wcn3680b
<lanik123[m]> lanik123[m]: Btw new SoCs can support this but not msm89x7
<lanik123[m]> U can open msm89x7 datasheet and check this one
<barni2000[m]> than msm8937 also comes with wcn3660b
<barni2000[m]> what about smd439?
<lanik123[m]> barni2000[m]: wcn3620
<lanik123[m]> Btw I almost finished writing pll/phy driver for 12nm
<lanik123[m]> I think I'll be able to get a working display soon
<dr_shui[m]> I thought I have opened this config
<dr_shui[m]> maybe i should open this too?
<barni2000[m]> yes thats need for the firmware to loade
<barni2000[m]> s/loade/load/
<barni2000[m]> s/need/needed/, s/loade/load/
<dr_shui[m]> Now there’s wcnss in dmesg
<barni2000[m]> with wcn3660b?
<barni2000[m]> what is you default firmware path?
<dr_shui[m]> and i also tried change it to :
<dr_shui[m]> then got this
<dr_shui[m]> <barni2000[m]> "what is you default firmware..." <- wait, i'm tring check it by `main/postmarketos-base/rootfs-usr-lib-firmwareload.sh`
<barni2000[m]> it wcn3660
<barni2000[m]> if you use firmware loader it should be run at the very beging or reload the modules after
<dr_shui[m]> barni2000[m]: 3660b ?
<barni2000[m]> yes
<dr_shui[m]> [ 14.203155] qcom-wcnss-pil a204000.remoteproc: supply vddpx not found, using dummy regulator... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/KwoxJHbyjDtTZBsVgNfKfhjR>)
<dr_shui[m]> seems firmware has been loaded, but still wlan not working
<dr_shui[m]> [ 19.678167] qcom-wcnss-pil a204000.remoteproc: start timed out
<dr_shui[m]> [ 19.716132] remoteproc remoteproc0: can't start rproc a204000.remoteproc: -110
Daanct12 has quit [Quit: WeeChat 4.1.2]
<barni2000[m]> [ 14.203155] qcom-wcnss-pil a204000.remoteproc: supply vddpx not found, using dummy regulator
<dr_shui[m]> <barni2000[m]> "[ 14.203155] qcom-wcnss-pil a2..." <- how to fix this?
<barni2000[m]> idk, i need to check the regulators at other soc
<barni2000[m]> maybe it is not a problem
<dr_shui[m]> <barni2000[m]> "maybe it is not a problem" <- 🥳🥹
<barni2000[m]> it missing from the wcnss node
<barni2000[m]> vddpx-supply = <&pm8953_l5>;
<barni2000[m]> i need to check downstream what is it on msm8940
<barni2000[m]> qcom,pronto-vddpx-supply = <&pm8937_l5>;
<barni2000[m]> btw these regulators can be set in msm8937.dtsi or msm8917.dtsi because as lanik said wifi bind to the soc
<dr_shui[m]> <barni2000[m]> "qcom,pronto-vddpx-supply = <&pm8..." <- add this on wcnss_iris node?
<barni2000[m]> no
<barni2000[m]> vddpx-supply = <&pm8937_l5>; this to the wcnss node
<barni2000[m]> dr_shui[m]: no you should add this vddpx-supply = \<&pm8937\_l5>; to the wcnss node