LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   And where's my Dell laser printer? (https://www.linuxquestions.org/questions/linux-hardware-18/and-wheres-my-dell-laser-printer-355308/)

watha 08-20-2005 05:50 PM

And where's my Dell laser printer?
 
Another thing: I just bought a Dell laser printer, and hooked it up to my Windows PC. I want to share it with my Linux machine. How does one get Linux drivers for such a printer, and set it up? Thanks again!

Habu 08-20-2005 09:46 PM

If you're sharing it over a network, you'll have to set up samba on the linux box. Then you can use the printer as you would from another windows machine on the network (using netbios). If you don't want samba you could look into getting a print server program for your windows machine so linux can connect to it directly without netbios. Drivers come with linux, i.e. it has it's own, and there's a high probability that there'll be a driver for your printer...

watha 08-20-2005 09:59 PM

OK...I have samba set up and can share files between Linux and Windows. How do I tell it to share printers as well? Thanks.

Habu 08-21-2005 05:56 AM

If you want to share a printer attached to the linux machine you'll have to edit the samba configuration file. If the printer is on the windows machine you just add the printer through yast or the cups configuration. Cups has a web configuration utility, accessible through http://localhost:631

watha 08-21-2005 11:45 AM

I tried the Cups configuration utility. It asks me to log in, but I've never used it before and don't have a password. Is there a default or something? Thanks.

win32sux 08-21-2005 02:31 PM

Quote:

Originally posted by watha
I tried the Cups configuration utility. It asks me to log in, but I've never used it before and don't have a password. Is there a default or something? Thanks.
on my box it's the root account and password by default...

watha 08-21-2005 04:37 PM

On my box, that doesn't work. I'm signed in as root. I go to 631 and try to sign in as root there. It rejects the password.

Sigh.

win32sux 08-21-2005 10:36 PM

Quote:

12.5.2. Administrator for CUPS Web Front-End

To use the administration with the web front-end (CUPS) or the printer administration tool (KDE), the user root must be set up as CUPS administrator with the CUPS administration group sys and a CUPS password. Do this as root with the following command:
Code:

lppasswd -g sys -a root
If this is not done, administration with the web interface or with the administration tool is not possible, because the authentication fails if no CUPS administrator has been configured. Instead of root, any other user can also be appointed as CUPS administrator.
http://www-uxsup.csx.cam.ac.uk/pub/d...n/ch12s05.html

just my :twocents:, good luck...


watha 08-21-2005 11:22 PM

I'll try it. Thanks.


All times are GMT -5. The time now is 12:06 PM.