![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install a Kyocera Mita FS-2000D printer on a AIX system | uadm26 | AIX | 0 | 01-31-2008 01:47 AM |
| How to Install and Configure USB Printer in SCO 6 | karzon | SCO | 0 | 08-08-2007 06:02 AM |
| Need help on installing an EASY to use and easy to install command line text editor | EugeneG | UNIX for Dummies Questions & Answers | 4 | 07-16-2007 08:53 AM |
| Install a network printer on Solaris | reda | UNIX for Dummies Questions & Answers | 2 | 04-24-2006 09:33 AM |
| Help !!! How can i install a printer ! | bloerg | UNIX for Dummies Questions & Answers | 2 | 08-06-2002 07:27 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I need some help with installing and configuring a printer via command line as the scoadmin menu system doesnt work fully. So I was wondering how i can install and configure a printer purely from command line editing relevant files. It would be great if someone can help me out. Thank you! |
| Forum Sponsor | ||
|
|
|
|||
|
You didn't say which release of SCO, and whether you want to create a local printer, or a lpr/lpd remote printer or an HP network printer.
mkdev rlp seems to only configure support for accepting remote print requests. There are patches available from SCO's ftp site to fix the problems with scoadmin, especially in release 5.0.5 |
|
|||
|
To add support for HP printers:
#mkdev hpnp There is a directory /usr/lib/hpnp/cfg that contains all the processes necessary to create a printer, but there is no indication of what order they should be called in, or what each one does. However, you could add a local printer, and write a script that ftp's the print file to the printer. |