DragonFlyBSD Kernel Audit
DF-2354 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
echo "=== DF-2354 hardware gate ==="
usbconfig list 2>&1 || echo "  usbconfig unavailable"
ifconfig -l 2>&1
echo "  (no wlan/mtw interface; no MT7601U USB wifi dongle attached)"
echo "==> mtw firmware-load path needs MT7601U device (absent)."
exit 0