#13224 closed bug (invalid)
Haiku does not detect HP USB scanner
Reported by: | vidrep | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Printing | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev50881 x86_gcc2 HP Photosmart 2610 all-in-one The device shows up in "listusb" but fails to be detected when running "scanimage --list-devices" The device is detected in Ubuntu Linux on another HDD partition, running the same command from terminal.
Attachments (12)
Change History (24)
by , 8 years ago
by , 8 years ago
Attachment: | Haiku_scanimage added |
---|
by , 8 years ago
Attachment: | Ubuntu_scanimage.txt added |
---|
by , 8 years ago
Attachment: | Ubuntu_scanimage.2.txt added |
---|
comment:1 by , 8 years ago
by , 8 years ago
Attachment: | Ubuntu_scanimage_2.txt added |
---|
by , 8 years ago
by , 8 years ago
Attachment: | Haiku_scanimage_2 added |
---|
comment:2 by , 8 years ago
When connecting a Canon multifunction printer, Haiku will freeze up when attempting to detect the scanner with SANE. Attached is the listusb -v for a Canon MP210 Multifunction printer.
by , 8 years ago
Attachment: | listusb-v_Canon_MP210.txt added |
---|
by , 8 years ago
Attachment: | listusb-v_Canon_MX320.txt added |
---|
by , 8 years ago
Attachment: | listusb-v_HP_6520.txt added |
---|
by , 8 years ago
Attachment: | listusb-v_HP_2610.txt added |
---|
comment:3 by , 8 years ago
Summary: | Haiku does not detect USB scanner → Haiku does not detect HP USB scanner |
---|
comment:4 by , 8 years ago
HP Photosmart series of multifunction printers have little to no support with SANE. Until that happens there isn't any point in keeping this ticket open. Close as invalid.
comment:5 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:6 by , 8 years ago
But scanimage on Ubuntu detects this scanner, so it looks like there is still something wrong here.
follow-up: 8 comment:7 by , 8 years ago
After more research it appears that HP support comes via the HPLIP package, which Haiku does not have, but is available for Ubuntu as a downloadable package from Hewlett Packard. It is MIT and GPL licensed. Can this be ported to Haiku?
comment:8 by , 8 years ago
Replying to vidrep:
After more research it appears that HP support comes via the HPLIP package, which Haiku does not have, but is available for Ubuntu as a downloadable package from Hewlett Packard. It is MIT and GPL licensed. Can this be ported to Haiku?
It is GPL licensed, but with some files sublicensed under the MIT and BSD licenses. There are also non-free binary blobs for some devices that use "proprietary software technologies" as well. Their website says it is not designed with portability in mind and does not support "BSD, UNIX, Solaris, Mac OS X, or Darwin".
However the scanner driver (Sane backend) is one of these sublicensed components and looks quite portable.
comment:9 by , 8 years ago
patch: | 0 → 1 |
---|
comment:10 by , 8 years ago
patch: | 1 → 0 |
---|
comment:11 by , 8 years ago
Also you should create a ticket at Haikuports about the problems with the Canon printers using libusb, including last two reports you provided at Sanity github repo.
comment:12 by , 8 years ago
Where exactly would such a driver package get installed on Haiku, so that the driver can be found after editing sane.d/dll.conf?
I ran the same series of commands on a second printer. HP Photosmart 6520 all-in-one Attached listusb_2, Haiku_scanimage_2, Ubuntu_scanimage_2