FreeBSD on the Framework Laptop
Author: Jonathan Vasquez <jon@xyinn.org>
Last Updated: 2023-06-07-2000
Currently On: FreeBSD 13.2-RELEASE (releng/13.2-n254617-525ecfdad597/GENERIC)
Machine: Framework Laptop (Gen 1, Batch 6). Ordered on November 20, 2021.
BIOS: 3.17
Desktop (i3 4.22 w/ Gaps <3! Bout damn time ;D).
Desktop (sway)
Thoughts
I'm still using this machine as my main computer for everything except for gaming. My Windows computer, aka Wintendo, is dedicated solely for gaming, and for my Diablo II (Original, Not Resurrected) reverse engineering work. However, if you are trying to have a smooth and seamless experience, I don't recommend getting this machine at the moment. However, with a bit of effort, this could be a solid machine for many users. Especially if you replace the Intel AX210 WiFi chip for an Atheros AR9462 chip (highly recommended).
Now with that said, I ordered this Framework Laptop on November 20, 2021 and was marked as part of Batch 6. It's currently configured with 1x USB C, and 3x USB A Expansion Cards. I also have an HDMI Expansion Card, another USB C Expansion Card (on the side in case I want to switch it up), and I've recently purchased an Ethernet Expansion Card. I use the USB C port for charging primarily but also to connect my Anker PowerExpand+ 7-in-1 Dongle, which has a variety of other ports (not all are working). This machine came with the Tempo 92HD95B Audio Codec
for people that want to further identify the model.
The laptop I got came with the following configuration:
- Processor: Intel Core i7-1165G7 CPU @ 2.80GHz (12M Cache, up to 4.70 GHz) (11th generation)
- Memory: 32GB (2 x 16GB) DDR4-3200 RAM
- Graphics: TigerLake-LP GT2 [Iris Xe Graphics]
- Storage: 1TB - WD BLACK SN850 NVMe
- WiFi: Intel Wi-Fi 6E AX210 No vPro (No longer using it. Replaced with the Atheros AR9462.)
- Display: 2256x1504 13.5" 3:2 (Glossy) - I've purchased an Anti-Glare Blue Light 85% from Photodon. Will be installing once I receive it. Check this thread.
After setting everything all up, I lowered the scaling value to make the resolution bigger on the main display. I also have my main external monitor connected to my Anker Dongle's HDMI slot. The HDMI port on the framework itself isn't working for me.
I've currently using i3 primarily now, but using Sway and Wayland on this machine is a very good experience. Very smooth experience with multiple monitors, closing/opening the lid and the workspaces adjusting properly, and sleep/resume works fine and resumes the sway session with no issues.. and of course you'll get the benefit of having nice native resolutions with no blur, which is very important especially because the framework laptop has an odd resolution and aspect ratio. I like it but it does cause issues with all of this HiDPI stuff, etc. When using Xorg, this is my xrandr configuration when in dual mode (I have slight variations of this depending if I want to use just my laptop screen, or if I want to just use my external monitor (and maybe close the framework lid. These are applied automatically when i3 launches via autorandr -c
or upon a key press I've configured in my i3 config):
xrandr --output DP-4 --mode 2560x1440 --left-of eDP-1 --primary --output eDP-1 --mode 2256x1504 --scale 0.5
A combination of 2560x1440 @ 100% for my External HDMI monitor and 2256x1504 @ 200% for the internal display, is the sweet spot. I've heard X11 doesn't support per display scaling (Wayland does), but the above xrandr command is working for me.. and that leaves my external monitor at the normal scale 1, while the framework laptop is set to scale 0.5.
On another note, it takes me about 1h19m ~ to compile FreeBSD 13.2-STABLE with -j8
. Intel P-States also hasn't been causing any issues and seems to be working correctly. I don't have powerd running but I can see the frequency dynamically changing with sysctl -a | grep freq:
. The battery life seems to be lasting a long time as well so that also helps me confirm the p-state driver's benefit.
System Status Overview
Definitions
- Works - This means that FreeBSD detects the hardware and you can use it to do stuff with no issues (at least so far from my experience).
- Unstable - This means that FreeBSD detects the hardware and you can use it to do stuff, but you may experience some hard crashes in some scenarios (even if not often), depending on the activity that you're doing.
- Fails - The device/functionality is either not detected by FreeBSD, or it is detected but does not behave as expected, or at all.
- Untested - I haven't tested this piece of hardware.
Test Report Results
-
Graphics
- Status: Works
- Remarks:
- This works (including 3D acceleration). Just install the
graphics/drm-510-kmod
package. You may experience some stutters periodically on Wayland though (X11 is fine). Maybe something related to these log events:drmn0: [drm] *ERROR* Atomic update failure on pipe D
.
- This works (including 3D acceleration). Just install the
-
WiFi
- Status:
- Atheros AR9462: Works
- AX210: Unstable & Slow (if_iwlwifi). Works (wifibox)
- Bug Report: 263613
- Remarks:
- The native
if_iwlwifi
driver is unstable and slow. It will cause crashes when you resume from sleep, and some other situations. However, if you want to help with testing, it's definitely usable for basic activities. If you will be transferring a lot of files from a network drive, the internet, or need high performance, then I recommend using wifibox until the native driver is fully developed and stabilized. Make sure to apply the tweaks at the bottom of my wifibox page (resume from sleep, and increase bhyve VM memory). - Overall, I actually recommend dropping this card completely and using a card with a better supported chipset. I've switched to the Atheros AR9462 M.2 E Slot Chip and it works amazingly well. You won't regret it.
- After replacing my wifi card to the Atheros AR9462, and also switching my router from the Linksys WRT3200ACM w/ DD-WRT (which is a router that is known to have wifi issues for some people, including myself) to the ASUS RT-AX88U PRO w/ ASUSWRT-Merlin (Version 388.2_2), these are the following speeds on a 5 GHz frequency. I've also included my results for a wired connection on my Windows gaming computer. I also got a sustained 14.1 MB/s transfer speeds over Wifi on 5 GHz for a 2 GB ISO file I transfered within my LAN.
- The native
- Status:
-
HDMI
- Status: Fails (Need to retest)
- Bug Report: 263761
- Remarks:
- The HDMI Expansion card is detected but I can't output anything to it even though xrandr detected the DP-3 port. The supported resolutions detected in xrandr for this display are also incorrect. The same monitor works via the Anker Dongle through its HDMI slot with the correct resolution. I also saw this error which didn't appear when using the Anker dongle's HDMI port without the HDMI expansion card connected:
[drm ERROR :intel_dp_get_link_train_fallback_values] Link Training Unsuccessful
.
- The HDMI Expansion card is detected but I can't output anything to it even though xrandr detected the DP-3 port. The supported resolutions detected in xrandr for this display are also incorrect. The same monitor works via the Anker Dongle through its HDMI slot with the correct resolution. I also saw this error which didn't appear when using the Anker dongle's HDMI port without the HDMI expansion card connected:
-
Ethernet
- Status: Works (Slow)
- Bug Report: 253374
- Status:
- The Ethernet Expansion card is detected and works "fine" providing a stable ethernet connection. However, due to limitations with the XHCI driver (and lack of Thunderbolt support) the performance is limited. I get 10 MiB down on a fresh Syncthing sync, where as on Linux I get 99 MiB down on a fresh Syncthing sync. Same hardware.
-
Sound (Speakers)
- Status: Works
-
Sound (Headset via 3.5mm jack)
- Status: Works
- Remarks:
- Connecting my Razer Headset directly via the 3.5mm jack worked and sound was properly redirected away from the internal speakers.
-
Sound (Headset via USB Adapter)
- Status: Works
- Remarks:
- Plugging in the Razer Headset via the 3.5 mm -> USB connector it came with worked fine as well. You just need to set your default device to target pcm3 or whatever it was enumerated as on your system.
-
Microphone
- Status: Works
- Remarks:
This includes the physical kill switch. You won't see activity in
dmesg
though. I tested this using OBS. However, due note that OBS doesn't support OSS and only includes support for the following audio backends: jack, pulseaudio, and sndio. Make sure you start the appropriate backend before starting OBS, or you won't see any of your devices in it. For a quick test, you can runpulseaudio
in one of your terminals, and then start OBS to see if it detects it.
-
Camera
- Status: Works
- Remarks:
- You need to have
webcamd
running, have thecuse
kernel module loaded, and the user should be part of thewebcamd
group (I'm also inwheel
). Once that's done, you'll need to add the particular camera device to your webcamd start up flags or webcamd won't create the required/dev/video[01]
devices. You can dowebcamd -l
as root to see the available devices. For me, I added the following to/etc/rc.conf
:webcamd_0_flags="-N Generic-Laptop-Camera -S 200901010001"
. Flicking the camera killswitch did yield correct responses from dmesg forugen1.4: <Generic Laptop Camera> at usbus1
.
- You need to have
-
Sleep
- Status: Works
- Remarks:
- Sleep works fine if you don't use the
if_iwlwifi
driver. See the above Wi-Fi section for alternatives. You'll still have the battery drain issues that affect Windows and Linux though. If you are on an OS that supports hibernation, use that instead.
- Sleep works fine if you don't use the
-
Hibernation
- Status: Untested
- Remarks:
- I know this is a weird one even on Linux, but I've read FreeBSD doesn't have hibernation support: S4.
-
Bluetooth
- Status: Fails
- Remarks:
- Not supported at the moment as per quirks.
-
Fingerprint Reader
- Status: Untested
- Remarks:
- I don't really use this anyways.
via Anker PowerExpand+ 7-in-1 USB-C PD Ethernet Hub
-
Ethernet (Gigabit)
- Status: Unstable / Slow
- Bug Report: 255251
- Remarks:
- Ethernet over Type-C connections are highly unstable. It's so slow it's unusable.
-
USB Ports (Wireless Keyboard & Mouse)
- Status: Works
-
HDMI
- Status: Works
- Remarks:
- I was able to get multi monitor support working via xrandr and sway. This is the main way I use my external monitor on this laptop.
-
SD Slot
- Status: Untested
-
Micro SD Slot
- Status: Fails
Issues / Workarounds / Misc
Touchpad (Tapping / Scrolling / Right Click)
Losing gesture support after resuming from sleep
TLDR: Disable PS/2 Emulation
in the BIOS.
There was an issue I was experiencing where the machine's touchpad would lose various gesture support (like scrolling, right clicks, middle clicks, etc). On Linux, this would happen after I resumed from sleep, and would require me to reload the hid-multitouch
driver (via a script of course ;D). On FreeBSD, this also seems to happen but in my case I was simply rebooting sway a few times and my touchpad lost support. Doing a kldunload hmt
caused the module to be unloaded by the kernel, and I noticed the kernel automatically reloaded it back, in this case, saving me a load call. After that the touchpad started working again. I re-investigated the issue and found this community thread and a post by framework.
Activating more gesture support (tapping, etc) in libinput
The second issue is that you still need to get the gestures (two finger tap (right click), tap to click, etc).
I was able to do this by placing the following test into /usr/local/etc/X11/xorg.conf.d/40-libinput.conf
:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchDriver "libinput"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "on"
#Option "AccelSpeed" "0.2"
EndSection
sway w/ Wayland
This is the sway equivalent of the above. Place this in your sway.conf
:
input type:touchpad {
dwt enabled
tap enabled
middle_emulation enable
tap_button_map lrm
scroll_method two_finger
}
All USB ports just stopped working
I haven't experienced this in a while but keeping it in case it happens again, for now.
It seems there is a bug somewhere where all my USB ports just stop working. This means that my wireless keyboard / mouse that are connected to my Anker Dongle (running on Type-C) stop working, and any other USB ports on the framework laptop itself also stops working. I can still use the keyboard/touchpad on the framework itself. However, at the moment the only way for me to use my USB ports again is to reboot the machine. I want to see if there is a kernel module I can reload to get it working again without rebooting. This same bug may be what's causing the Ethernet over the Type-C dongle to also keep switching state, and also the limited performance of the Ethernet Expansion Card.
Output
dmesg
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64
FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c)
VT(efifb): resolution 2256x1504
CPU: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (2803.20-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x806c1 Family=0x6 Model=0x8c Stepping=1
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
AMD Features2=0x121<LAHF,ABM,Prefetch>
Structured Extended Features=0xf3bfa7eb<FSGSBASE,TSCADJ,BMI1,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,NFPUSG,PQE,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PROCTRACE,AVX512CD,SHA,AVX512BW,AVX512VL>
Structured Extended Features2=0x18c05fde<AVX512VBMI,UMIP,PKU,OSPKE,AVX512VBMI2,GFNI,VAES,VPCLMULQDQ,AVX512VNNI,AVX512BITALG,AVX512VPOPCNTDQ,RDPID,MOVDIRI,MOVDIR64B>
Structured Extended Features3=0xfc100510<FSRM,AVX512VP2INTERSECT,MD_CLEAR,IBT,IBPB,STIBP,L1DFL,ARCH_CAP,CORE_CAP,SSBD>
XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
IA32_ARCH_CAPS=0x6b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
TSC: P-state invariant, performance statistics
real memory = 34359738368 (32768 MB)
avail memory = 33080729600 (31548 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <INSYDE TGL-ULT>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 7 6 3 2 4 5
random: entropy device external interface
kbd1 at kbdmux0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x439e3000-0x439e301e
smbios0: Version: 3.3, BCD Revision: 3.3
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256>
acpi0: <INSYDE TGL-ULT>
acpi_ec1: <Embedded Controller: GPE 0x6e, ECDT> port 0x62,0x66 on acpi0
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 19200000 Hz quality 950
Event timer "HPET" frequency 19200000 Hz quality 550
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x3000-0x303f mem 0x605c000000-0x605cffffff,0x4000000000-0x400fffffff at device 2.0 on pci0
vgapci0: Boot video device
pcib1: <ACPI PCI-PCI bridge> at device 6.0 on pci0
pci1: <ACPI PCI bus> on pcib1
nvme0: <Generic NVMe Device> mem 0x7a300000-0x7a303fff at device 0.0 on pci1
pcib2: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pcib3: <ACPI PCI-PCI bridge> at device 7.1 on pci0
pcib4: <ACPI PCI-PCI bridge> at device 7.2 on pci0
pcib5: <ACPI PCI-PCI bridge> at device 7.3 on pci0
xhci0: <Intel Tiger Lake-LP Thunderbolt 4 USB controller> mem 0x605d1b0000-0x605d1bffff at device 13.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <serial bus, USB> at device 13.2 (no driver attached)
pci0: <serial bus, USB> at device 13.3 (no driver attached)
pci0: <simple comms, UART> at device 18.0 (no driver attached)
xhci1: <Intel Tiger Lake-LP USB 3.2 controller> mem 0x7a400000-0x7a40ffff at device 20.0 on pci0
xhci1: 32 bytes context size, 64-bit DMA
usbus1: waiting for BIOS to give up control
xhci_interrupt: host controller halted
usbus1 on xhci1
usbus1: 5.0Gbps Super Speed USB v3.0
pci0: <memory, RAM> at device 20.2 (no driver attached)
pci0: <serial bus> at device 21.0 (no driver attached)
pci0: <serial bus> at device 21.1 (no driver attached)
pci0: <serial bus> at device 21.3 (no driver attached)
pci0: <simple comms> at device 22.0 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 29.0 on pci0
pci2: <ACPI PCI bus> on pcib6
ath0: <Atheros AR946x/AR948x> mem 0x7a200000-0x7a27ffff at device 0.0 on pci2
ar9300_flash_map: unimplemented for now
Restoring Cal data from DRAM
Restoring Cal data from EEPROM
Restoring Cal data from Flash
Restoring Cal data from Flash
Restoring Cal data from OTP
ar9300_hw_attach: ar9300_eeprom_attach returned 0
ath0: [HT] enabling HT modes
ath0: [HT] enabling short-GI in 20MHz mode
ath0: [HT] 1 stream STBC receive enabled
ath0: [HT] 1 stream STBC transmit enabled
ath0: [HT] LDPC transmit/receive enabled
ath0: [HT] 2 RX streams; 2 TX streams
ath0: AR9460 mac 640.3 RF5110 phy 0.0
ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
hdac0: <Intel Tiger Lake HDA Controller> mem 0x605d1c8000-0x605d1cbfff,0x605d000000-0x605d0fffff at device 31.3 on pci0
pci0: <serial bus> at device 31.5 (no driver attached)
acpi_button0: <Power Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz0: _CRT value is absurd, ignored (210.1C)
acpi_acad0: <AC Adapter> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
battery0: <ACPI Control Method Battery> on acpi0
acpi_syscontainer0: <System Container> on acpi0
acpi_syscontainer1: <System Container> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
atrtc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
attimer0: <AT timer> at port 0x40 on isa0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
attimer0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
hwpstate_intel0: <Intel Speed Shift> on cpu0
hwpstate_intel1: <Intel Speed Shift> on cpu1
hwpstate_intel2: <Intel Speed Shift> on cpu2
hwpstate_intel3: <Intel Speed Shift> on cpu3
hwpstate_intel4: <Intel Speed Shift> on cpu4
hwpstate_intel5: <Intel Speed Shift> on cpu5
hwpstate_intel6: <Intel Speed Shift> on cpu6
hwpstate_intel7: <Intel Speed Shift> on cpu7
Timecounter "TSC-low" frequency 1401602572 Hz quality 1000
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
ugen1.1: <Intel XHCI root HUB> at usbus1
ugen0.1: <Intel XHCI root HUB> at usbus0
uhub0 on usbus1
uhub0: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
uhub1 on usbus0
uhub1: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
nvd0: <WDS100T1X0E-00AFY0> NVMe namespace
nvd0: 953869MB (1953525168 512 byte sectors)
hdacc0: <Tempo 92HD95B HDA CODEC> at cad 0 on hdac0
GEOM_ELI: Device nvd0p3.eli created.
hdaa0: <Tempo 92HD95B Audio Function Group>GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI: Crypto: accelerated software
at nid 1 on hdacc0
pcm0: <Tempo 92HD95B (Analog 2.0+HP/2.0)> at nid 13,10 and 14,11 on hdaa0
hdacc1: <Intel Tiger Lake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Tiger Lake Audio Function Group> at nid 1 on hdacc1
pcm1: <Intel Tiger Lake (HDMI/DP 8ch)> at nid 4 on hdaa1
Trying to mount root from zfs:tank/os/main []...
uhub1: 5 ports with 5 removable, self powered
ugen0.2: <Anker Anker USB-C Hub Device> at usbus0
uhub2 on uhub1
uhub2: <Anker Anker USB-C Hub Device, class 9/0, rev 3.10/4.33, addr 1> on usbus0
uhub0: 16 ports with 16 removable, self powered
Root mount waiting for: usbus0 usbus1
ugen1.2: <Anker Anker USB-C Hub Device> at usbus1
uhub3 on uhub0
uhub3: <Anker Anker USB-C Hub Device, class 9/0, rev 2.10/4.33, addr 1> on usbus1
uhub3: MTT enabled
Root mount waiting for: usbus0 usbus1
uhub2: 4 ports with 4 removable, self powered
ugen0.3: <Realtek USB 10/100/1000 LAN> at usbus0
Root mount waiting for: usbus0 usbus1
uhub3: 5 ports with 4 removable, self powered
ugen1.3: <USB Device USB 2.0 Hub> at usbus1
uhub4 on uhub3
uhub4: <USB Device USB 2.0 Hub, class 9/0, rev 2.00/0.00, addr 2> on usbus1
Root mount waiting for: usbus0 usbus1
usb_msc_auto_quirk: UQ_MSC_NO_TEST_UNIT_READY set for USB mass storage device Generic USB3.0 Card Reader (0x05e3:0x0749)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device Generic USB3.0 Card Reader (0x05e3:0x0749)
usb_msc_auto_quirk: UQ_MSC_NO_SYNC_CACHE set for USB mass storage device Generic USB3.0 Card Reader (0x05e3:0x0749)
ugen0.4: <Generic USB3.0 Card Reader> at usbus0
umass0 on uhub2
umass0: <Generic USB3.0 Card Reader, class 0/0, rev 3.20/15.39, addr 3> on usbus0
umass0: SCSI over Bulk-Only; quirks = 0xc001
umass0:0:0: Attached to scbus0
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:0): Error 6, Unretryable error
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: <Generic MassStorageClass 1539> Removable Direct Access SPC-4 SCSI device
da0: Serial Number 000000001539
da0: 400.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
da0: quirks=0x2<NO_6_BYTE>
uhub4: 4 ports with 4 removable, self powered
da1 at umass-sim0 bus 0 scbus0 target 0 lun 1
da1: <Generic MassStorageClass 1539> Removable Direct Access SPC-4 SCSI device
da1: Serial Number 000000001539
da1: 400.000MB/s transfers
da1: Attempt to query device size failed: NOT READY, Medium not present
da1: quirks=0x2<NO_6_BYTE>
ugen1.4: <Logitech USB Receiver> at usbus1
ukbd0 on uhub4
ukbd0: <Logitech USB Receiver, class 0/0, rev 2.00/5.01, addr 3> on usbus1
kbd2 at ukbd0
ugen1.5: <Logitech USB Receiver> at usbus1
ukbd1 on uhub4
ukbd1: <Logitech USB Receiver, class 0/0, rev 2.00/24.11, addr 4> on usbus1
kbd3 at ukbd1
ugen1.6: <vendor 0x046d C922 Pro Stream Webcam> at usbus1
Root mount waiting for: usbus1
ugen1.7: <Anker Anker> at usbus1
ugen1.8: <Goodix Technology Co., Ltd. Goodix USB2.0 MISC> at usbus1
Root mount waiting for: usbus1
ugen1.9: <vendor 0x0489 product 0xe076> at usbus1
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
[drm] Got stolen memory base 0x0, size 0x0
drmn0: could not load firmware image 'i915/tgl_dmc_ver2_08.bin'
drmn0: [drm] Failed to load DMC firmware i915/tgl_dmc_ver2_08.bin. Disabling runtime power management.
drmn0: [drm] Run pkg install gpu-firmware-kmod to install it
drmn0: [drm] PHY G is disabled/in DSI mode with an ungated DDI clock, gate it
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized i915 1.6.0 20200917 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=11 height=1440 width=2256 depth=32
pbase=0x4000040000 vbase=0xfffffe0146840000
name=drmn0 flags=0x0 stride=10240 bpp=32
end FB_INFO
ig4iic0: <Intel Tiger Lake-LP I2C Controller-4> at device 21.0 on pci0
ig4iic0: Using MSI
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
ig4iic1: <Intel Tiger Lake-LP I2C Controller-5> at device 21.1 on pci0
ig4iic1: Using MSI
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
iicbus1: <unknown card> at addr 0x50
ig4iic2: <Intel Tiger Lake-LP I2C Controller-7> at device 21.3 on pci0
ig4iic2: Using MSI
iicbus2: <Philips I2C bus (ACPI-hinted)> on ig4iic2
iicbus2: <unknown card> at addr 0x2c
iicbus2: <unknown card> at addr 0x37
ichsmb0: <Intel Tiger Lake SMBus controller> port 0xefa0-0xefbf mem 0x605d1d0000-0x605d1d00ff at device 31.4 on pci0
smbus0: <System Management Bus> on ichsmb0
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
wlan0: Ethernet address: 10:08:b1:34:a5:c9
lo0: link state changed to UP
wlan0: link state changed to UP
ure0 on uhub2
ure0: <Realtek USB 10/100/1000 LAN, class 0/0, rev 3.00/30.00, addr 2> on usbus0
ums0 on uhub4
ums0: <Logitech USB Receiver, class 0/0, rev 2.00/5.01, addr 3> on usbus1
ums0: 16 buttons and [XYZT] coordinates ID=2
uhid0 on uhub4
uhid0: <Logitech USB Receiver, class 0/0, rev 2.00/5.01, addr 3> on usbus1
ums1 on uhub4
ums1: <Logitech USB Receiver, class 0/0, rev 2.00/24.11, addr 4> on usbus1
ums1: 16 buttons and [XYZT] coordinates ID=2
uhid1 on uhub4
uhid1: <Logitech USB Receiver, class 0/0, rev 2.00/24.11, addr 4> on usbus1
miibus0: <MII bus> on ure0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 0 on miibus0
rgephy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, 1000baseT-FDX-master, auto
ue0: <USB Ethernet> on ure0
ue0: Ethernet address: a0:ce:c8:d3:ca:0a
uaudio0 on uhub3
uaudio0: <vendor 0x046d C922 Pro Stream Webcam, class 239/2, rev 2.00/0.16, addr 5> on usbus1
uaudio0: No playback.
uaudio0: Record[0]: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record[0]: 24000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record[0]: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No MIDI sequencer.
pcm2: <USB audio> on uaudio0
uaudio0: No HID volume keys found.
ubt0 on uhub0
ubt0: <vendor 0x0489 product 0xe076, class 224/1, rev 1.10/0.01, addr 8> on usbus1
iichid0: <FRMW0001:01 32AC:0006 I2C HID device> at addr 0x50 on iicbus1
iichid0: Interrupt setup failed. Fallback to sampling
hidbus0: <HID bus> on iichid0
iichid1: <PIXA3854:01 093A:0274 I2C HID device> at addr 0x2c on iicbus2
iichid1: Interrupt setup failed. Fallback to sampling
hidbus1: <HID bus> on iichid1
ue0: link state changed to DOWN
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()
hcons0: <FRMW0001:01 32AC:0006 Consumer Control> on hidbus0
hms0: <PIXA3854:01 093A:0274 Mouse> on hidbus1
hms0: 2 buttons and [XY] coordinates ID=2
hmt0: <PIXA3854:01 093A:0274 TouchPad> on hidbus1
hconf0: <PIXA3854:01 093A:0274 Configuration> on hidbus1
hmt0: Multitouch touchpad with 2 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [1337:876]
pflog0: promiscuous mode enabled
GEOM_ELI: Device nvd0p2.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI: Crypto: accelerated software
pciconf -lv
hostb0@pci0:0:0:0: class=0x060000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a14 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = '11th Gen Core Processor Host Bridge/DRAM Registers'
class = bridge
subclass = HOST-PCI
vgapci0@pci0:0:2:0: class=0x030000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a49 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'TigerLake-LP GT2 [Iris Xe Graphics]'
class = display
subclass = VGA
none0@pci0:0:4:0: class=0x118000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a03 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'TigerLake-LP Dynamic Tuning Processor Participant'
class = dasp
pcib1@pci0:0:6:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0x9a09 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = '11th Gen Core Processor PCIe Controller'
class = bridge
subclass = PCI-PCI
pcib2@pci0:0:7:0: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0x9a23 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port'
class = bridge
subclass = PCI-PCI
pcib3@pci0:0:7:1: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0x9a25 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port'
class = bridge
subclass = PCI-PCI
pcib4@pci0:0:7:2: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0x9a27 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port'
class = bridge
subclass = PCI-PCI
pcib5@pci0:0:7:3: class=0x060400 rev=0x01 hdr=0x01 vendor=0x8086 device=0x9a29 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port'
class = bridge
subclass = PCI-PCI
none1@pci0:0:8:0: class=0x088000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a11 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'GNA Scoring Accelerator module'
class = base peripheral
none2@pci0:0:10:0: class=0x118000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a0d subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tigerlake Telemetry Aggregator Driver'
class = dasp
xhci0@pci0:0:13:0: class=0x0c0330 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a13 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 USB Controller'
class = serial bus
subclass = USB
none3@pci0:0:13:2: class=0x0c0340 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a1b subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 NHI'
class = serial bus
subclass = USB
none4@pci0:0:13:3: class=0x0c0340 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a1d subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Thunderbolt 4 NHI'
class = serial bus
subclass = USB
none5@pci0:0:18:0: class=0x070000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0fc subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Integrated Sensor Hub'
class = simple comms
subclass = UART
xhci1@pci0:0:20:0: class=0x0c0330 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0ed subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller'
class = serial bus
subclass = USB
none6@pci0:0:20:2: class=0x050000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0ef subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Shared SRAM'
class = memory
subclass = RAM
ig4iic0@pci0:0:21:0: class=0x0c8000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0e8 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Serial IO I2C Controller'
class = serial bus
ig4iic1@pci0:0:21:1: class=0x0c8000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0e9 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Serial IO I2C Controller'
class = serial bus
ig4iic2@pci0:0:21:3: class=0x0c8000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0eb subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Serial IO I2C Controller'
class = serial bus
none7@pci0:0:22:0: class=0x078000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0e0 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Management Engine Interface'
class = simple comms
pcib6@pci0:0:29:0: class=0x060400 rev=0x20 hdr=0x01 vendor=0x8086 device=0xa0b1 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-PCI
isab0@pci0:0:31:0: class=0x060100 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa082 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP LPC Controller'
class = bridge
subclass = PCI-ISA
hdac0@pci0:0:31:3: class=0x040380 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0c8 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP Smart Sound Technology Audio Controller'
class = multimedia
subclass = HDA
ichsmb0@pci0:0:31:4: class=0x0c0500 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0a3 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP SMBus Controller'
class = serial bus
subclass = SMBus
none8@pci0:0:31:5: class=0x0c8000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0a4 subvendor=0xf111 subdevice=0x0001
vendor = 'Intel Corporation'
device = 'Tiger Lake-LP SPI Controller'
class = serial bus
nvme0@pci0:1:0:0: class=0x010802 rev=0x01 hdr=0x00 vendor=0x15b7 device=0x5011 subvendor=0x15b7 subdevice=0x5011
vendor = 'Sandisk Corp'
device = 'WD PC SN810 / Black SN850 NVMe SSD'
class = mass storage
subclass = NVM
ath0@pci0:170:0:0: class=0x028000 rev=0x01 hdr=0x00 vendor=0x168c device=0x0034 subvendor=0x105b subdevice=0xe07d
vendor = 'Qualcomm Atheros'
device = 'AR9462 Wireless Network Adapter'
class = network
The following are the old entries from when I used the Intel AX210:
dmesg
...
iwlwifi0: <iwlwifi> mem 0x7a200000-0x7a203fff at device 0.0 on pci2
iwlwifi0: successfully loaded firmware image 'iwlwifi-ty-a0-gf-a0-73.ucode'
iwlwifi0: api flags index 2 larger than supported by driver
iwlwifi0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
iwlwifi0: loaded firmware version 73.35c0a2c6.0 ty-a0-gf-a0-73.ucode op_mode iwlmvm
iwlwifi0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
iwlwifi0: successfully loaded firmware image 'iwlwifi-ty-a0-gf-a0.pnvm'
iwlwifi0: loaded PNVM version 881c99e1
iwlwifi0: Detected RF GF, rfid=0x10d000
iwlwifi0: base HW address: c4:bd:e5:1b:47:02
...
pciconf -lv
...
ppt0@pci0:170:0:0: class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086 device=0x2725 subvendor=0x8086 subdevice=0x0024
vendor = 'Intel Corporation'
device = 'Wi-Fi 6 AX210/AX211/AX411 160MHz'
class = network
...