Re: [sane-devel] Canonscan N 650U LIDE Scanner does not scan but makes terrible noise AGAIN !

2014-07-22 Thread Gerhard Jäger
Hi,

On Monday 21 July 2014 09:21:29 Winni wrote:
 Hi,
 
 with the ubuntu 14.04 release again I have to suffer the terrible noise 
 of my Canonscan N 650U LIDE Scanner.
 
 I downloaded sane-backends-1.0.24.tar.gz 
 https://alioth.debian.org/frs/download.php/file/3958/sane-backends-1.0.24.tar.gz
 *
 +++
 
 plustek-usbdevs.c*
 
 /** Canon N650U/N656U */
 static HWDef Hw0x04A9_0x2206 =
 {
  0.76,   /* dMaxMotorSpeed*/
  0.243,  /* dMaxMoveSpeed */
 
 I tried 0,80 but also same problem.

you tried 

 
 ../configure \
   --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info
   --with-lockdir=/var/lock/sane
 
 
 
 export SANE_DEBUG_PLUSTEK=5
 
 scanimage -l
 [sanei_debug] Setting debug level of plustek to 5.
 [plustek] Plustek backend V0.52-10, part of sane-backends 1.0.23

... but you failed - because you are still using the older backend - 1.0.23
[...]

Seems you have not installed 1.0.24.

- Gerhard

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org


Re: [sane-devel] Canonscan N 650U LIDE Scanner does not scan but makes terrible noise AGAIN !

2014-07-22 Thread Gernot Hassenpflug
Hello Winni,
You should read the linux README included with the SANE source, to
show you how to compile.
Then you can avoid making such a mistake as trying to write into your
system directories.

Regards,
Gernot Hassenpflug


On Tue, Jul 22, 2014 at 4:38 PM, Gerhard Jäger gerh...@gjaeger.de wrote:
 Hi,

 On Monday 21 July 2014 09:21:29 Winni wrote:
 Hi,

 with the ubuntu 14.04 release again I have to suffer the terrible noise
 of my Canonscan N 650U LIDE Scanner.

 I downloaded sane-backends-1.0.24.tar.gz
 https://alioth.debian.org/frs/download.php/file/3958/sane-backends-1.0.24.tar.gz
 *
 +++

 plustek-usbdevs.c*

 /** Canon N650U/N656U */
 static HWDef Hw0x04A9_0x2206 =
 {
  0.76,   /* dMaxMotorSpeed*/
  0.243,  /* dMaxMoveSpeed */

 I tried 0,80 but also same problem.

 you tried 


 ../configure \
   --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info
   --with-lockdir=/var/lock/sane



 export SANE_DEBUG_PLUSTEK=5

 scanimage -l
 [sanei_debug] Setting debug level of plustek to 5.
 [plustek] Plustek backend V0.52-10, part of sane-backends 1.0.23

 ... but you failed - because you are still using the older backend - 1.0.23
 [...]

 Seems you have not installed 1.0.24.

 - Gerhard

 --
 sane-devel mailing list: sane-devel@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject unsubscribe your_password
  to sane-devel-requ...@lists.alioth.debian.org

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org

Re: [sane-devel] Canonscan N 650U LIDE Scanner does not scan but makes terrible noise AGAIN !

2014-07-22 Thread Winni

Hi,

thanks for the answer.

Last year Andrea Vai helped me out. Now, I checked to repeat the 
procedure of recompiling as Andrea told me and before him Gerhard told 
Andrea.


One question to the developers? Last year with the end of october, 
Andrea Vai and I attributed out tiny effort with the Canonscan N 650 to 
bring out the the new sane-backends-1.0.24 or sane-backends-1.0.25. If I 
still do have sane-backends-1.0.23 with Ubuntu 14.04 LTS then I guess 
something went wrong?


For me virtualbox solved my problem. WindowsXP32 guest and Linux host. 
But to make virtualbox work is not just made by installing it...


Regards,
Winni




Am 22.07.2014 09:47, schrieb Gernot Hassenpflug:

Hello Winni,
You should read the linux README included with the SANE source, to
show you how to compile.
Then you can avoid making such a mistake as trying to write into your
system directories.

Regards,
Gernot Hassenpflug


On Tue, Jul 22, 2014 at 4:38 PM, Gerhard Jäger gerh...@gjaeger.de wrote:

Hi,

On Monday 21 July 2014 09:21:29 Winni wrote:

Hi,

with the ubuntu 14.04 release again I have to suffer the terrible noise
of my Canonscan N 650U LIDE Scanner.

I downloaded sane-backends-1.0.24.tar.gz
https://alioth.debian.org/frs/download.php/file/3958/sane-backends-1..0.24.tar.gz
*
+++

plustek-usbdevs.c*

/** Canon N650U/N656U */
static HWDef Hw0x04A9_0x2206 =
{
  0.76,   /* dMaxMotorSpeed*/
  0.243,  /* dMaxMoveSpeed */

I tried 0,80 but also same problem.

you tried 


../configure \
   --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info
   --with-lockdir=/var/lock/sane



export SANE_DEBUG_PLUSTEK=5

scanimage -l
[sanei_debug] Setting debug level of plustek to 5.
[plustek] Plustek backend V0.52-10, part of sane-backends 1.0.23

... but you failed - because you are still using the older backend - 1.0.23
[...]

Seems you have not installed 1.0.24.

- Gerhard

--
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
  to sane-devel-requ...@lists.alioth.debian.org




--
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] Canonscan N 650U LIDE Scanner does not scan but makes terrible noise AGAIN !

2014-07-21 Thread Winni

Hi,

with the ubuntu 14.04 release again I have to suffer the terrible noise 
of my Canonscan N 650U LIDE Scanner.


I downloaded sane-backends-1.0.24.tar.gz 
https://alioth.debian.org/frs/download.php/file/3958/sane-backends-1.0.24.tar.gz

*
+++

plustek-usbdevs.c*

/** Canon N650U/N656U */
static HWDef Hw0x04A9_0x2206 =
{
0.76,   /* dMaxMotorSpeed*/
0.243,  /* dMaxMoveSpeed */

I tried 0,80 but also same problem.

../configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --mandir=/usr/share/man \
 --infodir=/usr/share/info
 --with-lockdir=/var/lock/sane



export SANE_DEBUG_PLUSTEK=5

scanimage -l
[sanei_debug] Setting debug level of plustek to 5.
[plustek] Plustek backend V0.52-10, part of sane-backends 1.0.23
[plustek] Retrieving all supported and conntected devices
[plustek] Available and supported devices:
[plustek] Device: libusb:002:006 - 0x04a9x0x2206
[plustek] usbDev_open(auto,) - 0xe6ef20
[plustek] Vendor ID=0x04A9, Product ID=0x2206
[plustek] usbio_DetectLM983x
[plustek] usbio_DetectLM983x: found LM9832/3
[plustek]  * setting device to idle state!
[plustek] Detected vendor  product ID: 0x04A9-0x2206
[plustek] Device description for 0x04A9-0x2206 found.
[plustek] usb_initDev(38,0x04a9,-1)
[plustek] Device WAF  : 0x4002
[plustek] Transferrate: 100 Bytes/s
[plustek] Device Flags: 0x
[plustek] Vendor adjusted to: Canon
[plustek] LAMP-STATUS: 0x (off)
[plustek] RESETTING REGISTERS(-1) - 0x80
[plustek] MISC I/O after RESET: 0x66, 0x16, 0x91
[plustek] Calibration file-names set to:
[plustek] /home/user/.sane/Canon_CanoScan_N650U_N656U-coarse.cal
[plustek] /home/user/.sane/Canon_CanoScan_N650U_N656U-fine.cal
[plustek] usb_SetScanParameters()
[plustek] usb_GetMCLKDivider()
[plustek] usb_GetMCLKDiv()
[plustek] * PhyBytes   = 6
[plustek] * PhyLines   = 4
[plustek] * TotalBytes = 24
[plustek] * Scansteps=72 (9*1200/150)
[plustek] usb_SetScanParameters() done.
[plustek] usbDev_getCaps()
[plustek] Scanner information:
[plustek] Vendor : Canon
[plustek] Model  : CanoScan N650U/N656U
[plustek] Flags  : 0x
[plustek] drvclose()
[plustek] usbDev_stopScan()
[plustek] usbDev_ScanEnd(), start=0, park=0
[plustek] usbDev_close()
[plustek] Presetting Gamma tables (len=4096)
[plustek] * Channel[0], gamma 2.000
[plustek] * Channel[1], gamma 2.000
[plustek] * Channel[2], gamma 2.000
[plustek] * Channel[3], gamma 2.000
[plustek] --
scanimage: option requires an argument -- 'l'
[plustek] Shutdown called (dev-fd=-1, libusb:002:006)
[plustek] Waiting for scanner-ready...
[plustek] Switching lamp off...
[plustek] LAMP-STATUS: 0x (off)
[plustek] LAMP-STATUS: 0x (off)
[plustek] Lamp-Timer stopped

Help is highly apreciated!

Winni
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org