> After reboot there is no printer

What kind of printer?  USB printer? Or a printer connected to ISA
parallel port?

For using an ISA parallel port printer, you have to work around bug
6374608, by running 

  update_drv -a -i '"lp"' ecpp

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6374608


> and the hostname is "unknown".


Your DHCP server doesn't return the hostname, so it remains
"unknown".  Fix is to create a file /etc/nodename, e.g.
if you'd like the box to use the name foobar:

    echo foobar > /etc/nodename
 
 
This message posted from opensolaris.org

Reply via email to