# openwrt-musl-cups **Repository Path**: toy-of-pan/openwrt-musl-cups ## Basic Information - **Project Name**: openwrt-musl-cups - **Description**: 来自syb999 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 3. chmod 700 /usr/lib/cups/backkend/usb 为了使用网络中其他客户端的打印机,必须共享打印机。在Web GUI中,添加打印机时应选中该复选框"Share This Printer"。