1

I am trying to set up a computer linux to be able to print from my printer: Brother DCP 7030. But (twist!) for security reasons this computer should never go online. So any software I need to install will need to be downloaded with another machine, put in a usb stick, and copied onto the linux machine. Sweet.

The operating system is Ubuntu 12.04 LTS (not sure what does it mean).

OS type: 32-bit.

Now the system seem to only accept PPD files as printer drivers. While Brother does not offer any ppd file for this printer (I tried the 7025 and 7045, but they don't work).

http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#DCP-7030

What should I do?

1 Answers1

1

You may consider to read Brother instructions to install the drivers on Ubuntu

First
you will need to have ia32-libs or lib32stdc++ installed.

Second
Download the deb package for your printer

Third
install the printer driver deb package with the command :

dpkg -i nameofpackage.deb  
#the web site mention the use of --force-all but I do not recommand it 
#(use only if standard way does not work

Fourth
I really don't understand the instructino bt it mention the modification of the file /etc/printcap accroding to your config, but as I will not install that driver I can't help you uch further.

Kiwy
  • 9,415
  • 13
  • 49
  • 79