dantmnf

Results 115 comments of dantmnf

There are no multiple WSL VMs. They are just multiple Linux containers sharing the same network namespace. I would recommend using real Hyper-V VMs instead if you want such network...

无法复现此问题,但发现 @gsxgmpkt9020 和 @cibimo 上传的 crash dump 中都存在 sonic studio 相关 DLL: ![Image](https://github.com/user-attachments/assets/5f1a5687-745b-4dbe-ac44-45c993627b32) 建议完全卸载后再检查问题是否仍然存在

> `fontRevision`是版本号吧? > > ``` > > > > > > > ``` https://learn.microsoft.com/en-us/typography/opentype/spec/head 是一个定点数,而且整个文件有 checksum。 可能要写点 java 然后用 app_process 跑,顺便把现在那堆正则 xml 换掉(

> 我重新思考了一下,你只是希望在`/proc/self/maps`里让文件的路径指向`/data`? 对,主要是要在 /data 里找个应用能访问的地方 --- 不过我又想了一下,应用还是可以在 /system 下面随便找一堆文件 stat 拿设备号,感觉意义不是太大( 真要藏模块可能要上增量更新的同款 dm-snapshot 了

https://github.com/dantmnf/notocjk-xposed 试着直接去改了 system server 里的字体配置,发现直接读 fonts.xml 的不是一般的多。比如 Chromium/WebView 需要 min SDK 30 才会用系统字体 API[^1],而目前 Google 的二进制包是 min SDK 29。 [^1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/134.0.6998.99:third_party/skia/src/ports/SkFontMgr_android_ndk.cpp;l=51

> Can you list what controls you have with `amixer -c0 controls` . I wonder what processing components you have. In the latest version there's these: > > ``` >...

> @pcgrosen Can you upgrade [cs42l43.bin](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/cs42l43.bin) ? I thought it is a muted issue but it should not be. Because you could record a pop noise at the beginning. Now...

It do have 2-channel microphone and can be verified in Windows by moving a speaker around two microphones while recording: ![image](https://github.com/user-attachments/assets/b87d125e-0e7c-4ba2-b0dc-b5f87296bcce)

> @dantmnf can you try the top two patches from here: https://github.com/CirrusLogic/sof-linux/commits/topic/asus-UX5406SA/ @rfvirgil I think manually applying the quirk via module parameter is equivalent to the two patches? I tried...

@bardliao Just before your comment, I've made some success: Found another quirk that would "fix" `dmic_num`: https://github.com/gregkh/linux/blob/v6.12.8/sound/soc/intel/boards/sof_sdw.c#L1065-L1071 Built `sof-lnl-cs42l43-l0-cs35l56-l23-2ch` topology modeled after `sof-lnl-cs42l43-l0-cs35l56-l3` vs `sof-lnl-cs42l43-l0-cs35l56-l3-2ch` ```patch diff --git a/tools/topology/topology2/production/tplg-targets-ace2.cmake b/tools/topology/topology2/production/tplg-targets-ace2.cmake...