{"id":1345,"date":"2022-02-04T04:37:47","date_gmt":"2022-02-04T04:37:47","guid":{"rendered":"\/blog\/?p=1345"},"modified":"2022-02-04T04:37:47","modified_gmt":"2022-02-04T04:37:47","slug":"print-devices-in-solaris","status":"publish","type":"post","link":"\/blog\/index.php\/print-devices-in-solaris\/","title":{"rendered":"print devices in solaris"},"content":{"rendered":"\n<p>root@solaris01:~# prtconf -v | awk &#8216;\/model\/{getline; print}&#8217;<br>value=&#8217;Host bridge&#8217;<br>value=&#8217;VGA compatible controller&#8217;<br>value=&#8217;Video controller&#8217;<br>value=&#8217;Mixed Mode device&#8217;<br>value=&#8217;PCI-PCI bridge&#8217;<br>value=&#8217;Network controller&#8217;<br>value=&#8217;PCI-PCI bridge&#8217;<br>value=&#8217;Universal Serial Bus UHCI compliant&#8217;<br>value=&#8217;Universal Serial Bus UHCI compliant&#8217;<br>value=&#8217;Universal Serial Bus UHCI compliant&#8217;<br>value=&#8217;Universal Serial Bus UHCI compliant&#8217;<br>value=&#8217;Universal Serial Bus EHCI compliant&#8217;<br>value=&#8217;Subtractive Decode PCI-PCI bridge&#8217;<br>value=&#8217;Ethernet controller&#8217;<br>value=&#8217;FireWire (IEEE 1394) OpenHCI compliant&#8217;<br>value=&#8217;Unknown class of pci\/pnpbios device&#8217;<br>value=&#8217;System peripheral&#8217;<br>value=&#8217;System peripheral&#8217;<br>value=&#8217;System peripheral&#8217;<br>value=&#8217;ISA bridge&#8217;<br>value=&#8217;Motherboard&#8217;<br>value=&#8217;Motherboard&#8217;<br>value=&#8217;Motherboard&#8217;<br>value=&#8217;PS\/2 Port for PS\/2-style Mice&#8217;<br>value=&#8217;System keyboard&#8217;<br>value=&#8217;Motherboard&#8217;<br>value=&#8217;Motherboard&#8217;<br>value=&#8217;IDE controller&#8217;<br>value=&#8217;SMBus (System Management Bus)&#8217;<\/p>\n\n\n\n<p>Everytime you want to identify a device look at the vendor id + device id<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>                name='device-id' type=int items=1\n                    value=00004311\n                name='devsel-speed' type=int items=1\n                    value=00000000\n                name='interrupts' type=int items=1\n                    value=00000001\n                name='model' type=string items=1\n                    value='Network controller'\n                name='power-consumption' type=int items=2\n                    value=00000001.00000001\n                name='reg' type=int items=10\n                    value=000b0000.00000000.00000000.00000000.00000000.020b0010.00000000.00000000.00000000.00004000\n                name='revision-id' type=int items=1\n                    value=00000001\n                name='subsystem-id' type=int items=1\n                    value=00000007\n                name='subsystem-vendor-id' type=int items=1\n                    value=00001028\n                name='unit-address' type=string items=1\n                    value='0'\n                name='vendor-id' type=int items=1\n                    value=000014e4<\/code><\/pre>\n\n\n\n<p>In this case the 14e4:4311 is a <strong>BCM4311 802.11b\/g WLAN<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>root@solaris01:~# prtconf -v | awk &#8216;\/model\/{getline; print}&#8217;value=&#8217;Host bridge&#8217;value=&#8217;VGA compatible controller&#8217;value=&#8217;Video controller&#8217;value=&#8217;Mixed Mode device&#8217;value=&#8217;PCI-PCI bridge&#8217;value=&#8217;Network controller&#8217;value=&#8217;PCI-PCI bridge&#8217;value=&#8217;Universal Serial Bus UHCI compliant&#8217;value=&#8217;Universal Serial Bus UHCI compliant&#8217;value=&#8217;Universal Serial Bus UHCI compliant&#8217;value=&#8217;Universal Serial Bus UHCI compliant&#8217;value=&#8217;Universal Serial Bus EHCI compliant&#8217;value=&#8217;Subtractive Decode PCI-PCI bridge&#8217;value=&#8217;Ethernet controller&#8217;value=&#8217;FireWire (IEEE 1394) OpenHCI compliant&#8217;value=&#8217;Unknown class of pci\/pnpbios device&#8217;value=&#8217;System peripheral&#8217;value=&#8217;System peripheral&#8217;value=&#8217;System peripheral&#8217;value=&#8217;ISA bridge&#8217;value=&#8217;Motherboard&#8217;value=&#8217;Motherboard&#8217;value=&#8217;Motherboard&#8217;value=&#8217;PS\/2 Port for PS\/2-style [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1345","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1345"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1345\/revisions"}],"predecessor-version":[{"id":1346,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1345\/revisions\/1346"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1345"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}