Bitterblue
Bitterblue
Error -12 is ENOMEM. Some memory allocation failed. Maybe addr2line can tell you where in the code it happens: ``` addr2line -i -e ./rtw_usb.o 'rtw_usb_probe+0x44' ``` It should tell you...
I just realised you've been filtering the log with "grep rtw" or something like that. This is part of a warning: > [22229.985510] [T521030] rtw_register_hw+0x39c/0x434 [rtw_core] Look at it without...
What USB error are you getting?
Like I said, look at the whole warning (without grep). Or paste the whole warning here.
So it's really failing to allocate some memory: ``` [152724.974284] [T25446] kworker/0:0: page allocation failure: order:4, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0 ``` The "order:4" part tells you how much memory: 2 ** 4...
Please email your patch to linux-wireless at vger.kernel.org and pkshih at realtek.com.