Well my Dell Inspiron was too old. I bought an Asus Zenbook, but its video card was too new. I got a Lenovo V15 Business Laptop | Intel Pentium N6000 4-core Processor. But when I try to install 14.2:
(below is OCR from a picture of the screen, subtle inconsistencies are probably OK)
The installer was able to scan SSIDs in the area, but it was unable to acquire a lease.
kldstat shows that if_rtw89.ko and rtw89_rtw8852b_fw_1_bin,ko are loaded. Checking pciconf -vl i see it's a Realtek RTL8852BE 802.11ax wireless NIC.
Checking the man page for rtw89(4), it lists this model as supported.
So I *think* that means that the device was recognized and ought be supported. I'm testing this on a "Live System" boot. I might be messing things up b/c I haven't set the mentioned tunable when booting into the live system?
compat.linuxkpi.skb.mem_limit
Have I missed a step here. Or, have I gotten another incompatible peripheral?
(below is OCR from a picture of the screen, subtle inconsistencies are probably OK)
Code:
rtw890: <rtw89_8852be> port 0x4000-0x40ff mem 0x7f600000-0x7f6fffff at device 0.0 on pci1
rtw8852b_fw-1.bin: could not load binary firmware/boot/firmware/rtu8852b_fw-1.bin either
rtw89/rtw8852b_fu-1. bin: could not load binary firmware /boot/firmware/rtw89/rtw8852b_fw-1. bin either
rtw89_rtw8852b_fu-1. bin: could not load binary firmware /boot/firmware/rtw89_rtw8852b_fw-1. bin either
rtw89_rtw8852b_fw-1_bin: could not load binary firmware /boot/firmware/rtw89_rtw8852b_fw-1_bin either
rtw890: successfully loaded firmware image 'rtw89/rtw8852b_fu-1. bin'
rtw890: loaded firmware rtw89/rtw8852b_fu-1. bin
rtw890: Firmware version 0.29.29.5 (da87cccd), cd version 0, type 5
rtw890: Firmware version 0.29.29.5 (da87cccd), cmd version 0, type 3
rtw890: chip rfe_type is 1
rtw890: write rf busy swsi
(repeats)
The installer was able to scan SSIDs in the area, but it was unable to acquire a lease.
kldstat shows that if_rtw89.ko and rtw89_rtw8852b_fw_1_bin,ko are loaded. Checking pciconf -vl i see it's a Realtek RTL8852BE 802.11ax wireless NIC.
Checking the man page for rtw89(4), it lists this model as supported.
So I *think* that means that the device was recognized and ought be supported. I'm testing this on a "Live System" boot. I might be messing things up b/c I haven't set the mentioned tunable when booting into the live system?
compat.linuxkpi.skb.mem_limit
Have I missed a step here. Or, have I gotten another incompatible peripheral?