View previous topic :: View next topic |
Author |
Message |
rambam Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 16 Oct 2004 Posts: 104 Location: /dev/null
|
Posted: Sun Jul 31, 2005 10:18 am Post subject: Has anyone got the Lexmark C510 color laser printer to work |
|
|
I am buying a Lexmark C510 color laser to print colour flyers for work.
Has anyone got it to work on Gentoo ?
It is not one of the printers listed on linuxprinting.org.
I would prefer to attach it to my Gentoo box but will regretfully use my
my sons XP box for printing if I have to. _________________ The soul, when accustomed to superfluous things, acquires a strong habit of desiring things. This desire is without limit, while things which are necessary are few in number. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adsmith Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 26 Sep 2004 Posts: 1386 Location: NC, USA
|
Posted: Tue Aug 02, 2005 6:16 pm Post subject: |
|
|
I don't have one, but I've been researching color lasers. Based on what I've read, it uses any of PCL, PDF or PS, so the normal postscript driver should work fine. It claims to support SuSe and Redhat, so all you probably need is a ppd off the install disk, then fire up cups for postscript. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rambam Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 16 Oct 2004 Posts: 104 Location: /dev/null
|
Posted: Tue Aug 09, 2005 11:17 am Post subject: |
|
|
adsmith wrote: | I don't have one, but I've been researching color lasers. Based on what I've read, it uses any of PCL, PDF or PS, so the normal postscript driver should work fine. It claims to support SuSe and Redhat, so all you probably need is a ppd off the install disk, then fire up cups for postscript. |
Thanks !
I'll give it a try.
I am probably picking it up tomorrow _________________ The soul, when accustomed to superfluous things, acquires a strong habit of desiring things. This desire is without limit, while things which are necessary are few in number. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jsosic Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1231780896489e41f206c29.jpg)
Joined: 02 Aug 2004 Posts: 510 Location: Split (Croatia)
|
Posted: Mon Nov 21, 2005 6:49 pm Post subject: |
|
|
So, have you bought C510? Does it work!?!? I'm planning on buying one - and it will be my first Linux printer...so I have lots of questions ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MrDarthMaul n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 31 Jan 2006 Posts: 3 Location: Behind you
|
Posted: Tue Feb 07, 2006 7:33 am Post subject: C510N Works! (easily) |
|
|
I just installed Gentoo 2005.1-r1 on my laptop and got CUPS to work with the Lexmark C510n Color Laser printer. It works perfectly.
Here is how you do it:
1. Download Lexmark_AldusPPD_en.exe here: http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:429:0:0&emeaframe=&fileID=905&searchLang=en&searchLang=en
2. Install cabextract: http://packages.gentoo.org/ebuilds/?cabextract-1.1 using emerge like so:
Code: | emerge app-arch/cabextract |
3. Extract the ppd files
Code: |
MrDarthMaul@deathstar ~/tmp/> cabextract Lexmark_AldusPPD_en.exe Extracting cabinet: Lexmark_AldusPPD_en.exe
.... [ A whole bunch of files but we only care about these two ]
extracting LEXC510B.PPD
extracting LEXC510.PPD
.... more files
All done, no errors.
|
4. Copy PPD to /usr/share/cups/models/
Note you need to be root for this...
Code: |
sudo cp LEXC510* /usr/share/cups/model/
|
5. Fire up CUPS
Code: |
sudo /etc/init.d/cupsd start
|
6. Direct your browser to http://localhost:631 (this is the cups administration GUI. It's actually a webserver running on port 631)
7. Click on add printer and enter:
Code: |
Name: Some name
Location: DNS name or IP address that resolves to the printer
Description: Deathstar's printer.
|
then click next.
8. Under Device, select IPP Internet Printing Protocol
9. For Device URI, I put socket://hostname:9100
10. Make ---> Select 'Lexmark'
11. Model ---> You should see the C510 models select 'Lexmark C510n (ps)'
12. Go to Administration->manage printers->c510n->print test page.
Your mileage may vary.... hopefully not that much. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
maximilian1st n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/55296864041683cc271acc.gif)
Joined: 28 Aug 2004 Posts: 66 Location: Switzerland
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|