On Tue, Jul 18, 2006 at 01:58:57AM +0300, Alper KANAT wrote: > Hello, > > I've a HP PSC 1110 all-in-one printer attached to my Arch Linux system > with latest updates done. I've CUPS 1.2.1 installed. I used to enter the > web interface and add the new printer with the support of hplip driver. > Now hplip is also installed and the order of the daemons in rc.conf are > correct and they're both working.
Much of cups 1.2.x is broken. Samba was broken, might work now. Direct connections (parallel and USB) are often broken. The workaround in FreeBSD is to chmod on the dev, and add lines to devfs.con or devfs.rules. So, I'm not sure of the device names in Arch, (I'm writing this from FreeBSD, but if it was, for example, /dev/usb0 chown root:cups /dev/usb0 chmod 06006 /dev/usb0 Then, to make it permanent, add to devfs.conf (again, I'm in FreeBSD right now, but Arch has that too, right?) own usb0 root:cups perm usb0 0660 Not sure if this will solve all your problems, but it has worked for several people. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Oz: We survived. Buffy: Yeah, it was some battle. Oz: I meant high school. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
