Walter Bennet
Registered
I have a ibook with Mac OS 10.2 (Jaguar) on it and a PC with GNU/Linux on it. They are both connected to my router/modem so that I can share my internet connection, but now I would also like to share my printer, which is connected to my GNU/Linux PC (I use CUPS for printing with my HP PSC 2110 printer). How can I use my printer on the Mac OS X box too?
Someone told me that I could use Samba, but isn't that only for accesing the printer from a MS Windows computer?
I running samba now,with the folowing configuration, but how can I find the printer on the Mac OS X ibook?;
Thank you in advance.
Someone told me that I could use Samba, but isn't that only for accesing the printer from a MS Windows computer?
I running samba now,with the folowing configuration, but how can I find the printer on the Mac OS X ibook?;
Code:
[global]
printing = cups
load printers = yes
security = share
netbios name = MYSERVER
server string = "Is It Not Nifty?"
[printers]
path = /usr/spool/public
printable = yes
public = yes
writable = no
guest ok = yes
browseable = yes
Thank you in advance.