Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的工作中有一台打印机 Brother HL-2240D,我需要一些适用于 linux 的驱动程序来获取它的状态信息(碳粉量、空纸……)。
实际上,我使用的是 linux 驱动程序,并且打印正常,但是该驱动程序无法让我了解打印机的状态。Windows 驱动程序是唯一获得该状态的驱动程序。
找了几天,还是不存在,于是有了一个想法,在Wine中安装windows驱动。谁能帮我在wine中安装这个驱动程序?
谢谢。
有一些奇怪的与打印机相关的东西与葡萄酒有关,但我怀疑你是否能够像你希望的那样获得状态工作。我的建议是使用 Windows 进行双启动(或者让单独的机器运行 Windows),或者甚至在您的 linux pc 上运行虚拟机并在其中运行 Windows。然后,您可以使用 Windows 的虚拟版本连接到打印机并使用 Windows 驱动程序和工具接收打印机状态信息。