In writing that I tested it on 3 Ubuntu boxes - all 11.10.  One worked without the reboot, the others didn't.    <br><br>No messing with permissions on any box.<br><br>I don't know why, I assumed that sane was reading the config at start up, but from your responce I don't think so.  <br>

<br>Should I change it to "if it doesn't work, reboot"?  <br><br>Is their a better solution?<br><br>---<br>Steven Santos<br>Director<br>Simply Circus, Inc.<br>86 Los Angeles Street<br>Newton, MA 02458<br><br>

P: 617-527-0667<br>F: 617-934-1870<br>E: Steven@SimplyCircus.com<br>
<br><br><div class="gmail_quote">On Wed, Mar 21, 2012 at 4:16 PM, m. allan noah <span dir="ltr"><<a href="mailto:kitno455@gmail.com">kitno455@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

It should not be required to reboot the machine. Just restart your<br>
frontend application. Unless, you had to mess with device permissions<br>
via udev or hal (or whatever). Those sometimes require a reboot.<br>
<br>
allan<br>
<div><div></div><div class="h5"><br>
On Wed, Mar 21, 2012 at 4:07 PM, Steven Santos <<a href="mailto:Steven@simplycircus.com">Steven@simplycircus.com</a>> wrote:<br>
> (first version did not include the usb connection...)<br>
><br>
><br>
> I am not a coder, but I hope my notes make it easier for others to get this<br>
> working.  Many thanks to<br>
> Reinhold Kainhofer for both developing this backend, and for pointing me in<br>
> the right direction for fixing my problem!<br>
><br>
> I am now working on getting saned to work, and export this scanner to other<br>
> clients on the network.  I am specifically hoping that it will work with<br>
> older versions of SANE (CentOS 6.2 uses version 1.0.21).  If that works, I<br>
> will add those notes to this, as well as adding notes on getting this model<br>
> working with CUPS for both color and black and white printing.<br>
><br>
><br>
><br>
><br>
> HOW-TO: SANE and the Konica Minolta Magicolor 1690MF on Ubuntu<br>
><br>
> Step 1: Ensure that you have at least version 1.0.22 of sane installed<br>
><br>
> If you don't know what version of sane you are running, run this command<br>
> from a terminal:<br>
><br>
>> scanuser@sane:~$  scanimage -V<br>
><br>
><br>
> You should see something like this as a result:<br>
><br>
>> scanimage (sane-backends) 1.0.22; backend version 1.0.22<br>
><br>
><br>
> (hint: it should already be installed on Ubuntu 11.04 and higher.  If it<br>
> reads 1.0.21, you do not have the magicolor back end, and need to upgrade to<br>
> a newer version of ubuntu).<br>
><br>
> Step 2: Enable the Magicolor back end<br>
><br>
> Edit the file /etc/sane.d/dll.conf by running the following command:<br>
><br>
>> sudo gedit /etc/sane.d/dll.conf<br>
><br>
><br>
> Within that file, change the line that reads<br>
><br>
>> #magicolor<br>
><br>
><br>
> to<br>
><br>
>> magicolor<br>
><br>
><br>
> and save the file.  Note: if the magicolor line does not have a hash #, you<br>
> do not need to edit anything.<br>
><br>
><br>
> Step 3: Tell the Magicolor back end where to find the network scanner<br>
><br>
> While sane will try and autodetect the scanner on the network, you will<br>
> likely need to specify the IP address of the scanner.  To do that, open a<br>
> terminal and run the command:<br>
><br>
>> sudo gedit /etc/sane.d/magicolor.conf<br>
><br>
><br>
> After the line that reads<br>
><br>
>> net autodiscovery<br>
><br>
><br>
> you need to add a line with the word "net" and IP address of your Magicolor<br>
> 1690MF scanner.  That line should look like this:<br>
><br>
>> net 192.168.0.15<br>
><br>
><br>
> (make sure to change the address to match that of your scanner)<br>
> Now that you have added the IP address of your scanner, save the file.<br>
><br>
><br>
> Step 4: Tell the Magicolor back end where to find the USB scanner<br>
><br>
> With the 1690MF plugged into your computer via a USB cable, run the command:<br>
><br>
><br>
>> sane-find-scanner<br>
><br>
><br>
> the output of that command will look something like this:<br>
><br>
>>   # sane-find-scanner will now attempt to detect your scanner. If the<br>
>>   # result is different from what you expected, first make sure your<br>
>>   # scanner is powered up and properly connected to your computer.<br>
>><br>
>>   # No SCSI scanners found. If you expected something different, make sure<br>
>> that<br>
>>   # you have loaded a kernel SCSI driver for your SCSI adapter.<br>
>><br>
>> found USB scanner (vendor=0x132b [KONICA MINOLTA], product=0x2089 [KONICA<br>
>> MINOLTA magicolor 1690MF scan]) at libusb:001:003<br>
>>   # Your USB scanner was (probably) detected. It may or may not be<br>
>> supported by<br>
>>   # SANE. Try scanimage -L and read the backend's manpage.<br>
>><br>
>>   # Not checking for parallel port scanners.<br>
>><br>
>>   # Most Scanners connected to the parallel port or other proprietary<br>
>> ports<br>
>>   # can't be detected by this program.<br>
><br>
><br>
> You can ignore everything that starts with a hash tag, but the important<br>
> part is this line:<br>
><br>
>> found USB scanner (vendor=0x132b [KONICA MINOLTA], product=0x2089 [KONICA<br>
>> MINOLTA magicolor 1690MF scan]) at libusb:001:003<br>
><br>
><br>
> We need to add those two values to the Magicolor back end.  to do that, fire<br>
> up gedit as root:<br>
><br>
>> sudo gedit /etc/sane.d/magicolor.conf<br>
><br>
><br>
> Find the line that reads:<br>
><br>
>> usb<br>
><br>
><br>
> and after it  add a line with the word "usb" followed by the vendor number<br>
> and the product number.  That line should look like this:<br>
><br>
>> usb 0x132b 0x2089<br>
><br>
><br>
> After you have added that line, save the file.<br>
><br>
> Step 5: Reboot the machine<br>
><br>
><br>
> Next, reboot the machine (devs, can we get sane to reread the changes<br>
> without restarting the box?  If so, what is the command?)<br>
><br>
><br>
> Step 6: Test your new scanner<br>
><br>
><br>
> After the reboot, open a terminal window and run the command<br>
><br>
>> xsane<br>
><br>
><br>
> You should now have a working interface to your  Konica Minolta Magicolor<br>
> 1690MF.<br>
><br>
><br>
> ---<br>
> Steven Santos<br>
> Director<br>
> Simply Circus, Inc.<br>
> 86 Los Angeles Street<br>
> Newton, MA 02458<br>
><br>
> P: <a href="tel:617-527-0667" value="+16175270667">617-527-0667</a><br>
> F: <a href="tel:617-934-1870" value="+16179341870">617-934-1870</a><br>
> E: Steven@SimplyCircus.com<br>
><br>
</div></div>> --<br>
> sane-devel mailing list: <a href="mailto:sane-devel@lists.alioth.debian.org">sane-devel@lists.alioth.debian.org</a><br>
> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel</a><br>
> Unsubscribe: Send mail with subject "unsubscribe your_password"<br>
>             to <a href="mailto:sane-devel-request@lists.alioth.debian.org">sane-devel-request@lists.alioth.debian.org</a><br>
<font color="#888888"><br>
<br>
<br>
--<br>
"The truth is an offense, but not a sin"<br>
<br>
</font></blockquote></div><br>