Freebsd 12.1 Testing On the T2

Adjust brightness:

xrandr --output eDP-1 --brightness .5
xrandr --output eDP-1 --brightness 1

Results: Seems to work

Sound: Tested video and audio at 1080p video through Firefox and YouTube

Results: I get audio and was able to adjust the audio out, video plays without issue

Video: Just tested screen resolution

Results: 1920x1080, success

Webcam Test:

https://www.onlinemictest.com/webcam-test/

Results: I see myself

Wifi setup:

Identify wifi:

sysctl net.wlan.devices

sudo su
nano /etc/wpa_supplicant.conf

network={
ssid="Access Point Name"
psk="Access Point Name Password"
}

nano /etc/rc.conf

Add to bottom of rc.conf:

wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"

service network restart
ping -c 10 thinkpenguin.com

Results: Success 0.0% packet loss

Ethernet connection: Plugged in the ethernet cable

Results: Accessed a internet connected web site through Firefox successfully (yes, after disconnecting from wifi)

Touchpad: Tested two finger scrolling

Results: Successful

Test USB 3 port with DOS formatted USB flash drive:

ls /dev/da*

/dev/da1s1

mount_msdosfs /dev/da1s1 /media/usb

cd /media/usb

touch test
rm test

Results: Success

Bluetooth: Probably not (?), but looks like Bluetooth isn't maintained on FreeBSD

SD card reader: Doesn't look like it to me, but not 100% sure, no output from dmesg even, unsure why