2 linux, 1 windows, 1 printer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    2 linux, 1 windows, 1 printer

    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
    Originally posted by Byron View Post
    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
    do u hav samba instal ?? in users and groups share the print

    Comment


      #3
      no I have Ubuntu Installed, and I did share the printer but cant find it on the network on the windows PC

      Comment


        #4
        copy and paste into a terminal
        sudo apt-get update
        sudo apt-get install samba samba-common smbclient smbfs
        edit this lot into smb.conf
        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
        now restart
        sudo /etc/init.d/samba restart
        and should now print if not hit the laptop with a hammer

        Comment


          #5
          and should now print if not hit the laptop with a hammer
          and do not be violent, rather use larger hammer
          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

          Comment


            #6
            Thankyou Amy I will try that now :D

            Comment


              #7
              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

              Working...
              X