Skip to content

Instantly share code, notes, and snippets.

@dcvezzani
Last active October 4, 2016 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcvezzani/6293f7f20b7b70df24cb78115ad164d2 to your computer and use it in GitHub Desktop.
Save dcvezzani/6293f7f20b7b70df24cb78115ad164d2 to your computer and use it in GitHub Desktop.

Scanner Driver Issue On Mac

For some reason, my Neat scanner is not working properly, specifically the driver doesn't seem to be starting up properly. I probably need to reboot my computer and it will be good. But in the mean time...

Open /Library/Image Capture/Devices

pasted_image_10_4_16__3_38_pm

Show package contents for NeatScannersICDriver

pasted_image_10_4_16__3_44_pm

Fireup the executible.

If the scanner stops working

  1. turn off scanner power
  2. unplug usb from scanner
  3. shut down neat
  4. kill driver if it's still running
  5. start up neat
  6. turn on scanner power
  7. plug in usb
  8. start up neat
  9. fire up driver again

These steps might be simplified to

  1. unplug usb
  2. kill driver
  3. plug in usb
  4. fire up driver again

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment