View Single Post
  #1   (View Single Post)  
Old 4th October 2009
mururoa mururoa is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 50
Default Printer dont take rights

Hello,

I try to deal with my usb printer but I dont understand why it dont works as I set it.

I set in devfs.conf :

perm ulpt0 0666
perm ulpt1 0666

But when I connect the printer what I get is :

ls -l /dev/ulpt0

crw-r--r-- 1 root operator 0, 138 4 oct 11:36 /dev/ulpt0

and I have to set manually with root :

chmod 0666 /dev/ulpt0

ls -l /dev/ulpt0

crw-rw-rw- 1 root operator 0, 138 4 oct 11:36 /dev/ulpt0

to enable printing with any account.

I guess it's could be related that printer not connect at system start but connected later but what's wrong ?
Reply With Quote