We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install Digimend 13 to replace Digimend 11 - mainly because I discovered that the first install had failed to install hid-polostar
I did as instructed "sudo make dkms_install" and was told I had to do "make dkms_uninstall" first, which I did.
However, I now seem to be stuck in a loop if I try to install I am told Digimend is still there and I should uninstall it first...
Here is the output in console from the last try (I don't have a clue what it means)
webby@Rincewind:\~/Desktop/digimend-kernel-drivers-13> sudo make dkms_install DKMS has DIGImend modules added already, aborting. Run "make dkms_uninstall" first make: *** [Makefile:99: dkms_modules_install] Error 1 webby@Rincewind:\~/Desktop/digimend-kernel-drivers-13> sudo make dkms_uninstall rm -vf /usr/sbin/digimend-debug rm -vf /usr/share/X11/xorg.conf.d/50-digimend.conf rm -vf /lib/udev/rules.d/90-digimend.rules /lib/udev/hid-rebind udevadm control --reload set -e -x; \ if test -e /usr/lib/dracut/dracut.conf.d/90-digimend.conf; then \ rm -v /usr/lib/dracut/dracut.conf.d/90-digimend.conf; \ dracut --force; \ fi \+ test -e /usr/lib/dracut/dracut.conf.d/90-digimend.conf rm -vf /etc/depmod.d/digimend.conf depmod -a set -e -x; \ dkms status digimend | \ while IFS=':' read -r modules status; do \ echo "$modules" | { \ IFS=',/ ' read -r modules_name modules_version \ kernel_version kernel_arch ignore; \ if [ -z "$kernel_version" ]; then \ dkms remove \ "$modules_name/$modules_version" \ --all; \ else \ dkms remove \ "$modules_name/$modules_version" \ -k "$kernel_version/$kernel_arch"; \ fi; \ } \ done \+ IFS=: \+ dkms status digimend \+ read -r modules status \+ echo digimend/11 \+ IFS=',/ ' \+ read -r modules_name modules_version kernel_version kernel_arch ignore \+ '[' -z '' ']' \+ dkms remove digimend/11 --all \+ IFS=: \+ read -r modules status
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to install Digimend 13 to replace Digimend 11 - mainly because I discovered that the first install had failed to install hid-polostar
I did as instructed "sudo make dkms_install" and was told I had to do "make dkms_uninstall" first, which I did.
However, I now seem to be stuck in a loop if I try to install I am told Digimend is still there and I should uninstall it first...
Here is the output in console from the last try (I don't have a clue what it means)
The text was updated successfully, but these errors were encountered: