Miguel Mazzorana wrote:
I have installed Debian Woody several times but I can not use my printer HP Deskjet 720 C in any way.I have try a lot of things! I have read a lot of logs! but every time when I type: ls -all | /dev/lp0 give me: -bash : /dev/lp0 Permission Denied /dev directory have: drwxr-xr-x 9 root root 24576 abr 23 12:37 dev /dev/lp0 have: crw-rw---- 1 root lp 6, 0 mar 14 2002 /dev/lp0
Because you're trying to pipe the output of "ls -all" to /dev/lp0, and unless you're root or in the lp group, you don't have write access.
-- Kent