02:09
Daanct12 has joined #msm8937-mainline
04:07
<
dr_shui[m] >
<barni2000[m]> "if still not works try 'qcom,wcn..." <- like this?
04:21
<
dr_shui[m] >
still can't open wlan, here's my dmesg log file
08:14
<
dr_shui[m] >
I can't find message of wlan booting on my dmesg, why? if I missed something on my linux .config file ?
09:13
<
hacker420[m] >
did you enable the devices?:
10:58
<
dr_shui[m] >
<hacker420[m]> "did you enable the devices?:" <- How to enable? On kernel compiling or on real phone?
10:59
<
hacker420[m] >
kernel config
11:06
<
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
11:10
<
barni2000[m] >
CONFIG_WCN36XX=m
11:21
<
lanik123[m] >
<barni2000[m]> "is santoni using wcn3620?" <- msm8940 have wcn3660b
11:22
<
barni2000[m] >
lanik123[m]: it can be different by device
11:22
<
barni2000[m] >
not related to the soc
11:23
<
lanik123[m] >
barni2000[m]: No. it's only different by soc. Manufacturers cannot change wcn inside the chip
11:24
<
barni2000[m] >
msm8953 devices has different wcn-s
11:24
<
barni2000[m] >
ysl has wcn3615 mido has wcn3660b tissot has wcn3680b
11:24
<
lanik123[m] >
lanik123[m]: Btw new SoCs can support this but not msm89x7
11:24
<
lanik123[m] >
U can open msm89x7 datasheet and check this one
11:25
<
barni2000[m] >
than msm8937 also comes with wcn3660b
11:25
<
barni2000[m] >
what about smd439?
11:25
<
lanik123[m] >
barni2000[m]: wcn3620
11:26
<
lanik123[m] >
Btw I almost finished writing pll/phy driver for 12nm
11:27
<
lanik123[m] >
I think I'll be able to get a working display soon
12:05
<
dr_shui[m] >
I thought I have opened this config
12:07
<
dr_shui[m] >
maybe i should open this too?
12:07
<
barni2000[m] >
yes thats need for the firmware to loade
12:07
<
barni2000[m] >
s/loade/load/
12:07
<
barni2000[m] >
s/need/needed/, s/loade/load/
12:31
<
dr_shui[m] >
Now there’s wcnss in dmesg
12:31
<
barni2000[m] >
with wcn3660b?
12:42
<
barni2000[m] >
what is you default firmware path?
12:45
<
dr_shui[m] >
and i also tried change it to :
12:46
<
dr_shui[m] >
then got this
12:50
<
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`
12:50
<
barni2000[m] >
it wcn3660
12:51
<
barni2000[m] >
if you use firmware loader it should be run at the very beging or reload the modules after
12:52
<
dr_shui[m] >
barni2000[m]: 3660b ?
13:14
<
dr_shui[m] >
seems firmware has been loaded, but still wlan not working
13:14
<
dr_shui[m] >
[ 19.678167] qcom-wcnss-pil a204000.remoteproc: start timed out
13:14
<
dr_shui[m] >
[ 19.716132] remoteproc remoteproc0: can't start rproc a204000.remoteproc: -110
13:24
Daanct12 has quit [Quit: WeeChat 4.1.2]
13:25
<
barni2000[m] >
[ 14.203155] qcom-wcnss-pil a204000.remoteproc: supply vddpx not found, using dummy regulator
13:33
<
dr_shui[m] >
<barni2000[m]> "[ 14.203155] qcom-wcnss-pil a2..." <- how to fix this?
13:36
<
barni2000[m] >
idk, i need to check the regulators at other soc
13:36
<
barni2000[m] >
maybe it is not a problem
13:46
<
dr_shui[m] >
<barni2000[m]> "maybe it is not a problem" <- 🥳🥹
13:49
<
barni2000[m] >
it missing from the wcnss node
13:49
<
barni2000[m] >
vddpx-supply = <&pm8953_l5>;
13:50
<
barni2000[m] >
i need to check downstream what is it on msm8940
13:52
<
barni2000[m] >
qcom,pronto-vddpx-supply = <&pm8937_l5>;
14:02
<
barni2000[m] >
btw these regulators can be set in msm8937.dtsi or msm8917.dtsi because as lanik said wifi bind to the soc
15:04
<
dr_shui[m] >
<barni2000[m]> "qcom,pronto-vddpx-supply = <&pm8..." <- add this on wcnss_iris node?
15:05
<
barni2000[m] >
vddpx-supply = <&pm8937_l5>; this to the wcnss node
15:08
<
barni2000[m] >
dr_shui[m]: no you should add this vddpx-supply = \<&pm8937\_l5>; to the wcnss node