(Courriels de diversion: <presentez@orthographieraient-interviendrions.com> <abuserais@cingleront-desires.com> <pauperisons@renseignant-reelirions.com> <ressassait@ânonnent-necessaire.com> <humecterait@flouerais-illusionnes.com> <inversaient@contribuons-entravait.com> <racheterent@crasse-vissais.com> <confrontez@croquiez-deferente.com> <denicheras@petarader-predilections.com> <mi-voix@thesauriserais-absente.com> )


bon, je rappelle et je précise
brother hl-720 et mandrake 6.1.
J'ai réinstaller ghosscript et depuis, j'ai plus le message "ghostscript not
installed" au lancement de printtool
sur les conseils d'un ami qui se reconnaîtra ici, je suis allé voir un site web
où j'ai trouvé ça:
Brother  HL-720
BW  Laser  600x600
Perfectly  PCL  ljet4
Postscript option.
Refill: cartridge, drum unit
This entry has not yet been proofread.
PDQ-O-Matic automated PDQ driver declaration generator.
Driver: Ghostscript: -sDEVICE=hl7x0 # (600x600 BW)
Driver: Postscript: -sDEVICE=hl7x0 -r300x300 # (300x300 BW)
Driver: Ghostscript: -sDEVICE=ljet4 -r600x600 # (600x600 BW)
Driver: Postscript: # (600x600 BW) with postscript option
Driver: Ghostscript: -sDEVICE=hl7x0 # (600x600 BW)
No autoprobe info - Please add using Ed Printer link!


Brother  HL-720
BW  Laser  600x600
Perfectly  Proprietary   hl7x0
Driver appears in gs distributions > 5.10. 
Gs will drive it at 6ppm.
Note: printer doesn't print plain text.
Refill: toner cartridge, drum
This entry has not yet been proofread.
PDQ-O-Matic automated PDQ driver declaration generator.
Driver: Ghostscript: -sDEVICE=hl7x0 # (600x600 BW)
Driver: Postscript: -sDEVICE=hl7x0 -r300x300 # (300x300 BW)
Driver: Ghostscript: -sDEVICE=ljet4 -r600x600 # (600x600 BW)
Driver: Postscript: # (600x600 BW) with postscript option
Driver: Ghostscript: -sDEVICE=hl7x0 # (600x600 BW)
Autoprobe info present.

avec printtool, quand je lance le teste directement sur le port, rien ne se
passe. Mais pour les autres tests (postscript et ASCII) mon imprimante allume
sa diode rouge "Alarm"

sur le site précedemment cité, il y avait les sources d'un driver (en
attachement) sais je ne sais pas comment m'en servir.

Bon, avec tout ça, on va y arriver non??
@+
driver "pdq-o-matic-Brother-HL-720-48575" {
  # Note that the version number (48575) of this driver is not
  # from a sequence; rather, when the database contents have changed
  # the number will simply be a different "random" number.

  help "This Brother HL-720 PDQ driver was generated automatically
        by pdq-o-matic.cgi from information in the Printing HOWTO's
        compatibility database.  For more information on this driver
        please see the HOWTO's Brother HL-720 database entry at 
        http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=63584"

  requires "gs"
  # We also need the ljet4 driver, but that test is nontrivial.

  option {
    var = "DRIVERNUM"
    desc = "Available Brother HL-720 drivers"
    choice "DRIVER1" {
      value = "DRIVER1"
      desc = "600x600 BW"
      help = ""
    }
    choice "DRIVER2" {
      value = "DRIVER2"
      desc = "300x300 BW"
      help = ""
    }
    choice "DRIVER3" {
      value = "DRIVER3"
      desc = "600x600 BW"
      help = ""
    }
    choice "DRIVER4" {
      value = "DRIVER4"
      desc = "600x600 BW"
      help = "with postscript option"
    }
    choice "DRIVER5" {
      value = "DRIVER5"
      desc = "600x600 BW"
      help = ""
    }
  }

  language_driver ps {
    filetype_regx = "postscript"
    convert_exec {
      case "$DRIVERNUM" in
        DRIVER1)
          gs -sDEVICE=hl7x0 \
             -q -dBATCH -dSAFER -dNOPAUSE \
             -sOutputFile=$OUTPUT $INPUT
          ;;
        DRIVER2)
          cat $INPUT \
          | -sDEVICE=hl7x0 -r300x300 
>  $OUTPUT
          ;;
        DRIVER3)
          gs -sDEVICE=ljet4 -r600x600 \
             -q -dBATCH -dSAFER -dNOPAUSE \
             -sOutputFile=$OUTPUT $INPUT
          ;;
        DRIVER4)
          # Do nothing, ps printer!
          # Oddly, we are not listed as a Postscript printer ?!
          cp $INPUT $OUTPUT
          ;;
        DRIVER5)
          gs -sDEVICE=hl7x0 \
             -q -dBATCH -dSAFER -dNOPAUSE \
             -sOutputFile=$OUTPUT $INPUT
          ;;
      esac
    }
  }

  language_driver text {
    # We can print ascii; you just need todos or any lf->crlf filter here
  }
}
---------------------------------------------------------------------
Aide sur la liste: <URL:mailto:linux-31-help@savage.iut-blagnac.fr>Le CULTe sur le web: <URL:http://savage.iut-blagnac.fr/>