I'm sorry, I tried many things but without success, and could use some help. I have a Canon i-Sensys MF645Cx multifunction printer / scanner connected via my home LAN. Printing worked out-of-the-box, now I wanted to use the scanner.
I installed from the Canon webpage
- UFR II/UFRII LT Printer Driver for Linux V5.10 (printer is not shown on registration, I added the printer and its IP-address for "socket")
- CQue driver "deb"
I played around with ufw firewall rules e.g.
% sudo ufw status
Status: active
To Action From
-- ------ ----
8610/udp ALLOW Anywhere
8612/udp ALLOW Anywhere
8610/udp (v6) ALLOW Anywhere (v6)
8612/udp (v6) ALLOW Anywhere (v6)
and tried to edit /etc/sane.d/pixma.conf, with either line added
bjnp://192.168.2.100
mfnp://192.168.2.100
but when I start xsane (e.g. with the mfnp line activated), I get
% xsane
[bjnp] udp_command: ERROR - no data received (timeout = 1000)
[bjnp] bjnp_init_device_structure: Cannot read mac address, skipping this scanner
[bjnp] udp_command: ERROR - no data received (timeout = 1000)
[bjnp] add_scanner: ERROR - Cannot read scanner make & model: bjnp://192.168.2.100:8612/timeout=1000
I also tried https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git
sudo add-apt-repository ppa:rolfbensch/sane-git
sudo apt-get update
but that didn't change anything.
I also added myself to the groups scanner and saned according to https://wiki.ubuntuusers.de/Scanner/#Hardware, without success.
Any ideas how I can get the the scanner working? Thanks a lot!