Hi guys, I dont know if this is the right place to post this but I need urgent help, downstairs there are 2 computer on a network, they both run linux, and they both are printing through one printer right, now the other guy has a windows laptop, so whenever he connects that laptop to the network and try to print of the same printer, it doesnt want to print, what can be the problem? I dont know linux at all
2 linux, 1 windows, 1 printer
Collapse
X
-
Originally posted by Byron View PostHi guys, I dont know if this is the right place to post this but I need urgent help, downstairs there are 2 computer on a network, they both run linux, and they both are printing through one printer right, now the other guy has a windows laptop, so whenever he connects that laptop to the network and try to print of the same printer, it doesnt want to print, what can be the problem? I dont know linux at all
-
copy and paste into a terminal
sudo apt-get update
sudo apt-get install samba samba-common smbclient smbfs
sudo vim /etc/samba/smb.conf
[printers]
comment = All Printers
browseable = yes
path = /tmp
printable = yes
public = yes
writable = yes
create mode = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = yes
sudo /etc/init.d/samba restart
Comment
-
and should now print if not hit the laptop with a hammerIt's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
hmmm.... still struggling, we hooked up a D-link to a windows computer which is hooked to a printer with the 192.168.1.7 and port 9100... now I cant get any of the computers to print through that printer, but when I change the IP to the other printer with an ip of 192.168.1.9 it works perfectly, what can the problem be?
Comment
Comment