2004-05-17 10:10:34 +02:00
|
|
|
======================================================================
|
2003-11-22 01:16:19 +01:00
|
|
|
PLEASE NOTE:
|
|
|
|
============
|
2003-01-22 16:27:09 +01:00
|
|
|
|
2006-08-06 11:13:36 +02:00
|
|
|
To enable printing with local printer you need to give group cups
|
|
|
|
r/w access to printer device:
|
|
|
|
|
2007-04-21 18:14:41 +02:00
|
|
|
1) Add following to /etc/devfs.rules (create if it doesn't exist):
|
2006-08-06 11:13:36 +02:00
|
|
|
|
|
|
|
[system=10]
|
|
|
|
add path 'unlpt*' mode 0660 group cups
|
|
|
|
add path 'ulpt*' mode 0660 group cups
|
|
|
|
add path 'lpt*' mode 0660 group cups
|
|
|
|
|
|
|
|
2) And following to /etc/rc.conf:
|
|
|
|
|
|
|
|
devfs_system_ruleset="system"
|
|
|
|
|
|
|
|
3) Restart devfs: /etc/rc.d/devfs restart
|
|
|
|
|
|
|
|
To enable printing under Gimp and MS-Windows clients do the following:
|
|
|
|
|
2003-11-22 01:16:19 +01:00
|
|
|
1) Uncomment application/octet-stream line in mime.types
|
|
|
|
2) Uncomment application/octet-stream line in mime.convs
|
|
|
|
3) Restart cupsd
|
2006-06-22 22:16:06 +02:00
|
|
|
======================================================================
|