![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1571215.1 : Analysis of error message "WARNING: consconfig: cannot find driver for screen device"
Determine possible root cause of error message "WARNING: consconfig: cannot find driver for screen device" In this Document
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) SymptomsA 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
CauseRoot cause of the message was a missing driver package for the onboard Graphics Device. Solution
================================ 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.
2) Determine which driver is needed for screen device on path "/pci@400/pci@1/pci@0/pci@0/pci@0/display@0"
# 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"
#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
SUNWastfb - Device driver for AST graphics Note: On a Solaris 11 System the package name is "driver/graphics/ast"
For Solaris 10 Releases, go to Oracle Solaris 10 Documentation For Solaris 9 and older Releases, go to Legacy Solaris Documentation
On Solaris 10 and older Releases: # pkginfo -l SUNWastfb
On Solaris 11 Releases: # pkg info driver/graphics/ast
Attachments This solution has no attachment |
||||||||||||||||||
|