I have been unsuccessful in trying to print to a printer connected on a Mac. (The printer works fine on the Mac itself.) I'm trying to print from a Windows 98 machine. The Windows machine doesn't list the printer in the Network Neighborhood but I am able to successfully connect to one of the user home directories. I think the Windows 98 isn't the problem because when I try smbclient on my Linux machine, it doesn't know about the printer either. Here's the output of "smbclient -NL mini":
The printer is the only one listed in /etc/printcap. The relevant /etc/smb.conf section is thus:
I've tried "sudo killall -HUP smbd" several times to no avail, and even tried killing the process and restarting it.
I'm running OSX 10.4 (Tiger?).
Any ideas how I might fix this?
added interface ip=192.168.2.3 bcast=192.168.2.255 nmask=255.255.255.0
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.10]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (mini)
ADMIN$ IPC IPC Service (mini)
Server Comment
--------- -------
MINI mini
DEBIAN debian server (Samba 2.2.3a-15 for Debian)
Workgroup Master
--------- -------
WORKGROUP DEBIAN
The printer is the only one listed in /etc/printcap. The relevant /etc/smb.conf section is thus:
[printers]
comment = All Printers
path = /tmp
browseable = no
printable = yes
guest ok = yes
level2 oplocks = no
I've tried "sudo killall -HUP smbd" several times to no avail, and even tried killing the process and restarting it.
I'm running OSX 10.4 (Tiger?).
Any ideas how I might fix this?