https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291820
Bug ID: 291820
Summary: MacBook Pro 16,1 (2019, T2 chip) forensic probe logs
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
# Audio
kldstat | grep snd > $PROBE_DIR/audio-kmods.txt
dmesg | grep -i hda > $PROBE_DIR/audio-dmesg.txt
sysctl -a | grep hw.snd > $PROBE_DIR/audio-sysctl.txt
# Networking
ifconfig -a > $PROBE_DIR/net-ifconfig.txt
dmesg | grep -Ei 'wlan|bwi|bwn|bt' > $PROBE_DIR/net-dmesg.txt
# USB/Thunderbolt
usbconfig -d ugen0.1 dump_device_desc > $PROBE_DIR/usb-root.txt
usbconfig > $PROBE_DIR/usb-list.txt
dmesg | grep -Ei 'xhci|thunderbolt' > $PROBE_DIR/tb-dmesg.txt
# Sleep states
sysctl hw.acpi.supported_sleep_state > $PROBE_DIR/sleep-states.txt
# Kernel modules
kldstat > $PROBE_DIR/kldstat.txt
# Full dmesg snapshot
dmesg > $PROBE_DIR/dmesg-full.txt
# Package everything
tar -czf $TARBALL $PROBE_DIR
echo "Full hardware probe complete. Logs in $PROBE_DIR, packaged as $TARBALL"
--
You are receiving this mail because:
You are the assignee for the bug.