Soucis installation dépendances (problème DKMS)

Bonjour,

J’ai également un souci avec les dépendances. Aux vues des autres sujets j’ai tenté l’installation du plugin beta, mais toujours le même souci.

Voici les infos que j’ai:
Page santé:

Logs:

======================================================================
== 20/02/2024 15:40:04 == Dependencies installation for kroomba
======================================================================
[  5% ] : Clean apt...
[  9% ] : Clean apt : [  OK  ]
[ 10% ] : Update apt...
[ 19% ] : Update apt : [  OK  ]
[ 20% ] : Install apt packages...
[ 99% ] : Install apt packages : ERROR
[100% ] : Finished !
======================================================================
== KO == Installation Error
======================================================================
== ANALYSING ERRORS...
== NO KNOWN ERROR DETECTED
== Error in step : Install apt packages
== Line 158
== Command `apt-get install -y python3 python3-pip python3-requests python3-dev python3-venv' have an issue
== Return code is 100
== Error message :
Reading package lists...
Building dependency tree...
Reading state information...
python3-pip is already the newest version (18.1-5).
python3 is already the newest version (3.7.3-1).
python3-dev is already the newest version (3.7.3-1).
python3-venv is already the newest version (3.7.3-1).
python3-requests is already the newest version (2.21.0-1+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up rtl8821cu-dkms (5.12.0.4) ...
Removing old rtl8821cu-5.12.0.4 DKMS files...
------------------------------
Deleting module version: 5.12.0.4
completely from the DKMS tree.
------------------------------
Done.
Loading new rtl8821cu-5.12.0.4 DKMS files...
It is likely that 3.16.85+ belongs to a chroot's host
Building for 3.14.79+, 3.14.79-94 and 3.16.85+
Building for architecture aarch64
Building initial module for 3.14.79+
Error! Bad return status for module build on kernel: 3.14.79+ (aarch64)
Consult /var/lib/dkms/rtl8821cu/5.12.0.4/build/make.log for more information.
dpkg: error processing package rtl8821cu-dkms (--configure):
installed rtl8821cu-dkms package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
rtl8821cu-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
======================================================================

Merci pour votre retour

J’ai finalement réussi à reprendre la main. J’avais exactement la même erreur lorsque je tentais simplement une mise à jour des paquets directement sous Debian (10 chez moi) et j’ai trouvé plusieurs utilisateurs dans mon cas.
J’ai finalement trouvé un contournement, à savoir utiliser un repo git reconnu pour installer proprement les pilotes :

git clone https://github.com/morrownr/8821cu-20210916

puis une fois dans le dépôt:

./install-driver.sh

Je sais que ne pas s’appuyer sur le palier technique pour une box made in jeedom, mais dans mon cas ça c’est bien passé.

J’ai ensuite relancé l’installation des dépendances, c’est passé sans souci:


Log brut


======================================================================
== 20/02/2024 19:55:29 == Dependencies installation for kroomba
======================================================================
[  5% ] : Clean apt...
[  9% ] : Clean apt : [  OK  ]
[ 10% ] : Update apt...
[ 19% ] : Update apt : [  OK  ]
[ 20% ] : Install apt packages...
[ 39% ] : Install apt packages : [  OK  ]
[ 40% ] : Creating python 3 virtual environment...
[ 49% ] : Creating python 3 virtual environment : [  OK  ]
[ 50% ] : Setting up virtual environment...
[ 69% ] : Setting up virtual environment : [  OK  ]
[ 70% ] : Install the required python packages...
[ 89% ] : Install the required python packages : [  OK  ]
[ 90% ] : Summary of installed packages...
aiohttp==3.8.6
aiosignal==1.3.1
async-timeout==4.0.3
asynctest==0.13.0
attrs==23.2.0
certifi==2024.2.2
charset-normalizer==3.3.2
frozenlist==1.3.3
idna==3.6
importlib-metadata==6.7.0
multidict==6.0.5
paho-mqtt==2.0.0
pkg_resources==0.0.0
requests==2.31.0
typing_extensions==4.7.1
urllib3==2.0.7
yarl==1.9.4
zipp==3.15.0
[ 99% ] : Summary of installed packages : [  OK  ]
[100% ] : Finished !
======================================================================
== OK == Installation Successful
======================================================================


J’allais dire que ca ressemblait plus à un problème système et que le plugin n’installe pas ce dkms

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.