Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Page 1 of 2 12 LastLast
Results 1 to 8 of 9
  1. #1
    wiz
    wiz is offline Registered User
    Join Date
    Jul 2002
    Location
    Sol
    Posts
    537
    Thanks
    0
    Thanked 0 Times in 0 Posts

    how do i get a windows machine to print through samba to my mac printer

    help please!

  2. #2
    GraphicUmp is offline Registered User
    Join Date
    Dec 2002
    Location
    Mid-Atlantic
    Posts
    185
    Thanks
    0
    Thanked 0 Times in 0 Posts
    What printer do you have?
    GraphicUmp :lol:

    1.83 Core Duo mini w/lots of goodies
    12" iBook G4/1.2 w/100 GB HD & 1.25 GB RAM
    LaserWriter Pro 630, 20 GB iPod photo

  3. #3
    wiz
    wiz is offline Registered User
    Join Date
    Jul 2002
    Location
    Sol
    Posts
    537
    Thanks
    0
    Thanked 0 Times in 0 Posts
    usb

  4. #4
    GraphicUmp is offline Registered User
    Join Date
    Dec 2002
    Location
    Mid-Atlantic
    Posts
    185
    Thanks
    0
    Thanked 0 Times in 0 Posts
    What kind - HP, Canon, Epson.....
    GraphicUmp :lol:

    1.83 Core Duo mini w/lots of goodies
    12" iBook G4/1.2 w/100 GB HD & 1.25 GB RAM
    LaserWriter Pro 630, 20 GB iPod photo

  5. #5
    marz's Avatar
    marz is offline Master of my Universe
    Join Date
    Jun 2001
    Location
    oHIo
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I just did this last week... and had to ask for help too....

    Here's the best answer I got and got it to work for me...

    http://www.macosxhints.com/article.p...21101062604548

    But it's using CUPS not SAMBA ...

    Good luck!!
    OS X 10.5.x, MacBook Pro
    iPhone 3G
    +----------------------------+
    May Peace Prevail on Earth

  6. #6
    wiz
    wiz is offline Registered User
    Join Date
    Jul 2002
    Location
    Sol
    Posts
    537
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hp deskjet 995C,

    but hey i'll take a look at the link above,

  7. #7
    wiz
    wiz is offline Registered User
    Join Date
    Jul 2002
    Location
    Sol
    Posts
    537
    Thanks
    0
    Thanked 0 Times in 0 Posts
    its seems to take forever to add a printer, the page dosent load!!

    hmm dosent work!!!

    using Jaguar 10.2.3
    Last edited by wiz; December 20th, 2002 at 01:55 PM.

  8. #8
    GraphicUmp is offline Registered User
    Join Date
    Dec 2002
    Location
    Mid-Atlantic
    Posts
    185
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Try this from www.xlr8yourmac.com:

    1. Open Terminal.app. You need super-user privileges (su root or sudo, not discussed here) to perform the following steps.

    2. We need to place a symbolic link to the SMB printer spooling module that ships with Jaguar. I'm baffled as to why Apple didn't do this anyways (maybe 10.2.1 or something) as it seems to very trivial to do.

    sudo ln -s /usr/bin/smbspool /usr/libexec/cups/backend/smb

    3. Now, force cupsd to reload the configuration and make CUPS notice a new spooler location. If you understand how this works, consider yourself a Unix power user.

    sudo kill -HUP `ps -axww | grep /usr/sbin/cupsd | grep -v grep | cut -c 1-6` 4. Now, open your favorite web browser and go to the following URL: http://127.0.0.1:631. This is the CUPS Administration Interface.

    Click on PRINTERS on the menu bar across the top of the screen and then click the ADD PRINTER button.

    5. The NAME is the printer spool name you want to use. NAME cannot contain SPACES. The DESCRIPTION is the human-readable string that appears in Print Center. It may contain spaces. If you don't supply a DESCRIPTION, then NAME is used instead.
    The optional LOCATION is helpful for organizations with printers scattered over many, uh, locations.
    For example, I used:

    NAME: "HP_2100_at_Front_Desk"
    LOCATION: "Front Desk"
    DESCRIPTION: "HP LaserJet 2100"

    Then, click CONTINUE.

    6. The next screen will ask for the DEVICE you want to use to print with. You should see, at the bottom of the list:

    "Windows Printer via SAMBA"

    This option is detected by CUPS courtesy of that symbolic link we made in the /usr/libexec/cups/backend folder.

    Select this option and click CONTINUE.

    7. Next, you need to enter the DEVICE URI of the printer. This is fairly simple to formulate (see man smbspool):

    smb://usernameassword@workgroup/server/sharename For example, to print to my printer, I entered:

    smb://dylanassword@REALCAFE/LAURA/HP

    Where:
    * dylan is my Windows username. Obviously, this user must have print privileges.
    * password is my Windows password. Since this password is viewable a plain-text in the CUPS configuration and log files, you might consider creating a specific low-privilege Windows user just for printing.
    * REALCAFE is my workgroup.
    * LAURA is the name of the computer the printer is attached to. You can also use an IP address instead, but being able to use LAURA (the Windows networking/NetBIOS name of the system) make it especially nice, as we use DHCP and Laura's IP address changes daily.
    * HP is the name of printer share.

    Once you have this information filled in, click CONTINUE.

    8. On the next screen, select the MAKE of the printer you are printing to. Only a few types are listed, though if you do a search for CUPS and CUPSOMATIC on the web, you might have luck installing a new printer driver for whatever printer you happen to have. The gimp-print project has lots of high-quality CUPS drivers for many printers ( http://www.allosx.com/1030154694/index_html). I happen to have an HP, so I selected HP.

    Then, click CONTINUE."
    GraphicUmp :lol:

    1.83 Core Duo mini w/lots of goodies
    12" iBook G4/1.2 w/100 GB HD & 1.25 GB RAM
    LaserWriter Pro 630, 20 GB iPod photo

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. A bit of nostalgia: A Salute to Mac OS X
    By simX in forum Apple News, Rumors & Discussion
    Replies: 31
    Last Post: March 24th, 2005, 06:45 AM
  2. The thrill is gone
    By karavite in forum Apple News, Rumors & Discussion
    Replies: 50
    Last Post: August 26th, 2003, 04:02 AM
  3. HP Photosmart 1315 and USB Print Sharing
    By zwheeloc in forum Mac Classic System & Software
    Replies: 12
    Last Post: February 6th, 2003, 08:20 PM
  4. Apple: Forget XP, try the Mac
    By tagliatelle in forum Bob's Place
    Replies: 1
    Last Post: November 25th, 2001, 06:12 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •