Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 990 Bytes

openwrt-musl-cups

for LEDE / OPENWRT 18.06 / OPENWRT 19.07


下载对应平台.ipk文件,并上传至路由器/tmp目录内安装 opkg install /tmp/*.ipk

修改/etc/cupsd.conf文件: -WebInterface NO +WebInterface Yes

重启服务: /etc/init.d/cupsd restart

使用http://lan_ip:631/admin登陆cups管理页面: 用户名:root 密码:你配置的路由器的登陆密码


wiki https://oldwiki.archive.openwrt.org/doc/howto/cups.server?s[]=cups

  1. 如果安装了kmod-usb-printers,该模块可能与cups存在兼容问题,请使用下面命令卸载kmod-usb-printers: rmmod usblp.ko

2.启用简易汉化的cups,修改/etc/cups/cupsd.conf: WebInterface Yes +DefaultLanguage zh

  1. chmod 700 /usr/lib/cups/backkend/usb

为了使用网络中其他客户端的打印机,必须共享打印机。在Web GUI中,添加打印机时应选中该复选框"Share This Printer"。