There's a closed pull request on the void-packages repository [WIP] New package: sane-frontends-1.0.14 https://github.com/void-linux/void-packages/pull/20341 Description: Stuff works, but throws errors: ``` $ scanadf --help Usage: scanadf [OPTION]... Start image acquisition on a scanner device and write image data to output files. [ -d | --device-name ] use a given scanner device. [ -h | --help ] display this help message and exit. [ -L | --list-devices ] show available scanner devices. [ -v | --verbose ] give even more status messages. [ -V | --version ] print version information. [ -N | --no-overwrite ] don't overwrite existing files. [ -o | --output-file ] name of file to write image data (%d replacement in output file name). [ -S | --scan-script ] name of script to run after every scan. [ --script-wait ] wait for scripts to finish before exit [ -s | --start-count ] page count of first scanned image. [ -e | --end-count ] last page number to scan. [ -r | --raw ] write raw image data to file. scanadf: setting of option --br-x failed (Invalid argument) Speicherzugriffsfehler ``` ``` $ LC_ALL=C scanadf -L device `v4l:/dev/video0' is a Noname Integrated Webcam: Integrated W virtual device device `pixma:MB2300_192.168.2.150' is a CANON Canon MAXIFY MB2300 Series multi-function peripheral Speicherzugriffsfehler ```