105. .probe

SCR Agent for reading probing information.

105.1. Description

This agent allows access to the libhd hardware autoprobe library. See its own documentation for more details.

Access type: read-only

File Name: /usr/share/YaST2/scrconf/probe.scr

See: libscr y2a_hwpb/hwprobe.html

105.2. Usage

Example 58. 

Read(.probe)
($["architecture":"i386", 
   "bios_video":[$["attached_to":$["baseclass":"Bridge", 
                                   "bus":"PCI", 
                                   ...
                                 ], 
                   "baseclass":"Display controller", 
                   "bus":"PCI", 
                   "cardtype":"AGP", 
                   ...
                 ]
                 ...
                ]
   ...
 ]
)
Read(.probe.cdrom)
(
 [
  $["attached_to":$["baseclass":"Mass storage controller", 
                    "bus":"PCI", 
                    "device":"AHA-2940U2/W / 7890", 
                    "device_id":65567, 
                    "module":[ $["active":true, ... ] ],
                    "resource":$["io":[ $["active":true, ... ] ], 
                                 "irq":[ $["count":0, ...  ] ], 
                                 "mem":[ $["active":true, ... ] ]
                               ], 
                    "sub_device":"2940U2W SCSI Controller", 
                    ...
                    ], 
    "baseclass":"Mass Storage Device", 
    "bus":"SCSI", 
    "cdtype":"dvd", 
    ...
    ]
  ]
 )