05
2021
09

树莓派 CUPS HP P1108 打印服务器安装

使用官网的映像 ,仓库出错。使用下面的命令。先更新一遍。然后再成国内源

记得开启ssh 建个ssh的空文件拷到tf卡上面

lsb_release -a  查看系统版本


Debian Buster 已发布,因此更改为稳定版。

运行“ sudo apt update --allow-releaseinfo-change ”,它会更新它。


# 编辑 `/etc/apt/sources.list` 文件,删除原文件所有内容,用以下内容取代:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib rpi

# 编辑 `/etc/apt/sources.list.d/raspi.list` 文件,删除原文件所有内容,用以下内容取代:
deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui

参考https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/





https://www.labno3.com/2021/04/16/raspberry-pi-print-server-setup-a-network-printer/

安装安这个来


HP的安装一下驱动 apt-get install hplip (注意:版本最好在3.15.x以上,以下的版本有BUG 没办法打印)

#安装官方驱动
apt-get install hplip
#手动安装驱动,跟着引导走就行,选项基本都YES
sudo hp-setup -i




p1007 1008之类的机器参考https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=4258977

« 上一篇 下一篇 »