Ubuntu :: Running Scanner From Virtual Box - Not Supported By Sane

Nov 16, 2010

I have and old scanner, Canoscan 3200F, which is not supported by sane. It will not run in Wine, because there is no Sane support. Does anyone know if I was to install a Windows OS in Virtual Box would that enable me to run it or would I have the same problem as I have with Wine?

View 2 Replies


ADVERTISEMENT

Ubuntu :: LibUSB Not Available To Sane Find Scanner

Apr 21, 2011

I too have what looks like the same problem. I too have read all the relevant man pages and other relevant sites:
Supported devices [URL]
CanoScan LiDE 110 (the printer I've just bought) has "complete" support apparently.
Followed directions here: [URL]
Read: [URl]
Another story of purchasing a "complete"ly supported scanner. [URL]
The solution? Use windows xp in a vm.

I don't think much of that sort of solution. As a temporary work around... ok. I'm running debian lenny.

Code:
uname -r
provides:
2.6.26-2-686

Code:
lsusb
provides:
Bus 005 Device 002: ID 04a9:1909 Canon, Inc.

Code:
sane-find-scanner -v -f
provides:
libusb not available
# 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.
# SANE has been built without libusb support. This may be a reason
# for not detecting USB scanners. Read README for more details.

Code:
scanimage -L
provides:
device 'v4l:/dev/video0' is a Noname USB 2.0 Camera virtual device

Code:
dpkg-query -l '*libusb*'
clearly shows I have libusb installed:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
ii libusb-0.1-4 2:0.1.12-13 userspace USB programming library

View 2 Replies View Related

Fedora Hardware :: Sane - Does It See My Scanner Or Not?

Mar 28, 2010

I have a Genius CP-SF600 scanner. I have put the fimware in the necessary directory for the backend (/usr/share/sane/gt68xx), and what I run sane-find-scanner I get:

Code:
$ sane-find-scanner
# 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.
found USB scanner (vendor=0x0458, product=0x2021, chip=GT-6816?) at libusb:002:006
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# 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.

However, when I run scanimage -L I get:
Code:
$ scanimage -L
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). So sane sees the scanner, but then scanimage says it can't find any scanners. If I run scanimage -L as root it does seem to find the scanner.. so its a permissions problem somewhere.. I will keep investigating....

View 2 Replies View Related

Slackware :: Sane - After Upgrade To 1.0.22 Cannot Find Scanner

Mar 24, 2011

I have a Samsung SCX-4200. It was working pretty good with sane 1.0.21. I'm using slackware current, keeping updated (almost) every day. On the Mon Feb 28 update sane was updated to sane-1.0.22-i486-1. After that update xsane (as user) cannot find my scanner. I was able to find it running sane-find-scanner as root, but scanimage -L (as root) wasn't able to find the scanner. Now I have updated to the last sane package, named sane-1.0.22-i486-2 . In the changelog I can see that this rebuild should add libusb support.

In fact, now there's no way to find the scanner. And now also sane-find-scanner (as root) is no more able to detect the scanner, also running the command as root. I've tried running sane-find-scanner -v -v and scanimage -v -v -L but I can't get no useful hints. I have checked the sane configuration files but always seems good (the row with USB IDs is not commented in the backend file, which is xerox_mfp, and the backend is listed in dll.conf).

View 10 Replies View Related

Debian :: Sane - Share Epson Scanner Over Network

Apr 29, 2010

I have a debian server (squeezzy) amd 64, running with an epson BX-300f pluged to USB. And I want to share the scanner over my network. So let's do that, Intalled sane, sane utils, iscan, which I've downloaded from epson drivers and wich include epkowa drivers fro scanner to work..
after that I installed on my system (Ubuntu 9.10) xsane... on console I type:

root@bruno-laptop:/home/bruno# scanimage -L
*** glibc detected *** scanimage: free(): invalid pointer: 0x00be63d0 ***
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect
device 'v4l:/dev/video0' is a Noname HP Webcam virtual device
device 'net:192.168.0.254:gt68xx:libusb:001:035' is a unknown manufacturer unknown device -- use override to select flatbed scanner
device 'net:192.168.0.254:epkowa:usb:001:035' is a Epson Stylus BX300F/TX300F/NX300/ME Office 600F flatbed scanner
device 'net:192.168.0.254:epkowa:usb:001:035' is a Epson Stylus BX300F/TX300F/NX300/ME Office 600F flatbed scanner

I don't know why I find so much things, if i only have one scanner. Then I opened xsane and found the scanner over network. I chose the epson with epkowa drivers I try to scan something but it dont output nothing and sometimes it gives me "end of file reached". I can put whatever config files here if you want to, just ask. One time it worked fine.. but only half of an image...

View 1 Replies View Related

Debian Hardware :: Sane Scanner Only Detected By Root

Dec 6, 2010

I added myself to the scanner and saned groups, however scanimage -L only detects the device when run as superuser. I think this may be related to [URL].

root@icecream:/home/discord# scanimage -L
device 'epson2:/dev/sg0' is a Epson GT-9800 flatbed scanner
discord@icecream:~$ scanimage -L

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).

View 1 Replies View Related

Hardware :: HP CM 2320 FXI Scanner And Sane - No Device Detected

Mar 6, 2011

I have a problem here where sane no longer detects my scanner.

Code:
lsusb
reports
Bus 007 Device 002: ID 03f0:5b17 Hewlett-Packard

Code:
sane-find-scanner
reports:
found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x5b17 [HP Color LaserJet CM2320fxi MFP]) at libusb:007:002

Code:
scanimage -L
reports

No scanners were identified. xsane reports no devices detected (I have it in French, "Aucun p'rif'rique disponible"). I get the same when I launch xsane as root, so I doubt it is a usb-rules issue. It used to work; I checked /proc/bus/usb, but that is empty.

View 3 Replies View Related

Software :: Sane Device Information For Network Scanner?

Jul 22, 2011

OS: CentOS 5.6 yesterday i bought a new HP network printer/scanner (OfficeJet Pro 8500). It installed correctly using hplip drivers. I can print and scan without any problem, very nice and fast device. I did some research where the information where the device port is stored in sane, but cannot find anything. I tried to remove my old network device port for my Brother scanner, but did not find the config file where this information is stored. Neither /etc/sane.d/* nor ~/.sane/xsane/* contains this information.

View 14 Replies View Related

Slackware :: Getting Epson CX5000 Scanner Working With Sane?

Mar 30, 2010

I have been given an Epson CX5000 3-in-1 that I only want to use the scanner part of (I have a laser and hate buying ink). The scanner works, tested under windoze, but xsane and scanimage -L fail to find it. But, lsusb does:
$ /sbin/lsusb
Bus 001 Device 003: ID 04b8:082b Seiko Epson Corp. Stylus DX5050

I saw a post about it under ubuntu that you had to modify
/etc/udev/rules.d/45-libsane.rules
Which doesn't exist on my Slackware 13 install. I hope this Epson runs faster than my Canon FB630U, which takes almost a four minutes to scan a 5x6 photo and forget scanning an 8.5x11 page (go take a nap).

View 2 Replies View Related

Fedora Hardware :: Sane Drivers And A Scanjet HP4570 Scanner

Mar 21, 2011

I am having a problem with the Sane Drivers and a Scanjet HP4570 scanner. I have sane-backends-1.0.21-6.fc14 and I am running on x86_64 machine. Other info in my signature below. I have verified that the specific Scanner works as I have installed it on a Win Machine. I ran yum provides *libsane* . Results with respect to the hp5590 libs was --->

[Code]....

How to get the Scanner working, as I would expect it to work out of the box. It is one of the scanners that is completely supported, as per SANE web page info. I also have a hp3300c and it found that immediately.

View 7 Replies View Related

Software :: Sane Parport Canon N640P Scanner / Getting The Dialog 'No Devices Available'?

Apr 20, 2010

1. Unless root chmod's /dev/parport0 to include o+rw, a user running xsane just gets the dialog 'No devices available'. Should the canon_pp driver be installed as su root, perhaps? CUPS uses the same port for printing without problems. Which library or executable needs to have permissions changed to change to run as root?

2. The N640P has a printer output port built in. As I have only one parallel port, I piggy-back my printer through the scanner. This does not work for xsane in Copy mode: nothing prints until I close xsane and then all I get printed is a stream of binary characters, not an image. I guess the canon_pp driver is holding the port open in such a way that CUPS sees the device as being busy. Any ideas on how to combat that? I am a C programmer and quite happy to help by hacking the code, if I have a start point. It irritates me to have to boot the print server into WinXP just so scanning and copying work without fuss.

View 8 Replies View Related

Debian Hardware :: After Compiling SANE, "scanimage -L" Does Not Detect The Scanner?

Aug 5, 2010

I found someone who has a CanoScan 9000F (the new Canon flatbed scanner replacing the 8800F which is already supported in SANE 1.0.21), and managed to find out that it also uses the PIXMA protocol (the protocol used in the scanners for Canon's multi-function printer/copier/scanner devices of the PIXUS/PIXMA MP series (and other names depending on sales region).

Support for the scanner has therefore been added in the pixma backend. However, the initial tester is having trouble compiling and configuring SANE from source, so I am hoping there will be some people here who have access to this scanner and can try to help out as well.

After compiling SANE, if "scanimage -L" does not detect the scanner, probably "usb 0x04a9 0x1908" needs to be added to /etc/sane.d/pixma.conf and /usr/local/etc/sane.d/pixma.conf.

After that slow steps need to be taken to get support for the various resolutions, as this scanner as double the number of CCD rows as the 8800F, and can do double the resolution (up to 9600dpi) optically.

View 14 Replies View Related

OpenSUSE Hardware :: Scanadf (part Of Sane-frontends) / Rpm Of Sane-frontends?

May 22, 2011

Does anybody know where to find an rpm of sane-frontends?I want to use my auto-document-feed functionality on my scanner using scanadf, which is part of sane-frontends.Otherwise I'd also welcome alternative suggestions for scanadf.

I'm running Suse 11.2 and using a Brother DCP7065DN scanner/printer, which actually comes with stunning drivers and support for Linux.

View 2 Replies View Related

Ubuntu :: Canon MX320 Scanner Not Able To Get The XSane Image Scanner To Recognize Scanner?

Jul 11, 2010

I just received a Canon Pixma MX320 as a gift.

I am currently running the Ubuntu 10.04 OS

I was able to get the printer up and running by downloading the printer driver for debian linux (3.1) from the Canon site without any problems.

Unfortunately I am not having the same luck with the scanner.

I tried downloading ScanGear MP for Linux (deb) (1.3) from the same Canon site but have not yet been able to get the XSane Image Scanner to recognize this scanner driver for my Canon.

View 2 Replies View Related

Debian Configuration :: Apache Virtual Hosts And Ssl - Not Yet Supported

Mar 4, 2010

I'm having trouble implementing SSL on a AvantFax login screen. I've created the the certificates and keys and have them stored in /etc/apache2/ssl and I'm sort of stuck now. I've been following a guide but any changes to the conf files leads to errors. The system I'm using is Debian 5.0

[Code]...

View 2 Replies View Related

Hardware :: Scanner Not Recognized In Ubuntu Epson Stylus NX510 Printer/scanner?

Aug 15, 2010

I was able to get my Epson Stylus NX510 printer up and running (after much issue), but I can't get the scanner working. I'm on a laptop, and the printer/scanner is wifi enabled and broadcasts with its own IP address. I can print with no problem, but xsane and simple scan don't recognize the scanner. I'm running Ubuntu 10.04 Lucid Lynx.

View 7 Replies View Related

Ubuntu :: Canon FB 630P Scanner Driver / Can't Get System To Recognise The Scanner?

Dec 14, 2010

How to get this scanner to work with Ubuntu 10.10

It's connected and printer is working through the scanner.But i can't get the system to recognise the scanner.

I'm all new to Ubuntu, and i thought it was easy and terminal is a totally new thing to me.

Is there a workaround to get this scanner to work through graphical interface install, or is terminal wisdom needed...

View 3 Replies View Related

Ubuntu Installation :: Device Busy Using Image Scan - Reports Could Not Send Command To Scanner Check The Scanner Status

Apr 9, 2010

Have Karmic 9.10 ,Changed from Epson RX595 all in 1 (uses a ton of ink)Got the Lexmark Pro 805 3 in 1 because it says it supports Linux and the ink cartridge only cost $5 downloaded drivers and printer works but using Xsane Image Scanner error reports

'Lexmark_1_0_0:libsub/001/009': Device busy Using Image Scan - reports Could not send command to scanner Check the scanner status. The RX595's scanner drivers had to been manually instatlled,, in the Printer box the Lexmark shows available..

View 3 Replies View Related

Ubuntu :: XSane Image Scanner Won't Recognize Scanner?

Sep 7, 2010

I've installed XSane Image Scanner. When I first opened it, it searched for my scanner and didn't give any error messages, and it had my scanner model in the heading of the scan window. But when I hit the scan button, it gave me saying, "Failed to start scanner: error during device I/O.I closed everything, and opened XSane again. This time it said there was no scanner available. The scanner is plugged into the USB port and uses that for both power and data. It's a Canoscan Model N650U.

View 9 Replies View Related

Hardware :: Using Iscan By Epson CX9300F - Could Not Send Command To Scanner - Check Scanner's Status

Mar 17, 2010

After downloading and installing iscan and run it i see this message:

Could not send command to scanner. Check scanner's status.

After command sane-find-scanner:

And this message is result of scanimage command:

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).

View 4 Replies View Related

Hardware :: Getting Canon 8800F Scanner Working / No Other Scanner Found?

Sep 23, 2010

Recently got a Canon Canoscan 8800F after looking it up on the SANE site and said it was completely supported for Linux.

I have downloaded the pixma drivers and have compiled the command line program, but it can't find the scanner.

lsusb returns a Canon scanner Bus 001 Device 005: ID 04a9:1901 Canon, Inc.

and sane-find-scanner returns:found USB scanner (vendor=0x04a9 [Canon], product=0x1901 [CanoScan]) at libusb:001:005

but scanimage -L (under my user login or sudo) returns only the webcam. No other scanner found.

My system is running Linux Mint 7, ia64 kernel 2.6.28-11-generic

View 8 Replies View Related

Ubuntu Installation :: Virtual OS Not Running (VirtualBox)?

Aug 24, 2010

I have installed 'VirtualBox' on my lucid lynx and want to load the Microsoft XP OS. When I start the virtualization I get this message in the VirtualBox terminal---"Fatal: Could not read from the boot medium! System Halted."--- What could be the problem?

View 9 Replies View Related

Ubuntu Servers :: KVM - Deleted Virtual HD While VM Was Running

Oct 8, 2010

I've accidentally removed (rm -r) the ubuntu-kvm folder that stores the virtual partitions of my VM. The VM itself is still running. The machine is still accessible over the net (it is a webserver) but since there is no more virtual storage I guess there is no way to regain its contents. Are there any steps I can do to regain the machine? I guess if I just reinstall the machine by means of vmbuilder all newly created discs will be more or less blank.

View 3 Replies View Related

Ubuntu :: Running Virtual Machine Remotly?

Dec 13, 2010

from a local machine i connect to the remote via the terminal:$ ssh -X john@192.168.1.248 VirtualBoxthe vb dialog box appears with the list of the virtual machines on the left hand side, just as if i was runing it locally, but when i try and start one of the machines it crashes the connection!why dose it crash the connection and what can i do to make this work?

View 1 Replies View Related

Ubuntu :: Running MS Office In A Virtual Machine?

Jan 21, 2011

I am getting seriously tired of running MS Office in a virtual machine. It's been about 18 months since I tried running in on Wine, so I just checked out WineHQ and CodeWeavers and apparently usability hasn't improved at all.

I keep trying to use OpenOffice but whenever I open PowerPoint presentations they are always kind of messed up. This week, somebody sent me an MS Word file for printing labels for a mail merge and the label template file opened up blank. Anybody else have any brilliant work arounds or am I still stuck with my MS Office VirtualBox!! It's really hard to believe that its 2011 and Linux is still missing a world-class Office Suite...

View 3 Replies View Related

Debian Hardware :: Scanner HP M1319f MFP / Cant Use The Scanner?

Oct 22, 2010

my scanner used to work in lenny, now im using squeeze fresh install.

i intall hplip with synaptic in order to setup my scanner, printer is working, i dont need the fax, but the scanner is not working with xsane.

normal user and sudo see the scanner with

$ scanimage -L
device `hpaio:/usb/HP_LaserJet_M1319f_MFP?serial=N830003' is a Hewlett-Packard HP_LaserJet_M1319f_MFP all-in-one
$ sudo scanimage -L
device `hpaio:/usb/HP_LaserJet_M1319f_MFP?serial=N830003' is a Hewlett-Packard HP_LaserJet_M1319f_MFP all-in-one
code....

i know my user is in group lp and scanner root cant use the scannner either.

View 1 Replies View Related

General :: Ubuntu - Running A Virtual Machine On Windows 7?

Jun 5, 2010

I want to do two things: Set up a virtual machine on Windows 7 to run Ubuntu Set up a way for the virtual machine to read the windows disk or windows to have read/write access to the virtual machine's disk. My goal is to have a place where both Ubuntu and Windows can read and write. What software is good for this task? Are their free programs that can run virtual machines? Also if my machine is running Windows 7 64-bit, can I install Ubuntu 32-bit? Or am I forced to use Ubuntu 64-bit? Or does it not matter?

View 1 Replies View Related

Ubuntu :: Virtual Box Suddenly Running Slow / Is This Normal?

Sep 24, 2010

I have a VM setup in VirtualBox of Win XP. This VM has been setup for well over 4 years.

All of a sudden today, the VM started running very slow. I checked the task manager in Windows, nothing eating up PCU or memory there. I then ran htop. Attached is what I saw. There are many repeat processes with different PIDs.
Is this normal?

View 7 Replies View Related

Ubuntu Security :: Secure Running On Windows Virtual PC ?

Sep 25, 2010

I wanted to know if I install Ubuntu on my virtual PC on Windows 7 is it just as secure?

If I have a keylogger or some spyware will that affect the session I have running on the Virtual PC? Can they still steal my passwords?

View 8 Replies View Related

Ubuntu :: Running Windows Xp In Virtual Machine Gives Bsod?

Dec 18, 2010

i just finished successfully installing a virtual machine and windows xp. the windows setup finished no errors, but now when i try to boot up it gives me the blue screen of death (see attachment). after the bsod it just reboots.

note: in the screenshot it doesn't look blue but it is. i couldn't pause it so then it would show blue so it ended up black.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved