[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-10-06 Thread davidandrews
I had followed the steps in post #8 with no success. Everything went as
planned with no errors.

sane-find-scanner did see the scanner, but scanimage -L did not.

Any tips? Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/123441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-10-06 Thread davidandrews
sane-find-scanner gives me this output:

found USB scanner (vendor=0x04a9 [Canon], product=0x2229 [CanoScan],
chip=GL845) at libusb:001:007

running scanimage -L gives me:

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/123441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-06-11 Thread Launchpad Bug Tracker
[Expired for sane-frontends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-frontends (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/123441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-06-11 Thread Launchpad Bug Tracker
[Expired for simple-scan (Ubuntu) because there has been no activity for
60 days.]

** Changed in: simple-scan (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/123441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-04-12 Thread Raphael Finkel
 Raphael Finkel, does the modified steps found in the original post below
 work for you?

I don't know.  It will be some time before I can get around to trying
it.  

Raphael

 
 1) You need some usb libraries, so, in a terminal type:
 
 sudo apt-get install libusb-dev build-essential
 
 2) To get the sane backends from git you need git-core. If you don't
 already have it, type this (also in a terminal):
 
 sudo apt-get install git-core
 
 3) Now use the git that was just installed to get the sane backends
 using the following command:
 
 git clone git://git.debian.org/sane/sane-backends.git
 
 That downloads the backends and puts them in a folder called sane-
 backends in your home folder.
 
 4) Change directory into the new sane-backends folder and compile them:
 
 cd sane-backends
 
 ./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var
 
 make --- this one takes a while
 
 sudo make install
 
 Now everything is installed, but you still won't be able to scan (except
 as root) until you set up some permissions.
 
 5) You need to edit a file, but you need to be root to edit it, so:
 
 sudo gedit /lib/udev/rules.d/40-libsane.rules
 
 and add the following 2 lines:
 
 # Canon CanoScan 
 ATTRS{idVendor}==04a9, ATTRS{idProduct}==2229, ENV{libsane_matched}=yes
 
 save the file, exit gedit, exit terminal, reboot, and...
 
 http://ubuntuforums.org/showpost.php?s=91f00a5a92962456276915021e3da42ap=9167803postcount=9
 
 ** Changed in: sane-frontends (Ubuntu)
Status: Confirmed = Incomplete
 
 -- 
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/123441
 
 Title:
   Scanner CanoScan 8600F not detected
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/sane-frontends/+bug/123441/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-04-11 Thread rusivi2
Raphael Finkel, does this work for you via Simple Scan?

** Also affects: simple-scan (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: simple-scan (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-04-11 Thread rusivi2
Raphael Finkel, does the modified steps found in the original post below
work for you?

1) You need some usb libraries, so, in a terminal type:

sudo apt-get install libusb-dev build-essential

2) To get the sane backends from git you need git-core. If you don't
already have it, type this (also in a terminal):

sudo apt-get install git-core

3) Now use the git that was just installed to get the sane backends
using the following command:

git clone git://git.debian.org/sane/sane-backends.git

That downloads the backends and puts them in a folder called sane-
backends in your home folder.

4) Change directory into the new sane-backends folder and compile them:

cd sane-backends

./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var

make --- this one takes a while

sudo make install

Now everything is installed, but you still won't be able to scan (except
as root) until you set up some permissions.

5) You need to edit a file, but you need to be root to edit it, so:

sudo gedit /lib/udev/rules.d/40-libsane.rules

and add the following 2 lines:

# Canon CanoScan 
ATTRS{idVendor}==04a9, ATTRS{idProduct}==2229, ENV{libsane_matched}=yes

save the file, exit gedit, exit terminal, reboot, and...

http://ubuntuforums.org/showpost.php?s=91f00a5a92962456276915021e3da42ap=9167803postcount=9

** Changed in: sane-frontends (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-04-01 Thread Tog
Ubuntu 10.10 - (64-bit), sane still does not detect Canoscan 8600F

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2011-03-25 Thread Chauncellor
Just reporting that the scanner still does not have support from SANE as
of Maverick and Natty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123441

Title:
  Scanner CanoScan 8600F not detected

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2010-09-16 Thread rusivi1
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I noticed that the package version your bugging is
updated in Lucid. Please update via http://releases.ubuntu.com/lucid/
repost a detailed error report, and update the bug status. Thanks!

** Changed in: sane-frontends (Ubuntu)
   Status: New = Incomplete

-- 
Scanner CanoScan 8600F not detected
https://bugs.launchpad.net/bugs/123441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 123441] Re: Scanner CanoScan 8600F not detected

2010-09-16 Thread Bill Yiannakos
Tested everything from scratch, after upgrading to Ubuntu 10.04. Bug
still insists, scanner is found by sane-find-scanner but it is not
supported by sane backends.

1. Output of sane-find-scanner:
found USB scanner (vendor=0x04a9, product=0x2229, chip=GL843?) at libusb:002:005

2. Output of scanimage-L:
o scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).


** Changed in: sane-frontends (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Scanner CanoScan 8600F not detected
https://bugs.launchpad.net/bugs/123441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2010-02-08 Thread Bill Yiannakos
Still not working under Ubuntu 9.10

-- 
Scanner CanoScan 8600F not detected
https://bugs.launchpad.net/bugs/123441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123441] Re: Scanner CanoScan 8600F not detected

2008-05-27 Thread Bill Yiannakos
I have the same scanner and it is not working under Ubuntu 8.04. Is
there any solution to this bug?

-- 
Scanner CanoScan 8600F not detected
https://bugs.launchpad.net/bugs/123441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs