13:32
<
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
13:33
<
M0xCAFEBABE[m] >
dr_shui[m]: no they're different things
13:38
<
dr_shui[m] >
As i got these by msm-firmware-loader
13:38
<
M0xCAFEBABE[m] >
dr_shui[m]: wcnss.mdt is inside modem partition...
13:39
<
dr_shui[m] >
is wcnss.mdt and wcnss.mbn the same?
13:41
<
barni2000[m] >
wcnss.mdt is part of the mbn
13:41
<
barni2000[m] >
wcnss.mdt+plus the chunck except b01 and b02 will be the mbn
13:41
<
barni2000[m] >
s/b01/b00/, s/b02/b01/
13:42
<
barni2000[m] >
s/chunck/chuncks/, s/b01/b00/, s/b02/b01/
13:42
<
barni2000[m] >
b00+b01 is the mdt
13:42
<
M0xCAFEBABE[m] >
s/.mdt/.*/
13:42
<
barni2000[m] >
for mdt you will need all the cunks
13:43
<
barni2000[m] >
s/cunks/chunks exceot b00 b01/
13:43
<
barni2000[m] >
s/cunks/chunks except b00 b01/
13:44
<
dr_shui[m] >
cat wcnss.mdt wcnss.b02~wcnss.b12 > wcnss.mbn ?
13:44
<
barni2000[m] >
dr_shui[m]: yes, afaik
13:44
<
barni2000[m] >
it should be the same but why you need mbn?
13:45
<
barni2000[m] >
* the same, but, * need mbn? linux can use mdt and the chunks
13:47
<
dr_shui[m] >
barni2000[m]: means just put wcnss.b* and wcnss.mnt at /lib/firmware is fine?
13:48
<
barni2000[m] >
thats what msm-firmware-loader do
13:48
<
dr_shui[m] >
then should i del this line in dts?
13:49
<
barni2000[m] >
dr_shui[m]: yes i think it is useless, i have only see these kind of approach at msm8996-mainline
13:50
<
barni2000[m] >
printf "%s" "$BASEDIR/target" > /sys/module/firmware_class/parameters/path
13:50
<
barni2000[m] >
* ```printf "%s", * > /sys/module/firmware_class/parameters/path```
13:50
<
barni2000[m] >
msm-firmware-loader set the firmware patch
13:50
<
barni2000[m] >
s/patch/path/
13:51
<
barni2000[m] >
BASEDIR="/lib/firmware/msm-firmware-loader"
13:51
<
barni2000[m] >
* BASEDIR="/lib/firmware/msm-firmware-loader"
13:53
<
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
13:53
<
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```
13:54
<
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
14:01
<
barni2000[m] >
is santoni using wcn3620?
14:02
<
dr_shui[m] >
thanks ! I'm compiling !
14:03
<
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
14:03
<
barni2000[m] >
regulators were missing
14:06
<
barni2000[m] >
<barni2000[m]> "for the wifi i think you will..." <- check this
14:08
<
barni2000[m] >
if still not works try 'qcom,wcn3660b'
14:08
<
barni2000[m] >
s/'/```/, s/'/```/
14:09
<
barni2000[m] >
* if it still not works try qcom,wcn3660b
14:46
<
jimkoutso2008[m] >
how do i try the msm89x7-mainline kernel on my J6+?
14:46
<
jimkoutso2008[m] >
(stupid question incoming) do i have to compile it?
14:47
<
jimkoutso2008[m] >
i had tried installing pmOS with the normal guide but it would freeze in the bootscreen
16:03
<
barni2000[m] >
you need a mainline devicetree first
16:04
<
barni2000[m] >
but a lot of good stuff is in the lanik123 's repository atm