Continued .. ..
[ B ]
In PC Control Center, "System," "Manage system services"
ensure CUPS daemon is enabled. (cups-lpd)
[ C ]
Open Synaptic
(As routine, Reload, Mark All upgrades, Apply, let it finish)
Then, find and install if not already installed
task-printing
task-printing-misc
If there is no message to reboot, no reboot is necessary (with luck).
[ D ]
Try [ A ] again
[ E ]
If printer does not install,
probably two files will need to be downloaded.
Try:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.htmlChoose and click the name of your printer. Then select the files needed.
If your Brother printer is not on the Brother web page- oh dear!
For PCLINUXOS choose rpm not deb versions.
( In my case the two files were:
brhl2040lpr-2.0.1-1.i386.rpm
cupswrapperHL2040-2.0.1-1.i386.rpm )
Download them to the 'Download' folder.
Check with file manager, eg Dolphin, that they are there.
[ F ]
Open a terminal and go to the Download folder:
Use command 'cd' to change folder as needed
eg. cd .. changes directory one level up
eg cd ../mp3/country goes one level up then two down
Use command 'ls' to confirm that the files are there. (ell ess)
ls means list.
Log in as root:
type su then enter
then type your root password enter
Then use command 'rpm' to unpack and install:
(The rpm syntax is
"U" Update with or without earlier version installed .
"v" verbose
"h" shows command is working by printing hashes)
type (in my case it was)
rpm -Uvh brhl2040lpr-2.0.1-1.i386.rpm
enter
then type
rpm -Uvh cupswrapperHL2040-2.0.1-1.i386.rpm
enter
The result for each should, eventually, look like-
[root@localhost Downloads]# rpm -Uvh brhl2040lpr-2.0.1-1.i386.rpm
Preparing... ########################################### [100%]
1:brhl2040lpr ########################################### [100%]
[root@localhost Downloads]#
If there are unresolved dependencies (unlikely)
they will be shown - find and install them.
[ G ]
Try [ A ] again
[ H ]
If still no luck
have you perhaps borked your installation?
I have done this a few times, once recently trying to get this printer up.
You may have to re-install. Test by booting up from your iso cd.
Repeat all the above.
If it works (!) that shows that the distro and method are ok with your printer.
You can then re-install onto the HD and may need to repeat the above again.
I hope this is of use to someone
cheers