Re: [BUG] bitland-mifs-wmi: Power profiles not working on Xiaomi Mi NoteBook Ultra
Mingyou Chen <[email protected]>
| Newsgroups | org.kernel.vger.platform-driver-x86 |
|---|---|
| Message-ID | <[email protected]> |
On 8/16/26 2:32 PM, Bheda Rahul wrote: > > I unloaded |redmi_wmi| but the issue is still not resolved. > > Regarding the patch: for testing it, do I only need to compile the > driver module itself, or do I need to build the full kernel? Sorry for > the beginner question. > > Thanks!" > You need to compile the entire kernel. By the way, for speeding up the build, you could run: make localmodconfig to generate a kernel config that suit your machine. Then run the following commands to build and install the kernel: make -j$(nproc) && sudo make modules_install && sudo make install