Skip to content
New issue

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

dkms install problem in Tumbleweed #700

Open
OldNick opened this issue Aug 4, 2024 · 0 comments
Open

dkms install problem in Tumbleweed #700

OldNick opened this issue Aug 4, 2024 · 0 comments

Comments

@OldNick
Copy link

OldNick commented Aug 4, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant