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
| Type | How it works | Best for |
|---|---|---|
| Inkjet | Sprays ink droplets from cartridges | Photos, low-volume home use |
| Laser | Toner fused to paper by a heated drum | Office text printing — fast, sharp, low cost per page |
| Thermal | Heat-sensitive paper darkens | Receipts, shipping labels |
| Dot-matrix / impact | Pins strike a ribbon | Multi-part forms; legacy |
| 3D printer | Builds 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)
- Connect printer to network; print a configuration page to get its IP
- Settings → Bluetooth & devices → Printers & scanners → Add device
- If not discovered: Add manually → TCP/IP, enter the printer's IP
- Download the manufacturer driver (HP, Canon, Brother, etc.) — Windows generic drivers often miss features
- 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
| Symptom | Likely cause / fix |
|---|---|
| Job stuck in queue | Restart 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 jam | Open all panels; pull paper in the direction of travel; check for torn fragments; check rollers |
| Wrong colours / banding | Calibrate / align; check ink levels |
| Driver errors after Windows update | Reinstall vendor driver; switch to IPP class driver |
Monitors
Connection standards
| Standard | Max bandwidth | Common today |
|---|---|---|
| VGA | Analog — legacy | Avoid |
| DVI | Digital — legacy | Older displays |
| HDMI 1.4 | 4K 30 Hz | Common |
| HDMI 2.0 | 4K 60 Hz | Common |
| HDMI 2.1 | 4K 120 Hz / 8K 60 Hz | Modern |
| DisplayPort 1.4 | 4K 120 Hz / 8K 60 Hz | PC standard |
| DisplayPort 2.1 | 16K capable | Newest |
| USB-C (DP Alt Mode) | Same as DP | Laptops, modern monitors |
| Thunderbolt 3/4/5 | Multi-display + power + data on one cable | Premium laptops, docks |
Common monitor / display issues
| Symptom | First steps |
|---|---|
| No signal | Check cable seated both ends; right input selected; try a different cable |
| Wrong resolution / blurry | Display 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 big | Display settings → Scale (125 / 150 / 175%) |
| Flicker | Bad cable; loose connector; G-Sync/FreeSync mismatch; refresh rate above cable spec |
| Dead pixel | Stuck-pixel video may revive; otherwise warranty replacement |
| Second monitor not detected | Detect 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
- Power: is it on / charged? Are LEDs lit?
- Cable: is it the right cable spec? Try another.
- Port: try a different port on the host.
- Host: try the peripheral on another computer.
- Driver: Device Manager errors? Reinstall driver from vendor.
- OS update: was there a recent update? Check release notes.
- Firmware: many peripherals need updates (printers, docks, monitors)
- 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.