Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Have cannon printer MG 3600 series. In libre officer writer, click on insert, media, scan, select source. Window goes dark and the correct printer comes up. The only button that works is cancel. Click on buttons OK, about device, create preview or scan, nothing happens.
Thanks
Does this happen with every image you are attempting to insert in your document, with only a certain image format (*.jpg, *.gif, etc.), or with one specific image?
What is the size of the image, both the dimensions and the disk size of the file?
What is the disk size of the document file?
Can you print the document without the image having been inserted?
Also, your narrative of events is extremely terse. Personally, I would find it easier to follow if the steps you telescoped so tightly together were written in more of a narrative fashion.
Does the MG3600 scan properly when using a standalone scanning application (eg simple-scan, xsane...)? I'm just wanting to clarify if it's a SANE issue or specifically LO-related.
How do you connect to the scanner?
If it is a network connection and you have a firewall in place, then you may need to adjust your firewall rules. Consider "TCP / UDP 8612 - Canon BJNP port for scanning" from https://support.usa.canon.com/kb/ind...t&id=ART109227
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,647
Rep:
I use Simple scan to scan in my picture which I then save to a relevant folder in my home directory.
I then insert the image from the folder into my Libre Office document. It works!
Do you have a stand alone scan application,and if so, does it work? I reckon if you don't have one installed you're just left with a printer and no scanner software.
This what I get. And don't know how to run in root.
# 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 open USB device 0x1d6b/0x0003 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x0bda/0x0153 at 001:004: Access denied (insufficient permissions)
could not open USB device 0x3938/0x1032 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc52b at 001:002: Access denied (insufficient permissions)
could not open USB device 0x04a9/0x178a at 001:006: Access denied (insufficient permissions)
could not open USB device 0x0bda/0xb008 at 001:005: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
Last edited by Fred33435; 08-11-2017 at 05:00 PM.
Reason: adding
Further to allend's reply, the output shows that you don't have read/write access to the device. For USB-connected scanners the user needs to be a member of a particular group eg the 'lp' group. Some distros use the 'scanner' group. This is governed by udev rules which flag the device as a scanner and set the device ownership.
Based on the output for the scanner device you provided, can check the group ownership with
Code:
ls -l /dev/bus/usb/001/006
Anyway, once you've taken care of adding the user to the appropriate group you should find that you can scan successfully.
Yes, using the Canon proprietary driver and standalone scangearmp application may be the only option here for this model. It's not a SANE driver, so can't be used with the usual SANE front-ends.
Can't download scangear mp All the ones for linux say 3.20-1-deb. tar-gz is not a debian package. Trying to download open office to see if that will work. Thanks
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.