-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module does not load in kernel 5.15, Jetpack 6.2 on Jetson Orin Nano #379
Comments
I am not sure if this driver works on a system with kernel 5.15, but obviously your system lacks of the firmware needed. You can run this command to download it from linux-firmware
sha1sum should be
then copy reboot or reload the rtw89 driver to see if the driver works. |
thank you!.. then the result below........ $ sudo dmesg |grep rtw |
Is the size of the firmware correct?
I took a look at code, but I don't know what is wrong. btw, I just installed the rtw89 driver here in my Arch Linux (kernel: 5.15.178-1-lts515), but it's didn't work with RTL8852BE. |
The size is correct...same as urs.... I think the driver is not loaded $ sudo lshw -C network |
What is the output of |
Yes, I did a very clean uninstall from your instructions... cd rtw89 $ lsmod | grep rtw |
If you see |
1)Could it be because the kernel name is different? 5.15.148-tegra 2)I also tried this driver for my RTL8832CU USB but I uninstalled using their script before trying rtw89, I am not sure if it is related https://github.com/morrownr/rtl8852cu-20240510 Now there is always a *-network I dont know what it is.... I am not sure if it is from the USB-C etc $ sudo lshw -C network |
Jetson Orin Nano Super + Jetpack 6.2 b77 + RTL8922AE
Not working.....I use latest RTW89 and did clean make before install instructions
(Problem during make)
$ make
/home/keihofung/rtw89/regd.c:724:13: warning: ‘__rtw89_reg_6ghz_power_recalc’ defined but not used [-Wunused-function]
724 | static void __rtw89_reg_6ghz_power_recalc(struct rtw89_dev *rtwdev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ uname -r
5.15.148-tegra
$ uname -a
Linux C000 5.15.148-tegra #1 SMP PREEMPT Tue Jan 7 17:14:38 PST 2025 aarch64 aarch64 aarch64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
$ lsusb
Bus 002 Device 002: ID 0bda:0489 Realtek Semiconductor Corp. 4-Port USB 3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:8922 Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 002: ID 0bda:5489 Realtek Semiconductor Corp. 4-Port USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo dmesg |grep rtw
[ 10.702791] rtw89core: module verification failed: signature and/or required key missing - tainting kernel
[ 10.789070] rtw89_8922ae 0001:01:00.0: Adding to iommu group 4
[ 10.796255] rtw89_8922ae 0001:01:00.0: Direct firmware load for rtw89/rtw8922a_fw.bin failed with error -2
[ 10.796295] rtw89_8922ae 0001:01:00.0: Falling back to sysfs fallback for: rtw89/rtw8922a_fw.bin
[ 73.042497] rtw89_8922ae 0001:01:00.0: failed to early request firmware: -110
[ 73.042695] rtw89_8922ae 0001:01:00.0: enabling device (0000 -> 0003)
[ 73.045209] rtw89_8922ae 0001:01:00.0: Direct firmware load for rtw89/rtw8922a_fw.bin failed with error -2
[ 73.045218] rtw89_8922ae 0001:01:00.0: Falling back to sysfs fallback for: rtw89/rtw8922a_fw.bin
[ 134.475612] rtw89_8922ae 0001:01:00.0: failed to wait firmware completion
[ 134.475623] rtw89_8922ae 0001:01:00.0: failed to setup chip information
[ 134.478718] rtw89_8922ae: probe of 0001:01:00.0 failed with error -22
The text was updated successfully, but these errors were encountered: