-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immediately detach from devices with claimed but broken IPP over USB support #52
Comments
Some devices (so far, only HP-rebranded Samsung devices known to have such a defect) offer 7/1/4 interfaces, but actually provide no functionality behind these interfaces and respond with `HTTP 404 Not found` to all the HTTP requests sent to USB ipp-usb ignores such devices to let legacy/proprietary drivers a chance to work with them
The `ipp-usb status` command prints actual status of all attached 7/1/4 devices. It is designed with a purpose to add some visibility in a case of troubleshooting. See also #52
My answer to myself here is the newly added |
Done in |
Some printers announce presence of the 7/1/4 interfaces, but IPP over USB doesn't work due to their firmware errors. At least two of such devices already known:
The proposed solution from here:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055
@tillkamppeter
Basically, I agree with the following comments:
ipp-usb
to initialize the device and CUPS attempt to claim the device. If device looks like taken by theipp-usb
, CUPS should retry within a some reasonable timeipp-usb
has rejected the device due to initialization error, to simplify processing of users' bug reports. Should such a device still be advertised on Avahi on some special manner, so CUPS/sane-airscan will ignore it, but it still can be listed withavahi-browse
?The text was updated successfully, but these errors were encountered: