https://bugzilla.kernel.org/show_bug.cgi?id=217076

--- Comment #54 from Diogo Ivo (diogo....@tecnico.ulisboa.pt) ---
Hello,

The updated instructions are:

 - Get the kernel source from kernel.org (v6.9.1) and extract it to a folder.
Download both debug.patch and fix.patch as well.

 - Extract the kernel tarball:
      tar xf linux-6.9.1.tar.xz

 - cd into the folder where the kernel was extracted and apply only
debug.patch:
       git apply /path/to/debug.patch

 - Compile the modules with:
       make -C /lib/modules/`uname -r`/build M=$PWD/drivers/usb/typec/ucsi/

 - Remove both ucsi_acpi and typec_ucsi:
       sudo rmmod ucsi_acpi
       sudo rmmod typec_ucsi

 - Insert the compiled versions of the modules (with all USB-C cables
unplugged):
       sudo insmod drivers/usb/typec/ucsi/typec_ucsi.ko
       sudo insmod drivers/usb/typec/ucsi/ucsi_acpi.ko

Then follow the procedure I described in the previous instruction post to
obtain the log file. When this is done

 - Apply fix.patch on top:
       git apply /path/to/fix.patch

- Compile the modules with:
       make -C /lib/modules/`uname -r`/build M=$PWD/drivers/usb/typec/ucsi/

 - Remove ucsi_acpi:
       sudo rmmod ucsi_acpi

 - Insert the updated version of the module (with all USB-C cables unplugged):
       sudo insmod drivers/usb/typec/ucsi/ucsi_acpi.ko

And again follow the procedure described above to get the log file.

Hopefully these instructions are clear. If you need further clarification I'll
be happy to help!

Thanks,
Diogo

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to