#26 Le 29/12/2024, à 23:07
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
je suppose :
sudo cat /etc/cups/cupsd.conf
Hors ligne
#27 Le 29/12/2024, à 23:09
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
L'imprimante ne fonctionne pas. Le message d'erreur reste le même : "Bien qu'une imprimante soit signalée comme partagée, ce serveur d’impression n'exporte aucune imprimante vers le réseau"
Hors ligne
#28 Le 29/12/2024, à 23:09
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
julien@julien-Aspire-V3-771:~$ sudo cat /etc/cups/cupsd.conf
LogLevel warn
PageLogFormat
MaxLogSize 0
# Allow remote access
Port 631
Listen /run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseLocalProtocols dnssd
DefaultAuthType Basic
WebInterface Yes
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin>
Order allow,deny
</Location>
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
<Location /admin/log>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
<Policy default>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
<Limit Create-Job Print-Job Print-URI Validate-Job>
Order deny,allow
</Limit>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
<Policy authenticated>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
<Limit Create-Job Print-Job Print-URI Validate-Job>
AuthType Default
Order deny,allow
</Limit>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
<Policy kerberos>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
<Limit Create-Job Print-Job Print-URI Validate-Job>
AuthType Negotiate
Order deny,allow
</Limit>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Negotiate
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
AuthType Negotiate
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
julien@julien-Aspire-V3-771:~$
Hors ligne
#29 Le 29/12/2024, à 23:24
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
J'ai comparé avec mon fichier, je ne vois pas de différence notables.
bon ok on arrive pas à la partager en réseu, peut être un problème du pilote ou des fonctionnaliés propres de l'imprimante. mais ça n'empêche pas d'imprimer en local.
ca fait quoi qu'en tu lances une impression en local ?
Hors ligne
#30 Le 29/12/2024, à 23:28
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
le partage c'est ici et c'est bon :
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
</Location>
et dans cups mais tu as coché la bonne case , donc reste le pilote
Hors ligne
#31 Le 29/12/2024, à 23:32
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
L'impression ne démarre pas. Erreur d'impression : il y a un problème lors du traitement du document.
Hors ligne
#32 Le 29/12/2024, à 23:33
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Sur CUPs, il est précisé dans état : Inoccupée - "cfFilterChain: ghostscript (PID 28735) exited with no errors."
Hors ligne
#34 Le 29/12/2024, à 23:39
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
je vois qu'il y a du hplip ?
apt policy hplip*
Hors ligne
#35 Le 29/12/2024, à 23:41
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
julien@julien-Aspire-V3-771:~$ apt policy hplip*
hplip-ppds:
Installé : (aucun)
Candidat : (aucun)
Table de version :
hplip-doc:
Installé : (aucun)
Candidat : 3.23.12+dfsg0-0ubuntu5
Table de version :
3.23.12+dfsg0-0ubuntu5 500
500 http://fr.archive.ubuntu.com/ubuntu noble/main amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu noble/main i386 Packages
hplip-gui:
Installé : (aucun)
Candidat : 3.23.12+dfsg0-0ubuntu5
Table de version :
3.23.12+dfsg0-0ubuntu5 500
500 http://fr.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu noble/universe i386 Packages
hplip:
Installé : 3.23.12+dfsg0-0ubuntu5
Candidat : 3.23.12+dfsg0-0ubuntu5
Table de version :
*** 3.23.12+dfsg0-0ubuntu5 500
500 http://fr.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
hplip-cups:
Installé : (aucun)
Candidat : (aucun)
Table de version :
hplip-data:
Installé : 3.23.12+dfsg0-0ubuntu5
Candidat : 3.23.12+dfsg0-0ubuntu5
Table de version :
*** 3.23.12+dfsg0-0ubuntu5 500
500 http://fr.archive.ubuntu.com/ubuntu noble/main amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu noble/main i386 Packages
100 /var/lib/dpkg/status
Hors ligne
#36 Le 29/12/2024, à 23:44
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Pour : "cfFilterChain: ghostscript (PID 28735) exited with no errors.
apt policy ghostscript
Hors ligne
#37 Le 29/12/2024, à 23:46
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
julien@julien-Aspire-V3-771:~$ apt policy ghostscript
ghostscript:
Installé : 10.02.1~dfsg1-0ubuntu7.4
Candidat : 10.02.1~dfsg1-0ubuntu7.4
Table de version :
*** 10.02.1~dfsg1-0ubuntu7.4 500
500 http://fr.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
100 /var/lib/dpkg/status
10.02.1~dfsg1-0ubuntu7 500
500 http://fr.archive.ubuntu.com/ubuntu noble/main amd64 Packages
Hors ligne
#38 Le 29/12/2024, à 23:48
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
C'est bon :
hplip:
Installé : 3.23.12+dfsg0-0ubuntu5
Candidat : 3.23.12+dfsg0-0ubuntu5
hplip-data:
Installé : 3.23.12+dfsg0-0ubuntu5
Candidat : 3.23.12+dfsg0-0ubuntu5
Hors ligne
#39 Le 29/12/2024, à 23:49
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
C'est bon aussi "ghostscript"
Hors ligne
#40 Le 29/12/2024, à 23:49
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Je n'arrive toujours pas à lancer le script.
Hors ligne
#41 Le 29/12/2024, à 23:50
- julien88
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Mes yeux se ferment. Je vais me coucher. Bonne nuit.
Hors ligne
#42 Le 29/12/2024, à 23:51
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Bon ben , il faut trouver un autre moyen d'installer , pour le moment , je donne mon joker !
Hors ligne
#43 Le 29/12/2024, à 23:53
- iznobe
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
y a t il aussi une imprimante HP connecté a cet ordi ?
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#44 Le 29/12/2024, à 23:57
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
c'est une Dell B1165nfw Mono MFP , mais je soupçonne du hp derrière
Hors ligne
#45 Le 30/12/2024, à 00:02
- iznobe
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
oui , enfin , parfois le plus simple est le meilleur : https://www.dell.com/support/home/fr-fr … fw/drivers
Ajouter Dell B1165nfw Mono MFP à la liste de téléchargement
Dell B1165nfw Mono MFP
Recommandé Pilotes pour le déploiement de systèmes d'exploitation 17 May 2013
VersionA00
Type de téléchargementPilote
Nom du fichierB1165nfw_Linux_v0.92_Driver.tar.gz
Taille du fichier30.25 MB
DescriptionLinux Driver
Afficher les détails complets sur le pilote
Dernière modification par iznobe (Le 30/12/2024, à 00:03)
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#46 Le 30/12/2024, à 00:04
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Et oui, mais le script ne fonctionne pas chez lui , j'ai essayé chez moi pas de problème.
Donc , on est dans l'impasse !
Hors ligne
#47 Le 30/12/2024, à 00:08
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
Il a bien lancé en sudo, donc comme il faut , mais comme il la lancé plusieurs fois je me demande s'il ne devrait pas faire un
sudo ./uninstall.sh
Puis réessayer
sudo ./install.sh
Hors ligne
#48 Le 30/12/2024, à 00:11
- iznobe
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
je n' ai pas vu le retour , c ' est quoi l' erreur " qui ne fonctionne pas " ... ?
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#50 Le 30/12/2024, à 00:19
- tycooon
Re : [RESOLU] : Reconnaissance imprimante Dell B1165nfw Mono MFP impossible
comme on ouvre une interface graphique, je me demande si la piste n'est pas de ce coté à chercher l'erreur
Dernière modification par tycooon (Le 30/12/2024, à 00:20)
Hors ligne