- download the appropriate rpm driver files for your printer from Brother: you need the lpr file from http://solutions.brother.com/linux/sol/ ... ivers.html file and the cups file from solutions.brother.com/linux/sol/printer ... ivers.html
- make sure you have rpm installed: I tried converting the rpm to a tarball and using tar to extract it, but this wasn't enough - it seems that the installation script is also needed. So bite the bullet, and do it the non-Gentoo way. I would love to hear of an alternative that works, but so far this is the easiest solution I have found.
Code: Select all
emerge rpm - as root (su) in the directory where these two files are saved, enter the following (substituing HL2030 with the appropriate name for your printer of course, according to the files you downloaded): EDIT: if you receive an error message at this stage saying that certain files could not be installed, it seems safe to ignore it. The simple test: try again by repeating the rpm command. If the response is that the package is already installed, then chances are you have all you need to make it work. Don't worry, be happy...
Code: Select all
rpm -ihv --nodeps brhl2030lpr-1.1.2-2.i386.rpm rpm -ihv --nodeps cupswrapperHL2030-1.0.0-1.i386.rpm - go to the CUPS admin page in your browser (http://localhost:631) and Bob, as they say, may very well be your uncle.
Best of luck
Paul





