jsgsix wrote:Thanks Wolfgang2. Everything with Brother's "Driver Install Tool" worked great. The biggest problem I had was the fact that I had created a sub folder in Documents called "Printer Drivers." Then I created another subfolder within that folder for "Brother Printer Drivers." When I got into the command line I could not navigate to the "Brother Printer Driver" folder. I am not very familiar with Linux commands at this point.
I can understand why you may struggle to navigate to sub directories with spaces in them. In Linux, you change a sub directory by the forward slash (ie / ) but if you have spaces you use the back slash before your space (ie \ ).
For example, in your case:
- Code:
cd Documents/Printer\ Drivers/Brother\ Printer\ Driver
The forward slash is letting the kernel understand to look for a directory (sometimes called folders - but I am used to DOS and they were called directories back then
) and the back slash is telling the kernel that the following space is part of the directory and NOT an option. Does that make sense?
jsgsix wrote:I ended up moving the Brother file, linux-brprinter-installer-2.0.0-1, to the Documents folder and then ran the Linux command line you supplied from there. After that everything went great.
Fantastic - glad to be of help
, Wolfman and others have helped me loads and it is nice to be able to contribute as well.
jsgsix wrote:Is there anyway that the Brother Printer Driver for their HL-2240 laser printer could be added to your Brother Printer drivers data base so others will not have to go through what i DID? Thanks again.
Umm, good question. One for the developers may be. Not sure how to add it to Synaptic.
Wolfman, did suggest to go to Synaptic to download it but I was not able to find it. May be they are there but we need to know how to find them. Wolfman, may be able to tell us?