13
submitted 3 weeks ago* (last edited 3 weeks ago) by qyron@sopuli.xyz to c/linux@lemmy.ml

I have a Canon Maxify 2750.

Up until now I've been using the standar linux drivers for it but they have a serious limitation I really need to solve which is I can only print one page at a time, on one sheet of paper. Printer is capable of full duplex printing.

If been able to install the drivers before but now I'me being confronted with an unexpected _"("_ error. Nothing more, nothing less.

I run the install script and it just fails.

Can someone lend a hand on this, please?

top 18 comments
sorted by: hot top controversial new old
[-] LOLseas@lemmy.zip 4 points 3 weeks ago
[-] mech@feddit.org 4 points 3 weeks ago

The proprietary drivers for my printer are 1GB large.
Printing turns a document into a postscript file and sends that to the printer, what the fuck does it need 1GB of data for that??

[-] LOLseas@lemmy.zip 5 points 3 weeks ago

Name and shame the printer company. That's infuriating to read.

[-] mech@feddit.org 3 points 3 weeks ago

Those are the Windows drivers for a Kyocera printer-scanner-combo.
Under Linux it runs out of the box with the drivers included in CUPS.

[-] qyron@sopuli.xyz 3 points 3 weeks ago

I get the reference and I second that one.

[-] LOLseas@lemmy.zip 2 points 3 weeks ago

Gutenprint

https://openprinting.org/driver/gutenprint/

Which distro are you using? GNU/Linux Debian? Debian based distro?

[-] qyron@sopuli.xyz 1 points 3 weeks ago
[-] LOLseas@lemmy.zip 2 points 3 weeks ago

Hey fellow Debian Stable penguin, I'm running out of power-ups over here, wondering if you were able to install it and check? Would love to know if it worked better for you, before num-nums and nite-nite time. 22:50 local time here for me.

sudo apt-get install printer-driver-gutenprint

There's also a Gutenprint GUI installable as a Snap package, that way Debian Stable (for good reason) is timely behind Experimental (which has it).

Check if snap is installed by:

snap --version

If not installed already, you can run:

sudo apt install snapd

Then rerun the above 'version checker command' and if all went well, do:

sudo snap install core

And then get it into Active state with:

sudo systemctl enable --now snapd.socket

Then we make a symbolic link for classic snap support (Arch and Debian systems need this:

sudo ln -s /var/lib/snaps/snap /snap

Whew. All's in place. Now getcha the Gutenprint GUI using snap:

sudo snap install --edge gutenprint-printer-app

And once it's snapped into your Debian system, launch it from Terminal with:

gutenprint-printer-app

This is my first comment ever on Lemmy with this many copy/paste code snippets. Hoping it all formatted correctly for ya, and let us know how it goes from here! LOLseas

[-] qyron@sopuli.xyz 1 points 3 weeks ago* (last edited 3 weeks ago)

I've installed the gutenprint driver but my specific printer is not listed as a supported model. Testing it as I write this but with no particular hopes...

edit: and no, it still prints one sheet at a time, no duplex, and it botching the image printing quality

[-] LOLseas@lemmy.zip 1 points 3 weeks ago

I found it listed under gimp-print.sourceforge.io/p_Supported_Printers.php listed as Experimental. Gutenprint is originally Gimp-Print.

It's labelled as "Canon MAXIFY MB2750" on that page. In the terminal, what's the output of:

gutenprint-printer-app devices

?

[-] qyron@sopuli.xyz 1 points 3 weeks ago

I haven't installed the GUI

The printer remains as is, faulty

[-] LOLseas@lemmy.zip 1 points 3 weeks ago

From screenshots of having the GUI installed (It's looking like some sort of Web Config or Printer Settings pave that has toggles for 2-Sided/Duplex printer, as well as playing with the quality of the print jobs. Maybe I was misunderstanding thr purpose of the gutenprint-printer-app

Give it a go, we're curious, and I'm invested in you overcoming this silly printer hoops-and-loops getting just the basic features ironed out.

Do it. Do it now.

[-] qyron@sopuli.xyz 1 points 3 weeks ago* (last edited 3 weeks ago)

Sorry to inform you that besides filling my hard drive with unnecessary clutter, my printer remains as was.

Now... How do I purge my system from all this?

bash simply returns a command not found message when invoking gutenprint-printer-app

[-] LOLseas@lemmy.zip 1 points 2 weeks ago
sudo snap remove gutenprint-printer-app

Then

sudo apt purge snapd

Sorry I couldn't be the fixer here. No disrespect meant, just trying to help. LOLseas

[-] qyron@sopuli.xyz 1 points 2 weeks ago

No worries. Somewhere, somehow, the solution awaits.

[-] just_another_person@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

What's the exact error it's giving?

[-] qyron@sopuli.xyz 1 points 3 weeks ago

install.sh: 27: Syntax error: "(" unexpected

Just like that.

this post was submitted on 23 Mar 2026
13 points (100.0% liked)

Linux

63789 readers
174 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS