Term
|
Definition
hardware compatibility list redhat.com/docs/manuals |
|
|
Term
| where is some basic information stored on the installed packages |
|
Definition
|
|
Term
| view all the interrupts currently in use |
|
Definition
|
|
Term
| how many DMA channels are there, what are they |
|
Definition
|
|
Term
| find the assigned DMA channels |
|
Definition
|
|
Term
|
Definition
| direct memory address, bypasses the CPU for direct data exchange between devices |
|
|
Term
|
Definition
| serial attached SCSI, faster technology to replace SCSI drives |
|
|
Term
| what does SCSI stand for, what are the two fastest SCSI types |
|
Definition
Small Computer System Interface Ultra320 (320 MB/s) Ultra640 (640 MB/s) |
|
|
Term
|
Definition
SCSI controller card, AKA Host Bus Adapter |
|
|
Term
|
Definition
| Advanced Configuration and Power Interface |
|
|
Term
|
Definition
|
|
Term
|
Definition
Hardware Abstraction Layer -software layer to function between the kernel and the system hardware hald |
|
|
Term
|
Definition
| runs in the background and will detect hardware changes, if new hardware is a USB or CD/DVD drive it will mount the device |
|
|
Term
| show a list of all detected hardware on the system |
|
Definition
|
|
Term
| view hardware device in graphical mode. text mode |
|
Definition
hal-device-manager (may need to be installed) hal-device (text) |
|
|
Term
|
Definition
| kudzu scans the system and compares found devices against /etc/sysconfig/hwconf -no differences, no action, or it updates hwconf with the new device or removes old devices |
|
|
Term
| run kudzu, but don't configure or remove any devices |
|
Definition
|
|
Term
| run kudzu on the PCI bus, but don't configure or remove any devices |
|
Definition
|
|
Term
| run kudzu for network devices, but don't configure or remove any devices |
|
Definition
|
|
Term
|
Definition
| daemon that gets device add and delete information from the kernel and passes it to udev |
|
|
Term
| where are the configuration files for udev |
|
Definition
|
|
Term
|
Definition
| specifies the locations for device files, udev rules, and appropriate log level (err, info, or debug) |
|
|
Term
| what are the udev configuration defaults |
|
Definition
| devices are in /dev, rules are in /etc/udev/rules.d, and the default log level is err. |
|
|
Term
|
Definition
| contains rules to be applied to devices added or removed |
|
|
Term
| query and display device info |
|
Definition
|
|
Term
| simulate a udev execution for a device |
|
Definition
|
|
Term
|
Definition
| displays kernel and udev events |
|
|
Term
|
Definition
|
|
Term
|
Definition
| requests kernel device events for cold plugged devices |
|
|
Term
|
Definition
| udevinfo -a -p /block/sde/sde |
|
|
Term
| display all info about a specific device, sda |
|
Definition
|
|
Term
| you've done udevinfo -e (all devices) now what do you do to query sda |
|
Definition
find the device name under P: such as P:/block/sda and then: udevinfo -a -p /block/sda |
|
|
Term
|
Definition
| good for troubleshooting: a command to display recent diagnostic messages from /var/log/dmesg |
|
|
Term
|
Definition
|
|
Term
| list all pci devices - make it more readable |
|
Definition
|
|
Term
|
Definition
|
|
Term
| show the major and minor devices numbers for all sd* devices |
|
Definition
| ls -l /dev/sd*, column 6 shows the major number (8), column 8 shows the minor number (unique) |
|
|