Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:print_server:cups.server [2019/01/21 14:44] – [Installation on LEDE firmware] bill888 | docs:guide-user:services:print_server:cups.server [2019/08/10 16:14] – someothertime | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== CUPS Print Server ====== | ====== CUPS Print Server ====== | ||
| This HowTo provides information on installing and configuring a [[wp> | This HowTo provides information on installing and configuring a [[wp> | ||
| + | |||
| + | NOTE: It is recommended to use p910nd non-spooling print server instead of CUPS on a router | ||
| + | |||
| + | |||
| + | ====Installation on LEDE/ | ||
| + | |||
| + | **There is no pre-built CUPS package for LEDE/ | ||
| + | |||
| + | ==== Basic instructions to compile CUPS ==== | ||
| + | |||
| + | Obtain and configure a working currently supported buildroot | ||
| + | |||
| + | make menuconfig | ||
| + | | ||
| + | make V=s | ||
| + | |||
| + | Optionally copy ipk's to router and install with opkg. | ||
| + | |||
| + | ( see the bottom for further resources ) | ||
| + | |||
| + | Opkg methods below are for pre-17 builds and/or after compiling your own packages. | ||
| + | |||
| ===== Preparation ===== | ===== Preparation ===== | ||
| Line 38: | Line 60: | ||
| </ | </ | ||
| - | ====Installation on LEDE firmware==== | ||
| - | There is no pre-built CUPS package for LEDE 17 and OpenWRT 18+. | ||
| - | |||
| - | Here are basic instructions to compile the CUPS package: | ||
| - | https:// | ||
| - | (It is recommended to use p910nd non-spooling print server instead of CUPS on a router) | ||
| ===== Configuration ===== | ===== Configuration ===== | ||
| ==== CUPSD configuration ==== | ==== CUPSD configuration ==== | ||
| Line 127: | Line 143: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| * Project Homepage [[http:// | * Project Homepage [[http:// | ||
| + | * Legacy Official Repo [[https:// | ||
| + | * hplip-common, | ||
| * [[https:// | * [[https:// | ||
| * Package feed for cross-compiling the whole Linux printing stack for your router [[https:// | * Package feed for cross-compiling the whole Linux printing stack for your router [[https:// | ||
| Line 132: | Line 150: | ||
| === OpenWrt User posts about installing CUPS === | === OpenWrt User posts about installing CUPS === | ||
| * [[http:// | * [[http:// | ||
| - | * [[http:// | + | * [[http:// |
| * [[http:// | * [[http:// | ||