Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Lexmark Z22-Z32 desktop inkjet printer installation problem under solaris8 Post 33616 by RTM on Sunday 12th of January 2003 11:01:56 PM
Old 01-13-2003
Try picking Solaris x86 7 instead of 8. There seems to be a glitch in Lexmark's system where it keeps going back to Linux.

After trying to get the correct file a few times, I finally changed it to 7 and got:

Quote:
Download Now



Version: 4.7 Date: 10/29/2002 Size: 6,590 KB


File Name: DRIVERS-SOLARIS2-SPARC.PKG.Z


About My Driver
What are drivers?


About My Printer
Order Supplies





Instructions:





Driver Description:
Lexmark Driver for Linux Systems. Driver Version 4.7. Once downloaded, uncompress the file using the uncompress utility and install the package with pkadd. For Detailed Installation instructions, see the Userguide. Contact Lexmark for support information on this file at (888) LEXMARK - (888) 539-6275, or Technical Support Center. These drivers can be downloaded from this web site free of charge. Language: USA English
Operating Systems: Solaris SPARC
Applications: Sun Solaris SPARC 2.6, Sun Solaris SPARC 7, Sun Solaris SPARC 8
Owner Name: Lexmark
Data Stream/Profile: PCL, PostScript, PPDS
Supported Printers: Lexmark W812, Lexmark C910, Lexmark C750, Lexmark E322, Lexmark E320, Lexmark W820, Lexmark C720, Lexmark T622, Lexmark T620, Lexmark T522, Lexmark T520, Lexmark T520 SBE, Lexmark J110, Lexmark Optra C710, Lexmark Optra E312, Lexmark Optra M412, Lexmark Optra T610, Lexmark Optra T612, Lexmark Optra T614, Lexmark Optra T616, Lexmark Optra W810, Lexmark Optra M410, Lexmark Optra E310, Lexmark Optra Se 3455, Lexmark Optra Color 1200, Lexmark Optra Color 45, Lexmark Optra Color 40, Lexmark Optra K, Lexmark Optra S, Lexmark Optra SC 1275, Lexmark Optra E+, Lexmark Optra E, Lexmark Optra Ep, Lexmark Optra N, Lexmark Optra C, Lexmark Optra Lx+, Lxi+, Lxn+, R+, Rn+, and Rt+, Lexmark Optra L, Lx, Lxi, R, Rt, and Rx, Lexmark Color Jetprinter 4079 plus, Lexmark Forms Printer 2480, Lexmark Forms Printer 2481, Lexmark Forms Printer 2490, Lexmark Forms Printer 2491, Lexmark Forms Printer 2380 plus, Lexmark Forms Printer 2390 plus, Lexmark Forms Printer 4227, ExecJet IIc 4076 by Lexmark, IBM Color Jetprinter PS 4079 by Lexmark, 4039 plus, 4226, Lexmark Forms Printer 2381plus, Lexmark Forms Printer 2391plus

Note that it shows it as a pkg even though it show "for Linux Systems" in the description.
 

9 More Discussions You Might Find Interesting

1. HP-UX

printer problem

Hi.. i am using HP UX 11.00.. and i amtrying to connect a network printer to the server and creat a print queue using HP JetDirect utility.I down loaded the Hp11e118.SD driver for Hp jetdirect and trying to install it using swinstall -s /tmp/Hp11e118.SD It was installed first time but eror... (2 Replies)
Discussion started by: Prafulla
2 Replies

2. Solaris

CERNlib-Solaris8-Installation Problems

Dear Friends, We are having some difficulties in building the CERN library (2005) on our Sun Solaris 8 machines. Below are the details of the instalation process and our trouble shooting approach. Please advice. Regards Gaurab Sarangi Version Details of the solaris Machine where the... (0 Replies)
Discussion started by: g.k.sarangi
0 Replies

3. UNIX for Advanced & Expert Users

printer installation

Hi, how to install a printer on Unix AIX 5.3 (to be used by ORACLE APPLICATIONS then) ?? Many thanks before. (0 Replies)
Discussion started by: big123456
0 Replies

4. SCO

Lexmark T632 printer settings

My Lexmark T632 printer is attached to Unix system. Somtimes user change the printer settings. I want to be able to get access the printer setting file. If a user changes the settings and I need to restore the settings to original value, then I can ftp the standard menu setting file. Can anyone... (0 Replies)
Discussion started by: nasirgondal
0 Replies

5. UNIX for Advanced & Expert Users

Printer problem

1. when i am giving the unknown printer the lp command, i am getting the below error. Is there any way suppress the error? MY input lp -d ppp aa.prn Output Status Information, attempt 2 of 3: sending job 'kganeshb@its04489+209' to klsdfa@localhost connecting to... (1 Reply)
Discussion started by: kingganesh04
1 Replies

6. Red Hat

Problem in REMOTE DESKTOP INVOCATION

Hello sir, I am using VNC package for invoking the remote desktop to and from a FEDORA 8 machine and a WINDOWS XP machine. I have downloaded the VNC for both OSs and run it successfully. 1)When I invoked WINDOWS XP server, the I got it successfully as :-... (0 Replies)
Discussion started by: nsharath
0 Replies

7. Ubuntu

UBUNTU 8.1 Desktop Edition not running after installation

I am a new Ubuntu user, installing Ubuntu on Windows XP . The installation process is successful but after installing when I login , it just freezes with a blank screen for both XClient scripts and GNOME sessions. I have given 10 GB space to the installation. Also i noticed that the time... (5 Replies)
Discussion started by: singla
5 Replies

8. Red Hat

RHEL5 - desktop problem

hi all, any one has occured below issue before? i login to RHEL 5 using user name root. howver, after logged, nothing displayed on desktop, total was empty on desktop. some more, right click mouse right button, no such options to choose. any one has this issue before? any idea to... (3 Replies)
Discussion started by: maxlee24
3 Replies

9. Debian

Driver for Lexmark PRO901

I just bought a Lexmark PRO901 printer, for I was told that it was debian compliant. Upon unpacking I saw mention of Ubuntu. I thought of returning it but found a site that had Printer Driver with JRE for 64-bit Debian Package Manager based Distros What I downloaded was ... (1 Reply)
Discussion started by: shamused
1 Replies
Data::Printer::Filter::DateTime(3pm)			User Contributed Perl Documentation		      Data::Printer::Filter::DateTime(3pm)

NAME
Data::Printer::Filter::DateTime - pretty-printing date and time objects (not just DateTime!) SYNOPSIS
In your program: use Data::Printer filters => { -external => [ 'DateTime' ], }; or, in your ".dataprinter" file: { filters => { -external => [ 'DateTime' ], }, }; You can also setup color and display details: use Data::Printer filters => { -external => [ 'DateTime' ], }, color => { datetime => 'bright_green', } datetime => { show_class_name => 1, # default is 0 show_timezone => 0, # default is 1 (only works for DateTime objects) }, }; DESCRIPTION
This is a filter plugin for Data::Printer. It filters through several date and time manipulation classes and displays the time (or time duration) as a string. Parsed Modules o DateTime o DateTime::Duration o DateTime::Incomplete o Time::Piece o Date::Handler o Date::Handler::Delta o Date::Calc::Object o Date::Pcalc::Object If you have any suggestions for more modules or better output, please let us know. SEE ALSO
Data::Printer perl v5.14.2 2011-06-07 Data::Printer::Filter::DateTime(3pm)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy