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
<dr_shui[m]> I tried msm-firmware-loader on xiaomi-santoni, I can just found WCNSS_qcom_wlan_nv.bin but not wcnss.mbn should i rename it and move to /lib/firmware/qcom/msm8940/xiaomi/santoni/wcnss.mbn or just /lib/firmware/wlan/prima/ like it in https://github.com/Danct12/vendor_xiaomi_santoni
<M0xCAFEBABE[m]> dr_shui[m]: no they're different things
<dr_shui[m]> As i got these by msm-firmware-loader
<M0xCAFEBABE[m]> dr_shui[m]: wcnss.mdt is inside modem partition...
<dr_shui[m]> is wcnss.mdt and wcnss.mbn the same?
<barni2000[m]> no
<barni2000[m]> wcnss.mdt is part of the mbn
<barni2000[m]> wcnss.mdt+plus the chunck except b01 and b02 will be the mbn
<barni2000[m]> s/b01/b00/, s/b02/b01/
<barni2000[m]> s/chunck/chuncks/, s/b01/b00/, s/b02/b01/
<barni2000[m]> b00+b01 is the mdt
<M0xCAFEBABE[m]> s/.mdt/.*/
<barni2000[m]> for mdt you will need all the cunks
<barni2000[m]> s/cunks/chunks exceot b00 b01/
<barni2000[m]> s/cunks/chunks except b00 b01/
<dr_shui[m]> cat wcnss.mdt wcnss.b02~wcnss.b12 > wcnss.mbn ?
<barni2000[m]> dr_shui[m]: yes, afaik
<barni2000[m]> it should be the same but why you need mbn?
<barni2000[m]> * the same, but, * need mbn? linux can use mdt and the chunks
<dr_shui[m]> barni2000[m]: means just put wcnss.b* and wcnss.mnt at /lib/firmware is fine?
<barni2000[m]> yes
<barni2000[m]> thats what msm-firmware-loader do
<dr_shui[m]> then should i del this line in dts?
<barni2000[m]> dr_shui[m]: yes i think it is useless, i have only see these kind of approach at msm8996-mainline
<barni2000[m]> printf "%s" "$BASEDIR/target" > /sys/module/firmware_class/parameters/path
<barni2000[m]> * ```printf "%s", * > /sys/module/firmware_class/parameters/path```
<barni2000[m]> msm-firmware-loader set the firmware patch
<barni2000[m]> s/patch/path/
<barni2000[m]> BASEDIR="/lib/firmware/msm-firmware-loader"
<barni2000[m]> * BASEDIR="/lib/firmware/msm-firmware-loader"
<barni2000[m]> you can check what is the default value if you don't want to use msm-firmware-loader on pmos /`lib/firmware/postmarketos
<barni2000[m]> * you can check what is the default value if you don't want to use msm-firmware-loader on pmos ``/lib/firmware/postmarketos```
<barni2000[m]> * you can check what is the default value if you don't want to use msm-firmware-loader on pmos /lib/firmware/postmarketos
<barni2000[m]> for the wifi i think you will need the regulators also https://github.com/Hacker1245/linux/commit/6985875fdb03f77f53d62502caf71a097290fb78
<barni2000[m]> is santoni using wcn3620?
<dr_shui[m]> thanks ! I'm compiling !
<dr_shui[m]> I can't open wlan on santoni and tried much, I even considering if there's something wrong with my .config file
<barni2000[m]> regulators were missing
<barni2000[m]> <barni2000[m]> "for the wifi i think you will..." <- check this
<barni2000[m]> if still not works try 'qcom,wcn3660b'
<barni2000[m]> s/'/```/, s/'/```/
<barni2000[m]> * if it still not works try qcom,wcn3660b
<jimkoutso2008[m]> how do i try the msm89x7-mainline kernel on my J6+?
<jimkoutso2008[m]> (stupid question incoming) do i have to compile it?
<jimkoutso2008[m]> i had tried installing pmOS with the normal guide but it would freeze in the bootscreen
<barni2000[m]> you need a mainline devicetree first
<barni2000[m]> but a lot of good stuff is in the lanik123 's repository atm