JonR
22nd August 2004, 08:32 PM
Hi guys.
I've installed an FC2 server for my LAN and am trying to share the printer connected to the server with XP clients on the LAN via Samba. File serving is working fine and I think I'm nearly there with serving the printer...
The printer is a Lexmark T520 which I have configured on the server as a generic postscript printer and which works fine printing direct from FC2.
Here's my smb.conf:
[global]
workgroup = MDKGROUP
netbios name = DIAKONOS
security = SHARE
[netfs]
comment = Network Filestore on DIAKONOS
path = /export
force user = netfs
force group = users
read only = No
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
browsable = no
guest ok = no
writable = no
printable = yes
It's pretty basic because I've been trying to understand not just what to do to get Samba to work but what exactly each line in the config file does.
On my XP clients I see the server and the printer as \\Diakonos\T520PS and I've set up an XP queue on that address. I used the local XP printer driver for the T520 (PS) which I have loaded on the XP boxes since FC2 would not download a driver to the client. When I printed a test page from XP the printer spooled the postscript program for the test page.
So, I added this line to the smb.conf:
use client driver = yes
I printed a one line text file from XP with the contents: "my text file" and.... it printed!.. right in the middle of the page at about 144pt size, backwards and mirror image...
Any ideas? I get the feeling I'm close to fixing this but there's something I don't know...
JonR
I've installed an FC2 server for my LAN and am trying to share the printer connected to the server with XP clients on the LAN via Samba. File serving is working fine and I think I'm nearly there with serving the printer...
The printer is a Lexmark T520 which I have configured on the server as a generic postscript printer and which works fine printing direct from FC2.
Here's my smb.conf:
[global]
workgroup = MDKGROUP
netbios name = DIAKONOS
security = SHARE
[netfs]
comment = Network Filestore on DIAKONOS
path = /export
force user = netfs
force group = users
read only = No
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
browsable = no
guest ok = no
writable = no
printable = yes
It's pretty basic because I've been trying to understand not just what to do to get Samba to work but what exactly each line in the config file does.
On my XP clients I see the server and the printer as \\Diakonos\T520PS and I've set up an XP queue on that address. I used the local XP printer driver for the T520 (PS) which I have loaded on the XP boxes since FC2 would not download a driver to the client. When I printed a test page from XP the printer spooled the postscript program for the test page.
So, I added this line to the smb.conf:
use client driver = yes
I printed a one line text file from XP with the contents: "my text file" and.... it printed!.. right in the middle of the page at about 144pt size, backwards and mirror image...
Any ideas? I get the feeling I'm close to fixing this but there's something I don't know...
JonR