Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Document Scanner
Document Scanner
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • Document ScannerDocument Scanner
  • Issues
  • #94

Closed
Open
Opened Mar 17, 2019 by Anthony M@atma

Pressing "Multiple Pages from Flatbed" button on Brother MFC-L3770CDW, scan only first page

The issue seems to be that Brother's Linux drivers, at least mine, expect you to only scan once on the flatbed before it ends the job. The app gscan2pdf has a workaround for this described as

"Some Brother scanners report "out of documents", despite scanning from flatbed. This can be worked around by ticking the box "Force new scan job between pages"."

Indeed, if I do simplescan --debug and try to scan multiple pages from the flatbed, it quits after the first page with this message:

[+28.56s] DEBUG: scanner.vala:1241: sane_start (page=1, pass=0) -> SANE_STATUS_NO_DOCS

[+28.56s] CRITICAL: page_finish: assertion 'self != NULL' failed

[+28.56s] DEBUG: scanner.vala:1214: sane_cancel ()

The delay set in Preferences doesn't matter. Maybe a similar workaround could be implemented here?

Edited Dec 20, 2019 by Bartosz
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/simple-scan#94