NEED HELP!

Asked by som1special2

just bought a new printer because lexmark didn't work. verified thru the following links that the canon pixma mp210 has two versions listed that show no noticeable difference in type, except for the fact that one works perfectly and the other partially.

http://www.openprinting.org/show_printer.cgi?recnum=Canon-PIXMA_MP210 (partially)
http://www.openprinting.org/show_printer.cgi?recnum=Canon-Pixma_MP210 (perfectly)

I am pretty sure I have it installed correctly but the fax and scan do not work with any programs I have downloaded:
xsane, kooka, scanner utility, gfax

The printer works fine, but it is an absolute necessity for me to have a scanner/fax as well.

please help me make sure the printer is installed correctly and figure out if I need to send this back or not.

I also need to know if there is ANY way to get a lexmark P3150 to work? I HAVE checked the list of printers that DO NOT work and it is on there, BUT I have seen some posts where people note that it can be done??? I have seen where some people have mentioned that you can backend install a z600 driver, but I cannot find how to do it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello

The drivers can be downloaded here:

http://users.cybercity.dk/~dko12479/

Just convert rpm packages in deb packages with alien, and don't forget to set inkset as cmy instead of cymk, otherwise you'll get bad printouts

type these commands in a terminal

sudo apt-get install alien

Then to convert:

'sudo alien packagename.rpm' usually does it for me but sometimes I have to use the -c option:
'sudo alien -c packagename.rpm'

You then find the deb in your working directory.

Caution: debs created with alien do not always work.

and to install

sudo dpkg -i packagename.deb

regards

Revision history for this message
som1special2 (c-perez) said :
#2

O.k. I tried some of this and I am lost, I am pretty new to this still and need a lot more help. Thanks

Revision history for this message
som1special2 (c-perez) said :
#3

Thanks Bhavani Shankar, that solved my question.