[Bug 282037] rtw89 does not work on HP14 i3
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282037] rtw89"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Oct 2024 02:54:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282037 --- Comment #2 from Phil Vuchetich <phil.vuchetich@gmail.com> --- Created attachment 254347 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254347&action=edit dmesg after new steps (In reply to Bjoern A. Zeeb from comment #1) Reloaded HP14 i3 notebook with 14.1-STABLE snapshot from 20241017 I tried again with your updated notes, it is getting further: # pkg install git # git clone https://github.com/freebsd/wireless.git /usr/src (this is because the previous link to the specific branch failed - not sure why, but github website showed this repository as the source to clone when viewing your branch) # cd /usr/src # git checkout bz_drv_update_v6.11 # make -j4 buildworld # make -j4 buildkernel # make installkernel # shutdown -r now # cd /usr/src # make installworld # fwget Message: major upgrade detected, run pkg bootstrap -f # pkg bootstrap -f # fwget # shutdown -r now # dmesg Entire dmesg is attached. rtw-specific dmesg items: rtw890: <rtw89_8852be> port 0x3000-0x30ff mem 0x80500000-0x805fffff at device 0.0 on pci1 rtw8852b_fw-1.bin: could not load binary firmware /boot/firmware/rtw8852b_fw-1.bin either rtw89/rtw8852b_fw-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 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_fw-1.bin' rtw890: loaded firmware rtw89/rtw8852b_fw-1.bin rtw890: Firmware version 0.29.29.5 (da87cccd), cmd version 0, type 5 rtw890: Firmware version 0.29.29.5 (da87cccd), cmd version 0, type 3 rtw890: chip rfe_type is 41 Notes - I did NOT manually build the rtw89 or rtw89fw ports per the previous note that they should not need to be manually rebuilt after buildworld/buildkernel. rtw890: "loaded firmware", "Firmware version..." and "chip rfe_type" lines are new. However. 'ifconfig' does not show any new devices, and I am not sure where else to check. --- note - if the steps are incorrect, let me know and I'll restart them. -- You are receiving this mail because: You are the assignee for the bug.