Setup:

RedHat 9 running Samba, Windows XP Professional connecting successfully to the RH box.

I can map a drive from Windows to RH, but cant print to the RH box. Here's my smb.conf file:

***
[root@home salvatore]# cat /etc/samba/smb.conf
; /etc/smb.conf
;
; Make sure and restart the server after making changes to this file, ex:
; /etc/rc.d/init.d/smb stop
; /etc/rc.d/init.d/smb start
[global]
; Uncomment this if you want a guest account
; guest account = nobody
hosts allow = 192.168. 127.
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
log file = /var/log/samba-log.%m
lock directory = /var/lock/samba
share modes = yes
printing = cups
[homes]
comment = Home Directories
browseable = no
read only = no
create mode = 0750
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
[printers]
comment = All Printers
path = /var/spool/samba
public = yes
guest ok = yes
printable = yes
use client driver = yes
browseable = yes
read only = no
***

Obviously, the template for this file was taken from cscgal's primer on samba, but I cannot seem to print properly.
The printer is an HP Photosmart 7260, and works perfectly from the RH box. I can browse it from the Win box, and even have it set up as a printer there. I DLed the drivers from HP, and can view the properties of the printer from the Windows control panel. All print jobs spool, but never make it to the printer.

Where can I begin troubleshooting this?

Thanks in advance.

Recommended Answers

All 2 Replies

You can accsess all of your windows files without SAMBA if you have 2 HDD's connected at once 1 as master 1 as slave dual of course.
Then again I might be on another plateau than you guys.

cheers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.