有人可以告诉我Epson XP-202打印机是否具有可与Ubuntu 12.10一起使用的打印机驱动程序吗?
如果没有,是否有解决方法?
有人可以告诉我Epson XP-202打印机是否具有可与Ubuntu 12.10一起使用的打印机驱动程序吗?
如果没有,是否有解决方法?
Can anyone advise me if there is a printer driver for an Epson XP-202 printer to work with Ubuntu 12.10?
If not, is there a workaround?
Epson在其网站上提供Linux驱动程序 。我发现有一些使用 # To free pagecache: # echo 1 > /proc/sys/vm/drop_caches # To free dentries and inodes: # echo 2 > /proc/sys/vm/drop_caches # To free pagecache, dentries and inodes: # echo 3 > /proc/sys/vm/drop_caches sudo sync && sudo sysctl -w vm.drop_caches=3 0
作为搜索关键字。我无法验证它们是否可与Ubuntu 12.10一起使用,因为我不拥有此设备。
Epson provides Linux drivers on their website. I've found a few using XP-202
as a search keyword. I'm not able to verify if they work with Ubuntu 12.10, as I don't own this device.
# To free pagecache: # echo 1 > /proc/sys/vm/drop_caches # To free dentries and inodes: # echo 2 > /proc/sys/vm/drop_caches # To free pagecache, dentries and inodes: # echo 3 > /proc/sys/vm/drop_caches sudo sync && sudo sysctl -w vm.drop_caches=3 1
似乎从Ubuntu 11.04开始,它应该自动安装在插件上。
之前,它确实对我有用,直到我安装了一些将其弄乱的软件包。
最简单的解决方法是手动安装正确的软件包。我发现它的地方是:
# To free pagecache: # echo 1 > /proc/sys/vm/drop_caches # To free dentries and inodes: # echo 2 > /proc/sys/vm/drop_caches # To free pagecache, dentries and inodes: # echo 3 > /proc/sys/vm/drop_caches sudo sync && sudo sysctl -w vm.drop_caches=3 2
它给出了:
# To free pagecache: # echo 1 > /proc/sys/vm/drop_caches # To free dentries and inodes: # echo 2 > /proc/sys/vm/drop_caches # To free pagecache, dentries and inodes: # echo 3 > /proc/sys/vm/drop_caches sudo sync && sudo sysctl -w vm.drop_caches=3 3
sudo apt-get install epson-inkjet-printer-201202w
It seems that since Ubuntu 11.04, it should install automatically on plug.
It did work for me before, until I installed some package which messed it up.
The easiest way to fix it was to install the correct package manually. I found it with:
apt-cache search epson | grep 202
and it gives:
epson-inkjet-printer-201202w - Epson XP-30/102/202/205 Series - Epson Inkjet Printer Driv
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有