我正在使用一个程序成功地与 Debian 6 和 Ubuntu 10.04 - 11.04 一起使用。
获取司机Epson POS 驱动程序
apt-get install cups libusb-1.0-0 libusb-1.0-0-dev
unzip TM\ BA\ Series\ Thermal\ Printer\ Driver\ 1100.zip
cd Epson_TM_Thermal_Printer_Driver_1100/tmt-cups/
sudo bash install.sh
sudo chown -R root.root ppd/*.ppd
sudo cp ppd/*.ppd /usr/share/ppd/openprinting/Epson/ [ or somewhere handy ]
在 CUPS localhost:631 中完成安装
问题/症状:
优点:
- 成功打印 CUPS 测试页
- 从 xterm 打印:例如,
lp<<<"My Very Brief TEST PAGE"
- 如果网页打印为 PDF第一的,然后发送到收据打印机...它起作用了!
缺点:
- 无法从 Firefox 打印
- 不从 Chromium 打印
丑陋的[错误消息]:来自 CUPS:
已停止“/usr/lib/cups/filter/rastertotmt 失败”
其他值得注意的事实:
该打印机是 T88IV,Epson 没有列出 IV 的驱动程序,只有 V 的驱动程序。因此,我使用 V 的驱动程序 --- 这在 Windows 中有效,顺便说一下,使用 V 的驱动程序,IV 就可以正常工作。
我已检查所有 ppd 文件和目录的权限,并将它们与系统上现有的 ppd 文件/目录进行匹配。打印到 Xerox 上工作正常。
那么,我该如何消除rastertotmt
上述错误?
答案1
我刚刚在 Lubuntu 13.04 和 Ubuntu Gnome 13.04 中安装了驱动程序,我从中下载了驱动程序 http://download.epson-biz.com/modules/pos/index.php?page=prod&pcat=3&scat=32&pid=30 我从 ./install.sh 安装了驱动程序,然后使用打印机的 PPD 文件,它运行良好 T88V
答案2
在您下载的打印机驱动程序中应该有一个名为的文件夹filter/
。
将其中所有文件复制到/usr/lib/cups/filter
。
还要确保下载中的所有其他文件都已正确复制。