source: branches/smbpdr-1.0/readme.smbpdr@ 175

Last change on this file since 175 was 175, checked in by Herwig Bauernfeind, 17 years ago

Import smb.pdr 1.0 sources

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