pdewacht / brlaser

Brother laser printer driver
GNU General Public License v2.0
576 stars 109 forks source link

FujiXerox DocuPrint P265dw = Brother HL L2630D #150

Open pellucida opened 2 years ago

pellucida commented 2 years ago

FujiXerox DocuPrint P265dw appears to work with this software using the HLL2630D model. Ubuntu 20.04 (and CentOS/RHEL 7)

I read somewhere that the print engines are the same(?) Hope this helps someone to connect their DocuPrint to their Linux machine.

QORTEC commented 2 years ago

@pellucida could you please connect to your printer via USB and run the following command sudo lpinfo --include-schemes usb -l -v. Then it will be possible to add a proper entry for your printer.

pellucida commented 2 years ago

On Wed, 2022-01-12 at 08:36 -0800, QORTEC wrote:

@pellucida could you please connect to your printer via USB and run the following command sudo lpinfo --include-schemes usb -l -v. Then it will be possible to add a proper entry for your printer.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

You are receiving this because you were mentioned.Message ID: < @.***>

[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": " https://github.com/pdewacht/brlaser/issues/150#issuecomment-1011235726 ", "url": " https://github.com/pdewacht/brlaser/issues/150#issuecomment-1011235726 ", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

cat /etc/lsb-release

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"

uname -a

Linux silk 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

sudo lpinfo --include-schemes usb -l -v

Device: uri = usb://FX/DocuPrint%20P265%20dw?serial=0000DN5--834499 class = direct info = FX DocuPrint P265 dw make-and-model = FX DocuPrint P265 dw device-id = MFG:FX;CMD:PJL,PCL,PCLXL,URF;MDL:DocuPrint P265 dw;CLS:PRINTER;CID:FX Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5- 8,OB10,PQ4,RS300-600,V1.3,DM1; location =

cat /etc/lsb-release

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"

uname -a

Linux silk 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

sudo lpinfo --include-schemes usb -l -v

Device: uri = usb://FX/DocuPrint%20P265%20dw?serial=0000DN5--834499 class = direct info = FX DocuPrint P265 dw make-and-model = FX DocuPrint P265 dw device-id = MFG:FX;CMD:PJL,PCL,PCLXL,URF;MDL:DocuPrint P265 dw;CLS:PRINTER;CID:FX Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ4,RS300-600,V1.3,DM1; location =

QORTEC commented 2 years ago

Thanks!!