Hi All,
I've searched far and wide and haven't found a solution to my issue, so maybe someone here can lead me in the right direction
I'm on the Samsung Chromebook with armhf processor. I initially installed Ubuntu 12.04 with KDE as the main desktop, then installed the kubutnu-desktop (ver.: 1.245) package. Hopefully that means I'm in the right spot for support questions. So far I've been able to get armhf drivers/version for everything I want except for the printer drivers.
Brother's pre-compiled install instructions for cupswrapper only comes for i386, there isn't any precompiled version or extra steps listed for armhf processors. Brother does have all of the source files listed for their printers but I haven't had any success trying to compile it (Though honestly maybe I'm just missing something because I'm not used to running make).
I was able to extract the source tar for the Brother MFC-J825DW.
Inside the tar there is a "brcupsconfig" directory with a Makefile, but there's no "configure" file when I go into the directory.
I was able to run "make" and that created an executable "brcupsconfpt1".
After that "sudo make install" returns "make: *** No rule to make target `install'. Stop."
Sorry if this is a newbie question, since I'm unfamiliar with make, but from the tutorials I've read through it appears that there may be some files missing? I'm lost on what, if any, options I could use in make or if there's a way to make an additional configuration file I could generate to get sudo make install to run the executable.
Feel free to redirect me to another support forum if one is more targeted towards my issue.
Thanks for any help
I've searched far and wide and haven't found a solution to my issue, so maybe someone here can lead me in the right direction
I'm on the Samsung Chromebook with armhf processor. I initially installed Ubuntu 12.04 with KDE as the main desktop, then installed the kubutnu-desktop (ver.: 1.245) package. Hopefully that means I'm in the right spot for support questions. So far I've been able to get armhf drivers/version for everything I want except for the printer drivers.
Brother's pre-compiled install instructions for cupswrapper only comes for i386, there isn't any precompiled version or extra steps listed for armhf processors. Brother does have all of the source files listed for their printers but I haven't had any success trying to compile it (Though honestly maybe I'm just missing something because I'm not used to running make).
I was able to extract the source tar for the Brother MFC-J825DW.
Inside the tar there is a "brcupsconfig" directory with a Makefile, but there's no "configure" file when I go into the directory.
I was able to run "make" and that created an executable "brcupsconfpt1".
After that "sudo make install" returns "make: *** No rule to make target `install'. Stop."
Sorry if this is a newbie question, since I'm unfamiliar with make, but from the tutorials I've read through it appears that there may be some files missing? I'm lost on what, if any, options I could use in make or if there's a way to make an additional configuration file I could generate to get sudo make install to run the executable.
Feel free to redirect me to another support forum if one is more targeted towards my issue.
Thanks for any help
Comment