plustek: Thread: Plustek driver


[<<] [<] Page 2 of 2 [>] [>>]
Subject: Plustek driver
From: Sébastien ####@####.####
Date: 4 Jul 2002 23:10:25 -0000
Message-Id: <200207050050.30611.smiguet@iht.tu-darmstadt.de>

Hi!

I've got exactly the same problem,
but with Linux Suse 8.0 .

http://www.mostang.com/pipermail/sane-devel/2001-December/001759.html

So, how did you solve it?
I didn't find the answer to this previous link

I've installed my scanner on Linux Suse 7.3; this was working,
but now, it doesn't work anymore!
(I removed all the old version of sane and xsane,
but when I try to reinstall it, I've this problem too.)

---------------------------------------------------
wgc231:/data1/Softwares/sane/sane-backends-1.0.8/backend/plustek_driver # make 
load
/sbin/modprobe pt_drv || exit 1
Note: /etc/modules.conf is more recent than 
/lib/modules/2.4.18-4GB/modules.dep
Note: /etc/modules.conf is more recent than 
/lib/modules/2.4.18-4GB/modules.dep
/lib/modules/2.4.18-4GB/misc/pt_drv.o: init_module: Success
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters
/lib/modules/2.4.18-4GB/misc/pt_drv.o: insmod 
/lib/modules/2.4.18-4GB/misc/pt_drv.o failed
/lib/modules/2.4.18-4GB/misc/pt_drv.o: insmod pt_drv failed
make: *** [load] Error 1


-- 
 __________________________
/       ___ ___ _  _       \
|      / __\ _ \ \/ |       |
|      \__ \ __/ \/ |       |
|      \___/___/_||_|       |
####@####.####
|     ICQ # 1047 00 968     |
\__________________________/
+ 49 61 51 16 44 72 (Büro)
Institut für Halbleitertechnik (IHT)
  --  TU Darmstadt  --



Subject: Re: Plustek driver
From: "Jaeger, Gerhard" ####@####.####
Date: 5 Jul 2002 14:57:44 -0000
Message-Id: <17QUJN-2El67EC@fmrl05.sul.t-online.com>

On Friday, 5. July 2002 00:56, Sébastien Miguet wrote:
> Hi!
>
> I've got exactly the same problem,
> but with Linux Suse 8.0 .
>
> http://www.mostang.com/pipermail/sane-devel/2001-December/001759.html
>
> So, how did you solve it?
> I didn't find the answer to this previous link
>
> I've installed my scanner on Linux Suse 7.3; this was working,
> but now, it doesn't work anymore!
> (I removed all the old version of sane and xsane,
> but when I try to reinstall it, I've this problem too.)
>
> ---------------------------------------------------
> wgc231:/data1/Softwares/sane/sane-backends-1.0.8/backend/plustek_driver #
> make load
> /sbin/modprobe pt_drv || exit 1
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.4.18-4GB/modules.dep
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.4.18-4GB/modules.dep
> /lib/modules/2.4.18-4GB/misc/pt_drv.o: init_module: Success
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters
> /lib/modules/2.4.18-4GB/misc/pt_drv.o: insmod
> /lib/modules/2.4.18-4GB/misc/pt_drv.o failed
> /lib/modules/2.4.18-4GB/misc/pt_drv.o: insmod pt_drv failed
> make: *** [load] Error 1

Hi,

according to the mail you refer to, I sent Dave the following advice:

>Dave the problem seems to be, that your scanner isn't recognized!
>I that case, the driver won't be loaded.
>sane-find-scanner won't work with parallel-port devices, it only
>address usb and scsi devices.
>You might enable the debug messages in the driver
>(uncomment the line debug=y in the Makefile) then load again
>and send the output of dmesg to the list!
>What else can you do:
>You can play around with the BIOS settings, make sure to have EPP
>or if that doesn't work SPP enabled.
>You might need to disable the IEEE1284 functionality of hte parport
>module in the kernel configuration, as this sometimes interferes with
>the ASIC inside the Plustek scanner...

The general advice here is to disable ECP mode in BIOS!

Hope this helps again
  Gerhard

-------------------------
gerhard AT gjaeger DOT de
Subject: Plustek driver
From: Tim Flagg ####@####.####
Date: 12 Aug 2002 23:43:38 -0000
Message-Id: <Pine.LNX.4.44.0208121624460.28999-100000@summer.flaggzone.com>

Hi,

The plustek linux driver for the Epson 1250 is very helpful so I can
use the scanner without firing up the microsoft box.  Whew.

I noticed one small error that could cause problems with other people
trying to install it.  In the "Plustek-USB.txt" file it tells
the user to put the vendor and product id into the /etc/modules.conf
file and lists the vendor and product id as:

   EPSON
   =====
   Vendor ID: 0x048
   
   Product ID       Device-description and status  
   0x010F           EPSON Perfection 1250/Photo - mostly working 

But the Vendor ID is actually "0x4b8", not "0x048"

The above is from the file:
    plustek-sane-0_42_9.tar.gz. 

Anyway, thanks for making this available!

Tim

Subject: Re: Plustek driver
From: "Jaeger, Gerhard" ####@####.####
Date: 13 Aug 2002 07:42:44 -0000
Message-Id: <17eW5i-0YBq1gC@fmrl07.sul.t-online.com>

Thank you for this report, I'll fix it
Gerhard

On Tuesday, 13. August 2002 01:29, Tim Flagg wrote:
> Hi,
>
> The plustek linux driver for the Epson 1250 is very helpful so I can
> use the scanner without firing up the microsoft box.  Whew.
>
> I noticed one small error that could cause problems with other people
> trying to install it.  In the "Plustek-USB.txt" file it tells
> the user to put the vendor and product id into the /etc/modules.conf
> file and lists the vendor and product id as:
>
>    EPSON
>    =====
>    Vendor ID: 0x048
>
>    Product ID       Device-description and status
>    0x010F           EPSON Perfection 1250/Photo - mostly working
>
> But the Vendor ID is actually "0x4b8", not "0x048"
>
> The above is from the file:
>     plustek-sane-0_42_9.tar.gz.
>
> Anyway, thanks for making this available!
>
> Tim
Subject: plustek driver
From: "David Nelson" ####@####.####
Date: 18 Sep 2003 22:43:41 -0000
Message-Id: <Law11-F59pPFR6sKBEr00009b1a@hotmail.com>

Hello,
I am not currently using linux, but I plan to install very soon.  One of my 
major concerns is my scanner, a CanoScan N656U, will not work correctly.  I 
had RedHat Linux 8.0 Installed a while a go with SANE and I downloaded the 
plustek driver.  My computer could not get any response from the scanner.  
Is there something I'm doing wrong? Or, is there a website I could view, 
helping me configure the plustek driver?  Also, I am pretty new to linux but 
I know simple commands like ./Configure, I have installed a few things 
before.
Any help appreciated!
Thanks,
Dave F Nelson

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

[<<] [<] Page 2 of 2 [>] [>>]


Powered by ezmlm-browse 0.20.