public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Brother Printer
@ 2005-09-12  8:32 Mark Humphrey
  2005-09-12 11:40 ` John Jolet
  0 siblings, 1 reply; 23+ messages in thread
From: Mark Humphrey @ 2005-09-12  8:32 UTC (permalink / raw
  To: gentoo-user

Anyone here got a Brother printer? And if so what model?



Email Disclaimer
http://www.aplitec.co.za/emaildisclaimer.htm

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2005-09-12  8:32 Mark Humphrey
@ 2005-09-12 11:40 ` John Jolet
  0 siblings, 0 replies; 23+ messages in thread
From: John Jolet @ 2005-09-12 11:40 UTC (permalink / raw
  To: gentoo-user

ml-5040
On Sep 12, 2005, at 3:32 AM, Mark Humphrey wrote:

> Anyone here got a Brother printer? And if so what model?
>
>
>
> Email Disclaimer
> http://www.aplitec.co.za/emaildisclaimer.htm
>
> -- 
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-user] Brother Printer
@ 2016-12-08 14:08 siefke_listen
  2016-12-08 20:40 ` Daniel Frey
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: siefke_listen @ 2016-12-08 14:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

Hello,

when I want use a Brother Printer (MFC 7320) it's need multilib? How can 
I fix this? 

siefke@sisibox ~ $ eselect profile list
Available profile symlink targets:
...
  [11]  default/linux/amd64/13.0/no-multilib *
---

At moment I use no-multilib but what must do for use multilib with a Brother
Multi Function Printer. 

Thank you for help.

Silvio


[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-08 14:08 [gentoo-user] Brother Printer siefke_listen
@ 2016-12-08 20:40 ` Daniel Frey
  2016-12-09 10:19   ` siefke_listen
  2016-12-08 21:02 ` Bertram Scharpf
  2016-12-09 15:49 ` [gentoo-user] " Nils Freydank
  2 siblings, 1 reply; 23+ messages in thread
From: Daniel Frey @ 2016-12-08 20:40 UTC (permalink / raw
  To: gentoo-user

On 2016-12-08 6:08 AM, siefke_listen@web.de wrote:
> Hello,
>
> when I want use a Brother Printer (MFC 7320) it's need multilib? How can
> I fix this?
>
> siefke@sisibox ~ $ eselect profile list
> Available profile symlink targets:
> ...
>    [11]  default/linux/amd64/13.0/no-multilib *
> ---
>
> At moment I use no-multilib but what must do for use multilib with a Brother
> Multi Function Printer.
>
> Thank you for help.
>
> Silvio
>

I am pretty sure the Brother drivers are in a compiled format (you don't 
compile them when you install them) so it will require multilib. No way 
around this unless Brother has no-multilib drivers on their website 
(unlikely.)

Dan


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-08 14:08 [gentoo-user] Brother Printer siefke_listen
  2016-12-08 20:40 ` Daniel Frey
@ 2016-12-08 21:02 ` Bertram Scharpf
  2016-12-09 10:16   ` siefke_listen
  2016-12-10  0:25   ` [gentoo-user] " Ian Zimmerman
  2016-12-09 15:49 ` [gentoo-user] " Nils Freydank
  2 siblings, 2 replies; 23+ messages in thread
From: Bertram Scharpf @ 2016-12-08 21:02 UTC (permalink / raw
  To: gentoo-user

Hi Silvio,

On Thursday, 08. Dec 2016, 15:08:34 +0100, siefke_listen@web.de wrote:
> when I want use a Brother Printer (MFC 7320) it's need multilib? How can 
> I fix this? 

I have a Brother MFC 7420. Yet, it's not connected to my
Gentoo but to a FreeBSD box. There, I completely ignored the
recommended drivers. I configured lpd (/etc/printcap) to
first pipe the PostScript/PDF documents through a
Ghostscript command. The only real problem was to find the
proper device driver (ljet2p).

  gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ljet2p -r600 -sOutputFile=- -

Then I wrap around this a simple self-written PJL frame.

For about 8 years, though not printing too much, I never had
any problem.

You can have my PJL generator if you want (It's in Ruby).

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-08 21:02 ` Bertram Scharpf
@ 2016-12-09 10:16   ` siefke_listen
  2016-12-09 14:20     ` Bertram Scharpf
  2016-12-10  0:25   ` [gentoo-user] " Ian Zimmerman
  1 sibling, 1 reply; 23+ messages in thread
From: siefke_listen @ 2016-12-09 10:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

On Thu, 8 Dec 2016 22:02:51 +0100
Bertram Scharpf <lists@bertram-scharpf.de> wrote:

> I have a Brother MFC 7420. Yet, it's not connected to my
> Gentoo but to a FreeBSD box. There, I completely ignored the

Really on FreeBSD? Wow a few years ago I work with FreeBSD and
on mailinglist they not could help to become running. That's 
why I going to Gentoo. 

> recommended drivers. I configured lpd (/etc/printcap) to
> first pipe the PostScript/PDF documents through a
> Ghostscript command. The only real problem was to find the
> proper device driver (ljet2p).
> 
>   gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ljet2p -r600 -sOutputFile=- -
> 
> Then I wrap around this a simple self-written PJL frame.
> 
> For about 8 years, though not printing too much, I never had
> any problem.
> 
> You can have my PJL generator if you want (It's in Ruby).

Yes thanks if you like to share. 

Silvio
-- 
Silvio Siefke <siefke_listen@web.de>

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-08 20:40 ` Daniel Frey
@ 2016-12-09 10:19   ` siefke_listen
  2016-12-09 14:07     ` Ian Bloss
  0 siblings, 1 reply; 23+ messages in thread
From: siefke_listen @ 2016-12-09 10:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Thu, 8 Dec 2016 12:40:46 -0800
Daniel Frey <djqfrey@gmail.com> wrote:

> I am pretty sure the Brother drivers are in a compiled format (you don't 
> compile them when you install them) so it will require multilib. No way 
> around this unless Brother has no-multilib drivers on their website 
> (unlikely.)

That's clear extract the deb file and moved cp -rv usr/ / and so on. 
This all do, I saw brother overlay and from there I saw multilib need
to be activated. 

So I think must search a printer / scanner / fax with make the job without
any needs of driver. Postscript I think will be find and when saw forum of
Linux Users then should buy a HP. 

Silvio
-- 
Silvio Siefke <siefke_listen@web.de>

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-09 10:19   ` siefke_listen
@ 2016-12-09 14:07     ` Ian Bloss
  0 siblings, 0 replies; 23+ messages in thread
From: Ian Bloss @ 2016-12-09 14:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 923 bytes --]

You could try running a 32bit chroot. This is how I deal with steam
https://wiki.gentoo.org/wiki/Steam#Chroot

On Fri, Dec 9, 2016, 02:21 siefke_listen@web.de <siefke_listen@web.de>
wrote:

> On Thu, 8 Dec 2016 12:40:46 -0800
> Daniel Frey <djqfrey@gmail.com> wrote:
>
> > I am pretty sure the Brother drivers are in a compiled format (you don't
> > compile them when you install them) so it will require multilib. No way
> > around this unless Brother has no-multilib drivers on their website
> > (unlikely.)
>
> That's clear extract the deb file and moved cp -rv usr/ / and so on.
> This all do, I saw brother overlay and from there I saw multilib need
> to be activated.
>
> So I think must search a printer / scanner / fax with make the job without
> any needs of driver. Postscript I think will be find and when saw forum of
> Linux Users then should buy a HP.
>
> Silvio
> --
> Silvio Siefke <siefke_listen@web.de>
>

[-- Attachment #2: Type: text/html, Size: 1843 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-09 10:16   ` siefke_listen
@ 2016-12-09 14:20     ` Bertram Scharpf
  0 siblings, 0 replies; 23+ messages in thread
From: Bertram Scharpf @ 2016-12-09 14:20 UTC (permalink / raw
  To: gentoo-user

On Friday, 09. Dec 2016, 11:16:18 +0100, siefke_listen@web.de wrote:
> On Thu, 8 Dec 2016 22:02:51 +0100
> Bertram Scharpf <lists@bertram-scharpf.de> wrote:
> 
> > I have a Brother MFC 7420. Yet, it's not connected to my
> > Gentoo but to a FreeBSD box. There, I completely ignored the
> > recommended drivers. I configured lpd (/etc/printcap) to
> > first pipe the PostScript/PDF documents through a
> > Ghostscript command.
> > 
> > Then I wrap around this a simple self-written PJL frame.
> > 
> > You can have my PJL generator if you want (It's in Ruby).
> 
> Yes thanks if you like to share. 

Say something like

  $ sudo gem install pjl

or first examine it on <https://github.com/BertramScharpf/ruby-pjl>.

There's a small dependency on a gem "appl" that's also
available on RubyGems and on my Github page.

However, to the present day I did not manage to make the
scanner work on FreeBSD. I plug it into a Linux machine
before I scan.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-08 14:08 [gentoo-user] Brother Printer siefke_listen
  2016-12-08 20:40 ` Daniel Frey
  2016-12-08 21:02 ` Bertram Scharpf
@ 2016-12-09 15:49 ` Nils Freydank
  2016-12-10 22:17   ` siefke_listen
  2 siblings, 1 reply; 23+ messages in thread
From: Nils Freydank @ 2016-12-09 15:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

Hello Silvio,

At thursday, dec 8 2016, 15:08:34 CET wrote siefke_listen@web.de:
> Hello,
> 
> when I want use a Brother Printer (MFC 7320) it's need multilib? How can
> I fix this?
> 
> siefke@sisibox ~ $ eselect profile list
> Available profile symlink targets:
> ...
>   [11]  default/linux/amd64/13.0/no-multilib *
> ---
I’m running two brother printers with “upstream“ drivers, ebuilds copied from 
brother overlay and modified regarding my needs. The drivers are binary 32bit 
ones for x86/i686 .deb or .rpm (in my case the rpm ones), so you *definitely* 
would need to migrate to an multilib profile - and I don’t know how awful this 
would become.
> At moment I use no-multilib but what must do for use multilib with a Brother
> Multi Function Printer.
You can change your profile one *without* the term "no-multilib".

But to be honest the suggestion by Betram looks most appealing to me (and I 
consider even migrating my stuff to this one!).

> Thank you for help.
> 
> Silvio


-- 
Nils Freydank
GnuPG-Key: 0x44594171807206CF @ hkp://keys.gnupg.net
               fpr: AA2D 5CC0 0457 297F 6164  3911 4459 4171 8072 06CF

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-user] Re: Brother Printer
  2016-12-08 21:02 ` Bertram Scharpf
  2016-12-09 10:16   ` siefke_listen
@ 2016-12-10  0:25   ` Ian Zimmerman
  1 sibling, 0 replies; 23+ messages in thread
From: Ian Zimmerman @ 2016-12-10  0:25 UTC (permalink / raw
  To: gentoo-user

On 2016-12-08 22:02, Bertram Scharpf wrote:

> I have a Brother MFC 7420. Yet, it's not connected to my
> Gentoo but to a FreeBSD box. There, I completely ignored the
> recommended drivers. I configured lpd (/etc/printcap) to
> first pipe the PostScript/PDF documents through a
> Ghostscript command. The only real problem was to find the
> proper device driver (ljet2p).
> 
>   gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ljet2p -r600 -sOutputFile=- -
> 
> Then I wrap around this a simple self-written PJL frame.

If you do something like this, you may find noqp interesting:

https://github.com/nobrowser/noqp

IIRC there are other similar programs as well - writing noqp was
definitely motivated by NIH to a fairly large degree :-)

-- 
Please *no* private Cc: on mailing lists and newsgroups
Personal signed mail: please _encrypt_ and sign
Don't clear-text sign: http://cr.yp.to/smtp/8bitmime.html


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-09 15:49 ` [gentoo-user] " Nils Freydank
@ 2016-12-10 22:17   ` siefke_listen
  2016-12-10 23:45     ` Alec Ten Harmsel
  2016-12-11  6:23     ` [gentoo-user] " Bertram Scharpf
  0 siblings, 2 replies; 23+ messages in thread
From: siefke_listen @ 2016-12-10 22:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

On Fri, 09 Dec 2016 16:49:48 +0100
Nils Freydank <nils.freydank@posteo.de> wrote:

> would need to migrate to an multilib profile - and I don’t know how awful this 
> would become.

I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not
want compile. Something with blabla.32.h is missing. I find nothing in
documentation how can switch or im blind. (i wear classes :) 

The question is, give printer (Scanner, FAX and Printer Combination) which work
under native x86_64 or all will not work? I try tomorrow with HP from my dad, 
when will work I think I buy new device. After 7 Years this will be ok.  

I read little in Web and what I understand is that HP Devices work easy and 
without any problems. Is it true? I prefer Brother, but what not want that 
not want. 


Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-10 22:17   ` siefke_listen
@ 2016-12-10 23:45     ` Alec Ten Harmsel
  2016-12-11 17:27       ` siefke_listen
                         ` (3 more replies)
  2016-12-11  6:23     ` [gentoo-user] " Bertram Scharpf
  1 sibling, 4 replies; 23+ messages in thread
From: Alec Ten Harmsel @ 2016-12-10 23:45 UTC (permalink / raw
  To: gentoo-user

On Sat, Dec 10, 2016 at 11:17:55PM +0100, siefke_listen@web.de wrote:
> On Fri, 09 Dec 2016 16:49:48 +0100
> Nils Freydank <nils.freydank@posteo.de> wrote:
> 
> > would need to migrate to an multilib profile - and I don’t know how awful this 
> > would become.
> 
> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not
> want compile. Something with blabla.32.h is missing. I find nothing in
> documentation how can switch or im blind. (i wear classes :) 

I believe going from nomultilib to multilib is not officially supported.

I'm on this thread a little late, but does CUPS not work? Every printer
I've set up on a linux box (only a handful, to be fair) has worked out
of the box without extra drivers.

Alec


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-10 22:17   ` siefke_listen
  2016-12-10 23:45     ` Alec Ten Harmsel
@ 2016-12-11  6:23     ` Bertram Scharpf
  1 sibling, 0 replies; 23+ messages in thread
From: Bertram Scharpf @ 2016-12-11  6:23 UTC (permalink / raw
  To: gentoo-user

On Saturday, 10. Dec 2016, 23:17:55 +0100, siefke_listen@web.de wrote:
> On Fri, 09 Dec 2016 16:49:48 +0100
> Nils Freydank <nils.freydank@posteo.de> wrote:
> 
> > would need to migrate to an multilib profile - and I don’t know how awful this 
> > would become.
> 
> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not
> want compile. Something with blabla.32.h is missing. I find nothing in
> documentation how can switch or im blind. (i wear classes :) 
> 
> The question is, give printer (Scanner, FAX and Printer Combination) which work
> under native x86_64 or all will not work? I try tomorrow with HP from my dad, 
> when will work I think I buy new device. After 7 Years this will be ok.  

It hurts me to hear that you wasted so much precious time.

Let me propose you to do:

  - Download some Debian, Ububunt, Mint, Grml or whatever
    USB stick in case you missed that until now,

  - Boot it, install a standard driver, print out
    "exampke/niklolaus.ps" from my project
    <https://github.com/BertramScharpf/ruby-pjl> and
    validate it,

  - Print it out another time but redirect /dev/ulpt0 or
    whats name is is ever to a file,

  - send this file to me.

I'll try to write a filter, and I'm deeply interested in
finding out whether my PJL project will manage that.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-10 23:45     ` Alec Ten Harmsel
@ 2016-12-11 17:27       ` siefke_listen
  2016-12-11 18:06       ` siefke_listen
                         ` (2 subsequent siblings)
  3 siblings, 0 replies; 23+ messages in thread
From: siefke_listen @ 2016-12-11 17:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On Sat, 10 Dec 2016 16:45:46 -0700
Alec Ten Harmsel <alec@alectenharmsel.com> wrote:

> I'm on this thread a little late, but does CUPS not work? Every printer
> I've set up on a linux box (only a handful, to be fair) has worked out
> of the box without extra drivers.

The printer take job but print not out. That's the problem. Im not sure
there is a way to run without driver from brother. 


Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-10 23:45     ` Alec Ten Harmsel
  2016-12-11 17:27       ` siefke_listen
@ 2016-12-11 18:06       ` siefke_listen
  2016-12-11 22:57         ` Daniel Frey
  2016-12-12  4:23       ` J. Roeleveld
  2016-12-12 16:36       ` [gentoo-user] " Grant Edwards
  3 siblings, 1 reply; 23+ messages in thread
From: siefke_listen @ 2016-12-11 18:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

On Sat, 10 Dec 2016 16:45:46 -0700
Alec Ten Harmsel <alec@alectenharmsel.com> wrote:

> I'm on this thread a little late, but does CUPS not work? Every printer
> I've set up on a linux box (only a handful, to be fair) has worked out
> of the box without extra drivers.


I have try now. With generic driver I play but they give only out blank 
pages. No text. I have now try with older hp and hplip it work. So I 
think I will buy a HP Device. I write to Brother Support and ask for 
native 64 support and which printer/scanner/fax combi but no answer. 


Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-11 18:06       ` siefke_listen
@ 2016-12-11 22:57         ` Daniel Frey
  2016-12-12  4:27           ` J. Roeleveld
  2016-12-12 10:10           ` siefke_listen
  0 siblings, 2 replies; 23+ messages in thread
From: Daniel Frey @ 2016-12-11 22:57 UTC (permalink / raw
  To: gentoo-user

On 2016-12-11 10:06 AM, siefke_listen@web.de wrote:
> On Sat, 10 Dec 2016 16:45:46 -0700
> Alec Ten Harmsel <alec@alectenharmsel.com> wrote:
>
>> I'm on this thread a little late, but does CUPS not work? Every printer
>> I've set up on a linux box (only a handful, to be fair) has worked out
>> of the box without extra drivers.
>
> I have try now. With generic driver I play but they give only out blank
> pages. No text. I have now try with older hp and hplip it work. So I
> think I will buy a HP Device. I write to Brother Support and ask for
> native 64 support and which printer/scanner/fax combi but no answer.
>
>
> Silvio

I have an HP printer and hplip doesn't work with it, so beware...

Dan



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-10 23:45     ` Alec Ten Harmsel
  2016-12-11 17:27       ` siefke_listen
  2016-12-11 18:06       ` siefke_listen
@ 2016-12-12  4:23       ` J. Roeleveld
  2016-12-12 16:36       ` [gentoo-user] " Grant Edwards
  3 siblings, 0 replies; 23+ messages in thread
From: J. Roeleveld @ 2016-12-12  4:23 UTC (permalink / raw
  To: gentoo-user

On December 11, 2016 12:45:46 AM GMT+01:00, Alec Ten Harmsel <alec@alectenharmsel.com> wrote:
>On Sat, Dec 10, 2016 at 11:17:55PM +0100, siefke_listen@web.de wrote:
>> On Fri, 09 Dec 2016 16:49:48 +0100
>> Nils Freydank <nils.freydank@posteo.de> wrote:
>> 
>> > would need to migrate to an multilib profile - and I don’t know how
>awful this 
>> > would become.
>> 
>> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox
>not
>> want compile. Something with blabla.32.h is missing. I find nothing
>in
>> documentation how can switch or im blind. (i wear classes :) 
>
>I believe going from nomultilib to multilib is not officially
>supported.
>
>I'm on this thread a little late, but does CUPS not work? Every printer
>I've set up on a linux box (only a handful, to be fair) has worked out
>of the box without extra drivers.
>
>Alec

It is possible. But is not simple.
You need to create a multilib chroot. Build packages there which you then install on your main environment.

Best try this on a VM first a few times to make sure you fully understand all the steps.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-11 22:57         ` Daniel Frey
@ 2016-12-12  4:27           ` J. Roeleveld
  2016-12-12  6:57             ` Daniel Frey
  2016-12-12 10:10           ` siefke_listen
  1 sibling, 1 reply; 23+ messages in thread
From: J. Roeleveld @ 2016-12-12  4:27 UTC (permalink / raw
  To: gentoo-user

On December 11, 2016 11:57:07 PM GMT+01:00, Daniel Frey <djqfrey@gmail.com> wrote:
>On 2016-12-11 10:06 AM, siefke_listen@web.de wrote:
>> On Sat, 10 Dec 2016 16:45:46 -0700
>> Alec Ten Harmsel <alec@alectenharmsel.com> wrote:
>>
>>> I'm on this thread a little late, but does CUPS not work? Every
>printer
>>> I've set up on a linux box (only a handful, to be fair) has worked
>out
>>> of the box without extra drivers.
>>
>> I have try now. With generic driver I play but they give only out
>blank
>> pages. No text. I have now try with older hp and hplip it work. So I
>> think I will buy a HP Device. I write to Brother Support and ask for
>> native 64 support and which printer/scanner/fax combi but no answer.
>>
>>
>> Silvio
>
>I have an HP printer and hplip doesn't work with it, so beware...
>
>Dan

Dan,

Which HP printer do you have? I have used several in the past and never had issues with them.

One tip though, independent of brand, ink based printers may sound cheap, but I find the ink dries up long before they are supposed to be empty. Never had that problem with laser printers.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-12  4:27           ` J. Roeleveld
@ 2016-12-12  6:57             ` Daniel Frey
  2016-12-12  8:55               ` Neil Bothwick
  0 siblings, 1 reply; 23+ messages in thread
From: Daniel Frey @ 2016-12-12  6:57 UTC (permalink / raw
  To: gentoo-user

On 2016-12-11 8:27 PM, J. Roeleveld wrote:
> On December 11, 2016 11:57:07 PM GMT+01:00, Daniel Frey <djqfrey@gmail.com> wrote:
>> On 2016-12-11 10:06 AM, siefke_listen@web.de wrote:
>>> On Sat, 10 Dec 2016 16:45:46 -0700
>>> Alec Ten Harmsel <alec@alectenharmsel.com> wrote:
>>>
>>>> I'm on this thread a little late, but does CUPS not work? Every
>> printer
>>>> I've set up on a linux box (only a handful, to be fair) has worked
>> out
>>>> of the box without extra drivers.
>>> I have try now. With generic driver I play but they give only out
>> blank
>>> pages. No text. I have now try with older hp and hplip it work. So I
>>> think I will buy a HP Device. I write to Brother Support and ask for
>>> native 64 support and which printer/scanner/fax combi but no answer.
>>>
>>>
>>> Silvio
>> I have an HP printer and hplip doesn't work with it, so beware...
>>
>> Dan
> Dan,
>
> Which HP printer do you have? I have used several in the past and never had issues with them.
>
> One tip though, independent of brand, ink based printers may sound cheap, but I find the ink dries up long before they are supposed to be empty. Never had that problem with laser printers.
>
> --
> Joost
It's a Laserjet CP1025nw. I fought with hplip for a day or two, hplip 
recognized the printer but wouldn't install it properly. Even using 
kdesu or similar it would say it installed properly but nothing would 
print from it. I eventually found foo2zjs, which works fine with it.

Dan



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-12  6:57             ` Daniel Frey
@ 2016-12-12  8:55               ` Neil Bothwick
  0 siblings, 0 replies; 23+ messages in thread
From: Neil Bothwick @ 2016-12-12  8:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

On Sun, 11 Dec 2016 22:57:29 -0800, Daniel Frey wrote:

> It's a Laserjet CP1025nw. I fought with hplip for a day or two, hplip 
> recognized the printer but wouldn't install it properly. Even using 
> kdesu or similar it would say it installed properly but nothing would 
> print from it. I eventually found foo2zjs, which works fine with it.

ISTR these are supported by hplip now, I had a similar model and had to
use foo2zjs at the start but was later able to dispense with it.


-- 
Neil Bothwick

If a man is standing in the middle of the forest speaking and there is
no woman around to hear him - Is he still wrong?

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [gentoo-user] Brother Printer
  2016-12-11 22:57         ` Daniel Frey
  2016-12-12  4:27           ` J. Roeleveld
@ 2016-12-12 10:10           ` siefke_listen
  1 sibling, 0 replies; 23+ messages in thread
From: siefke_listen @ 2016-12-12 10:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

On Sun, 11 Dec 2016 14:57:07 -0800
Daniel Frey <djqfrey@gmail.com> wrote:

> I have an HP printer and hplip doesn't work with it, so beware...

Uff sometimes really have thoughts go back to Windows. :) I have HP PSC
1215 now from my dad and with hplip it work. Scanner, printer I need to
buy Ink. 

Silvio 

[-- Attachment #2: Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-user] Re: Brother Printer
  2016-12-10 23:45     ` Alec Ten Harmsel
                         ` (2 preceding siblings ...)
  2016-12-12  4:23       ` J. Roeleveld
@ 2016-12-12 16:36       ` Grant Edwards
  3 siblings, 0 replies; 23+ messages in thread
From: Grant Edwards @ 2016-12-12 16:36 UTC (permalink / raw
  To: gentoo-user

On 2016-12-10, Alec Ten Harmsel <alec@alectenharmsel.com> wrote:
> On Sat, Dec 10, 2016 at 11:17:55PM +0100, siefke_listen@web.de wrote:
>> On Fri, 09 Dec 2016 16:49:48 +0100
>> Nils Freydank <nils.freydank@posteo.de> wrote:
>> 
>> > would need to migrate to an multilib profile - and I don’t know how awful this 
>> > would become.
>> 
>> I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not
>> want compile. Something with blabla.32.h is missing. I find nothing in
>> documentation how can switch or im blind. (i wear classes :) 
>
> I believe going from nomultilib to multilib is not officially supported.

About a year ago, I did some reading on that topic and found an
unofficial step-by-step guide on how to do it.  After reading through
the procedure it a couple times, I decided that backing up my /home
partition and then reinstalling from scratch would be faster and
easier.

-- 
Grant Edwards               grant.b.edwards        Yow! It's NO USE ... I've
                                  at               gone to "CLUB MED"!!
                              gmail.com            



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-12-13  1:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 14:08 [gentoo-user] Brother Printer siefke_listen
2016-12-08 20:40 ` Daniel Frey
2016-12-09 10:19   ` siefke_listen
2016-12-09 14:07     ` Ian Bloss
2016-12-08 21:02 ` Bertram Scharpf
2016-12-09 10:16   ` siefke_listen
2016-12-09 14:20     ` Bertram Scharpf
2016-12-10  0:25   ` [gentoo-user] " Ian Zimmerman
2016-12-09 15:49 ` [gentoo-user] " Nils Freydank
2016-12-10 22:17   ` siefke_listen
2016-12-10 23:45     ` Alec Ten Harmsel
2016-12-11 17:27       ` siefke_listen
2016-12-11 18:06       ` siefke_listen
2016-12-11 22:57         ` Daniel Frey
2016-12-12  4:27           ` J. Roeleveld
2016-12-12  6:57             ` Daniel Frey
2016-12-12  8:55               ` Neil Bothwick
2016-12-12 10:10           ` siefke_listen
2016-12-12  4:23       ` J. Roeleveld
2016-12-12 16:36       ` [gentoo-user] " Grant Edwards
2016-12-11  6:23     ` [gentoo-user] " Bertram Scharpf
  -- strict thread matches above, loose matches on Subject: below --
2005-09-12  8:32 Mark Humphrey
2005-09-12 11:40 ` John Jolet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox