Results 1 to 10 of 19
how would i add a lexmark z25 printer?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-25-2005 #1
printers
how would i add a lexmark z25 printer?
- 10-25-2005 #2
Firstly install CUPS
once that's done add it te the default runlevel:Code:emerge cups
and then open up a web browser, and go to http://localhost:631 and from there add a printer....Code:rc-update add cupsd default
- 10-25-2005 #3
http://localhost:631/doesnt work
- 10-25-2005 #4
make sure you have cupsd running before you go to it:
and then go to http://localhost:631Code:/etc/init.d/cupsd start
- 10-25-2005 #5
if you changed the name of your computer (in my case, calling it dave), then replace localhost with the name of your computer.
is how it normally looks.Code:user@localhost
mine is:
hope that clears things upCode:user@dave
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 10-25-2005 #6
ok but when im at localhost:631 it asks me for a username and password to add a printer.
- 10-25-2005 #7
root is the username, and only you know your root password....
- 10-25-2005 #8
what do i type as name, location, and description?
- 10-25-2005 #9
whatever you want, you can call your printer "sexy beast", have it in "my bed" and describe it as "hot sexy printer"....whatever you want.
- 10-25-2005 #10Error:
The printer name may only contain up to 127 printable characters and may not contain spaces.


Reply With Quote
