有惠普 176N打印机的安装方式跟下载链接吗。。。。
有惠普 176N打印机的安装方式跟下载链接吗。。。。
官方适配清单里查下有没有:https://ecology.chinauos.com/
如果没有,可以去惠普官网看下:https://support.hp.com/cn-zh/drivers/printers
HP Color LaserJet Pro MFP m176n 这款打印机,在官方适配清单里,查了一下,说是Intel 是系统集成,既然是系统集成了,我怎么打开列
已经顺利安装上,系统搜索页搜寻打印管理器,点击添加,首先用自动方式,不能打印测试页,后来换用手动模式安装,成功。到目前为止,微信多开,打印等需求都已经达到,现在唯一无法解决的是机器自带的蓝牙连接华为蓝牙鼠标还存在能够显示连接上,但是无法使用的现象。
另外还有一个问题,感觉暂用资源好像比windows11 要稍微多些。感觉不太跟手。
已经顺利安装上,系统搜索页搜寻打印管理器,点击添加,首先用自动方式,不能打印测试页,后来换用手动模式安装,成功。到目前为止,微信多开,打印等需求都已经达到,现在唯一无法解决的是机器自带的蓝牙连接华为蓝牙鼠标还存在能够显示连接上,但是无法使用的现象。
另外还有一个问题,感觉暂用资源好像比windows11 要稍微多些。感觉不太跟手。
部分华为的蓝牙鼠标适配的不好,可以在高点的内核上试试,比如deepin
部分华为的蓝牙鼠标适配的不好,可以在高点的内核上试试,比如deepin
不会。。。。我就把他当windows使用
这串代码是否还有什么前置条件?我在新装的系统里就提示我无法定位软件包cndrvcups-capt?之前用过一段时间的电脑里就没问题
安装步骤一就报错 是方法不对吗?求解
安装步骤一就报错 是方法不对吗?求解
Run the following command and see whether the error will be fixed.
sudo apt --fix-broken install
这串代码是否还有什么前置条件?我在新装的系统里就提示我无法定位软件包cndrvcups-capt?之前用过一段时间的电脑里就没问题
Run the following line of commands and see whether the package will be found.
sudo apt-get update && apt search cndrvcups-capt
Run the following line of commands and see whether the package will be found.
sudo apt-get update && apt search cndrvcups-capt
步骤一已经解决了
运行步骤二前两个命令提示“无法定位软件包” ,如图,求解。
步骤一已经解决了
运行步骤二前两个命令提示“无法定位软件包” ,如图,求解。
Run the following line of commands and see whether the two packages will be installed.
sudo apt-get update && sudo apt-get install libpopt0:i386 libxml2:i386
步骤一已经解决了
运行步骤二前两个命令提示“无法定位软件包” ,如图,求解。
安装正常
Run the following line of commands and see whether the two packages will be installed.
sudo apt-get update && sudo apt-get install libpopt0:i386 libxml2:i386
sudo apt-get update && sudo apt-get install libpopt0:i386 libxml2:i386还是无法定位软件包
sudo apt-get update && sudo apt-get install libpopt0:i386 libxml2:i386还是无法定位软件包
The two packages are available on my UOS Home.
The two packages are not available on your UOS Professional.
The solution provided by "U小妹" here applies to UOS Home.
安装正常
You have not yet installed the Canon driver.
Run the following command to install it:
sudo apt-get install cndrvcups-capt
不适用mips吧?
还得把服务加入开机启动,不然重启又不行了,sudo systemctl enable ccpd.service
求教,故障排查显示全绿但还是无法打印测试页,型号LBP3108
装个打印机驱动就这么复杂吗?这是面向用户端的系统吗?有几个终端用户有时间研究这个?
光荣榜
- 周榜
- 月榜
- 总榜
应用场景
硬件/整机信息:全平台
OS版本信息:全架构
OS版本信息:桌面专业版、家庭版
问题现象
佳能LBP2900+无法使用,需要安装驱动
解决方案
步骤一
安装驱动
sudo apt install cndrvcups-capt
步骤二
安装依赖
sudo apt install libpopt0:i386
sudo apt install libxml2:i386
sudo apt install libpopt0
sudo apt install libxml2
步骤三
注册打印机,依次执行下列命令
sudo systemctl stop ccpd
sudo /usr/sbin/lpadmin -p LBP2900 -P /usr/share/cups/model/CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E
注:(提示弃用不是错误,可以继续)
sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0
注:/dev/usb/lp0 这个是通过lpinfo -v 命令,cnusb后面显示的路径确定的,不一定是lp0
sudo systemctl start ccpd