OS/2, eCS & ArcaOS - Technical > Hardware
Epson L4150 Scanner - USB
Martin Iturbide:
Hello
Yes, I want to try it one more time. I want to see if the embedded scanner in the Epson L4150 printer will work on ArcaOS.
I failed in the past, but I stopped trying - "USB Scanners and ArcaOS"
...and I want to try it before the lights runs out.
Specs:
- Thinkpad T14S
- ArcaOS 5.1.0 UEFI
- AN USB Drivers 12.16
- Installed sane-backends and sane-backends-drivers-scanners 1.0.28 from RPM.
--- Code: ---
[C:\]lsusb
Bus 000 Device 001: ID 04b8:1135 Seiko Epson Corp.
Bus 000 Device 002: ID 13d3:5406 IMC Networks
Bus 000 Device 003: ID 06cb:00bd Synaptics, Inc. Prometheus MIS Touch Fingerprin
t Reader
Bus 000 Device 004: ID 8087:0026 Intel Corp. AX201 Bluetooth
--- End code ---
It is "04b8:1135"
--- Code: ---[C:\]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.
could not fetch string descriptor: Input/output error
could not fetch string descriptor: Input/output error
found USB scanner (vendor=0x04b8, product=0x1135) at libusb:000:001
found USB scanner (vendor=0x06cb, product=0x00bd) at libusb:000:003
# 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.
--- End code ---
0x04b8 should be the one.
Run ScanImage:
--- Code: ---[C:\]ScanImage -L
LIBC PANIC!!
_um_free_maybe_lock: Tried to free block twice - block=2003e220 lock=0x1
pid=0x0049 ppid=0x0047 tid=0x0001 slot=0x0082 pri=0x0200 mc=0x0000 ps=0x0010
C:\USR\BIN\SCANIMAGE.EXE
Creating 0049_01.TRP
Moved 0049_01.TRP to C:\var\log\app\67237450-0049_01-SCANIMAGE-exceptq.txt
The external process was cancelled by a Ctrl+Break or another process.
--- End code ---
Martin Iturbide:
Hello
Reading a past thread, I think I need the "SANE utushi backend" to be ported, to give it a try and see if this scanner works.
Regards
Jan-Erik Lärka:
1.0.28 does't work for me either, libc panic, while 1.0.27 do work, but I had to download an additional library that output large amount of debug messages. I use it with PMInSANE that also work with the one included with tame.
Paul Smedley:
Looking at http://www.sane-project.org/sane-mfgs.html you need the epsonds backend. Not sure which sane version introduced this.
Dariusz Piatkowski:
Hey Martin!
--- Quote from: Martin Iturbide on October 31, 2024, 06:14:28 pm ---...Run ScanImage:
--- Code: ---[C:\]ScanImage -L
LIBC PANIC!!
_um_free_maybe_lock: Tried to free block twice - block=2003e220 lock=0x1
pid=0x0049 ppid=0x0047 tid=0x0001 slot=0x0082 pri=0x0200 mc=0x0000 ps=0x0010
C:\USR\BIN\SCANIMAGE.EXE
Creating 0049_01.TRP
Moved 0049_01.TRP to C:\var\log\app\67237450-0049_01-SCANIMAGE-exceptq.txt
The external process was cancelled by a Ctrl+Break or another process.
--- End code ---
--- End quote ---
Yup, exactly the same issue I have with that particular 'scanimage -L' command, however, all my scans actually work just fine, except that each scan job does produce an ugly exit, which my REXX script ignores.
Take a look at the REXX script I've written. You should look at the setups I have in there at the start and override and/or remove the stuff you do not want, in particular the following as they are specific to my install:
--- Code: ---...
viewer_path ="G:\APPS\GRAPHICS\TOOLS\PMVIEW\" /* PATH to the viewer */
viewer_name ="PMVIEW.EXE" /* EXE name of the viewer */
winmv_path ="G:\UTIL\MISC\" /* PATH to the window move utility */
winmv_name ="PGMCNTRL.EXE" /* name of the window move utility */
winmv_params ="/PO:1940,672 /THISSESSION" /* window move utility parm */
...
--- End code ---
Point being: running 'scanimage -L' is a problem, otherwise scanimage.exe works just fine when passed specific scan parameters here.
Navigation
[0] Message Index
[#] Next page
Go to full version