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