Werner Sembach
Werner Sembach
> I'm a Debian/Ubuntu noob, so perhaps a silly question: Why don't we use `os-release` in the `dkms_common.postinst` script but instead we build on the legacy (I believe) `lsb_release` one?...
Ubuntu is using this python based implementation of the lsb_release command: https://salsa.debian.org/debian/lsb by using os-release directly do you mean manually parsing /usr/lib/os-release?
Ok reading the manual https://www.freedesktop.org/software/systemd/man/os-release.html standard is to only check /etc/os-release (which may or may not be a symlink to /usr/lib/os-release), and only if it doesn't exists checking /usr/lib/os-release. The...
Maybe a better proposal, unifing the loggic in dkms a little bit: https://github.com/dell/dkms/pull/270
> What I find interesting is that the IPTS driver probes on your device and creates its userspace interface. I rechecked and realized that the /dev/ipts/X devices are only there...
Thanks from my side for the quick response ^^ Now at least I know that I don't need to test further with this driver.
Creation process: - Unpacked, cleaned up with GIMP, and repacked DWIN_SET 9.ico using: https://github.com/b-pub/dwin-ico-tools - Converted for DACAI using this guide: https://github.com/alexankitty/CrealityEnderV2ScreenColors?tab=readme-ov-file#making-your-own (did not get the fonts warning though)
Should this be added to the readme too? Or even replace the link to the stock update there?
Also: Should I upload the DWIN_SET folder too? Can't test it as I don't have a DWIN screen.
For reference, here it is: [DWIN_SET.zip](https://github.com/mriscoc/Ender3V2S1/files/15324411/DWIN_SET.zip)