Can you kill all instances of hpssd by doing

ps auxwww | grep hpssd | grep -v grep

and killing all listed processes using

sudo kill -9 <process ID>

The process ID is the first number (usually 3-5 digits) in each output
line.

Then do

strace python /usr/share/hplip/hpssd.py > hpssd-strace.log 2>&1

and try to print (or start the hp-toolbox).

As soon as you get any failure attach the file hpssd-strace.log

-- 
My HP PSC 1210 (printer) doesn't work in gutsy (autodetection work ...)
https://bugs.launchpad.net/bugs/132781
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to