fredflinstone

Risposte al Forum Create

Stai vedendo 15 articoli - dal 46 a 60 (di 162 totali)
  • Autore
    Articoli
  • in risposta a: problema col nuovo Kernel #33788
    fredflinstone
    Partecipante

    Ciao !
    Ora funziona perfettamente.
    Ti ringrazio.

    in risposta a: problema col nuovo Kernel #33785
    fredflinstone
    Partecipante

    Ciao !

    Allego il file di log generato :

    “DKMS make.log for 88x2bu-5.8.7.4 for kernel 5.15.44-1mamba-x86_64 (x86_64)
    mar 14 giu 2022, 13:56:30, CEST
    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.44-1mamba-x86_64/build M=/var/lib/dkms/88x2bu/5.8.7.4/build modules
    make[1]: ingresso nella directory «/usr/src/linux-5.15.44-1mamba-x86_64»
    warning: the compiler differs from the one used to build the kernel
    The kernel was built by: x86_64-openmamba-linux-gnu-gcc (GCC) 11.3.0
    You are using: gcc (GCC) 11.3.0
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_cmd.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_security.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_debug.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_io.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_ioctl_query.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_ioctl_set.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_ieee80211.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.o
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme.c: In function ‘rtw_drv_scan_by_self’:
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme.c:3455:17: warning: this ‘else’ clause does not guard… [-Wmisleading-indentation]
    3455 | else
    | ^~~~
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme.c:3458:25: note: …this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
    3458 | goto exit;
    | ^~~~
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c:257:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
    257 | if (rfctl->regd_name)
    | ^
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c:260:9: note: here
    260 | default:
    | ^~~~~~~
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c:1399:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
    1399 | ptable->func = &OnAuthClient;
    | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mlme_ext.c:1401:9: note: here
    1401 | case WIFI_ASSOCREQ:
    | ^~~~
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_mi.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_wlan_util.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_vht.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_pwrctrl.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_rf.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_chplan.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_recv.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_sta_mgt.o
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_recv.c: In function ‘validate_mp_recv_frame’:
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_recv.c:3575:25: warning: this ‘for’ clause does not guard… [-Wmisleading-indentation]
    3575 | for (i = 0; i < precv_frame->u.hdr.len; i = i + 8)
    | ^~~
    In file included from /var/lib/dkms/88x2bu/5.8.7.4/build/include/drv_types.h:60,
    from /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_recv.c:17:
    /var/lib/dkms/88x2bu/5.8.7.4/build/include/rtw_debug.h:165:9: note: …this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
    165 | do {\
    | ^~
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_recv.c:3578:33: note: in expansion of macro ‘RTW_INFO’
    3578 | RTW_INFO(“#############################\n”);
    | ^~~~~~~~
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_ap.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/mesh/rtw_mesh.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/mesh/rtw_mesh_pathtbl.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/mesh/rtw_mesh_hwmp.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_xmit.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_p2p.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_rson.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_tdls.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_br_ext.o
    CC [M] /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_iol.o
    /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: File o directory non esistente
    20 | #include <net/ipx.h>
    | ^~~~~~~~~~~
    compilation terminated.
    make[2]: *** [scripts/Makefile.build:288: /var/lib/dkms/88x2bu/5.8.7.4/build/core/rtw_br_ext.o] Errore 1
    make[2]: *** Attesa per i processi non terminati….
    make[1]: *** [Makefile:1868: /var/lib/dkms/88x2bu/5.8.7.4/build] Errore 2
    make[1]: uscita dalla directory «/usr/src/linux-5.15.44-1mamba-x86_64»
    make: *** [Makefile:2432: modules] Errore 2 ”

    Grazie.

    in risposta a: problema col nuovo Kernel #33784
    fredflinstone
    Partecipante

    Ciao !

    Dopo l’ aggiornamento al nuovo kernel si è ripresentato il problema di cui sopra.
    Ho reinstallato il driver secondo le istruzioni consuete e la risposta è :
    ” bash-5.1$ sudo dnf install 88x2bu-5.8.7.4
    Ultima verifica della scadenza dei metadati: 1:43:40 fa il lun 13 giu 2022, 18:13:19.
    Il pacchetto 88x2bu-5.8.7.4-1mamba.x86_64 è già installato.
    Dipendenze risolte.
    Nessuna operazione da compiere.
    Fatto! ”

    Però il wifi non va.

    Grazie.

    in risposta a: network manager scomparso dopo aggiornamento #33773
    fredflinstone
    Partecipante

    Ciao !

    La procedura consigliata è andata a buon fine.

    Consiglio di aprire una sessione grafica come root e procedere da terminale coi comandi consigliati.

    Grazie.

    in risposta a: network manager scomparso dopo aggiornamento #33771
    fredflinstone
    Partecipante

    Ciao !

    Ho provato da chiavetta ma il sistema non la monta… ho anche un disco esterno collegato ma mi dice che per montarlo non ho la necessaria autorizzazione…

    in risposta a: vbox driver #33746
    fredflinstone
    Partecipante

    Ciao !
    Dato il comando suggerito il problema è stato risolto.

    Grazie.

    in risposta a: Chromium browser non si avvia #33740
    fredflinstone
    Partecipante

    Fatto.
    ora funziona perfettamente.
    Grazie.

    in risposta a: problema col nuovo Kernel #33726
    fredflinstone
    Partecipante

    Ok !
    Grazie.

    in risposta a: Plasma aggiornamenti software #33713
    fredflinstone
    Partecipante

    Ciao !

    Col comando suggerito ” sudo dnf downgrade libnm-1.30.4 ” il problema è risolto.

    Grazie.

    in risposta a: Plasma aggiornamenti software #33710
    fredflinstone
    Partecipante

    Ciao !

    Con il comando suggerito la risposta è questa
    ” bash-5.1$ sudo mv /var/lib/dkms/rtl882xbu{,.bak}
    mv: impossibile eseguire stat di ‘/var/lib/dkms/rtl882xbu’: File o directory non esistente ”

    ” oppure vedere se il driver che stai usando fornisce anche una procedura di disinstallazione ”

    La fornisce e la risposta è questa :

    ” .1$ sudo ./remove-driver.sh
    Error! Could not locate dkms.conf file.
    File: /var/lib/dkms/rtl88x2bu/5.8.7.4/source/dkms.conf does not exist.
    The driver was removed successfully.
    bash-5.1$
    e se reinstallo :

    “bash-5.1$ sudo ./install-driver.sh
    Installing rtl88x2bu-5.8.7.4
    Copying source files to: /usr/src/rtl88x2bu-5.8.7.4
    Copying 88x2bu.conf to: /etc/modprobe.d
    Error! DKMS tree already contains: rtl88x2bu-5.8.7.4
    You cannot add the same module/version combo more than once.
    An error occurred while running: dkms add : 3
    Removing 88x2bu.conf from: /etc/modprobe.d
    Removing source files from: /usr/src/rtl88x2bu-5.8.7.4
    Cleanup complete
    dkms status:
    ndiswrapper, 1.63, 5.4.77mamba-x86_64, x86_64: installedError! Could not locate dkms.conf file.
    File: /var/lib/dkms/rtl88x2bu/5.8.7.4/source/dkms.conf does not exist.”

    Volevo comunicarti inoltre che ho provato con un adattatore usb wifi tp-link, che ha sempre funzionato, e anche lui non è stato riconosciuto da NetworkManager.

    Grazie.

    in risposta a: Plasma aggiornamenti software #33708
    fredflinstone
    Partecipante

    Ciao !

    Col comando suggerito la risposta è la seguente :
    ” bash-5.1$ sudo dkms remove -m rtl88x2bu -v 5.8.7.4 –all
    Password:
    Error! Could not locate dkms.conf file.
    File: /var/lib/dkms/rtl88x2bu/5.8.7.4/source/dkms.conf does not exist.”

    Grazie

    in risposta a: Plasma aggiornamenti software #33706
    fredflinstone
    Partecipante

    Ciao !

    Dopo aver fatto il downgrade di Network manager come indicato, ho notato che non viene più visto l’ adattatore wifi usb netgear AC1200 che prima funzionava benissimo.
    Ho provato a reinstallare i driver ed ho ottenuto la seguente risposta :
    ” bash-5.1$ sudo ./install-driver.sh
    Installing rtl88x2bu-5.8.7.4
    Copying source files to: /usr/src/rtl88x2bu-5.8.7.4
    Copying 88x2bu.conf to: /etc/modprobe.d
    Error! DKMS tree already contains: rtl88x2bu-5.8.7.4
    You cannot add the same module/version combo more than once.
    An error occurred while running: dkms add : 3
    Removing 88x2bu.conf from: /etc/modprobe.d
    Removing source files from: /usr/src/rtl88x2bu-5.8.7.4
    Cleanup complete
    dkms status:
    ndiswrapper, 1.63, 5.4.77mamba-x86_64, x86_64: installedError! Could not locate dkms.conf file.
    File: /var/lib/dkms/rtl88x2bu/5.8.7.4/source/dkms.conf does not exist.

    Grazie.

    in risposta a: Plasma aggiornamenti software #33705
    fredflinstone
    Partecipante

    Ciao !

    Fatto.

    Grazie.

    in risposta a: problema con ultimi aggiornamenti #33699
    fredflinstone
    Partecipante

    Ciao !

    rimuovendo texlive col comando suggerito l’ aggiornamento è andato a buon fine.

    Grazie.

    in risposta a: problema con ultimi aggiornamenti #33697
    fredflinstone
    Partecipante

    Ciao !

    Ho provato col comando suggerito ed inoltre ho ripulito la cache ma il problema permane

    ” Dimensione totale: 1.5 G
    Procedere : n
    Operazione annullata.
    bash-5.1$ sudo dnf clean packages
    20 file rimossi
    bash-5.1$ sudo dnf clean all
    28 file rimossi
    bash-5.1$ sudo dnf update
    openmamba base repository [rollin 1.3 MB/s | 21 MB 00:16
    openmamba games repository [rolli 515 B/s | 257 B 00:00
    openmamba x86 legacy base reposit 1.8 MB/s | 21 MB 00:11
    openmamba x86 legacy games reposi 60 kB/s | 53 kB 00:00
    Dipendenze risolte.
    ==================================================================
    Package Arch Version Repo Size
    ==================================================================
    Upgrading:
    docbook-dtds noarch 1:4.5-1mamba rolling 1.2 M
    gnupg2 x86_64 2.3.1-2mamba rolling 4.7 M
    libbabl x86_64 0.1.88-1mamba rolling 359 k
    libdrm x86_64 1:2.4.107-1mamba rolling 190 k
    libdrm-devel x86_64 1:2.4.107-1mamba rolling 189 k
    libgit2 x86_64 1.1.1-1mamba rolling 530 k
    libimath x86_64 3.0.5-1mamba rolling 101 k
    libnspr x86_64 4.32-1mamba rolling 136 k
    libtexlive x86_64 20210325-1mamba rolling 494 k
    libvulkan x86_64 1.2.183-1mamba rolling 129 k
    python-Pillow-py3 x86_64 8.3.0-1mamba rolling 1.5 M
    sgml-common x86_64 0.6.3-6mamba rolling 53 k
    texinfo x86_64 6.8-1mamba rolling 1.8 M
    texlive x86_64 20210325-1mamba rolling 22 M
    texlive-core x86_64 20210325-1mamba rolling 161 M
    texlive-dvips x86_64 20210325-1mamba rolling 1.6 M
    texlive-fonts x86_64 20210325-1mamba rolling 1.3 G
    texlive-latex x86_64 20210325-1mamba rolling 68 M
    vim x86_64 8.2.3083-1mamba rolling 9.6 M
    xml-common x86_64 0.6.3-6mamba rolling 31 k

    Riepilogo della transazione
    ==================================================================
    Aggiornati 20 pacchetti

    Dimensione totale dello scaricamento: 1.5 G
    Procedere : s
    Scaricamento dei pacchetti:
    (1/20): libbabl-0.1.88-1mamba.x86 767 kB/s | 359 kB 00:00
    (2/20): libdrm-2.4.107-1mamba.x86 1.0 MB/s | 190 kB 00:00
    (3/20): libdrm-devel-2.4.107-1mam 549 kB/s | 189 kB 00:00
    (4/20): docbook-dtds-4.5-1mamba.n 1.1 MB/s | 1.2 MB 00:01
    (5/20): libimath-3.0.5-1mamba.x86 763 kB/s | 101 kB 00:00
    (6/20): libgit2-1.1.1-1mamba.x86_ 1.0 MB/s | 530 kB 00:00
    (7/20): libnspr-4.32-1mamba.x86_6 555 kB/s | 136 kB 00:00
    (8/20): libvulkan-1.2.183-1mamba. 775 kB/s | 129 kB 00:00
    (9/20): libtexlive-20210325-1mamb 727 kB/s | 494 kB 00:00
    (10/20): sgml-common-0.6.3-6mamba 299 kB/s | 53 kB 00:00
    (11/20): python-Pillow-py3-8.3.0- 1.1 MB/s | 1.5 MB 00:01
    (12/20): gnupg2-2.3.1-2mamba.x86_ 1.2 MB/s | 4.7 MB 00:03
    (13/20): texinfo-6.8-1mamba.x86_6 936 kB/s | 1.8 MB 00:01
    (14/20): texlive-dvips-20210325-1 1.0 MB/s | 1.6 MB 00:01
    (15/20): texlive-20210325-1mamba. 1.3 MB/s | 22 MB 00:16
    (16/20): texlive-latex-20210325-1 1.4 MB/s | 68 MB 00:47
    (17/20): vim-8.2.3083-1mamba.x86_ 1.2 MB/s | 9.6 MB 00:07
    (18/20): xml-common-0.6.3-6mamba. 312 kB/s | 31 kB 00:00
    (19/20): texlive-core-20210325-1m 1.4 MB/s | 161 MB 01:53
    (20/20): texlive-fonts-20210325-1 1.4 MB/s | 1.3 GB 15:50
    ——————————————————————
    Totale 1.6 MB/s | 1.5 GB 15:56
    Esecuzione del controllo di transazione
    Controllo di transazione eseguito con successo.
    Test di transazione in corso
    I pacchetti scaricati sono stati salvati nella cache fino alla prossima transazione completata con successo.
    È possibile rimuovere i pacchetti in cache eseguendo ‘dnf clean packages’.
    Errore: Errore test di transazione:
    package texlive-fonts-20210325-1mamba.x86_64 does not verify: Payload SHA256 ALT digest: BAD (Expected a80e8018f5541b5d5d22b7492b61bf557e56f691e8ae9170e4dc1edfee26968f != 23325081748bf9e06e4998ffbc4c0752b2f77b397c08548c277a1a4be01a047a) ”

    Grazie.

Stai vedendo 15 articoli - dal 46 a 60 (di 162 totali)