LinuxMint 与扫描仪通信失败(Error communicating with scanner)

在Linux Mint系统中使用自带的“文档扫描仪”应用时,可能提示“扫描仪通信失败”,无法扫描文件。

要解决这个问题,在终端中执行

1
2
sudo systemctl stop saned saned.socket
sudo systemctl start saned.socket

即可