[Solved] Canon MG2420 recognized but no print output

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Sugarcrisp
Level 3
Level 3
Posts: 170
Joined: Sat Mar 31, 2018 6:58 am

[Solved] Canon MG2420 recognized but no print output

Post by Sugarcrisp »

I'm still fairly new to Linux and I've just installed Linux Mint 18.1 xfce on an HP Compaq 6730b laptop. Now I'm trying to get the printer working. It is recognized right away. I managed to get a test print to work one time, but have not been successful to print anything since. It appears that the buffer might be stuck. I just tried doing another test print and after 10 minutes, it doesn't get above 12%. I've deleted the printer and reinstalled multiple times. I've rebooted the computer and reinstalled. I downloaded and installed new drivers and registered the printer following the advice from a similar question in this forum for a Canon MG2522.

lsusb

Code: Select all

Bus 002 Device 004: ID 045e:0779 Microsoft Corp. LifeCam HD-3000
Bus 002 Device 008: ID 04a9:176c Canon, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 006 Device 003: ID 04d9:0499 Holtek Semiconductor, Inc. Optical Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc. AES2810
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
lpinfo -v

Code: Select all

network https
direct hp
network ipp
network beh
serial serial:/dev/ttyS0?baud=115200
network ipp14
network ipps
network http
network socket
direct parallel:/dev/lp0
network lpd
direct hpfax
network smb
I've tried reinstalling "Cups" and then rebooting and reinstalling the printer. I'm running a test page print, but now it's stuck at "Processing - sending data to printer"
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Canon MG2420 might do very well with the driver Canon supply

Post by pdc_2 »

I wondered if you tried the printer driver that Canon supply for this device; if you go here http://support-asia.canon-asia.com/cont ... 50001.html and click to download and SAVE what will be cnijfilter-mg2400series-4.00-1-deb.tar.gz
and it should end up in your Downloads folder;

if you open a terminal; the black TV screen on the bottom tool bar; to paste things into the terminal; if you right click at the text prompt in the terminal: the flashing light sign; then a MENU should appear and PASTE should be there ..

so copy each command below; paste into the terminal; hit the ENTER key and move to the next command then

Code: Select all

cd Downloads

Code: Select all

tar -zxvf cnijfilter-mg2400series-4.00-1-deb.tar.gz

Code: Select all

cd cnijfilter-mg2400series-4.00-1-deb
then run the install script; watch it as it runs as it will ask questions

Code: Select all

sudo ./install.sh
and that should 1) install the drivers and 2) register the printer with lpadmin: the admin centre for linux printing in your Mint system; it will likely call the driver MG2420usb and if it works, you can set it as default; (by right-clicking on its icon in the PRINTERS folder and selecting default ..)
Sugarcrisp
Level 3
Level 3
Posts: 170
Joined: Sat Mar 31, 2018 6:58 am

Re: Canon MG2420 not working properly

Post by Sugarcrisp »

Hey pdc_2

I have tried this process (found it in another post), but it hasn't fixed the issue. It's almost like I have some conflict that is stalling the information from transferring to the printer. Everything looks fine, but doesn't complete and doesn't generate any errors.
Sugarcrisp
Level 3
Level 3
Posts: 170
Joined: Sat Mar 31, 2018 6:58 am

Re: Canon MG2420 recognized but no print output

Post by Sugarcrisp »

Looks like the issue has been solved. I finally came across a similar post that had a solution that I tried and seems to have worked.
Locked

Return to “Printers & Scanners”