Download URLs updated
Search Criteria
Package Details: brother-hl4150cdn 1.1.1-5
Package Actions
| Package Base: | brother-hl4150cdn |
|---|---|
| Description: | Brother HL-4150CDN CUPS printer driver |
| Upstream URL: | http://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=hl4150cdn_all&os=127&flang=English |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | frederik |
| Last Packager: | frederik |
| Votes: | 3 |
| First Submitted: | 2011-09-29 13:40 |
| Last Updated: | 2015-06-05 00:27 |
Dependencies (4)
- a2ps
- cups
- lib32-glibc
- libarchive (make)
Required by (0)
Sources
- 0001-brother-hl4150cdn.patch
- Brother.license
- http://download.brother.com/welcome/dlf005939/hl4150cdnlpr-1.1.1-5.i386.rpm
- http://download.brother.com/welcome/dlf005941/hl4150cdncupswrapper-1.1.1-5.i386.rpm
Latest Comments
Comment by frederik
Comment by zoe
The file :
/usr/share/Brother/Printer/hl4150cdn/inf/brhl4150cdnrc
is deleted and re-created by the driver each time an application launches a print job.
So, the matter is to ensure that this file and the folder inf have sufficient permissions, and for doing that :
sudo chown daemon:lp /usr/share/Brother/Printer/hl4150cdn/inf/brhl4150cdnrc
sudo chmod 664 /usr/share/Brother/Printer/hl4150cdn/inf/brhl4150cdnrc
sudo chown root:lp /usr/share/Brother/Printer/hl4150cdn/inf
sudo chmod 775 /usr/share/Brother/Printer/hl4150cdn/inf
and make sure your user is in the group lp.
… and, although it is suggested by cp-wwww, it is not necessary to be root to run the command :
brprintconf_hl4150cdn -pt A4
If your print job does not have these permissions, your print settings for this job will not be applied.
Anonymous comment
For A4 paper size login as root and run:
brprintconf_hl4150cdn -pt A4
then you can check the file /usr/share/Brother/Printer/hl4150cdn/inf/brhl4150cdnrc for the PageSize parameter if it set to A4
Anonymous comment
Seems like the paper format is hard coded in the driver and takes precedence over the CUPS settings ! I had to edit /usr/share/Brother/Printer/hl4150cdn/inf/brhl4150cdnrc and set the proper paper format (A4 in my case) to get the print layout correct.
Anonymous comment
This probably works with the 4150CDW as well, but I don't have one of those to test with.