Creating a raw printer queue in CUPS (host) and adding them through CUPS (client)

前端 未结 3 1276
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 14:31

I want to make my RasPi act as a little print and file server in a small home network consisting of three Linux clients. Unfortunately, Brother provides only binary drivers

3条回答
  •  感情败类
    2020-12-30 14:56

    I know it is a bit outdated, but I tried the same thing and ran into a problem: What is said above is correct, but I found out that the HL-2030 did not work in my setup with the Gutenprint driver. I needed to install the foomatic drivers

    sudo apt-get install foomatic-filters foomatic-db-engine
    

    Then choose the

    Brother HL-2030 Foomatic/hl1250 (recommended)

    from the list of printers in the web interface. And everything worked fine.

提交回复
热议问题