In Kubuntu 15.10 I dont get my scanner up & running anymore.
It is a multifunctional scanner/printer/fax.
In previous versions I always used this procedure
- cd to the directory where you downloaded the drivers
- sudo dpkg -i --force-all brscan4-0.4.1-3.i386.deb (install scanner driver)
- dpkg -l | grep Brother (check if the driver is effectively installed)
- brsaneconfig4 -a name=brother9970 model=MFC-9970CDW ip=192.168.1.200
To change the scanner IP adres, do the following
- sudo kate /usr/local/Brother/sane/brsanenetdevice4.cfg and change the IP adress
- sudo saned restart (restart the sane deamon to activate the new settings)
sudo service saned restart in newer Ubuntu versions
When I start a scan program now (gscan2 pdf or another one) I get the message that there is no device found.
I can ping the scanner/printer, and I can print also.
When I try to restart saned, I get this (never seen this in previous buntu versions)
marc@marcHP8470:~$ sudo service saned restart
[sudo] password for marc:
Failed to restart saned.service: Unit saned.service is masked.
marc@marcHP8470:~$ systemctl status saned
● saned.service
Loaded: masked (/dev/null)
Active: inactive (dead)
marc@marcHP8470:~$ sudo systemctl unmask saned
marc@marcHP8470:~$ sudo service saned restart
Failed to restart saned.service: Unit saned.service is masked.
When I run brsaneconfig, It tells me that the scanner is already registered
I had to fire up my work laptop and use Windows to get some documents scanned
It is a multifunctional scanner/printer/fax.
In previous versions I always used this procedure
- cd to the directory where you downloaded the drivers
- sudo dpkg -i --force-all brscan4-0.4.1-3.i386.deb (install scanner driver)
- dpkg -l | grep Brother (check if the driver is effectively installed)
- brsaneconfig4 -a name=brother9970 model=MFC-9970CDW ip=192.168.1.200
To change the scanner IP adres, do the following
- sudo kate /usr/local/Brother/sane/brsanenetdevice4.cfg and change the IP adress
- sudo saned restart (restart the sane deamon to activate the new settings)
sudo service saned restart in newer Ubuntu versions
When I start a scan program now (gscan2 pdf or another one) I get the message that there is no device found.
I can ping the scanner/printer, and I can print also.
When I try to restart saned, I get this (never seen this in previous buntu versions)
marc@marcHP8470:~$ sudo service saned restart
[sudo] password for marc:
Failed to restart saned.service: Unit saned.service is masked.
marc@marcHP8470:~$ systemctl status saned
● saned.service
Loaded: masked (/dev/null)
Active: inactive (dead)
marc@marcHP8470:~$ sudo systemctl unmask saned
marc@marcHP8470:~$ sudo service saned restart
Failed to restart saned.service: Unit saned.service is masked.
When I run brsaneconfig, It tells me that the scanner is already registered
I had to fire up my work laptop and use Windows to get some documents scanned
Comment