Thomas Weißschuh
Thomas Weißschuh
> Which Sofle version are you using? Sofle Choc (as mentioned) > I've seen some issues with LED's not working as expected on kb2040 conversions. That should be fixable, no?...
So a jumper doesn't really make sense. Instead of connecting both `D4` holes between the two mounting sides of the pro-micro should not be connected with each other instead one...
> uf2-split-left or uf2-split-right for each side This is what I would like to avoid personally. It was easier to solder a cable once than having to remember to flash...
Does 'sensors' show actual values? What is the output of `grep -r . /sys/class/dmi/id/`
Then this new hardware ID should be submitted to the upstream kernel so that everything works out of the box. Do you want to try yourself? Or should I do...
If you are a developer and interested in contributing to Linux this is a good first task. (I can give you pointers and help) Otherwise it is probably a lot...
Clone the repository at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Read the process at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst The end result should be a patch sent by mail that follows the structure of https://lore.kernel.org/lkml/[email protected]/ The important points are:...
FYI the patch from @drasteirosilva would handle only "B760M DS3H DDR4" while you have "B760 GAMING X AX". Another patch would be needed.
> when the chip ID is the same it can simply "just work". The way the driver is currently set up, there is a list of board_name DMI values that...
Maybe this helps: ```css /* ~/.config/waybar/style.css */ @import "/etc/xdg/waybar/style.css"; * { min-height: 0; } ```