LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-12-2018, 11:02 PM   #16
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140

Quote:
could is be a USB2/3 problem ? i use here a pretty old Dell Optiplex 980 SFF but i didn't play yet in its BIOS with USB settings (in case there is such).
Your dmesg output didn't suggest any problems, and confirmed that the host controller was using the ehci-pci driver consistent with USB 2.0 ports.
 
Old 03-12-2018, 11:27 PM   #17
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I've always assumed that VueScan developed its own drivers, and didn't rely on sane drivers. Where does it add value if that's not the case?

I note that the N6310 model is still listed as "Not supported yet"
Code:
# cat /usr/share/sane/descriptions/genesys.desc|grep N6310 -A4
:model "ScanJet N6310"
:interface "USB"
:usbid "0x03f0" "0x4705"
:status :untested
:comment "Not supported yet"
Your best bet to help progress support is probably to engage with the developers via a mailing list...
https://alioth.debian.org/mail/?group_id=30186
 
Old 03-13-2018, 06:37 AM   #18
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Original Poster
Rep: Reputation: 33
yes, i thought so too, but then i received this :
Quote:
Unfortunately, if SANE doesn't work with this scanner, VueScan won't either.
moreover, i saw this too :
Quote:
:comment "Not supported yet"
but that was for SANE version 1.0.24 : http://www.mideiros.net/doc/system/p...html#S-GENESYS
while i was hoping that the newest version 1.0.27 would do a better job on the N6310... perhaps it depends on the chipset ? i bought mine in the US back in 2014.

i think, you are right, i should contact the developers.
 
Old 03-13-2018, 08:08 AM   #19
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
is this perhaps a python v2/3 problem ? i have both versions installed.
No personal experience on this, but this may help for HPLIP
 
Old 03-13-2018, 08:14 AM   #20
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Original Poster
Rep: Reputation: 33
thanks, allend, but as said earlier :
Quote:
regarding hplip, it's only good for HP printing devices or a combination thereof, but is of no use for HP's scanner-only devices.
the N6310 is a scanner-only device.

my only hope is that the SANE developers can help here. does anybody know their contacts and email lists ?
 
Old 03-13-2018, 08:22 AM   #21
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
On Linux, you need to set up libusb device protections
Is your user a member of the 'scanner' group?

PS - Recommended groups for a user are:
users lp audio video cdrom plugdev power netdev scanner

Last edited by allend; 03-13-2018 at 08:25 AM.
 
Old 03-13-2018, 08:28 AM   #22
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Original Poster
Rep: Reputation: 33
yes, users is member of 'scanner' and 'lp'.

then - see below - my other scanner, a Fujitsu ScanSnap, works just fine with imagescan/sane/xsane/Vuescan. i believe it's a specific HP Scanjet N6310 problem for SANE.
 
Old 03-13-2018, 08:48 AM   #23
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
From /etc/sane.d/genesys.conf on my Slackware-current system
Quote:
# genesys.conf: Configuration file for Genesys Logic GL646 and GL841 based scanners

#
# scanners that are not yet supported
# uncomment them only for development purpose
...
#Hewlett Packard ScanJet N6310
usb 0x03f0 0x4705
It would appear that the device is supported by SANE in the sane-1.0.27 package in -current.

The device is shown as unsupported in sane-1.0.24 https://www.chiark.greenend.org.uk/d...supported.html
 
Old 03-13-2018, 08:54 AM   #24
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Original Poster
Rep: Reputation: 33
thanks, allends, i saw that 'chiark' link too, but see the newest SANE-GENESYS list here :
http://www.sane-project.org/sane-bac...html#S-GENESYS
the N6310 is still "Untested - Not supported yet".

anyway, i just joined the SANE mailing list...will see.
 
Old 03-13-2018, 09:15 AM   #25
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I refer you to the notes for the 1.0.27 release. https://alioth.debian.org/frs/showno...elease_id=2061
Quote:
New with 1.0.27 (see Note 1), released 2017-05-22:

* Significant enhancements to canon_dr, epjitsu, epsonds, fujitsu,
genesys, hp3500, pixma and xerox-mfp backends
* Minor updates, bugfixes or scanners added in several backends.
 
Old 03-13-2018, 09:48 AM   #26
pisti
Member
 
Registered: Jul 2006
Location: Montréal, Canada
Distribution: Slackware
Posts: 258

Original Poster
Rep: Reputation: 33
actually, i am using SANE/GENESYS already under 1.0.27, but in the N6310's case without success.

the link in my last reply was also about the 1.0.27 version - http://www.sane-project.org/sane-backends.html - showing "Untested - Not supported yet".

do you have a N6310 up & running under linux/SANE ?
 
Old 03-13-2018, 12:45 PM   #27
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
For sane-backends-1.0.27, although the genesys backend does list the N6310 chipset, the /usr/share/sane/descriptions/genesys.desc that comes with the package describes it as 'untested' and 'Not yet supported', so as I've already stated, contacting the SANE developers would be a good idea.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HP ScanJet N6310 scanner under linux ? pisti Linux - Hardware 4 04-23-2014 09:55 PM
Hewlett Packard DM4 WiFi smudge|lala Linux - Hardware 1 02-21-2011 07:22 PM
Scanner/xsane/vuescan nothing wants to work kak Linux - Hardware 8 08-28-2004 04:10 PM
Hewlett-Packard printer problem lordshipmayhem Mandriva 0 07-25-2004 08:51 PM
Hewlett Packard HP712 Printer rick3581 Linux - Software 0 09-17-2001 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration