-
Notifications
You must be signed in to change notification settings - Fork 165
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
kernel: BUG: kernel NULL pointe kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95) #346
Comments
Between 23547bb and f0d6e99, only these five commits:
I feel these should not affect pci_probe. |
i try addr2line
the line is
|
Backward trace code from this point:
Then,
Trace looks well. I build f0d6e99 and run on kernel 6.6.8 and 6.9.2, both are fine. No good idea how it fails on your platform. Maybe add more debug message yourself to dig the cause. By the way, on kernel 6.6.33 you can use built-in driver for RTL8852AE, which has been not changed for a long time. |
I use this driver because the built-in driver may disconnect sometime, so i turn to this driver. Im noob on kernel, i cannot dig more message. |
I suggest you can use built-in driver, because I feel driver in this repository has the same problem even if it can run on your platform. Please follow the main page of this repository to add option below to 70-rtw89.conf:
Then, copy it to proper place
Edit /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf as below.
|
i see, thanks for your suggestion |
system
archlinux
Kernel: 6.6.33-1-lts
issue
this happened after i update all my stuff including kernel by pacman and when i shutdown, it stuck
then i try old version of this driver (23547bb) and it works, but f0d6e99 didn't work
The text was updated successfully, but these errors were encountered: