Date: Sat, 20 Dec 2025 03:12:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 291820] MacBook Pro 16,1 (2019, T2 chip) forensic probe logs Message-ID: <bug-291820-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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: bugs@FreeBSD.org Reporter: mono55@tutamail.com # 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291820-227>
