Giter Club home page Giter Club logo

wireless-printer's Introduction

Wireless Printer

Setup

Follow the instructions below

A.Install linux-4.15.1-popcorn-0.2

run sudo dpkg -i linux--4.15.1-popcorn-0.2

B. Install and setup CUPS

  1. run
sudo apt-get install cups -y; sudo systemctl start cups; sudo systemctl enable cups;
  1. Configure cups by copying cupsd.conf to /etc/cups/cupsd.conf
sudo cp cupsd.conf /etc/cups/cupsd.conf; sudo systemctl restart cups;
  1. Add yourself to CUPS lpadmin group
sudo usermod -a -G lpadmin 'yourself'; sudo systemctl restart cups;

C. Install EPSON L1300 Series Printer

  1. Install lsb sudo apt-get install lsb;
  2. (conditional) sometimes there will be broken packages. If so run sudo apt --fix-missing; and then retry step 1.
  3. Install EPSON sudo dpkg -i epson-inkjet-printer-201311w_1.0.1-1lsb3.2_amd64;
  4. Set printer as default sudo lpoptions -d EPSON_L1300_Series;
  5. Open CUPS web interface on localhost:631 or systems ip address on port 631 (ex:192.168.1.253:631)
  6. Click "Adding Printers and Classes"
  7. Log in with your normal system log
  8. Click "Add printer"
  9. Pick EPSON_L1300_Series and continue
  10. Tick "Share this printer" and continue
  11. Click "continue"
  12. Click "Add Printer"
  13. Set your default settings, and click "Set Default"

D. Configure initramfs.conf

  1. Edit /etc/initramfs-tools/initramfs.conf by changing "MODULES=most" to "MODULES=dep" or run sudo cp initramfs.conf /etc/initramfs-tools/initramfs.conf
  2. run sudo update-iniramfs -u

E. Set wirepri to run automatically

  1. Copy wirepriWANservice.sh to /root by sudo cp wirepriWANservice.sh /root/wirepriWANservice.sh
  2. Copy wirepriWAN.service to /lib/systemd/system by sudo cp wirepriWAN.service /lib/systemd/system/wirepriWAN.service
  3. run sudo systemctl start wirepriWAN.service; sudo systemctl enable wirepriWAN.service done

F. Set a static IP

  1. Edit your netplan setting by running sudo vi /etc/netplan/*.yaml
  2. Follow the 50-cloud-init.yaml as an example
  3. Save

How to use

  1. Open the system
  2. Print by uploading file to http://wirepri.herokuapp.com/ or print from a printing software from a device on the same network as your system.

wireless-printer's People

Contributors

justonemoreline avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.