Greetings and Salutations. Thank you for the reply. I installed my OS from Ubuntu's repositories.
I don't know what "digimend" is or how it works so I copy/pasted your query into Grok. Would you recommend that I do as Grok suggests? The following is Grok's response. "The update failed because of a broken leftover from your earlier manual DIGImend driver installation (the git clone + DKMS attempt for your Huion tablet back in early December).When Ubuntu tried to install the new kernel headers (linux-headers-6.8.0-90-generic), DKMS automatically runs to rebuild any extra kernel modules. It found a half-installed "digimend/13" entry but couldn't find the required dkms.conf file (which never got created because the install failed midway). This caused the post-install script to error out with exit status 4.Good news: This is harmless to your running system (you're still on an older kernel), and your Huion H1060P works fine without DIGImend on Ubuntu 24.04 (stock kernel has full support). We just need to clean up the broken DKMS entry.Safe Cleanup Commands (Run These in Terminal)Copy-paste one by one:bash # Remove any registered (broken) digimend modules from DKMS sudo dkms remove digimend/13 --all 2>/dev/null || true sudo dkms remove digimend/12 --all 2>/dev/null || true # Delete the leftover source directories sudo rm -rf /var/lib/dkms/digimend/* sudo rm -rf /usr/src/digimend-* # Clean up any old cloned repo if still there rm -rf ~/digimend-kernel-drivers That's it — no reboot needed yet.Now Finish the Updatebash sudo apt update sudo apt upgrade # Or for a full dist-upgrade if it offers more: sudo apt full-upgrade It should now install the new kernel headers without the DIGImend error. Reboot when it finishes (to load the new kernel if installed).Your tablet will continue working exactly as before (stock drivers are perfect for the H1060P). No need to reinstall DIGImend — it's obsolete on modern Ubuntu kernels.If the update still complains, reply with the exact error output and we'll force-purge any stubborn bits. You're almost done! " Thank you for your time. Sincerely, Indiana Gividen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2136029 Title: package linux-headers-6.8.0-90-generic 6.8.0-90.91 failed to install/upgrade: installed linux-headers-6.8.0-90-generic package post-installation script subprocess returned error exit status 4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2136029/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
