Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1571215.1
Update Date:2017-11-27
Keywords:

Solution Type  Problem Resolution Sure

Solution  1571215.1 :   Analysis of error message "WARNING: consconfig: cannot find driver for screen device"  


Related Items
  • SPARC T4-2
  •  
Related Categories
  • PLA-Support>Sun Systems>SAND>Operating System>SN-SND: Sun OS Administration
  •  


Determine possible root cause of error message "WARNING: consconfig: cannot find driver for screen device"

In this Document
Symptoms
Cause
Solution
References


Created from <SR 3-7545075130>

Applies to:

SPARC T4-2 - Version All Versions to All Versions [Release All Releases]
Oracle Solaris on SPARC (64-bit)

Symptoms

A Sparc T4-2 System reported the following error message during boot:

 

Jan 16 15:04:45 myhost consconfig_dacf: [ID 615089 kern.warning] WARNING: consconfig: cannot find driver for screen device /pci@400/pci@1/pci@0/pci@0/pci@0/display@0

 

Cause

 Root cause of the message was a missing driver package for the onboard Graphics Device.

Solution


1) Locate the affected device


Check "prtdiag -v" for a device with the same path as in the error message:

================================ IO Devices ================================
Slot +            Bus   Name +                            Model   
Status            Type  Path                                      
----------------------------------------------------------------------------
/SYS/MB/NET0      PCIE  network-pciex8086,10c9                    
                        /pci@400/pci@1/pci@0/pci@4/network@0        
/SYS/MB/NET1      PCIE  network-pciex8086,10c9                    
                        /pci@400/pci@1/pci@0/pci@4/network@0,1      
/SYS/MB/SASHBA    PCIE  scsi-pciex1000,72                 LSI,2008
                        /pci@400/pci@2/pci@0/pci@e/scsi@0           
/SYS/MB/NET2      PCIE  network-pciex8086,10c9                    
                        /pci@500/pci@1/pci@0/pci@5/network@0        
/SYS/MB/NET3      PCIE  network-pciex8086,10c9                    
                        /pci@500/pci@1/pci@0/pci@5/network@0,1      

MB DISPLAYdisplay /pci@400/pci@1/pci@0/pci@0/pci@0/display 

/SYS/MB/PCIE-IO/USBPCIX  usb-pciclass,0c0310                       
                        /pci@400/pci@1/pci@0/pci@b/pci@0/usb@0      
/SYS/MB/PCIE-IO/USBPCIX  usb-pciclass,0c0310                       
                        /pci@400/pci@1/pci@0/pci@b/pci@0/usb@0,1    
/SYS/MB/PCIE-IO/USBPCIX  usb-pciclass,0c0320                       
                        /pci@400/pci@1/pci@0/pci@b/pci@0/usb@0,2    

 In this Example the path matches the T4-2 onboard Display device. The affected Graphics Device may as well be an add-on card.
 Document 1005907.1 contains information about onboard Display devices and their paths in SPARC Systems.

 

2) Determine which driver is needed for screen device on path "/pci@400/pci@1/pci@0/pci@0/pci@0/display@0"


Locate path /pci@400/pci@1/pci@0/pci@0/pci@0/display@0 in /etc/path_to_inst

# grep "/pci@400/pci@1/pci@0/pci@0/pci@0/display@0" /etc/path_to_inst

"/pci@400/pci@1/pci@0/pci@0/pci@0/display@0" 0 "ast"


The driver needed for this Graphics Device is "ast".



3) Determine Operating System Version

#cat /etc/release
                   Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
  Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
                            Assembled 23 August 2011

 


4) Consult the Oracle Solaris 10 8/11 Package List for the package name containing the driver "ast"

 SUNWastfb - Device driver for AST graphics

 Note: On a Solaris 11 System the package name is "driver/graphics/ast"


 Where to find the Package lists?

 For Solaris 11 Releases, go to Oracle Solaris 11 Documentation

 For Solaris 10 Releases, go to Oracle Solaris 10 Documentation

 For Solaris 9 and older Releases, go to Legacy Solaris Documentation



5) Determine if the package "SUNWastfb" is installed

 On Solaris 10 and older Releases:

# pkginfo -l SUNWastfb

 On Solaris 11 Releases:

# pkg info driver/graphics/ast

 

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback