Using Canon LIde 700F with xane over USBUSB 2.0 device (scanner) does not work with xhci_hcd on USB 3.0 systemHow to spoof a USB device's Product and Vendor ID?Canon CanoScan LiDE 25 Ubuntu 14.04 lts Failed to ScanCanoScan LiDE 120 on Ubuntu 16.04: Scan completely blackCanon i-Sensys MF231 scannerBrother issues, printer works but scanner is not recognizedScanner Not detected by Simple Scan
Rational Number RNG
Which Datasheet applies to the ATmega328p?
Are these 2 resistors in parallel?
How can I increase the rate of regeneration in humans without the possibility of tumors developing?
Is Bcrypt a hashing algorithm or is my study material wrong?
Define a range using a formula
How are hillsides farmed?
What happened to the SEV instruction on the 6502?
What is the difference between democracy and ochlocracy?
Why does hairspray work as an adhesive for ABS?
Is there a name for the phenomenon of false positives counterintuitively outstripping true positives
My professor has no direction
Why are one-word titles so dominant in books, film, and games?
Trying to draw a circle with nodes
Can someone interview their sibling?
My cat gets angry and scared at me if I stand
Is there a high level reason why the inverse square law of gravitation yields periodic orbits without precession?
What can I use for input conversion instead of scanf?
If 120 experts in 12 different fields were sent back 10,000 years, could they recreate the 21 century in 100 years?
Why does hashing public keys not actually provide any quantum resistance?
LeetCode 65: Valid Number (Python)
Can a company prevent a co-author of a paper to put his name on it?
How are astronauts in the ISS protected from electric shock?
How to delete music as it's being played
Using Canon LIde 700F with xane over USB
USB 2.0 device (scanner) does not work with xhci_hcd on USB 3.0 systemHow to spoof a USB device's Product and Vendor ID?Canon CanoScan LiDE 25 Ubuntu 14.04 lts Failed to ScanCanoScan LiDE 120 on Ubuntu 16.04: Scan completely blackCanon i-Sensys MF231 scannerBrother issues, printer works but scanner is not recognizedScanner Not detected by Simple Scan
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I know, I know, I should have never gotten a Canon to connect to a Linux box...
But the SANE supported-scanners doc said that the CanoScan 700F is supported "Good". I took that to mean that it can scan at all but the highest res setting (9600 dpi).
But I haven't been able to actually scan anything except a low res preview.
I can see in /var/log/kern.log that the kernel sees it:
Jan 23 20:30:22 morpheus kernel: [269901.872029] usb 1-2: new high-speed USB device number 14 using ehci_hcd
Jan 23 20:30:22 morpheus kernel: [269902.005556] usb 1-2: New USB device found, idVendor=04a9, idProduct=1907
Jan 23 20:30:22 morpheus kernel: [269902.005564] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 23 20:30:22 morpheus kernel: [269902.005569] usb 1-2: Product: CanoScan
Jan 23 20:30:22 morpheus kernel: [269902.005573] usb 1-2: Manufacturer: Canon
This usually works:
$ sudo sane-find-scanner
[sudo] password for xxx:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04a9, product=0x1907) at libusb:001:014
This works only sometimes:
$ sudo scanimage -Lv
No scanners were identified. If you were expecting something different, ...
And when xsane does find the scanner and I try to scan something, it clicks a little, then just hangs.
Does anyone have experience getting this device to work on some version of LInux or should I just send it back and get an HP scanner?
usb canon sane xsane
add a comment
|
I know, I know, I should have never gotten a Canon to connect to a Linux box...
But the SANE supported-scanners doc said that the CanoScan 700F is supported "Good". I took that to mean that it can scan at all but the highest res setting (9600 dpi).
But I haven't been able to actually scan anything except a low res preview.
I can see in /var/log/kern.log that the kernel sees it:
Jan 23 20:30:22 morpheus kernel: [269901.872029] usb 1-2: new high-speed USB device number 14 using ehci_hcd
Jan 23 20:30:22 morpheus kernel: [269902.005556] usb 1-2: New USB device found, idVendor=04a9, idProduct=1907
Jan 23 20:30:22 morpheus kernel: [269902.005564] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 23 20:30:22 morpheus kernel: [269902.005569] usb 1-2: Product: CanoScan
Jan 23 20:30:22 morpheus kernel: [269902.005573] usb 1-2: Manufacturer: Canon
This usually works:
$ sudo sane-find-scanner
[sudo] password for xxx:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04a9, product=0x1907) at libusb:001:014
This works only sometimes:
$ sudo scanimage -Lv
No scanners were identified. If you were expecting something different, ...
And when xsane does find the scanner and I try to scan something, it clicks a little, then just hangs.
Does anyone have experience getting this device to work on some version of LInux or should I just send it back and get an HP scanner?
usb canon sane xsane
1
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20
add a comment
|
I know, I know, I should have never gotten a Canon to connect to a Linux box...
But the SANE supported-scanners doc said that the CanoScan 700F is supported "Good". I took that to mean that it can scan at all but the highest res setting (9600 dpi).
But I haven't been able to actually scan anything except a low res preview.
I can see in /var/log/kern.log that the kernel sees it:
Jan 23 20:30:22 morpheus kernel: [269901.872029] usb 1-2: new high-speed USB device number 14 using ehci_hcd
Jan 23 20:30:22 morpheus kernel: [269902.005556] usb 1-2: New USB device found, idVendor=04a9, idProduct=1907
Jan 23 20:30:22 morpheus kernel: [269902.005564] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 23 20:30:22 morpheus kernel: [269902.005569] usb 1-2: Product: CanoScan
Jan 23 20:30:22 morpheus kernel: [269902.005573] usb 1-2: Manufacturer: Canon
This usually works:
$ sudo sane-find-scanner
[sudo] password for xxx:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04a9, product=0x1907) at libusb:001:014
This works only sometimes:
$ sudo scanimage -Lv
No scanners were identified. If you were expecting something different, ...
And when xsane does find the scanner and I try to scan something, it clicks a little, then just hangs.
Does anyone have experience getting this device to work on some version of LInux or should I just send it back and get an HP scanner?
usb canon sane xsane
I know, I know, I should have never gotten a Canon to connect to a Linux box...
But the SANE supported-scanners doc said that the CanoScan 700F is supported "Good". I took that to mean that it can scan at all but the highest res setting (9600 dpi).
But I haven't been able to actually scan anything except a low res preview.
I can see in /var/log/kern.log that the kernel sees it:
Jan 23 20:30:22 morpheus kernel: [269901.872029] usb 1-2: new high-speed USB device number 14 using ehci_hcd
Jan 23 20:30:22 morpheus kernel: [269902.005556] usb 1-2: New USB device found, idVendor=04a9, idProduct=1907
Jan 23 20:30:22 morpheus kernel: [269902.005564] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 23 20:30:22 morpheus kernel: [269902.005569] usb 1-2: Product: CanoScan
Jan 23 20:30:22 morpheus kernel: [269902.005573] usb 1-2: Manufacturer: Canon
This usually works:
$ sudo sane-find-scanner
[sudo] password for xxx:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04a9, product=0x1907) at libusb:001:014
This works only sometimes:
$ sudo scanimage -Lv
No scanners were identified. If you were expecting something different, ...
And when xsane does find the scanner and I try to scan something, it clicks a little, then just hangs.
Does anyone have experience getting this device to work on some version of LInux or should I just send it back and get an HP scanner?
usb canon sane xsane
usb canon sane xsane
asked Jan 24 '13 at 2:49
Lawrence I. SidenLawrence I. Siden
1702 silver badges10 bronze badges
1702 silver badges10 bronze badges
1
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20
add a comment
|
1
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20
1
1
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20
add a comment
|
1 Answer
1
active
oldest
votes
Canon Lide 700F runs plug and play under Ubuntu 13.10 (both 32bit and 64bit versions). I just use "Simple Scan" (not many features but it works with the basic ones). Thanks to the guys who helped with that.
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
add a comment
|
protected by Community♦ Apr 23 '14 at 18:41
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Canon Lide 700F runs plug and play under Ubuntu 13.10 (both 32bit and 64bit versions). I just use "Simple Scan" (not many features but it works with the basic ones). Thanks to the guys who helped with that.
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
add a comment
|
Canon Lide 700F runs plug and play under Ubuntu 13.10 (both 32bit and 64bit versions). I just use "Simple Scan" (not many features but it works with the basic ones). Thanks to the guys who helped with that.
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
add a comment
|
Canon Lide 700F runs plug and play under Ubuntu 13.10 (both 32bit and 64bit versions). I just use "Simple Scan" (not many features but it works with the basic ones). Thanks to the guys who helped with that.
Canon Lide 700F runs plug and play under Ubuntu 13.10 (both 32bit and 64bit versions). I just use "Simple Scan" (not many features but it works with the basic ones). Thanks to the guys who helped with that.
answered Jan 11 '14 at 18:33
user234619user234619
1
1
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
add a comment
|
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
Thanks. Since I upgraded to Ubunto 13.10, all is working well. :)
– Lawrence I. Siden
Jan 12 '14 at 20:21
add a comment
|
protected by Community♦ Apr 23 '14 at 18:41
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
Got the same problem here with my Canon LIDE 30. That scanner used to work flawlessly under 12.04. Under 14.04 sane-find-scanner says: found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan]) at libusb:003:003 but scanimage -L says: No scanners were identified. If you were expecting something different,... What to do?
– PaulS
Apr 23 '14 at 17:20