Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 06/12/2024, à 00:27

iznobe

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour , avant d' aller plus loin , il faudrait d' abord mettre les sources d' aplomb ...

j ' ai cru comprendre que tu etais sur ubuntu 24.04 donc noble .
dans le retour de sudo apt update que tu donnes , au moins 2 lignes sont estampillées " jammy " donc pour 22.04 , ca risque de pas fonctionner terrible comme ca .


pour corriger winehq :

cd /etc/apt/sources.list.d && sudo rm winehq-jammy.sources archive_uri-https_dl_winehq_org_wine-builds_ubuntu_noble-noble.list ; cd
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources

puis

sudo apt update

histoire de verifier que ca se passe sans encombre maintenant pour cette 1ere partie concernant winehq .



la tres probable origine de ton probleme :

Atteint :6 https://ppa.launchpadcontent.net/sane-project/sane-git/ubuntu noble InRelease                                                                 
Atteint :7 https://ppa.launchpadcontent.net/sane-project/sane-release/ubuntu noble InRelease 

2 depots tiers pour la meme chose ... alors qu ' avec aucun , ca marchera sans soucis tres probablement .


Donne le details de tes sources , sinon , on va pas s ' en sortir :

find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

perso , je desinstallerai l' imprimante et le scanner , je corrigerai les 2 depots en " jammy " ,  je supprimerai les 2 depots pour sane , MAJ des paquets , et j' installerai les pilotes fabricants apres une nettoyage de tout ca .

Dernière modification par iznobe (Le 06/12/2024, à 00:35)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#27 Le 06/12/2024, à 08:46

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour,

merci pour le coup de main.

greg@greg-NUC11TNKv7:~$ cd /etc/apt/sources.list.d && sudo rm winehq-jammy.sources archive_uri-https_dl_winehq_org_wine-builds_ubuntu_noble-noble.list ; cd
[sudo] Mot de passe de greg : 
rm: impossible de supprimer 'archive_uri-https_dl_winehq_org_wine-builds_ubuntu_noble-noble.list': Aucun fichier ou dossier de ce nom
greg@greg-NUC11TNKv7:~$ 

J'ai bien retiré la source pour Winehq, mais visiblement le fichier archive_uri-https_dl_winehq_org_wine-builds_ubuntu_noble-noble.list n'était pas présent dans le répertoire.

La suite du process :

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ sudo mkdir -pm755 /etc/apt/keyrings
greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
--2024-12-06 08:36:41--  https://dl.winehq.org/wine-builds/winehq.key
Résolution de dl.winehq.org (dl.winehq.org)… 2a04:4e42:6a::729, 151.101.122.217
Connexion à dl.winehq.org (dl.winehq.org)|2a04:4e42:6a::729|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 3212 (3,1K) [application/pgp-keys]
Enregistre : ‘/etc/apt/keyrings/winehq-archive.key’

/etc/apt/keyrings/winehq-archive.key   100%[============================================================================>]   3,14K  --.-KB/s    ds 0s      

2024-12-06 08:36:41 (31,3 MB/s) - ‘/etc/apt/keyrings/winehq-archive.key’ enregistré [3212/3212]

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
--2024-12-06 08:36:55--  https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
Résolution de dl.winehq.org (dl.winehq.org)… 2a04:4e42:6a::729, 151.101.122.217
Connexion à dl.winehq.org (dl.winehq.org)|2a04:4e42:6a::729|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 163
Enregistre : ‘/etc/apt/sources.list.d/winehq-noble.sources’

winehq-noble.sources                   100%[============================================================================>]     163  --.-KB/s    ds 0s      

2024-12-06 08:36:55 (7,24 MB/s) - ‘/etc/apt/sources.list.d/winehq-noble.sources’ enregistré [163/163]

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ sudo apt update
Atteint :1 http://mirrors.ircam.fr/pub/ubuntu/archive noble InRelease
Réception de :3 https://dl.winehq.org/wine-builds/ubuntu noble InRelease [6261 B]                                                                         
Atteint :4 http://mirrors.ircam.fr/pub/ubuntu/archive noble-updates InRelease                                                                              
Atteint :5 http://mirrors.ircam.fr/pub/ubuntu/archive noble-security InRelease                                                                             
Atteint :6 http://mirrors.ircam.fr/pub/ubuntu/archive noble-backports InRelease                                                    
Réception de :7 https://dl.winehq.org/wine-builds/ubuntu noble/main i386 Packages [54,3 kB]                                     
Atteint :8 https://ppa.launchpadcontent.net/sane-project/sane-git/ubuntu noble InRelease                                            
Atteint :9 https://ppa.launchpadcontent.net/sane-project/sane-release/ubuntu noble InRelease                                              
Réception de :10 https://dl.winehq.org/wine-builds/ubuntu noble/main amd64 Packages [54,4 kB]                                             
Atteint :11 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease                            
Atteint :2 https://debian.qgis.org/debian jammy InRelease             
Atteint :12 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
Atteint :13 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
Atteint :14 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
115 ko réceptionnés en 1s (146 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
26 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/apps/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/apps/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/infra/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/infra/ubuntu'
greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$

Il me reste une source Jammy pour QGIS. Je vais faire des recherches pour trouver la source correcte.

Enfin, voici la liste de mes sources :

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list

     1	# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources

	/etc/apt/sources.list.save


	/etc/apt/sources.list.d/third-party.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: cdrom:[Ubuntu 22.04.1 LTS _Jammy Jellyfish_ - Release amd64 (20220809.1)]/
     4	Suites: jammy
     5	Components: main restricted

	/etc/apt/sources.list.d/appimagelauncher-team-ubuntu-stable-jammy.list.save


	/etc/apt/sources.list.d/qgis.sources

     1	Types: deb deb-src
     2	URIs: https://qgis.org/debian
     3	Suites: jammy
     4	Architectures: amd64
     5	Components: main
     6	Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg

	/etc/apt/sources.list.d/elementary-os-ubuntu-stable-jammy.list.save


	/etc/apt/sources.list.d/vscode.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://packages.microsoft.com/repos/code
     4	Suites: stable
     5	Components: main

	/etc/apt/sources.list.d/appimagelauncher-team-ubuntu-stable-jammy.list.distUpgrade


	/etc/apt/sources.list.d/ubuntu-esm-infra.list.save


	/etc/apt/sources.list.d/sane-project-ubuntu-sane-git-noble.sources

     1	Types: deb
     2	URIs: https://ppa.launchpadcontent.net/sane-project/sane-git/ubuntu/
     3	Suites: noble
     4	Components: main
     5	Signed-By: 
     6	 -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mQINBF9L1oYBEAClaf0L30xGtuafWRrFzk713J2N++suJI6HQHrHZpBEy3toEvCr
     9	 +Y7LrDppAMHVOmeHzaDqwMoASdbRkgbc2gGX6N8HZ2Sri01HKzKaESRda3Ki+spU
    10	 zl34tyBe5my1wgQwzbIaNiWcywyEQcKybZYcpqNzzVoCTmRNTclQwXOOGk8f3joD
    11	 1yg4hpBD7uC8c6Oj9HC93Z5My2QnPFRsPAYMeVOGNU2CnYxVzkyK89hn55D0Jiko
    12	 1I2qT1BI87ntmK6EC6izf9c7qeT8WbKkJNO6Jv9Yr3WKaGLyjqWWNTRFxBgVxCa2
    13	 FdIAH+KQ6ZhSjkVh5bA9YcblPVQbEoSe2RrNm75Ebot3yU8kaJXmXIZzrhS2eGVM
    14	 grj2i8xNcGlE/SQBOnnbubMlW1KhBQ2GTvlLWKDYM3RFzv94x1M7QCXj6zjJI59Q
    15	 Ojm3rVreM/GhK2soihgfIUaW6CszXwx59XyDazC2WYz4QBfLh+wTt+ysnzuQoNZu
    16	 gBiixTxFbXA/Qk63w2SHtd7HP96qchwWK88MzL1PIRfUph69rrFGNClJpVP93LZW
    17	 Z2Rm3aoMSHfRoq7tXAcgXoYaVQjIdL3OXlmQD2VsxpJcMoR+RasJNyAzngLwfR44
    18	 eG2UTNz5jyW83zsDlFa6Dmf5tmSvFNXHdxGLGKLfV+cUfP6DCOKwTVPPgwARAQAB
    19	 tB5MYXVuY2hwYWQgUFBBIGZvciBzYW5lLXByb2plY3SJAjgEEwECACIFAl9L1oYC
    20	 GwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEN3qxVTBARdbvTcQAJP+0NB5
    21	 k7zXflPu9HB/3gjAqxiBP7lbuNkzoqATNh44SDdsF3E4JjjOO8K2OBBiZHA+blSj
    22	 BeEOeIauPINJjMQavSAvN9XeUyp/9tixbx4Ow/TyXgfAJWecYzoEQc7vlcoDpe7N
    23	 LfiIA+EdAP0HL3Q0bLOWhG/Ehp44rF/SxNRY9S8S1sOK7SDLGKaKR2y6iNUM6Ie8
    24	 l/BulosOMyQy6NwNFURY+IdlDVbNjMzZlLghY3m9u1tNXQuUO3UFP1zLj+QIgonW
    25	 9+Rg6s7XiqnZBts9HNrQTHiis4raTNgB+loI3ODiuEWt0BgJ82LZHj1jC9dBjJ/j
    26	 7Pjp6ZiDY05MwxUjAhgEqUkdsBjwSGXIXim9EiYZ4z4BrhmhXVIKGn9qgtE6WsJI
    27	 HsuL4Tgt1lihutpt2IcgFEf17n3VtDe7Q14+pACi7eLYq9L+y62ADh2WaPi7b9B2
    28	 0gv9wyI8mc3BOr/bpqEFZ4jqIE8JjYmrd5CWLl+LyZCzLA64yfquXMqw+aAy+2/K
    29	 gHq9Za1C05n8o7kCbhZZX9hLWSAe8ruiaz62jmD4NNYqdYUpdvqfmYayG5XbFmcK
    30	 saVI6PyzAwW6Jf2c8rqbRFz9e/1NbD5LgSgfHspyQo0Kfv3IdqPycw7aOiw4Eu8j
    31	 lWRtoGM57PeeO5hMZN8gdQ/NkTzQn0jYUKQ1
    32	 =6w+5
    33	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/flatpak-ubuntu-stable-jammy.list.distUpgrade


	/etc/apt/sources.list.d/flatpak-ubuntu-stable-jammy.list.save


	/etc/apt/sources.list.d/ubuntu-esm-infra.sources

     1	Types: deb
     2	URIs: https://esm.ubuntu.com/infra/ubuntu
     3	Suites: noble-infra-security noble-infra-updates
     4	Components: main

	/etc/apt/sources.list.d/vscode.list.save


	/etc/apt/sources.list.d/freecad-maintainers-ubuntu-freecad-stable-jammy.list.save


	/etc/apt/sources.list.d/bablu-boy-ubuntu-nutty-jammy.list.save


	/etc/apt/sources.list.d/elementary-os-ubuntu-stable-jammy.list.distUpgrade


	/etc/apt/sources.list.d/balena-etcher.list.distUpgrade


	/etc/apt/sources.list.d/elementary-os-ubuntu-stable-jammy.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://ppa.launchpadcontent.net/elementary-os/stable/ubuntu/
     4	Suites: noble
     5	Components: main
     6	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mI0ETocPBAEEANWiT0DBP5fpz2TB5kRG+SD2NUGVmFincQqxlHr2226gHwlObcNJ
     9	 KWWVt+F33iORIMb85KXc5lihmdwu4WLRaLrmThEApMDD1uQGVgUrTA1QcJO+ma9+
    10	 uph8OoLsiyw1YFOklBRudx4RG+vBce/QKwNVPO/bKOYHVcFbuFQ74MfhABEBAAGw
    11	 DAAAZ3BnAQAAAAAAALQkTGF1bmNocGFkIFBQQSBmb3IgZWxlbWVudGFyeSBPUyB0
    12	 ZWFtsAwAAGdwZwIAAAAAAACIuAQTAQIAIgUCTocPBAIbAwYLCQgHAwIGFQgCCQoL
    13	 BBYCAwECHgECF4AACgkQvzaZbE4filnb6AP+JABmjnx6lM7g285enhJj3rJGx11A
    14	 vYxZZ8O0gsekwuf/iDmZE/u9a7Xv0fVZy5CeIMtm3HSQE6KfN1UzreLvQPBSVMCz
    15	 vWBo2mtFje+a+r0hwGDxI1xoIs5ZLGnTYmn0EkuNQfv5BqBovdxj7F1J+JRf1Qn8
    16	 nh3gZsw1Umf4d+2wBgADZ3BnAIkBswQQAQoAHRYhBO89DlT0wUhtgMZ5uJ6fkzHz
    17	 5REzBQJeeQ9mAAoJEJ6fkzHz5REzex4L/3HZGnPMyh/J470OUxtxPfh/tEVfana0
    18	 xcrDgHM/OoSpZyvQf+pHEG+9SozYyGzh4m4rtQWS3eQIft8Kpcqnzma8ZeP59fV9
    19	 QiV3bTIR6wqdkWE19blaizoHI1hEVXBb6WgHPHZRrs109v1yZxbuqPunKfucQ4sH
    20	 E6adkE0Yz3Vh1bDrbd6kZhD312JhmV9rc7Qxit60oE7XkZ9nenzoXe8yqzLiaIQu
    21	 qVTu2Msg+zNcFb4x43bgDFDlrJKhzJ4KRPDBAAvbaLsCrX0w+ZJ4DotWTJ1O6muk
    22	 HUjfdXHYsIZ3bfhMHSnGYonhpzJJc95hTtgfFFdpMTTi9MQeg1wUEU+9z/sZ3JMh
    23	 3xxkag43LBvCjkAxDmO4ocPnMsmjWlTjt4/6cV1wy7qdN/KKSnp36JlUOdidFxhn
    24	 /gJck8vx0gImlMFXbR82a22O4+QrrJvsBYD6SB09kt6LiRjHHAqwNZB8zXLiW6Bn
    25	 LRVHkt8n4EPctco7vUe06Z2+v5y6Q3AhSbAGAABncGcA
    26	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/bablu-boy-ubuntu-nutty-jammy.list.distUpgrade


	/etc/apt/sources.list.d/virtualbox.list.distUpgrade


	/etc/apt/sources.list.d/sane-project-ubuntu-sane-release-noble.sources

     1	Types: deb
     2	URIs: https://ppa.launchpadcontent.net/sane-project/sane-release/ubuntu/
     3	Suites: noble
     4	Components: main
     5	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     6	 .
     7	 mQINBF9L1oYBEAClaf0L30xGtuafWRrFzk713J2N++suJI6HQHrHZpBEy3toEvCr
     8	 +Y7LrDppAMHVOmeHzaDqwMoASdbRkgbc2gGX6N8HZ2Sri01HKzKaESRda3Ki+spU
     9	 zl34tyBe5my1wgQwzbIaNiWcywyEQcKybZYcpqNzzVoCTmRNTclQwXOOGk8f3joD
    10	 1yg4hpBD7uC8c6Oj9HC93Z5My2QnPFRsPAYMeVOGNU2CnYxVzkyK89hn55D0Jiko
    11	 1I2qT1BI87ntmK6EC6izf9c7qeT8WbKkJNO6Jv9Yr3WKaGLyjqWWNTRFxBgVxCa2
    12	 FdIAH+KQ6ZhSjkVh5bA9YcblPVQbEoSe2RrNm75Ebot3yU8kaJXmXIZzrhS2eGVM
    13	 grj2i8xNcGlE/SQBOnnbubMlW1KhBQ2GTvlLWKDYM3RFzv94x1M7QCXj6zjJI59Q
    14	 Ojm3rVreM/GhK2soihgfIUaW6CszXwx59XyDazC2WYz4QBfLh+wTt+ysnzuQoNZu
    15	 gBiixTxFbXA/Qk63w2SHtd7HP96qchwWK88MzL1PIRfUph69rrFGNClJpVP93LZW
    16	 Z2Rm3aoMSHfRoq7tXAcgXoYaVQjIdL3OXlmQD2VsxpJcMoR+RasJNyAzngLwfR44
    17	 eG2UTNz5jyW83zsDlFa6Dmf5tmSvFNXHdxGLGKLfV+cUfP6DCOKwTVPPgwARAQAB
    18	 tB5MYXVuY2hwYWQgUFBBIGZvciBzYW5lLXByb2plY3SJAjgEEwECACIFAl9L1oYC
    19	 GwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEN3qxVTBARdbvTcQAJP+0NB5
    20	 k7zXflPu9HB/3gjAqxiBP7lbuNkzoqATNh44SDdsF3E4JjjOO8K2OBBiZHA+blSj
    21	 BeEOeIauPINJjMQavSAvN9XeUyp/9tixbx4Ow/TyXgfAJWecYzoEQc7vlcoDpe7N
    22	 LfiIA+EdAP0HL3Q0bLOWhG/Ehp44rF/SxNRY9S8S1sOK7SDLGKaKR2y6iNUM6Ie8
    23	 l/BulosOMyQy6NwNFURY+IdlDVbNjMzZlLghY3m9u1tNXQuUO3UFP1zLj+QIgonW
    24	 9+Rg6s7XiqnZBts9HNrQTHiis4raTNgB+loI3ODiuEWt0BgJ82LZHj1jC9dBjJ/j
    25	 7Pjp6ZiDY05MwxUjAhgEqUkdsBjwSGXIXim9EiYZ4z4BrhmhXVIKGn9qgtE6WsJI
    26	 HsuL4Tgt1lihutpt2IcgFEf17n3VtDe7Q14+pACi7eLYq9L+y62ADh2WaPi7b9B2
    27	 0gv9wyI8mc3BOr/bpqEFZ4jqIE8JjYmrd5CWLl+LyZCzLA64yfquXMqw+aAy+2/K
    28	 gHq9Za1C05n8o7kCbhZZX9hLWSAe8ruiaz62jmD4NNYqdYUpdvqfmYayG5XbFmcK
    29	 saVI6PyzAwW6Jf2c8rqbRFz9e/1NbD5LgSgfHspyQo0Kfv3IdqPycw7aOiw4Eu8j
    30	 lWRtoGM57PeeO5hMZN8gdQ/NkTzQn0jYUKQ1
    31	 =6w+5
    32	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/winehq-noble.sources

     1	Types: deb
     2	URIs: https://dl.winehq.org/wine-builds/ubuntu
     3	Suites: noble
     4	Components: main
     5	Architectures: amd64 i386
     6	Signed-By: /etc/apt/keyrings/winehq-archive.key

	/etc/apt/sources.list.d/teams.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://packages.microsoft.com/repos/ms-teams
     4	Suites: stable
     5	Components: main

	/etc/apt/sources.list.d/virtualbox.list.save


	/etc/apt/sources.list.d/ubuntu-esm-apps.list.save


	/etc/apt/sources.list.d/ubuntu-esm-apps.list.distUpgrade


	/etc/apt/sources.list.d/bablu-boy-ubuntu-nutty_0_1-jammy.list.save


	/etc/apt/sources.list.d/signal-xenial.list.distUpgrade


	/etc/apt/sources.list.d/ubuntu.sources

     1	Types: deb
     2	URIs: http://mirrors.ircam.fr/pub/ubuntu/archive/
     3	Suites: noble noble-updates noble-security noble-backports
     4	Components: main restricted universe multiverse
     5	Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

	/etc/apt/sources.list.d/signal-xenial.list.save


	/etc/apt/sources.list.d/ubuntu-esm-apps.sources

     1	Types: deb
     2	URIs: https://esm.ubuntu.com/apps/ubuntu
     3	Suites: noble-apps-security noble-apps-updates
     4	Components: main

	/etc/apt/sources.list.d/bablu-boy-ubuntu-nutty-jammy.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://ppa.launchpadcontent.net/bablu-boy/nutty/ubuntu/
     4	Suites: noble
     5	Components: main
     6	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mQINBFWkOZ4BEACtoe0+jPj2iIpJM6RibicVrdNaxcmQ7y+R0Ty5Kup/CfZZi9Sq
     9	 cbr74TwdmXmPlEnlCZ9S5iuDYfc8D1JT+AIgDwseq0tY7GFgNuWsY3swp/le/fgO
    10	 HFfqnzLcxDEgd73njERFJsjkyFKiuzNCzxxKIqYup5NnA/rlDE+W6ehJZ2ZNrugx
    11	 qn1KDnburtCHYouaLVmtpt94cY5GvB81VpzLMKtNB0gup9VfoD57Ewm/IAEofa22
    12	 5f1gU3pD3bigMy7CxnxtHZuKg1nk15SYW0puxoKZ7Ysu+anE0IRXoOOTxt+doIMI
    13	 YVGN99LS47Ejg2xI4hGeDMCKySucQL2yH7L7bH8YCrsrNHm8BqFf5dUeFplre1K+
    14	 yF+RecCncYBxkLzxD0ee47gZS66F5mLNvh0m49IFLfNPtsAK9GVdTgb0bXzCfJey
    15	 Ta8+07ymqHqnzs45Y2LvXHm0V7HD2MekCtrO8/Keds9tBS7v+1d0pgPrkzoLXpeO
    16	 OhDKib4SW52F5FbBpKzuFgsTZ95xn6UtXQhp2AFnpW1xW/3HOta1TnZKwiDeXca9
    17	 9LfmbTD/yFI+GSRn8QQ53x6IQUDJJJiJ9aiGyRGnGvwP5hYgPVZYQAeGnWfp6zHo
    18	 HJgkIRheEmomDK9jIEH8lhlnRye/O+lw6fSimw1m6wsXyk08WddAjjdr0QARAQAB
    19	 sAwAAGdwZwEAAAAAAAC0IExhdW5jaHBhZCBQUEEgZm9yIFNpZGRoYXJ0aGEgRGFz
    20	 sAwAAGdwZwIAAAAAAACJAjgEEwECACIFAlWkOZ4CGwMGCwkIBwMCBhUIAgkKCwQW
    21	 AgMBAh4BAheAAAoJEMMjSzgZ1S130x4P/08AFN6SMk6AB+zT+E3EN0UeW83QgLUY
    22	 qW7BubaMCXoGJiaOsdNGeyo5vwnLeIQIf6TapsLWDQTtBXao6v+EZAjqKJFq9Hd2
    23	 cP96xDpZud8G1EC6xx7g/MOuYSDwkNxNNsxnUN+f8WFP6j1CqJRW8Ou8SqKnHtUA
    24	 6NFoGCLVNqbDyy8a3YDgMzNz00913N5Nvvr/07fCLZ2kP9uEUIxUF80InEduCP0K
    25	 XCM7Ujpnn+I8xmMxlGKbYju69TevYOsIRozX1Y+9UN0Z8zZjKg+Eby/GqE+xzB7t
    26	 qu0tGQg8s5OHDhaRMXRLkmCXDmHYl4sjSwDpWmUvm0CUbVZvnePMyC31bWLb0mkU
    27	 uuzSm5LanHM5YZT0O6wtyIeXOmOpzYw8JDrtOO0raL7PHlvg6aSeoC/cK5DhTlyK
    28	 5Wu2lur5P6sZXQKGEOSBLUaqJ0dWflaBBuuQo4lOx1Qb/QfxrTV3j/wr1mMqAnRE
    29	 ASQNNPliTzzb2VZr6fhBd/dAwoAgpofRC7LELPnNeIixCrFgCpFaUJxumbUzeAgA
    30	 xXeGrk6R6x0eC6H/hMwoaCOqxSngoBedDL66bLxbPHjQokZ6B9pr8ikpkALLxiYR
    31	 pbhTznij25h8PItEc3cvxbnnoPCkZUPxubifcyYO7C4WtD4rb+nlH/HuaqJifbF3
    32	 FXtO0qBMslSYsAYAA2dwZwA=
    33	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/appimagelauncher-team-ubuntu-stable-jammy.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://ppa.launchpadcontent.net/appimagelauncher-team/stable/ubuntu/
     4	Suites: noble
     5	Components: main
     6	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mQINBF3aAFMBEAC0KzTPm8yWRqKdWBX7dP/dYYPldI1wtK33Zr+OIDPWv9cLsMIM
     9	 mbcXS5/FaS+C8Rt0t9uYlPEsiqE6VMIzKb4BT7juF1TOKUb9eqVZlgeTUh0/p2ka
    10	 Z0whb0pHGsTtmECdLEk6Xhu8O7bfiYvSa1Us2lOqbM2SGzuVUoyXVoAdaSNtXdcd
    11	 sfs4h3hg+BRWQ0vn2kkXP9qxq/4BaJ1pZzL2jjSowmR9COZ1auKajMm23NqWCso6
    12	 83QH0d0rl7S3RlwOeaWYBVzAB4QcnTwiBggWetSjZT3rzNBbe9hmeb4dgD88cXo6
    13	 ceTr0JvA3pBaoCODch1WMsXec8pGdL5D1B0UI4FzztSAhdLE3XRHsMJvk6D2IS/i
    14	 grt0QSaky0u4Jmn3dCuX4C1g8mB3slwKB6LtJEkgqJ8jw8IsFOcGXZn38kAeBYoC
    15	 HzGCxpajsJ2yGi6gnq2uKcvOJbI6+2aOG+iOJNwqlYYOybQSPl9/blMhZ7LxuY72
    16	 8Js1EZsgXdxkQ2VZ0gREzyujiHnlYFf9N8SydBFIvJ+YRepJJfETGwnrCsQJ3mnn
    17	 oXxVHdrv1dm0yNchSFuGUxOtaXX4e6agipCRFs/B3B7K8eHumwoWIQ1ba27J9uHU
    18	 jJoDwa+kaqnS+3eZddO8Iv2YGuDmz6S3iNZrYJwoBDSRcgyqEc+EQ4UGQQARAQAB
    19	 sAwAAGdwZwEAAAAAAAC0LkxhdW5jaHBhZCBQUEEgZm9yIEFwcEltYWdlTGF1bmNo
    20	 ZXIgTWFpbnRhaW5lcnOwDAAAZ3BnAgAAAAAAAIkCOAQTAQIAIgUCXdoAUwIbAwYL
    21	 CQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQSvmxb3XvL8p9Ww//cEU5/ZdnQ5zj
    22	 qPhFtek+CmWJcjQu75sgumcFlxzasVFtMNycKttsQRieaZEfhjTgr3nyEjNVzudM
    23	 5ov6Q+6PJQBRIjIrbkaZAuPDJYPkI1vIejU3zILf8b8xKeavjkbAR14ElBNJvDM+
    24	 Ym9vwVs7dGDhQi2/SSdBGRqUb0Th0Xksa98VRD+Lyb8rSkmfsrRl0BszKYnHpz8+
    25	 cTXwD4JzfnN/Z1AbkJTR4HeP/3Z6q7ShhufQajpb63m8wDXG4bigxF/+pw4QAHuY
    26	 PzC/zjCvFfIL6jhMUVnH9q+uXfFxCXt1sukiKMXu8hALFzJg+AA34C+t5zaAbnwD
    27	 6vdwmiyy7cV7ULBgvKH0tDXOXnM2Pbj+QTJB0oNdbqKYkFRKdwpGMJXYmSE1ZtkI
    28	 nnN+LCc93iNH+F3CL60/5epMp0DaHwd5BpJsLTxCA5U2Sa+4Lx0Rf40FFG9Z1C1/
    29	 5UE7oHLgwRU6cl3gqH1zRfGDMhzer2QySz3WKFtuFqd4Dya2aGCKdOkWV6SX+0WG
    30	 KWFgCNyBR+EUkUkIBNW4D60JeXAlBMsfk0BmT9kP6bHPIe6QYD2k07mF2C1ctIFN
    31	 7dIIAovR1/RGX34ysMKTXWHNuUle5I3qsLwVWMoBMr72z2kK2otituJBlxwWHqhi
    32	 kD68ZEIvEf9PXmDhRSFAJ4bd2KYFJJ6wBgADZ3BnAA==
    33	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/freecad-maintainers-ubuntu-freecad-stable-jammy.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://ppa.launchpadcontent.net/freecad-maintainers/freecad-stable/ubuntu/
     4	Suites: noble
     5	Components: main
     6	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mI0ETYF+BAEEAK1n4CPNzdG/rTNvteUkHOiSikl07GJl7jh8RjL4T2BA3g2J0M0g
     9	 x20gOfc2Srbmg676cdf2kIzhfVPbjvWJnDYsFS1BOa0ZsKb0xN6lZzMU2lhmPMgF
    10	 jJJk94BqeLlxr9wSqmOkR8X3yDtNWbZ+5xO1wDUP4GDZcCwesVsWfdXZABEBAAGw
    11	 DAAAZ3BnAQAAAAAAALQlTGF1bmNocGFkIFBQQSBmb3IgRnJlZUNBRCBtYWludGFp
    12	 bmVyc7AMAABncGcCAAAAAAAAiLgEEwECACIFAk2BfgQCGwMGCwkIBwMCBhUIAgkK
    13	 CwQWAgMBAh4BAheAAAoJEABeroEZu1vKJLcD/jc5PThIN5JfHzXfSXk1q8NlJ4rH
    14	 zziFex0wE6S6p12UDkPkO0I7ES+skTI/lOjlmvaYA65YycoO+wxQnB4qQq0eS4l3
    15	 cc8ytmdsG0rcbEtlN7+xyWl8OIJmABsmobMC2kc25lfeSV3hQBo1zOch+hU8W8xn
    16	 R/yGlzdQEjDGUHnVsAYAA2dwZwA=
    17	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/bablu-boy-ubuntu-nutty_0_1-jammy.list


	/etc/apt/sources.list.d/balena-etcher.list.save


	/etc/apt/sources.list.d/freecad-maintainers-ubuntu-freecad-stable-jammy.list.distUpgrade


	/etc/apt/sources.list.d/flatpak-ubuntu-stable-jammy.sources

     1	Enabled: no
     2	Types: deb
     3	URIs: https://ppa.launchpadcontent.net/flatpak/stable/ubuntu/
     4	Suites: noble
     5	Components: main
     6	Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
     7	 .
     8	 mQINBGERGM0BEAC+3QHbpl2ZAnJxoiNXqAc/CkkAQwUc1rvJLqxUVctIWPw5+zVt
     9	 mJEpmAEfiz+t/EaBrmNUMi+8fKkjRCiaFeKpaOHGA/WALxuEbVFR/YtA48IhdK1S
    10	 +YPueMsVDJdwG+TvG+8c/C5nJWjDwUDQVYqRRuXsd+256jN45F4Xs1y3eHX3blS9
    11	 yOHpkOTlOhZYe7dN/+PUEz8HXfqfQBjlnpdDAV9DP4bgZnHzwbdN0L59nJitCS2N
    12	 FrxpTYtF/Mv9PeZc5F8e62Ck5mGtfTWPgusoIw/0aGbVXoOUoZY+uX1b8lUI4rj/
    13	 cw5PndCEX1LsUAsmpzt5iZdXaxLCt/NUfbI1nki+1WyquZPCScQqhXohCf9D8Uxu
    14	 h1TTmJ+jRJbfyoNMnlcGkIz+3g1V9wD1w4+wRCZLSnToa0XYrDJkXVPtIYsmgelE
    15	 /mQeCHFpsQEFxa94bkRhRb1C/CAKrQ5yMtREnP8l/0yyYkOHCFh41nC+sN1oxX89
    16	 T0cpX2hnB8cs4AUbonz80UkMk6zeQwUg1yHgdX7gLoELnZVwctA03nB9SJW6BPG/
    17	 kgMrReHKn5diZWz0RhDTz0K0qh4NUdcKtK4oJZ7Lk5OGSR6N0f/zIBKVCNo9jzK3
    18	 E8zFeMzWelXlUEQ5k9GsxF9XThVJ0On2RHMRjUUQbRVR4HjoyI77mk5kXwARAQAB
    19	 sAwAAGdwZwEAAAAAAAC0GUxhdW5jaHBhZCBQUEEgZm9yIEZsYXRwYWuwDAAAZ3Bn
    20	 AgAAAAAAAIkCTgQTAQoAOBYhBFxtFToXwCwzfvbGY7i51BIp36X1BQJhERjNAhsD
    21	 BQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJELi51BIp36X12FMP/2H5e60Wmf7W
    22	 y47TjFB5XEKEHa2dBZGrmzRs/MncgXt+17pYo0rOswGpnRKhEWfVbgIiocHO6BH0
    23	 aooGmaV78zHDtn3YO5xeEt8kXJFHEoQJKDvCDot96Wh1saNN7VOhaZ3ACXrll4bB
    24	 ZfBToQ9XZKDhtq6hC2jHdkyjhe/jrhgOmOA7x3hzzoV6oZ+ub1c7lBkE13HurbGX
    25	 0RzWLzJAHUQKgqO99WZWPIpUh1vYcBmJxbEWefp+BOmTwjrVgG2qWvogplf5YkSw
    26	 flWfjD97VGhR5P8ngpZQo7JsZjQCAN9YUzl00GgLe7f8I2TFgv8dUupCSr6v7aNr
    27	 8hz7ZQgB+2PBwbpkNjV3woLdspP9k8r6ZsRFIfvf10cN1aElyt5S9Zrit2n9aOlU
    28	 qBYlDcqyCUjvFIRPw8+spHEiXzqjOxv/TJaLMBWgIBwwXfa2/JVM90SLu597dvdl
    29	 Lrrj5kHeZG8uP0j73OJR3UBw+NeXxTnBdp82Ru/OmunKrvPtTKVD3INR1TXt3895
    30	 JYiK52Hwx5OYnNw9sEvYhp+W6wyWMHKrAmKRf+ul0iQer1zRmpjnUNRiilBIdIpX
    31	 1RL5l/mvqL6OBuGENeoh0DtCcwu0lXv/iE0jWKOUU/vNqHMMjRswT8ypkailffW2
    32	 kU+t3Q/TVbNLtAY4oUcjFglMH1mMDbZSsAYAA2dwZwA=
    33	 -----END PGP PUBLIC KEY BLOCK-----

	/etc/apt/sources.list.d/ubuntu-esm-infra.list.distUpgrade


	/etc/apt/sources.list.d/teams.list.distUpgrade


	/etc/apt/sources.list.d/teams.list.save


	/etc/apt/sources.list.d/vscode.list.distUpgrade

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ 

Merci pour l'aide


Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne

#28 Le 06/12/2024, à 10:05

iznobe

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour , tu as des sources pour 2 systemes d' exploitation differents : ubuntu et elementary-os , comment veux tu que ca puisse aller correctement ?

/etc/apt/sources.list.d/elementary-os-ubuntu-stable-jammy.sources
...

Vu le melange de depots dans tous les sens , je sais pas trop , maintenant que la MAN est realisée ce que ca va donner sur le long therme ...

supprime les 3 depots inutiles suivants :

cd /etc/apt/sources.list.d && sudo rm elementary-os-ubuntu-stable-jammy.sources *sane*; cd

pour qgis  il s  agit juste d ' editer le fichier et de remplacer dedans " jammy " par noble .

redonne ensuite :

sudo apt update

Dernière modification par iznobe (Le 06/12/2024, à 10:06)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#29 Le 06/12/2024, à 13:09

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Merci pour l'aide,

voici :

greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ sudo apt update
Atteint :1 http://mirrors.ircam.fr/pub/ubuntu/archive noble InRelease
Atteint :2 http://mirrors.ircam.fr/pub/ubuntu/archive noble-updates InRelease                                                                 
Atteint :3 http://mirrors.ircam.fr/pub/ubuntu/archive noble-security InRelease                                                                
Atteint :4 http://mirrors.ircam.fr/pub/ubuntu/archive noble-backports InRelease                                                               
Atteint :5 https://dl.winehq.org/wine-builds/ubuntu noble InRelease                                                                           
Réception de :6 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease [7532 B]                    
Réception de :7 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease [7468 B]
Réception de :8 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease [7462 B]
Réception de :9 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease [7461 B]
Réception de :10 https://debian.qgis.org/debian noble InRelease [3854 B]  
Réception de :11 https://debian.qgis.org/debian noble/main Sources [4637 B]
Réception de :12 https://debian.qgis.org/debian noble/main amd64 Packages [76,7 kB]
115 ko réceptionnés en 1s (175 ko/s) 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
26 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/apps/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/apps/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/infra/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'https://esm.ubuntu.com/infra/ubuntu'
greg@greg-NUC11TNKv7:/etc/apt/sources.list.d$ 

Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne

#30 Le 06/12/2024, à 15:41

iznobe

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

bon le retour de update est propre et correct hors mis la signature manquante du depot esm .

je sais pas trop comment faire avec ca , a part refaire la manip d ' inscription peut etre . mais c ' est pas ce qui est prioritaire .

maintenant il faudrait supprimer , tout ce qui a trait a l' imprimante et au scanner , puis reinstaller avec les depots officiels .

montre :

sudo apt remove -s simple-scan xsane
cd ~/Téléchargements && ls -l | grep brother

Dernière modification par iznobe (Le 06/12/2024, à 21:14)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#31 Le 06/12/2024, à 19:02

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

greg@greg-NUC11TNKv7:/$ sudo apt remove -s simplescan xsane
[sudo] Mot de passe de greg : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
E: Impossible de trouver le paquet simplescan
greg@greg-NUC11TNKv7:/$ 

et

greg@greg-NUC11TNKv7:/$ cd ~/Téléchargements && ls -l | grep brother
greg@greg-NUC11TNKv7:~/Téléchargements$ 

Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne

#32 Le 06/12/2024, à 19:31

ylag

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour,

Essayer avec simple-scan au lieu de simplescan ...

A+

Hors ligne

#33 Le 06/12/2024, à 19:44

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Et voici, (j'aurais du le savoir en plus !!)

greg@greg-NUC11TNKv7:~/Téléchargements$ sudo apt remove -s simple-scan xsane
[sudo] Mot de passe de greg : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  gimp-data libamd3 libbabl-0.1-0 libcamd3 libccolamd3 libcholmod5 libcolamd3 libgegl-0.4-0t64 libgegl-common libgimp2.0t64
  libimath-3-1-29t64 libopenexr-3-1-30 libsuitesparseconfig7 libumfpack6 xsane-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  simple-scan xsane
0 mis à jour, 0 nouvellement installés, 2 à enlever et 26 non mis à jour.
Remv simple-scan [46.0-0ubuntu2]
Remv xsane [0.999-12ubuntu4]
greg@greg-NUC11TNKv7:~/Téléchargements$ sudo apt autoremove 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
0 mis à jour, 0 nouvellement installés, 0 à enlever et 26 non mis à jour.
greg@greg-NUC11TNKv7:~/Téléchargements$ 

Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne

#34 Le 06/12/2024, à 21:15

iznobe

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

ok , donc tu n' as plus les packages brother pour desinstaller correctement dans ton dossier de telechargements .

desolé pour l' erreur de frappe .

ok , montre aussi :

dpkg -l | grep brother

retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#35 Le 06/12/2024, à 21:57

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Je viens du monde Windows, je pensais donc que je pouvais me débarrasser des paquets une fois que j'avais installé.

Sinon, voici le retour de la commande :

greg@greg-NUC11TNKv7:~$ dpkg -l brother
dpkg-query: aucun paquet ne correspond à brother
greg@greg-NUC11TNKv7:~$ 

Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne

#36 Le 08/12/2024, à 16:52

iznobe

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour , tu n' as pas taper la bonne commande .

D' ailleurs tu devrais plutot utiliser le copier coller .
la mienne :

dpkg -l | grep brother

celle que tu as tapé :

dpkg -l brother

Dernière modification par iznobe (Le 08/12/2024, à 16:53)


retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#37 Le 08/12/2024, à 20:44

Diplo95

Re : Scanner introuvable : Brother MFC-9140CDN branchée en réseau.

Bonjour,

désolé :

greg@greg-NUC11TNKv7:~$ dpkg -l | grep brother
ii  brother-udev-rule-type1                        1.0.2                                      all          Brother udev rule type 1
greg@greg-NUC11TNKv7:~$ 

Ubuntu 24.04 1 LTS - Intel Core i7 1185 - GNOME 46

Hors ligne