How to Install SANE Network Scanning on nixOS Latest

SANE (Scanner Access Now Easy) is a popular open-source software that provides a network interface for scanners. This tutorial will guide you through the installation process of SANE Network Scanning on nixOS Latest.

Prerequisites

Before proceeding with the installation of SANE Network Scanning, make sure that your system has the following requirements fulfilled:

Step 1 - Updating Packages

The first step to installing SANE Network Scanning is updating the system packages. You can do that by running the following command:

sudo nixos-rebuild switch

Step 2 - Installing SANE Network Scanning

Once the system packages are updated, you can proceed to install SANE Network Scanning. You can do that by running the following command:

sudo nix-env -i sane-backends

This command will install the required dependencies and packages for SANE Network Scanning.

Step 3 - Configuring SANE

After the installation of SANE Network Scanning, you need to configure it to recognize and work with your scanner device. The configuration file for SANE is located at /etc/sane.d/saned.conf. You can edit this file by running the following command:

sudo nano /etc/sane.d/saned.conf

In this file, you need to specify the IP address of your scanner device. You can do that by adding the following line at the end of the file:

192.168.0.100 # Replace with your scanner's IP Address

After adding the IP address, save and close the file.

Step 4 - Starting SANE Service

Now that the configuration is done, you need to start the SANE service. You can do that by running the following command:

sudo systemctl start saned.service

This command will start the SANE Network Scanning service.

Step 5 - Testing SANE Network Scanning

To test if SANE Network Scanning is working correctly, you can run the following command:

scanimage -L

This command will list all the scanner devices that are recognized by SANE Network Scanning. If your scanner device is correctly configured, you should see it listed here.

Conclusion

Congratulations! You have successfully installed and configured SANE Network Scanning on nixOS Latest. With this software, you can now scan documents/images from your scanner over the network. You can now enjoy the benefits of having a scanner that can be accessed from any network-connected device.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!