Glad to hear that! On Tue, Dec 9, 2025 at 3:37 PM Ralf Mardorf <[email protected]> wrote:
> I haven't tested scanning with Linux yet, but printing works. To check if the scanner is detected, use the following commands: ``` $ pacman -Qo scanimage /usr/bin/scanimage is owned by sane 1.4.0-1 $ scanimage -L ``` Once the scanner is detected, you can perform a scan with this command (replace <scanner url> with the URL from the previous command's output, e.g., escl:usb://printer): ``` $ scanimage -d <scanner url> --source ADF --resolution 600 --format pdf --output test.pdf ``` Best, M.
