hp-firmware crashes when run without an x server and without '-i'
Bug #1605822 reported by
Alastair Hughes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
In Progress
|
Medium
|
Unassigned |
Bug Description
hp-firmware crashes when run without an x server and without '-i' due to line 102 (in hplip 3.16.7) being INTERACTIVE_MODE4 instead of INTERACTIVE_MODE.
Changed in hplip: | |
status: | New → In Progress |
Changed in hplip: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hi,
In order to change from INTERACTIVE_MODE4 to INTERACTIVE_MODE apply the attached patch.
Steps to apply patch.
1. Go to HPLIP source code directory.
2. Apply patch using command "patch firmware.py < patch1.diff".
3. Install code using command "sudo make install"
And the fix will be included in the next release of HPLIP.
Thanks.