Ricoh SP111 printer setup help

15,336

To install the printer in Ubuntu, first you need to install a couple of dependencies:

  1. Install pbmtojbg and inotify-wait:

    sudo apt-get install jbigkit-bin inotify-tools
    
  2. Now download the cups driver:

    git clone [email protected]:droidzone/ricoh-sp100.git
    
  3. Copy the file pstoricohddst-gdi to the directory containing cups filters:

    sudo cp pstoricohddst-gdi /usr/lib/cups/filter/
    sudo chown root:root /usr/lib/cups/filter/pstoricohddst-gdi
    
  4. Now open the Printers applet:

    1. Add Printer > Choose Ricoh SP 111 > Choose PPD file

    2. Choose RICOH_Aficio_SP_111.ppd

    If you're unable to select the PPD file by the above steps, try the following to add printer from the CUPS web interface:

    1. In your web browser, navigate to http://localhost:631/

    2. CUPS for Administrators > Adding Printers and Classes Printers > Add a printer

    3. Enter your root username and password

    4. When your printer is connected and switched on Ubuntu should detect it and assign it a name. Select that printer right now. Click next a couple of times until you reach the section where you're asked to select the PPD file.

    5. At this point, choose the file RICOH_Aficio_SP_111.ppd.

Source: My blog

Share:
15,336

Related videos on Youtube

Umesh Dhaka
Author by

Umesh Dhaka

Updated on September 18, 2022

Comments

  • Umesh Dhaka
    Umesh Dhaka almost 2 years

    I heard this printer would work on Ubuntu, but I'm having problems.

    I dont even know how to execute the "check requirements" script.

  • jaspreet21anand
    jaspreet21anand almost 8 years
    Worked like a charm
  • shivams
    shivams over 7 years
    This worked sweet on my Ubuntu laptop, but failed on Raspberry Pi.
  • radioxoma
    radioxoma over 4 years
  • pauljeba
    pauljeba over 4 years
    Worked well, any way to install in mac?
  • Ajith C Narayanan
    Ajith C Narayanan over 3 years
    this git repo is unavailable now
  • Joel G Mathew
    Joel G Mathew over 3 years
    @AjithCNarayanan The repo is still available.
  • Ajith C Narayanan
    Ajith C Narayanan over 3 years
    showing page not found in github @JoelGMathew
  • Joel G Mathew
    Joel G Mathew over 3 years
    @AjithCNarayanan It's not a website. It's a git repository. Try to clone it.
  • Joel G Mathew
    Joel G Mathew about 3 years
    You can check the repository address included in this post, @Ajay
  • Ajay
    Ajay about 3 years
    what after sudo apt-get update what should I install by sudo apt-get install. As sudo apt-get install lafricainenvrac failing.
  • Ajay
    Ajay about 3 years
    Joel as link given in your blog is no more available. Please update the link. In my case driver available at link "codeload.github.com/zhangtemplar/ricoh-sp100/zip/refs/heads‌​/…" worked like charm. Thanks
  • Joel G Mathew
    Joel G Mathew about 3 years
    @Ajay You didnt need to visit my blog. The answer given above is complete, and has the right repo, which is my github.