Can anyone give me advice about what I can do to diagnose this problem?
(commands to run... debugging flags to turn on... log files to scour,
etc.).  Does anybody have an idea what "Invalid argument" might possibly
mean?   I'm dyin' here :)

On Sun, 2006-09-17 at 19:51 -0400, Tzadik Vanderhoof wrote:

> I have a Brother MFC 210C on Ubuntu Dapper which I installed
> using http://ubuntuforums.org/showthread.php?t=105703 . 
> Everything was working great (both printing and scanning
> using xsane) but somehow the scanning has stopped working. 
> I tried uninstalling things and reinstalling, but nothing
> has changed.
> 
> What happens is: xsane starts fine (which indicates that the
> scanner is recognized OK), but when I click on Scan, I get
> "Failed to start scanner: Invalid argument".  Any ideas?
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060918/6fef467d/attachment.html
From olaf.meeuwis...@avasys.jp  Mon Sep 18 23:57:36 2006
From: olaf.meeuwis...@avasys.jp (Olaf Meeuwissen)
Date: Tue Sep 19 00:11:28 2006
Subject: [sane-devel] (no subject)
In-Reply-To: <1158299043.20335.1.camel@msa-desktop>
        (ma.aaander...@xtra.co.nz's message of "Fri, 15 Sep 2006 17:44:03
        +1200")
References: <1158299043.20335.1.camel@msa-desktop>
Message-ID: <87odtcu3rj....@geek.avasys.jp>

markanderson <ma.aaander...@xtra.co.nz> writes:

> how do i fix this email me at msax...@hotmail.com thanks mark

Perfer to keep this on list.

> root@msa-desktop:/home/msa# make
> [snip]
> making all in tools
> make[1]: Entering directory `/home/msa/tools'
> gcc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I. 
> -I/home/msa/Desktop/sane-backends-1.0.1 8/tools -I../include 
> -I/home/msa/Desktop/sane-backends-1.0.18/include -D_REENTRANT  
> -I/usr/include/gphoto2   -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d    
> -DPATH_S ANE_DATA_DIR=/usr/local/share     -DPATH_SANE_LOCK_DIR=           
> -DV_MAJOR=1 -DV_ MINOR=0 ../backend/umax_pp_low.c -o ../backend/umax_pp_low.o 
> \
>           -DBACKEND_NAME=umax_pp_low
> gcc: ../backend/umax_pp_low.c: No such file or directory
> gcc: no input files
> make[1]: *** [../backend/umax_pp_low.o] Error 1
> make[1]: Leaving directory `/home/msa/tools'
> make: *** [all-recursive] Error 1
> root@msa-desktop:/home/msa#

Looks like you have the source tarball unpacked in
/home/msa/Desktop/sane-backends-1.0.18 (as per include flag) and build
in /home/msa.  Are your sources there as well?  Maybe you are doing a
VPATH build (./configure --srcdir=Desktop/sane-backends-1.0.18)?  I'm
not sure this is supported.

  $ cd /home/mas/Desktop/sane-backends-1.0.18
  $ ./configure
  $ make

should do the trick.

Hope this helps,
-- 
Olaf Meeuwissen                          EPSON AVASYS Corporation, SE1
FSF Associate Member #1962           sign up at http://member.fsf.org/
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!       -- I hack, therefore I am --               LPIC-2

Reply via email to