LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.

Notices

Reply
 
LinkBack Search this Thread
Old 05-13-2008, 12:02 PM   #1
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Rep: Reputation: 30
Problems Printing under Sol10 8/07


Hi,

Can you please tell me from my setting below on why my Samsung ML2010 printer (NON-USB) is not printing even though under the properties box, it says SERVICE IS UP AND RUNNING...Also, the print jobs are also in QUEUE, but why doesnt it want to print??? I used the same printer in the older versions of Solaris 10...with the same printer, and it worked...maybe I just forgot which port I selected...Please tell me from my settings below:

Printer Name: ml2
Printer Server: myname02
Printer Port: /dev/lp1 before I tried /dev/term/a (and same issue)
Printer Make: Samsung
Model: ML2010 (Not listed so I selected ML-210
Printer Driver: Foomatic/gdi Recommended
Write to Superuser: YES
Default: YES
User Access: ALl Users.

Please help. Thanks.

It says service is up and running, but not printing..So I would assume the proper drivers came bundled as far as printer drivers concerned...

SOmething is making it not print...Because all my print jobs are in QUEUE, so I dont know...
 
Old 05-13-2008, 02:24 PM   #2
coolster
Member
 
Registered: Nov 2007
Distribution: Solaris 10, Solaris Nevada
Posts: 112

Rep: Reputation: 15
Quote:
Originally Posted by as400 View Post
Printer Name: ml2
Printer Server: myname02
Printer Port: /dev/lp1 before I tried /dev/term/a (and same issue)
Printer Make: Samsung
Model: ML2010 (Not listed so I selected ML-210
Printer Driver: Foomatic/gdi Recommended
Write to Superuser: YES
Default: YES
User Access: ALl Users.
Hi,

I see that your printer is using the old fashioned parallel port.
Nothing wrong with that, except that in Solaris 10 the device /dev/lp1 softlink to /devices/isa/lp@1,378:eccp0 is broken.
There *is* no lp@1,378:eccp0 in /devices/isa
A bugreport has been filed about this some years ago.

However, in Solaris 10 an ecpp parallel port driver does exist , but it won't load on boot. You can make it load manually with "modload".
Use "modinfo" to check this. From this point on you should be able to print now.

To get the driver attached, so that it loads at boottime, you need to get this module registered in /etc/driver_aliases. Therefore you do "update_drv -a -i 'lp' ecpp".
The -i parameter takes care of calling "devfsadm" which reads the file driver_aliases and then builds the new devicetree, so that the broken link from lp in /dev to lp@1,378:eccp0 in /devices/isa got fixed.
You can check this in /device/isa.

Best regards, C

Last edited by coolster; 05-13-2008 at 02:31 PM. Reason: typoh
 
Old 05-13-2008, 11:06 PM   #3
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
HI,

So after these steps, which printer port do I have to select?
Is it /dev/lp1 or /dev/term/a ?

ALso, do I have to download this driver or its within the Solaris directory already?

Thanks.
 
Old 05-14-2008, 08:35 AM   #4
coolster
Member
 
Registered: Nov 2007
Distribution: Solaris 10, Solaris Nevada
Posts: 112

Rep: Reputation: 15
Quote:
Originally Posted by as400 View Post
So after these steps, which printer port do I have to select?
Is it /dev/lp1 or /dev/term/a ?
/dev/lp1

Quote:
Originally Posted by as400 View Post
ALso, do I have to download this driver or its within the Solaris directory already?
....in Solaris 10 an ecpp parallel port driver does exist , but it won't load on boot. You can make it load manually with "modload"....
 
Old 05-14-2008, 11:41 AM   #5
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
It seems to be NOT printing StarOffice and webpages...But I did a test under the TEXT EDITOR, and seems to work fine when printing those out.

I though everything was fine, but not 100 percent...Please take a look on what I did below..


I did the following:

$ modload
/bin/ksh: modload: not found
$ su
Password:
# modload
usage: modload [-p] [-e <exec_file>] <filename>
# modload
/bin/ksh: modload: not found
$ su
Password:
# modload
usage: modload [-p] [-e <exec_file>] <filename>


Then...this and did a reboot...

# update_drv -a -i 'lp' ecpp

Last edited by as400; 05-14-2008 at 11:53 AM.
 
Old 05-14-2008, 11:59 AM   #6
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Ok...something is very very odd here...Now after waiting around 7 minutes after clicking on PRINT, in StarOffice, it did finally print...
But what is causing these long delays?????


Can you please explain?
 
Old 05-14-2008, 02:45 PM   #7
coolster
Member
 
Registered: Nov 2007
Distribution: Solaris 10, Solaris Nevada
Posts: 112

Rep: Reputation: 15
Quote:
Originally Posted by as400 View Post

It seems to be NOT printing StarOffice and webpages...But I did a test under the TEXT EDITOR, and seems to work fine when printing those out.

Ok...something is very very odd here...Now after waiting around 7 minutes after clicking on PRINT, in StarOffice, it did finally print...
But what is causing these long delays?????


Can you please explain?
I have heard & read many problems like this and other with Solaris printing. That is why I installed cups (& later also extra Gutenprint drivers). This works satisfactory.

You 'll find more info at www.cups.org

Thanks, C
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trust 320 spacec@m driver needed (AMD64, Sol10) LAN-Dominator.nl Solaris / OpenSolaris 1 02-22-2007 04:11 AM
printing problems mimi1981 Linux - Server 1 09-16-2006 12:37 AM
sol10,jumpstart, site.xml not being applied RHELL Solaris / OpenSolaris 5 05-08-2006 04:24 PM
sol10 (01/06 u1) installed but not able to boot shshjun Solaris / OpenSolaris 2 02-18-2006 09:37 PM
printing problems masterweaver Linux - Software 1 09-16-2004 01:45 PM


All times are GMT -5. The time now is 11:54 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration