Activity log for bug #1922404

Date Who What changed Old value New value Message
2021-04-03 02:37:42 dgcampea bug added bug
2021-04-03 02:37:42 dgcampea attachment added fix1020.patch https://bugs.launchpad.net/bugs/1922404/+attachment/5483650/+files/fix1020.patch
2021-04-03 02:44:00 dgcampea description Tested on Laserjet 1020 but might apply to any similar printer that requires firmware loading. HPLIP attempts to establish contact with the printer too soon after uploading the firmware, while the printer is potentially not fully initialized or ready to respond over usb. This causes udev-configure-printer and hplip to time out, resulting in the printer unable to be recognized by the system. Inserting a delay in config_usb_printer.py right after it calls hp-firmware allows enough time for the printer to complete initializing, which fixing the issue. Tested on Laserjet 1020 but might apply to any similar printer that requires firmware loading. HPLIP attempts to establish contact with the printer too soon after uploading the firmware, while the printer is potentially not fully initialized or ready to respond over usb. This causes udev-configure-printer and hplip to time out, resulting in the printer unable to be recognized by the system. Inserting a delay in config_usb_printer.py right after it calls hp-firmware allows enough time for the printer to complete initializing, which fixing the issue. Edit: patch applies against hplip 3.21.2
2021-05-10 11:15:48 dgcampea description Tested on Laserjet 1020 but might apply to any similar printer that requires firmware loading. HPLIP attempts to establish contact with the printer too soon after uploading the firmware, while the printer is potentially not fully initialized or ready to respond over usb. This causes udev-configure-printer and hplip to time out, resulting in the printer unable to be recognized by the system. Inserting a delay in config_usb_printer.py right after it calls hp-firmware allows enough time for the printer to complete initializing, which fixing the issue. Edit: patch applies against hplip 3.21.2 Tested on Laserjet 1020 but might apply to any similar printer that requires firmware loading. HPLIP attempts to establish contact with the printer too soon after uploading the firmware, while the printer is potentially not fully initialized or ready to respond over usb. This causes udev-configure-printer and hplip to time out, resulting in the printer unable to be recognized by the system. Inserting a delay in config_usb_printer.py right after it calls hp-firmware allows enough time for the printer to complete initializing, which fixes the issue. Edit: patch applies against hplip 3.21.2
2021-06-26 11:50:50 dgcampea attachment added fix1020_r2.patch https://bugs.launchpad.net/hplip/+bug/1922404/+attachment/5507225/+files/fix1020_r2.patch