| View previous topic :: View next topic |
| Author |
Message |
ions Apprentice

Joined: 16 Jul 2003 Posts: 235
|
Posted: Wed Nov 17, 2004 6:01 am Post subject: Lexmark E210 HowTo for Gentoo |
|
|
This got me up and running pretty quick. Hope it helps someone.
***Make sure you have udev installed or this no workie***
1. Kernel Steps:
For 2.6 Make sure you have the following built in as modules <M>:
| Code: |
# cd /usr/src/linux
# make menuconfig
Device Drivers --->
USB support --->
<M> Support for Host-side USB
<M> EHCI HCD (USB 2.0) support
<M> UHCI HCD (most Intel and VIA) support
<M> USB Printer support
|
Exit and save your config then:
| Code: |
# make && make modules_install
# cp arch/i386/boot/bzImage /boot/kernel-2.6.9
# cp System.map /boot/System
# cp .config /boot/config-2.6.9 .map-2.6.9
# reboot
|
2. Make sure your modules are there:
| Code: |
# modprobe usbcore
# modprobe usblp
|
3. Download driver:
http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:77:0:0&emeaframe=&fileID=585
4. Copy the gdi file:
| Code: |
# cp Lexmark-E210-gdi.ppd /usr/share/cups/model/
|
5. Emerge Software:
| Code: |
#emerge -a cups ghostscript foomatic gimp-print
|
6. (Re)Start Cupsd:
| Code: |
#/etc/init.d/cupsd restart
|
7. Configure Cups:
Open a browser and go to: http://localhost:631/
Select 'Add Printer'
Name: E210
Location: /usr/share/cups/model/Lexmark-E210-gdi.ppd
I left Description empty.
Click Continue
Device:
Mine was listed as 'USB Printer #1 (Lexmark E210)'
Click Continue
Make: Lexmark
Model: Lexmark E210 Foomatic/gdi (recommended) (en)
8. Print a test page and behold it's glory! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|