[1018] | 1 | CIFS/SMB port driver for eCS (OS/2) Version 1.0-3-20130502
|
---|
[175] | 2 | ============================================================
|
---|
| 3 |
|
---|
| 4 | Building upon work from Serge Sterck (lpr32 port driver) and Paul Smedley
|
---|
| 5 | (initial modifications to use lpr32 port driver source for Samba), I was
|
---|
| 6 | able to create a working port driver to access remote printers shared via
|
---|
| 7 | CIFS/SMB (this is Samba, Windows ...).
|
---|
| 8 |
|
---|
[177] | 9 | This release has several problems/omissions/enhancements fixed by Alex Taylor
|
---|
| 10 | (see changelog).
|
---|
| 11 |
|
---|
[175] | 12 | Prerequisites:
|
---|
| 13 | --------------
|
---|
| 14 |
|
---|
| 15 | - libc064x.dll must reside in LIBPATH
|
---|
| 16 | Get it from from http://members.aon.at/herwig.bauernfeind/samba/index.html
|
---|
| 17 | - smbspool.exe must reside in PATH
|
---|
| 18 |
|
---|
| 19 | How to install smb.pdr:
|
---|
| 20 | -----------------------
|
---|
| 21 |
|
---|
| 22 | Install the port driver like any other port driver:
|
---|
| 23 | - Go to printer properties install new port
|
---|
| 24 | - Give the path where the pdr is located (or copy the smb.pdr
|
---|
| 25 | directly to x:\os2\dll, where x is your boot drive)
|
---|
| 26 |
|
---|
| 27 | Configuration of the port:
|
---|
| 28 | --------------------------
|
---|
| 29 |
|
---|
| 30 | Double click on the port icon SMBx on the "Output Port" page
|
---|
| 31 | of the printer settings page.
|
---|
| 32 |
|
---|
| 33 | Enter workgroup name (optional).
|
---|
| 34 |
|
---|
| 35 | Enter IP address or name (Hostname or NetBIOS name) of the
|
---|
| 36 | printer server (obligatory).
|
---|
| 37 |
|
---|
| 38 | Enter shared printer name (obligatory).
|
---|
| 39 |
|
---|
| 40 | Enter username (default is "guest").
|
---|
| 41 |
|
---|
| 42 | Enter password (default is none i.e. leave empty).
|
---|
| 43 |
|
---|
| 44 | Enter number of copies to be spooled to the printer (default is 1)
|
---|
| 45 | This supports smbspool.exe's copies option (this only makes sense in case
|
---|
| 46 | there is no other way to print multiple copies of a document using options
|
---|
| 47 | provided by applications or printer drivers).
|
---|
| 48 |
|
---|
| 49 | NOTE: Due to a change in the order of the stored parameters RC4 is
|
---|
| 50 | partly incompatible to previous builds in case you have defined a password!
|
---|
| 51 |
|
---|
| 52 | If you see nonsense in the copies field, reenter your password and set
|
---|
| 53 | the number of copies appropriately. This only happens when using RC4 or
|
---|
| 54 | better for the first time when RC3 or earlier was installed before.
|
---|
| 55 |
|
---|
| 56 | Save properties.
|
---|
| 57 |
|
---|
| 58 | Have fun!
|
---|
| 59 |
|
---|
[177] | 60 | Herwig Bauernfeind, April 2009
|
---|