-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bridge for TWAIN scanner: Image Capture → SaneNetScanner → localhost/saned → Scanner #13
Comments
I'm sill running SaneNetScanner on a 10.11 installation without any problems. To your actual question: I'm not completely sure whether this would work. Without testing it I would guess, bonjour might be in your war. (As it advertises the scanner, but by default ignores scanners it advertises when showing them). But no way of being sure, so give it a try :) |
Sounds great, I'll give it a try. The installation routine hasn't changed, right? Compile Xcode project, and copy SaneNetScanner.app into |
The installation stayed the same. |
After toying around with your tool for a couple of hours, I am afraid I still didn't get it to scan properly. Here is what I tried:
According to the NSLogger log, SaneNetScanner successfully opens the connection and queries the scanner's parameters. However, I have a feeling that it fails somewhere in there because it throws a fair amount of "Failed get <SaneOption: … Invalid argument" errors. This happens both in the case that the scanner is directly connected to my Mac (the desired scenario) but also when it's connected to my Linux machine. A manual Would you mind taking a look at my log file? Thank you very much! |
Sad to hear that it does not work. Please follow the following steps to produce more debug output:
You should see additional log output in the terminal now. (If not, it may end up in the system log accessible via the Console app) |
I am happy to report that I finally got SaneNetScanner running under 10.11. Turns out that I needed to disable Currently, this bridge via the saned server to a local device might in fact be the only solution to get TWAIN scanners to show up in recent versions of OS X, after Apple decided to remove Image Capture's TwainBridge.app device in 10.8 or so. Two features I haven't quite gotten to work yet:
|
The resolution list is empty because |
Looks like this branch is getting a little advanced for mere mortals who just want to get their scanner fixed ;) |
Hi there,
I am curious, if this project could solve my problem: I have got an older Canon CanoScan LiDE 35 scanner which I managed to get working under 10.11 El Capitan with the sane-backend. Now I am able to performs scans from the command line with
scanimage
and friends. This works fine but just isn't the greatest experience in the world since there is no GUI to configure a scan job.Now I am wondering, if I could use SaneNetScanner to connect to the local
saned
daemon on my Mac, which handles the scan and reports it back to SaneNetScanner/Image Capture. Does anyone have experience with such a setup? Does SaneNetScanner still run under 10.11 at all?Thanks a lot!
The text was updated successfully, but these errors were encountered: