Search Criteria
Package Details: brother-hl-l8260cdw 1.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brother-hl-l8260cdw.git (read-only, click to copy) |
---|---|
Package Base: | brother-hl-l8260cdw |
Description: | LPR and CUPS driver for the Brother HL-L8260CDW |
Upstream URL: | https://www.brother-usa.com/products/hll8360cdw |
Licenses: | custom:brother commercial license |
Submitter: | patstew |
Maintainer: | Tetrapyle |
Last Packager: | nicolarevelant |
Votes: | 4 |
Popularity: | 0.002296 |
First Submitted: | 2019-09-28 01:12 (UTC) |
Last Updated: | 2024-01-16 22:33 (UTC) |
Latest Comments
simontunnat commented on 2024-02-12 08:06 (UTC) (edited on 2024-02-12 08:06 (UTC) by simontunnat)
Today no print jobs where actually performed by my Brother HL-L8260CDW anymore. The jobs should up as completed and no errors where shown, but nothing seemed to actually reach the printer.
When I changed the configuration from LPD to IPP, it magically worked again. :D
Thanks @Tetrapyle for the idea!
Tetrapyle commented on 2024-01-26 09:34 (UTC)
@nicolarevelant Sorry, you were right about the package dependencies.
/opt/brother/Printers/hll8260cdw/lpd/filter_hll8260cdw
fromhll8260cdwlpr-1.5.0-0.i386.rpm
and/opt/brother/Printers/hll8260cdw/cupswrapper/brother_lpdwrapper_hll8260cdw
fromhll8260cdwcupswrapper-1.5.0-0.i386.rpm
are perl scripts.I was building in a chroot with only base-devel and it has perl. Several packages in base-devel (autoconf, automake...) depend on perl but none in base.
nicolarevelant commented on 2024-01-24 21:53 (UTC)
@Tetrapyle perl is neither in base nor in base-devel and namcap indicates me it's required.
Tetrapyle commented on 2024-01-17 07:53 (UTC)
Thank you nicolarevelant for adopting the package. I was going to do it, actually, so if you need to... By the way, perl can be removed from the dependencies, I don't think it's necessary and it's already in the base package anyway.
blackout commented on 2024-01-16 22:37 (UTC)
thanks for taking over that package
simontunnat commented on 2023-11-01 10:36 (UTC)
Works well. Thanks! :)
Tetrapyle commented on 2019-11-10 23:13 (UTC) (edited on 2024-01-17 07:56 (UTC) by Tetrapyle)
Thank you patstew for making this neat little PKGBUILD!
For those who might be interested in how to make the connection with CUPS over wifi (WLAN): Brother advertises lpd on their website but the newer ipp works. The URI is: ipp://192.168.0.100/ipp/port1 where, 192.168.0.100 e.g. is your printer's IP address.
Instead of the IP address which might change, you can use the printer name found by CUPS, say BRZZZZZZZZZZZZZ as in ipp://BRZZZZZZZZZZZZZ/ipp/port1 . But to make it work, you have to follow all instructions in the avahi wiki page (install the avahi and nss-mdns packages, start avahi-daemon.service and edit /etc/nsswitch.conf as stated in the Hostname resolution paragraph).
That being done, get the printer's uuid and use it to install the printer with lpadmin (See https://www.cups.org/doc/admin.html ):