Quote:
Originally Posted by as400
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