Sharing a printer from a PC to my Mac

I have a Epson Stylus Photo R300 connected by usb to a PC running windows xp home edition and I'm trying to share it via wireless network (I have a linksys wireless g router) to my powerbook g4 running osx tiger. I'm pretty good on a windows machine but this is my first mac so dumb it up please...
powerbookG4   Mac OS X (10.4.3)  

Hi ruffnready
Welcome to the Discussion Forums
No is the short answer. OS9.1 and above offered Printer Sharing for USB connected Printers using the USB Printer Sharing Extension and Control Panel.
Another possibility and its a very long shot, is to use a Software RIP (if one is available for that model). You could then broadcast the resulting virtual Laserwriter Postscript Printer on the G3’s ethernet port and any other networked computer could then, in theory, connect and print to it.
Hope this helps and is of some use

Similar Messages

  • Sharing a printer from an OS 9.x Mac.

    Hello Forum Folks,
    I have a MacBook running Tiger connected on a home network to a PowerMac G3 running OS 9.2 & I can successfully share files between the two. There's a HP Deskjet 870Cxi printer hooked up to the G3 via the mac serial port. My question: is there a way to share this printer with the MacBook? Thanks.
    MacBook & G3   Mac OS X (10.4.2)  

    Hi ruffnready
    Welcome to the Discussion Forums
    No is the short answer. OS9.1 and above offered Printer Sharing for USB connected Printers using the USB Printer Sharing Extension and Control Panel.
    Another possibility and its a very long shot, is to use a Software RIP (if one is available for that model). You could then broadcast the resulting virtual Laserwriter Postscript Printer on the G3’s ethernet port and any other networked computer could then, in theory, connect and print to it.
    Hope this helps and is of some use

  • How can I print from my iPad through my Mac Book Pro which is connected to a printer?  I was told I could do this.

    How can I print from my iPad through my Mac Book Pro which is connected to a printer?  I was told I could do this when the iPad and Mac Book Pro are synched together.

    Antique lady wrote:
    So If I download Printopia on my Mac Book Pro, do I go to iTunes to somehow connect the computer and the iPad? 
    No.
    Printopia (running on your Mac) connects the iPad to your printer.

  • When i try to print from Parallels Desktop to my mac printer, it cannot convert the prescript file.  what should i do?

    i use Quickbooks accounting for windows and when i bought my new mac i had to buy parallels desktop so that i could continue to use my accounting software.  it has been working since then and i dont know what happened, but now when i print something i get a message saying that states "Unable to Convert The ProScript File".
    Help Please!!!
    Niko96
    i need this fixed a.s.a.p!!!!

    I don't have Parallels; I use Fusion. And in Fusion you have the option to use the installed printer is OS X to print. I have seen printing from Windows 7 to the Mac printer result in errors and there is a chance you are having the same issue.
    If Parallels has the same facility where you can use the Mac's printer then I would suggest that you install a Windows driver for your printer in Parallels and not use the Mac printer. This should stop the conversion error you are getting.

  • Printing from Win PC to a Mac Printer

    Hi all.
    I have an Epson R300 connected to the USB port of my iMac, and shared through the System Preferences -> Printer and Fax -> Sharing options, and a Win 2000 PC in local network with the iMac through the ethernet ports.
    The PC can see the iMac and exchange documents with it, but I am having problems when printing from the PC to the R300. That is, when I try to set up a network printer using Bonjour for Win, everything is OK, except that at the end of the procedure a message warns me that I have not the rights to use the printer. I am logged as administrator on both computers, which additional rights do I need. Also, I restored the disk privileges where some printer file access privileges were corrupted, but had no change.
    I also tryed to use the procedure suggested in MacHelp, but I don't know what a SBM/CIFS printer is and how to set up it on the PC.
    Thanks a lot for help. Regards.
    iMac G5 2.0Ghz 20"   Mac OS X (10.4.3)   1Gb ram

    Vittorio, Welcome to the discussion area!
    Perhaps something on iFelix's site will help.

  • Double sided printing from an Epson sx425w in mac

    Hi everyone,
    I've been reading posts by others regarding problems with double sided printing on mac. Since I changed to a mac, I havent been able to print double sided from my epson sx425w printer. This can be quite annoying if you a lot of pages to print. The double sided print option is just disabled so I cant even select it and I dont have the option of "Duplexer" or "Duplex Printing" as suggested in other posts. Besides, I've not been able to use my scanner since upgrading to Mavericks-I know others have had similar problems too.
    Anyone come across similar problems?
    Thanks

    Thanks for your reply. I think epson has just released a new scanner driver which I've downloaded and is now working. As for the printer, they said it's not possible to print double sided from this particular model in mac as it does not have the duplex unit. Hence the only solution is to print from windows or buy another printer with a duplex unit. I only found out after posting the question. Here's a link to the scanner software-http://esupport.epson-europe.com/FileDetails.aspx?lng=en-GB&data=FCFfEfoyEiFBBDU 002FXyeTVD1rAPvGEp+uonLZf8Ez0bAEU003D&id=377764
    thanks

  • Printing from an applet on a Mac

    Printing from an unsigned applet is allowed by the java plug-in. When a print request is made it pops up a confirmation dialog after which the print job goes through on Windows. On a Mac, however, a security exception is thrown after the confirmation dialog:
    java.security.AccessControlException: access denied (java.net.SocketPermission localhost:631 connect,resolve)
    The entire stack trace is copied at the end.
    It appears that the applet is trying to open a connection to port 631 on localhost (Port 631 is the standard port for the IPP protocol). Usually an applet is only allowed to open a connection to the host that it came from (not localhost in this case). Therefore, the exception seems reasonable. However, when the print request is sent a second time the print job goes through! I don�t know why!
    Has anyone encountered this problem on a Mac (OS 10.4.7; Java version 1.5.0_06) ? Is there a solution? It works just fine on Windows!
    Thank you!
    java.security.AccessControlException: access denied (java.net.SocketPermission localhost:631 connect,resolve)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         at java.lang.SecurityManager.checkConnect(SecurityManager.java:1034)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:459)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
         at sun.net.www.http.HttpClient.New(HttpClient.java:287)
         at sun.net.www.http.HttpClient.New(HttpClient.java:299)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:836)
         at sun.print.IPPPrintService.opGetAttributes(IPPPrintService.java:1419)
         at sun.print.IPPPrintService.initAttributes(IPPPrintService.java:323)
         at sun.print.IPPPrintService.getSupportedDocFlavors(IPPPrintService.java:697)
         at sun.print.IPPPrintService.isDocFlavorSupported(IPPPrintService.java:773)
         at sun.print.RasterPrinterJob.getPrintService(RasterPrinterJob.java:431)
         at sun.print.RasterPrinterJob.setAttributes(RasterPrinterJob.java:1002)
         at apple.awt.CPrinterJob.setAttributes(CPrinterJob.java:130)
         at apple.awt.CPrinterJob.print(CPrinterJob.java:173)
         at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1200)
         at PrintTest.printApplet(PrintTest.java:47)
         at PrintTest$1.actionPerformed(PrintTest.java:25)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
         at java.awt.Component.processMouseEvent(Component.java:5554)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5319)
         at java.awt.Container.processEvent(Container.java:2010)
         at java.awt.Component.dispatchEventImpl(Component.java:4021)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3869)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Component.dispatchEvent(Component.java:3869)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Yes!!  This is VERY HARD to find.  I literally spent ONE YEAR looking for solutions to my printing problems until I found this little drop-down box in the middle of the second or third dialog box that the Mac OS offers you when you're printing.  If you're still not finding it, ask us again.  I'm not in front of my Mac right now, and I'll be glad to give you detailed instructions.  I tried several hundred different things before I could get my photos to print well, and the secret was always right there, hidden in that tiny drop-down menu in the center of that dialog box.  VERY frustrating.

  • Printing from Airport Extreme for both Mac and PC

    I have both a mac and a PC. Both are connected to the internet using the Airport Extreme. Here's my problem. Currently I can only print from the Mac but not the PC. I was told that I would be using the airport extreme I would be able to use one printer for both computers. The printer I am using is an HP Office Jet 6310, which is compatible with both a Mac and a PC. Can anyone help me?

    I recently purchased a Canon Pixma MP610 and it is connected to an AE. My Macbook prints fine to it. My PC laptop doesn't. I used to have a Canon Pixma 1600 that printed fine for both computers (I used iFelix's 1004.html steps to install for the PC)
    I have tried the Add Printer on the PC using the same 1004.html steps with no luck. I have also used the 1008.html steps to install using the Bonjour Wizard with no luck.
    When I say no luck, I mean it sees the printer, it has the proper drivers, but when I print a test page, it can't connect.
    I Add a Printer and test and it fails, I then delete the printer and install it a different way. The weird thing is hours later, the test page will be there sitting on my printer. But I don't know why it took so long or which printer install method worked.
    I have now installed 4-5 different printers and hit Test Page on all of them. I named each printer something different so in case the Test page comes out, I'll know which printer works.
    I'm almost there I feel, but just can't get it.
    Any suggestions iFelix or anyone else?

  • Failure to print from PSE 9.0 on MAC to Epson XP-800

    I cannot print photographic images with my desktop MAC (OS X10.8.4) from Photoshop Elements 9.0 to my new Epson XP-800 printer. Printing is not a problem with Word text or images from iPhoto- it is only with PSE that there is a problem.  The problem persists even if I try using a cabled connection rather than WiFi.  I have ensured latest software from Epson has been downloaded.  This problem did not occur when using the same system with the previous printer (Epson Photo Stylus 1290).
    Any suggestions for solving this rather than just a workaround of moving the edited PSE image back to iPhoto & printing from there (which admittedly does work but shouldn't be necessary).
    Grateful for any help.
    Stuart

    Hi Barbara B
    Thanks very much for this suggestion. 
    I followed this advice, both deletions and permission repairs.  This did allow me to print from PSE for the first time - very pleased with this.  Unfortunately the colour reproduction has now gone haywire (having been very good) and there are vertical lines on prints - this now applies to both PSE & iPhoto (the latter worked well before)
    Any further suggestions?  I feel we are close to cracking it but do not really understand what to try next. Please help if you can. Many thanks.
    Stuart

  • Sharing USB Printer from Window XP Machine

    I just bought a new iMac and a Canon Pixma MX310 from the Apple store. Loaded the drivers on the iMac and my wife's Dell running XP.  When the printer is hooked directly to either computer it works fine. However, my wife wants it hooked up to her Dell. So I set up printer sharing and have found the printer and even gotten it to print blank pages.  The problem I have is the drivers for the MX310 don't show up as an option on the Mac when it asks me which drivers to use for the printer.  I have an Epson 740i hooked up the Dell also and have been able to share that without a problem, because the drivers show up in the window it prints without a problem.  
    So the question is, how do I get the drivers for the MX310 to show up in the drop down window with all the drivers that came pre-installed on the iMac?

    Unfortunately the Canon Mac drivers won't work across a network in this way.
    It should work the other way, with the printer connected to the iMac and shared to the Dell PC.
    Printing to a printer on a Mac running 10.4.x from a Windows PC using Bonjour for Windows
    http://tech.ifelix.net/3014.html

  • SHaring a printer from a 9.2 machine to a 10.4

    Hello all,
    I have an Epson Stylus Photo 890 that is connected via USB to an iMac that is running 9.2.2. I am trying to connect it to a new iMac that is running 10.4. Both machines are connected to a Netgear router and are getting addresses. Appletalk is enabled on the 9.2 machine and in chooser, if I select the Epson and go to setup it askes me if I want to enable printer sharing which I do. I put in a name of "890."
    On the 10.4 machine, I tried going through the "other printers" in the printer utility. I selected appletalk and the Epson does not come up. I tried unsharing it in the chooser on the 9.2 machine, but, of course, left appletalk on. Still nothing. in print utlility there is also a category for "Epson Appletalk" which yields nothing.
    I should mention that I have an HP 2200 that is connected to the 9.2 machine and connected with no problem to the 10.4 machine via appletalk...
    Is it even possible to do what I'm refering to?
    Hope thats enough info, thanks in advance!

    Hello all,
    I have an Epson Stylus Photo 890 that is connected via USB to an iMac that is running 9.2.2. I am trying to connect it to a new iMac that is running 10.4. Both machines are connected to a Netgear router and are getting addresses. Appletalk is enabled on the 9.2 machine and in chooser, if I select the Epson and go to setup it askes me if I want to enable printer sharing which I do. I put in a name of "890."
    On the 10.4 machine, I tried going through the "other printers" in the printer utility. I selected appletalk and the Epson does not come up. I tried unsharing it in the chooser on the 9.2 machine, but, of course, left appletalk on. Still nothing. in print utlility there is also a category for "Epson Appletalk" which yields nothing.
    I should mention that I have an HP 2200 that is connected to the 9.2 machine and connected with no problem to the 10.4 machine via appletalk...
    Is it even possible to do what I'm refering to?
    Hope thats enough info, thanks in advance!

  • Has anyone had a problem with printing from Elements 9 on a MAC?

    When I first installed Elements 9 and tried to print, all I got were blank pages.  I contacted adobe support and after an hour on the  phone, she referred me to the next level.  I then received an email from them asking me to call them and in the meantime, they suggested things I shoud do.  I did what they suggested and it worked.  I was able to print.  However, I was unable to indicate the type of paper or resolution that I wanted to print in.  So, I called them again.  It seems that on a windows PC, they give you five options for printing:  1.  Select printer, 2.  Select Settings, 3.  Select paper size, 4.  Type of print, and 5.  Select Print size.  On a MAC,  You get only three options:  Select printer, Select paper size and Select print size.  Does anyone know another way to select the settings and type of print.  I have been using Elements 4 for years with no problems.  Elements 4 gives all the  options.  I don't understand why it is not the same in Elements 9.

    Thank you so much.  You have solved my problem.  I never thought to click the down arrow.  In all the time I have been printing, on any program, the entire window opened up when I clicked on the print button.  This one never did.  I don't understand why Adobe support never told me about that when I called them.

  • Printing from photoshop elements 6 for mac

    I have an i-mac and use photoshop elements 6.  I have created hundreds of images but when i have contacted printers to print cards i created from these images using indesign i have been told by many printers that there is an issue regarding RGB vs CMYK .  Where and how can i get my RGB images printed for a reasonable price.  billrene

    The main question I have is whether or not there is an efficient way to get a rgb images printed.  I have an Imac whose screen is a rgb pattern so even if i convert the images to cmyk (which i can do in a couple different ways -- through indesign or putting the images in photoshop).  however since my sreen is a rgb format i can not acurately see the changes I have made through converting to cmyk.  also i have several hundred images i have created and would rather not have to convert them all before printing.  I have had problems finding a printer that will even attempt to print rgb images.  I have checked at kinkos as well as several print shops in montana where i live.  each time i am told they can  not print rgb. the images I sent to those printers were unusable because of the color distortions.   When I talked with some one in the Apple store they suggested I get a different computer.  It has also been suggested i get a printer that could be calibrated to the rgb format and i could print the images myself.  another suggestion i received was that there may be a calibration program/software that i could use to make the converesion.    Help.  billrene

  • Problem sharing pdf insertions from PC Windows 7 to mac

    Hello, I've been working on editing a document a client is sharing with me via dropbox. She uses a Mac; I have a PC with Windows 7. I've entered a number of edits--insertions, comments, deletions. Now, when she opens the dropbox document, the locations where the insertions are are still marked in blue, but the inserted text has disappeared. The yellow comments are still viewable. Now when I open the document, I can't see my own insertions any more either. (I have a backup, thank goodness.) Any idea how to get a file to her such that she can see the inserted text? (And to keep inserted text from disappearing if I open the document after she has?)

    If she's using "Preview" on the Mac to open it. It will most likely be "broken" when saving after edits. Preview does that with forms and fillable PDFs.

  • Printing from Photoshop Elements 9 with MAC

    There is no drop down menu showing paper sizes 4 x 6 or 5 x 7 when printing photos.  It is a pain to move everything to iPhoto to print these sizes. How do you do it?

    You can review here as well. It`s for PSE11 but most of it is applicable for PSE9 as well.  http://blogs.adobe.com/pselements/color-management-settings-for-the-best-print-output/

Maybe you are looking for

  • Show/Hide Sub Forms in LiveCycle ES 8.2

    Hello All, I am using Livecycle to create a form and want following functionality: If a particular value is selected from drop-down box, it should hide/show a sub-form. However, I am not able to do it. I looked at adobe livecycle docs, Adobe user for

  • [solved]GNU make

    I am trying to install virtualbox but It says I need to install gnu make I did some searches and I got nowhere. I enoven pacman -Ss and got no hits. WHat file do I need to install? Last edited by Romanrp (2009-11-24 16:45:40)

  • Add Act GI date in VL06O

    Dear All, How to add field "Actual GI date" in output Report VL06O Would you like help me please Best regards Imron

  • Can't create ACL

    Hi, I tried to create a ACL in admin console. When I go to compatibility security -> ACLs page and press Create a new ACL link. An error occured as below. Any advise? Thanks. Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

  • Trouble setting link prop. for a slice

    Hi there, new to fireworks (sortof) have been playing with it on and off and I am now trying to be dedicated to it wholely. I am able to set links for some of my slices and can not on otheres. On the same page too. It just wont stick, when I click ou