Skip to content
6 min read·Lesson 5 of 8

Printers, Peripherals, and Common Hardware Issues

Install and troubleshoot the devices users plug into their PCs every day — printers, monitors, keyboards, docks, and the usual culprits when they misbehave.

Peripherals are where every help-desk technician starts — and where many never stop. This lesson covers the day-to-day devices, how to install them cleanly, and how to fix the dozen issues that account for most tickets.

Printers

Major types

TypeHow it worksBest for
InkjetSprays ink droplets from cartridgesPhotos, low-volume home use
LaserToner fused to paper by a heated drumOffice text printing — fast, sharp, low cost per page
ThermalHeat-sensitive paper darkensReceipts, shipping labels
Dot-matrix / impactPins strike a ribbonMulti-part forms; legacy
3D printerBuilds objects layer by layer (FDM, SLA)Prototyping, manufacturing

Connections

  • USB: Simple direct-attach
  • Ethernet: Standard for office printers; the printer has its own IP
  • Wi-Fi: Common for home; needs to be on the same network as clients
  • Bluetooth: Rare; mobile printers
  • AirPrint / Mopria / IPP Everywhere: Driver-free protocols — phones discover printers automatically

Installation flow (Windows networked printer)

  1. Connect printer to network; print a configuration page to get its IP
  2. Settings → Bluetooth & devices → Printers & scanners → Add device
  3. If not discovered: Add manually → TCP/IP, enter the printer's IP
  4. Download the manufacturer driver (HP, Canon, Brother, etc.) — Windows generic drivers often miss features
  5. Set default; print a test page

Shared printer via print server

In enterprises, a Windows print server hosts queues; clients add the printer via \\printserver\PrinterName. This centralises drivers and audit. Microsoft is deprecating type-3 (V3) drivers in favour of IPP/V4 (Universal Print in M365).

Common printer issues

SymptomLikely cause / fix
Job stuck in queueRestart Print Spooler service; clear C:\Windows\System32\spool\PRINTERS
"Offline"Check network; ping the printer; power-cycle
Streaks / faded text (laser)Replace toner; clean drum; check fuser if banding
Streaks / missing colours (inkjet)Run nozzle clean; replace cartridge if dry
Paper jamOpen all panels; pull paper in the direction of travel; check for torn fragments; check rollers
Wrong colours / bandingCalibrate / align; check ink levels
Driver errors after Windows updateReinstall vendor driver; switch to IPP class driver

Monitors

Connection standards

StandardMax bandwidthCommon today
VGAAnalog — legacyAvoid
DVIDigital — legacyOlder displays
HDMI 1.44K 30 HzCommon
HDMI 2.04K 60 HzCommon
HDMI 2.14K 120 Hz / 8K 60 HzModern
DisplayPort 1.44K 120 Hz / 8K 60 HzPC standard
DisplayPort 2.116K capableNewest
USB-C (DP Alt Mode)Same as DPLaptops, modern monitors
Thunderbolt 3/4/5Multi-display + power + data on one cablePremium laptops, docks

Common monitor / display issues

SymptomFirst steps
No signalCheck cable seated both ends; right input selected; try a different cable
Wrong resolution / blurryDisplay settings → set native resolution; update GPU driver
Refresh rate looks "off"Set to monitor's max (e.g., 144 Hz instead of 60)
Text too small / too bigDisplay settings → Scale (125 / 150 / 175%)
FlickerBad cable; loose connector; G-Sync/FreeSync mismatch; refresh rate above cable spec
Dead pixelStuck-pixel video may revive; otherwise warranty replacement
Second monitor not detectedDetect in display settings; check cable; check dock bandwidth; check OS extends/mirrors

Input Devices

  • Keyboards: USB or Bluetooth or 2.4 GHz dongle. Mechanical (gaming, productivity) vs membrane (cheap, quiet). Layouts: ANSI (US), ISO (UK/Europe), JIS (Japan).
  • Mice: Optical (default), laser (works on more surfaces), trackball, vertical, presenter.
  • Touchpad / drawing tablets: Wacom and equivalents.
  • Webcams / mics: USB; 1080p baseline, 4K for premium. UVC compliance means no drivers needed.
  • Audio: 3.5mm jack (legacy), USB headsets, Bluetooth, USB-C audio.

Storage and Backup Peripherals

  • External HDDs / SSDs: USB 3.x, USB-C, Thunderbolt. Use for backups; encrypt sensitive data with BitLocker To Go or FileVault.
  • USB flash drives: Convenient but easy to lose — encrypt or avoid for sensitive data.
  • SD / microSD cards: Cameras, Raspberry Pi, some laptops.
  • Optical drives: Increasingly absent; external USB DVD/Blu-ray for occasional needs.
  • NAS (Network Attached Storage): Synology, QNAP, TrueNAS — home/office shared file storage with RAID.

Docks and Hubs

Laptop users use docks to connect monitors, peripherals, and power with a single cable. Three classes:

  • Simple USB hubs: Add USB-A/C ports; limited or no video
  • USB-C docks (DP Alt Mode): Power + one or two monitors via the laptop's USB-C with DisplayPort alt-mode
  • Thunderbolt docks: Highest bandwidth — multiple 4K monitors, 10 Gb/s ports, charging

A common ticket pattern: "my second monitor disconnects" — often the dock is over-subscribed (two 4K 60Hz monitors over DisplayLink, or insufficient power delivery causing brownouts).

Cables: The Single Most Common Cause

When something doesn't work, suspect the cable. In particular:

  • USB-C cables vary wildly — some are USB 2.0 only, some 10 Gbps, some 40 Gbps; some support 100W PD, some 60W. Read the cable.
  • HDMI cables labelled "Ultra High Speed" are required for 4K 120Hz
  • Cheap unbranded cables fail mysteriously and intermittently
  • Network patch cables: Cat5e/6/6a — bad ends or kinks cause packet loss

The Universal Peripheral Troubleshooting Flow

  1. Power: is it on / charged? Are LEDs lit?
  2. Cable: is it the right cable spec? Try another.
  3. Port: try a different port on the host.
  4. Host: try the peripheral on another computer.
  5. Driver: Device Manager errors? Reinstall driver from vendor.
  6. OS update: was there a recent update? Check release notes.
  7. Firmware: many peripherals need updates (printers, docks, monitors)
  8. Defective hardware: if isolated, replace under warranty

This linear flow handles the vast majority of peripheral tickets. The next lesson formalises troubleshooting itself — the methodology that applies to every problem, not just peripherals.

Key Takeaways

  • Most peripheral problems are cables, drivers, or power — check those first.
  • Inkjet vs laser is the major printer split; laser dominates offices.
  • Modern printers are networked; configure via IP or via the manufacturer's discovery service.
  • Monitor problems often trace to cable type/version (HDMI/DisplayPort), refresh rate, or scaling.
  • Docks/hubs introduce bandwidth limits that explain "the second monitor flickers" tickets.

Test your knowledge

Try exam-style practice questions to reinforce what you've learned.

Practice Questions →