|
Lines 5-17
Link Here
|
| 5 |
|
5 |
|
| 6 |
To complete the installation of print/cups-samba, do in order: |
6 |
To complete the installation of print/cups-samba, do in order: |
| 7 |
|
7 |
|
| 8 |
CUPS-BASE |
|
|
| 9 |
----------- |
| 10 |
|
| 11 |
1) Uncomment application/octet-stream line in mime.types |
| 12 |
2) Uncomment application/octet-stream line in mime.convs |
| 13 |
3) Restart cupsd |
| 14 |
|
| 15 |
SAMBA |
8 |
SAMBA |
| 16 |
------- |
9 |
------- |
| 17 |
|
10 |
|
|
Lines 58-64
Link Here
|
| 58 |
CUPS-LPR |
51 |
CUPS-LPR |
| 59 |
---------- |
52 |
---------- |
| 60 |
|
53 |
|
| 61 |
1) Run cupsaddsmb |
54 |
1) Copy following files from your MS Windows system: |
|
|
55 |
|
| 56 |
ps5ui.dll |
| 57 |
pscript5.dll |
| 58 |
pscript.hlp |
| 59 |
pscript.ntf |
| 60 |
|
| 61 |
They are located somewhere in C:\WINDOWS\system32\spool\drivers\w32x86. |
| 62 |
Put them to %%PREFIX%%/share/cups/drivers and correct permissions (chmod -wx). |
| 63 |
|
| 64 |
2) Run cupsaddsmb |
| 62 |
|
65 |
|
| 63 |
If only a subset of your printers will be installed as exportable to |
66 |
If only a subset of your printers will be installed as exportable to |
| 64 |
MS Windows NT/XP/2000/2003 clients: |
67 |
MS Windows NT/XP/2000/2003 clients: |
|
Lines 81-86
Link Here
|
| 81 |
NOTE: Other settings in smb.conf may work, but your REALLY need to |
84 |
NOTE: Other settings in smb.conf may work, but your REALLY need to |
| 82 |
know what your are doing. :) |
85 |
know what your are doing. :) |
| 83 |
|
86 |
|
|
|
87 |
64-bit Windows clients are not yet supported however you may find your luck |
| 88 |
with drivers from: http://www.cups.org/str.php?L2566 |
| 89 |
|
| 90 |
On later Samba versions, "printer admin" is deprecated, instead your admin |
| 91 |
user should have SePrintOperatorPrivilege. Use "net rpc rights" to add them. |
| 92 |
|
| 84 |
%%PREFIX%%/share/doc/samba/Samba-HOWTO-Collection.pdf has some |
93 |
%%PREFIX%%/share/doc/samba/Samba-HOWTO-Collection.pdf has some |
| 85 |
valuable information on this topic, especially chapters 17 and 18. |
94 |
valuable information on this topic, especially chapters 17 and 18. |