tech:notes_scanner_sane
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_scanner_sane [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_scanner_sane [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes scanner sane | ||
| + | |||
| + | Voir simple-scan, | ||
| + | |||
| + | |||
| + | ~~~bash | ||
| + | apt-get install simple-scan | ||
| + | ~~~ | ||
| + | |||
| + | ## Pb | ||
| + | |||
| + | ### Pb 1 | ||
| + | |||
| + | ~~~ | ||
| + | # lsusb | grep -i scanner | ||
| + | Bus 002 Device 004: ID 07b3:0413 Plustek, Inc. OpticSlim 1200 Scanner | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | # sane-find-scanner | ||
| + | |||
| + | # sane-find-scanner will now attempt to detect your scanner. If the | ||
| + | # result is different from what you expected, first make sure your | ||
| + | # scanner is powered up and properly connected to your computer. | ||
| + | |||
| + | # No SCSI scanners found. If you expected something different, make sure that | ||
| + | # you have loaded a kernel SCSI driver for your SCSI adapter. | ||
| + | |||
| + | could not fetch string descriptor: Pipe error | ||
| + | could not fetch string descriptor: Pipe error | ||
| + | found USB scanner (vendor=0x07b3, | ||
| + | # Your USB scanner was (probably) detected. It may or may not be supported by | ||
| + | # SANE. Try scanimage -L and read the backend' | ||
| + | |||
| + | # Not checking for parallel port scanners. | ||
| + | |||
| + | # Most Scanners connected to the parallel port or other proprietary ports | ||
| + | # can't be detected by this program. | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | # scanimage -L | ||
| + | device `gt68xx: | ||
| + | ~~~ | ||
| + | |||
| + | ### Solution | ||
| + | |||
| + | Source https:// | ||
| + | |||
| + | ~~~bash | ||
| + | wget https:// | ||
| + | mkdir / | ||
| + | cp cism216.fw / | ||
| + | chmod -R a=rwX / | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | cp -p / | ||
| + | vim / | ||
| + | ~~~ | ||
| + | |||
| + | Il faut ajouter les lignes suivantes : | ||
| + | ~~~ | ||
| + | override " | ||
| + | firmware "/ | ||
| + | ~~~ | ||
| + | |||
| + | Ça doit ressembler à | ||
| + | `/ | ||
| + | ~~~ | ||
| + | ############################################################################## | ||
| + | # Autodetect Plustek OpticSlim 1200 | ||
| + | usb 0x07b3 0x0413 | ||
| + | override " | ||
| + | firmware "/ | ||
| + | ~~~ | ||
| + | |||
| + | ### Pb 2 | ||
| + | |||
| + | ~~~ | ||
| + | $ scanimage -L | ||
| + | device `escl: | ||
| + | device `hpaio:/ | ||
| + | |||
| + | $ scanimage -T -d escl: | ||
| + | Output format is not set, using pnm as a default. | ||
| + | scanimage: open of device escl: | ||
| + | |||
| + | $ scanimage -T -d ' | ||
| + | Output format is not set, using pnm as a default. | ||
| + | scanimage: open of device hpaio:/ | ||
| + | ~~~ | ||
| + | |||
| + | #### Solution | ||
| + | |||
| + | ~~~bash | ||
| + | sudo systemctl disable --now ipp-usb.service | ||
| + | sudo systemctl mask ipp-usb.service | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | |||
