Hardware Flashcards

1
Q

IO Port

A

An address or range of addresses, identify a device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Interrupt Request (IRQ)

A

Signals the processor that an event has happened and the CPU is requested to come check on the resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Direct Memory Access (DMA)

A

Allows a peripheral to access system memory directly instead of going through the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

procfs

A

Contains details about the hardware in the system (kernel information) also called pseudofilesystem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which files can show alot of pertinent information about the system’s configuration

A

/proc/ioports
/proc/dma
/proc/interrupts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which commands allow you to view errors or conflicts within the /proc directory

A
cat /proc/interrupts
cat /proc/ioports
cat /proc/dma
cat /proc/usb
cat /proc/pci
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

lsmod

A

Shows the kernel modules loaded, along with any dependencies for those modules (Helpful for checking if the driver is loaded for a peripheral)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

modprobe

A

loads a module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

lscpu

A

provides details about your CPU, such as the # and speed of ea. socket and core

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

lspci

A

shows information about pci bus and devices. Identify devices on the bus that the kernel doesn’t know about and provides addressing info for configuring them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

lsscsi

A

Shows info about scsi devices on the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

lsdev

A

shows devices recognized by the system (shows the most definitive)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

lsraid

A

displays the RAID devices on the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

lsusb

A

displays usb info and devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

lsblk

A

displays block devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly