LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   usb printer question (https://www.linuxquestions.org/questions/linux-software-2/usb-printer-question-485804/)

ygloo 09-21-2006 05:55 PM

usb printer question
 
using usb-printer
echo "tux" > /dev/usb/lp0 works... howto print from firefox and other gui??

Brian1 09-21-2006 06:37 PM

Do you have the printer setup in cups?

Brian1

ygloo 09-21-2006 06:56 PM

no, cups is not installd

Brian1 09-21-2006 07:12 PM

That would be the only way I know to get printers setup. Many of those apps use the referneces that cups create to use to see printers. Been a long time on manually setup of non cups printers. Sorry

Brian1

ygloo 09-21-2006 07:17 PM

howto install cups??

Brian1 09-21-2006 07:28 PM

Based on your sig it says Vector 5.1. Never used it so not familiar with it. But this should work with all distros. Goto http://www.cups.org/ and download the latest source. Then follow the install or readme docs within the archived file. My guess would be this.
./configure
make
make install ( run as root )

I use Redhat / Redhat clones so I either install source files or build my own RPMs from SRPM.

Run the following as root
Check to see if ready to go.
/etc/init.d/cups status

Then start the cups service.
/etc/init.d/cups start

Then open a web browser and use address http://127.0.0.1:631
Configure printer. If service starts up and can't access the link then make sure the port is open through the firewall if enabled.

Check out this link on Printer support and setup help.
http://www.linuxprinting.org/cups-doc.html

Brian1

ygloo 09-21-2006 08:43 PM

10x for reply...

Brian1 09-22-2006 05:56 PM

Your welcome
Brian1


All times are GMT -5. The time now is 02:12 AM.