Creating a raw printer queue in CUPS (host) and adding them through CUPS (client)
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 for x86, so I cannot run my Brother printer on the RasPi. However, I found a blog entry proposing to create a raw queue on the RasPi's CUPS install and access this queue from the clients using binary drivers installed on them. Here is the blog entry: http://chemdroid.net/en/raspberry-pi/36-raspberry-pi-as-print-server
Unfortunately, the author doesn't describe in much details how to create a raw queue on the RasPi and how to access it from the clients, instead he concentrates on describing the installation of a non-standard CUPS version on the RasPi.
I found a similar question here: https://stackoverflow.com/questions/12271871/cups-bypassing-interface However, I don't fully understand the answer. Does the "How to setup CUPS 'raw' queues" section in the answer there refer to the host (the RasPi)? If so, what is the socket/port that I have to specify? The printer is a Brother HL-2030, connected through USB.
When accessing the printer from the clients, the answer says how to edit the 'lp' command, however I want to use the shared printer through CUPS, so how do I proceed here?
Thanks for any input!
Photon
linux printing cups
add a comment |
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 for x86, so I cannot run my Brother printer on the RasPi. However, I found a blog entry proposing to create a raw queue on the RasPi's CUPS install and access this queue from the clients using binary drivers installed on them. Here is the blog entry: http://chemdroid.net/en/raspberry-pi/36-raspberry-pi-as-print-server
Unfortunately, the author doesn't describe in much details how to create a raw queue on the RasPi and how to access it from the clients, instead he concentrates on describing the installation of a non-standard CUPS version on the RasPi.
I found a similar question here: https://stackoverflow.com/questions/12271871/cups-bypassing-interface However, I don't fully understand the answer. Does the "How to setup CUPS 'raw' queues" section in the answer there refer to the host (the RasPi)? If so, what is the socket/port that I have to specify? The printer is a Brother HL-2030, connected through USB.
When accessing the printer from the clients, the answer says how to edit the 'lp' command, however I want to use the shared printer through CUPS, so how do I proceed here?
Thanks for any input!
Photon
linux printing cups
add a comment |
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 for x86, so I cannot run my Brother printer on the RasPi. However, I found a blog entry proposing to create a raw queue on the RasPi's CUPS install and access this queue from the clients using binary drivers installed on them. Here is the blog entry: http://chemdroid.net/en/raspberry-pi/36-raspberry-pi-as-print-server
Unfortunately, the author doesn't describe in much details how to create a raw queue on the RasPi and how to access it from the clients, instead he concentrates on describing the installation of a non-standard CUPS version on the RasPi.
I found a similar question here: https://stackoverflow.com/questions/12271871/cups-bypassing-interface However, I don't fully understand the answer. Does the "How to setup CUPS 'raw' queues" section in the answer there refer to the host (the RasPi)? If so, what is the socket/port that I have to specify? The printer is a Brother HL-2030, connected through USB.
When accessing the printer from the clients, the answer says how to edit the 'lp' command, however I want to use the shared printer through CUPS, so how do I proceed here?
Thanks for any input!
Photon
linux printing cups
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 for x86, so I cannot run my Brother printer on the RasPi. However, I found a blog entry proposing to create a raw queue on the RasPi's CUPS install and access this queue from the clients using binary drivers installed on them. Here is the blog entry: http://chemdroid.net/en/raspberry-pi/36-raspberry-pi-as-print-server
Unfortunately, the author doesn't describe in much details how to create a raw queue on the RasPi and how to access it from the clients, instead he concentrates on describing the installation of a non-standard CUPS version on the RasPi.
I found a similar question here: https://stackoverflow.com/questions/12271871/cups-bypassing-interface However, I don't fully understand the answer. Does the "How to setup CUPS 'raw' queues" section in the answer there refer to the host (the RasPi)? If so, what is the socket/port that I have to specify? The printer is a Brother HL-2030, connected through USB.
When accessing the printer from the clients, the answer says how to edit the 'lp' command, however I want to use the shared printer through CUPS, so how do I proceed here?
Thanks for any input!
Photon
linux printing cups
linux printing cups
asked Oct 14 '14 at 6:37
PhotonPhoton
1063
1063
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I know is an old post, but some people may have this doubt today.
Try to add the printer to cups using native cups "Brother DCP-7030 using brlaser v3" (or v4, depends on cups version)
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f825953%2fcreating-a-raw-printer-queue-in-cups-host-and-adding-them-through-cups-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I know is an old post, but some people may have this doubt today.
Try to add the printer to cups using native cups "Brother DCP-7030 using brlaser v3" (or v4, depends on cups version)
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
add a comment |
I know is an old post, but some people may have this doubt today.
Try to add the printer to cups using native cups "Brother DCP-7030 using brlaser v3" (or v4, depends on cups version)
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
add a comment |
I know is an old post, but some people may have this doubt today.
Try to add the printer to cups using native cups "Brother DCP-7030 using brlaser v3" (or v4, depends on cups version)
I know is an old post, but some people may have this doubt today.
Try to add the printer to cups using native cups "Brother DCP-7030 using brlaser v3" (or v4, depends on cups version)
edited Jan 23 at 11:34
answered Oct 10 '18 at 17:41
Anderson ZardoAnderson Zardo
11
11
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
add a comment |
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
In the mean time I found out how to make Brother printers work with no drivers on the Raspi and official binary drivers on the clients: forum.manjaro.org/t/…
– Photon
Oct 11 '18 at 8:22
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Uhm, this can be useful for me in the future, since new versions of cups servers not support raw queues anymore, and I use it a lot in my organization.
– Anderson Zardo
Jan 23 at 11:34
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
Actually, Brother released ARM drivers in the mean time. Printing is quite slow on my first gen Raspberry Pi using them but it works.
– Photon
Jan 23 at 12:04
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f825953%2fcreating-a-raw-printer-queue-in-cups-host-and-adding-them-through-cups-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown