once connected via usb , printer was added but unfortunately when i launch a print i get notified that print job is successful but nothing is printed.
I recently switched from windows to linux pls help.
Thank You
once connected via usb , printer was added but unfortunately when i launch a print i get notified that print job is successful but nothing is printed.
I recently switched from windows to linux pls help.
Thank You
First, install some dependencies:
The closest drivers I could find were for the MG2500 series as the MG2500s series didn't show any linux drivers.
Scroll halfway down the linked page. Select Linux as the operating system and then you should see 2 results on the page for Debian packages. One for the printer and one for the scanner. Download each of these and then transfer these downloaded files into your user's Home folder.
Extract each file and then cd into the extracted directory, for example:
and then run the
install.sh
file:if you get a permission denied error, then use sudo to run the file:
Do the same for your scanner driver:
and again, if you get a permission denied error, then run the command using sudo instead:
When installing these packages, it should walk you though the basics if needed, like maybe setting up a name for the printer.
Probably reboot after installation just for good measure and then try to print something.