p910nd 无法自动探测到打印机,新的 Lede 系统里似乎设备的路径也改成 /dev/bus/usb/003/002,遂放弃挣扎,使用 CUPS 进行打印服务器设定。
- 更换源
src/gz openwrt_core https://mirrors.ustc.edu.cn/openwrt/snapshots/targets/x86/64/packages
src/gz openwrt_base https://mirrors.ustc.edu.cn/openwrt/snapshots/packages/x86_64/base
src/gz openwrt_luci https://mirrors.ustc.edu.cn/openwrt/releases/18.06.8/packages/x86_64/luci
src/gz openwrt_packages https://mirrors.ustc.edu.cn/openwrt/snapshots/packages/x86_64/packages
src/gz openwrt_routing https://mirrors.ustc.edu.cn/openwrt/snapshots/packages/x86_64/routing
src/gz openwrt_telephony https://mirrors.ustc.edu.cn/openwrt/snapshots/packages/x86_64/telephony
opkg update #都是日常操作
- 下载 CUPS 的 .ipk 文件
https://github.com/syb999/openwrt-musl-cups
https://gitee.com/ytwl333/openwrt-musl-cups/tree/master
我选择里 x86_64,下载,使用 scp 传到路由器的 /tmp/usbprinter 目录下面
安装的时候会报错,使用 --force 啥命令直接强装,不考虑其他了 opkg install /tmp/usbprinter/*.ipk --force-depends
CUPS 安装好之后,需要在 PC 上配置一下下
CUPS 配置、打印机添加、在 Win 10 上配置 https://blog.csdn.net/Reven_L/article/details/109003476
在 Mac 上配置 CUPS 打印机 https://projects.ncsu.edu/mac/labs/cups.html
以上~
REF https://blog.csdn.net/Reven_L/article/details/109003476
分享人 admin @
2021-04-30 13:36:17
https://www.right.com.cn/forum/thread-325222-1-1.html