- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: accessing printers via Samba
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 03:02 AM
02-21-2006 03:02 AM
accessing printers via Samba
[printers]
printable = yes
print command = /usr/bin/lpr -r %s
printer = All Printers
public = yes
path = /tmp
read only = yes
guest only = yes
valid users = @users
My /etc/printcap shows 'hplj_bw' and 'hplj_color', but when I go to the WinXP boxes, I am not able to add them (they aren't even seen).
Anyone have any experience with setting up printers via samba and can help me see what I'm doing wrong??
Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 03:08 AM
02-21-2006 03:08 AM
Re: accessing printers via Samba
Try with only the foll options under smb.conf:
printers]
printable = yes
print command = /usr/bin/lpr -r %s
printer = All Printers
public = yes
Does it make a difference.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 04:37 AM
02-21-2006 04:37 AM
Re: accessing printers via Samba
load printers = yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 04:57 AM
02-21-2006 04:57 AM
Re: accessing printers via Samba
I changed [printers] to [hplj_color] and was able to see this printer as well (same printer, different share name) and I get the same 'access denied, unable to connect' message.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 09:07 PM
02-23-2006 09:07 PM
Re: accessing printers via Samba
Which printing system do you use? (Try CUPS)
What does the command lpstat -t say?
Try to add:
use client driver = yes
print command = lpr -P %p -o raw %s -r # using client side printer drivers.
Hope it helps,
Arno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 08:36 AM
03-02-2006 08:36 AM
Re: accessing printers via Samba
Cheers
Steven