hi,
I have been trying to set up network printer based on samba.
One ce device has local parallel printer and it is connected by network. My
aim is to use the printer from other networked ce device based on samba.
From my winxp pc, the network printing via ce pc is available but any other
ce client can't use the network printer.
I have been getting headache because of this.
I think just a few registry settings can clear this problem. But I failed to
find this.
Is there anybody who help me? The following is my registry setting for ce
printer server.
[HKEY_LOCAL_MACHINE\Ident]
"Name"="PosCE"
"Desc"="WindowsCE device"
"OrigName"="WinCEDevice"
[HKEY_LOCAL_MACHINE\Services\Smbserver]
"AdapterList"="PCI\\RTL81391"
"dll"="smbserver.dll"
"Keep"=dword:1
"Order"=dword:9
"PrintSwapFile"="\\Temp\\Spooler.file"
"PrintSwapMax"=dword:A00000
"PrintSwapInc"=dword:5000
[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares]
"UseAuthentication"=dword:1
[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares\HDD]
"Path"="\\Hard Disk"
"Type"=dword:0
"UserList"="@*;"
[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares\LPT_1]
"Enabled"=dword:1
"Path"="\\Temp"
"Type"=dword:1
"UserList"="@*;"
"Driver"="pcl.dll"