Hello,
Sorry for the delay in response. Life was busy, but I also had to take a break because I was getting a bit frustrated. But I’m back at it now.
It looks like we are finding the same posts about the issue lol. I was looking into the PS/2 Multiplexing post, which seems like it could be related to my issue though I am not sure how to boot linux with extra options so I haven’t tried that yet.
I have also checked the function button, but that wasn’t the problem either.
There are a few posts I’ve seen that say rolling back the kernel fixed their issue, but I also don’t fully know how to do that yet. I plan to try when I read more about how to do that without breaking something.
I think my issue definitely has to do with how my specific hardware is being read. I just don’t understand enough about the kernel and drivers yet to figure out whats going on. If rolling back the kernel would work, or if i2c_hid is the issue, or if my hardware just isn’t supported at all.
When I use libinput debug-events
these are the results:
-event16 DEVICE_ADDED ELAN1206:00 04F3:30F1 Mouse seat0 default group7 cap:p left scroll-nat scroll-button
-event17 DEVICE_ADDED ELAN1206:00 04F3:30F1 Touchpad seat0 default group7 cap:pg size 125x63mm tap(dl off) left scroll-nat scroll-2fg-edge click-buttonareas-clickfinger dwt-on dwtp-on
-event17 GESTURE_HOLD_BEGIN +0.040s 1
event17 GESTURE_HOLD_END +0.104s 1
event17 POINTER_BUTTON +0.208s BTN_LEFT (272) pressed, seat count: 1
event17 POINTER_BUTTON +0.416s BTN_LEFT (272) released, seat count: 0
event17 GESTURE_HOLD_BEGIN +0.456s 1
event17 GESTURE_HOLD_END +0.520s 1
event17 GESTURE_HOLD_BEGIN +0.664s 1
event17 GESTURE_HOLD_END +0.728s 1
event17 GESTURE_HOLD_BEGIN +0.872s 1
event17 GESTURE_HOLD_END +0.936s 1
event17 GESTURE_HOLD_BEGIN +2.536s 1
event17 GESTURE_HOLD_END +2.600s 1
event17 GESTURE_HOLD_BEGIN +2.744s 1
event17 GESTURE_HOLD_END +2.808s 1
event17 GESTURE_HOLD_BEGIN +2.953s 1
event17 GESTURE_HOLD_END +3.016s 1
event17 GESTURE_HOLD_BEGIN +3.160s 1
event17 GESTURE_HOLD_END +3.224s 1
event17 GESTURE_HOLD_BEGIN +3.368s 1
event17 GESTURE_HOLD_END +3.432s 1
event17 GESTURE_HOLD_BEGIN +3.576s 1
event17 GESTURE_HOLD_END +3.640s 1
I am not sure what a normal touchpad should output, but to me it looks like mine is only being read for gestures and button presses. I think the mouse/pointer part of my touchpad is being read as the event 16 mouse instead event 17. Unless gesture also includes the pointer part of the touchpad?
I am wondering if there is a way to remap? how that works. As in remove mouse event 16 and have that be attached to the touchpad event 17 instead?
I also used dmesg to see if that could tell me anything, and I think it definitely does I’m just still trying to read about what they all mean. There are quite a few errors mostly involving ACPI and the IRQ.
I was reading that the ACPI is used to monitor hardware status. I am not sure if that includes touchpads or just batteries and fans, but I thought it could be related. I was also reading that the IRQ is involved with handling device drivers, so those errors may be more correlated to my issue. I’ll copy the parts I think are most relevant below:
ACPI BIOS - Errors
[ 0.168450] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.APLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168455] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168457] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168459] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.AUPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168461] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168462] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168465] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168467] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168468] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168470] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168472] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168473] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168475] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168477] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168479] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168480] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168482] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168483] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168485] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168487] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168489] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168490] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168492] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168495] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168497] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168498] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168500] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[ 0.168501] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.TXHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.168503] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.168504] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
DMAR Inconsistent
[ 0.534484] DMAR: Intel-IOMMU force enabled due to platform opt in
[ 0.534492] DMAR: No ATSR found
[ 0.534493] DMAR: No SATC found
[ 0.534494] DMAR: IOMMU feature fl1gp_support inconsistent
[ 0.534495] DMAR: IOMMU feature pgsel_inv inconsistent
[ 0.534496] DMAR: IOMMU feature nwfs inconsistent
[ 0.534497] DMAR: IOMMU feature pds inconsistent
[ 0.534497] DMAR: IOMMU feature dit inconsistent
[ 0.534498] DMAR: IOMMU feature eafs inconsistent
[ 0.534499] DMAR: IOMMU feature prs inconsistent
[ 0.534499] DMAR: IOMMU feature nest inconsistent
[ 0.534500] DMAR: IOMMU feature mts inconsistent
[ 0.534500] DMAR: IOMMU feature sc_support inconsistent
[ 0.534501] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ 0.534502] DMAR: dmar2: Using Queued invalidation
[ 0.534505] DMAR: dmar1: Using Queued invalidation
[ 0.534507] DMAR: dmar0: Using Queued invalidation
[ 0.534509] DMAR: dmar3: Using Queued invalidation
PS/2 Controller
[ 1.019183] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[ 1.019184] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 1.020626] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.020672] mousedev: PS/2 mouse device common for all mice
[ 1.020737] rtc_cmos rtc_cmos: RTC can wake from S4
[ 1.021540] rtc_cmos rtc_cmos: registered as rtc0
[ 1.021690] rtc_cmos rtc_cmos: setting system clock to 2025-03-15T17:09:11 UTC (1742058551)
[ 1.021720] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 1.024212] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
ELAN Devices/ PCI Can't Assign Bridge Window
[ 1.674647] input: ELAN1206:00 04F3:30F1 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1206:00/0018:04F3:30F1.0003/input/input10
[ 1.674737] input: ELAN1206:00 04F3:30F1 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1206:00/0018:04F3:30F1.0003/input/input11
[ 1.674818] hid-generic 0018:04F3:30F1.0003: input,hidraw2: I2C HID v1.00 Mouse [ELAN1206:00 04F3:30F1] on i2c-ELAN1206:00
[ 1.695878] i2c_hid_acpi i2c-ELAN9009:00: i2c_hid_get_input: IRQ triggered but there's no data
[ 1.707440] input: ELAN9009:00 04F3:2C26 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input12
[ 1.719239] input: ELAN9009:00 04F3:2C26 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input13
[ 1.719269] input: ELAN9009:00 04F3:2C26 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input14
[ 1.719297] input: ELAN9009:00 04F3:2C26 Stylus as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input15
[ 1.719338] input: ELAN9009:00 04F3:2C26 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input17
[ 1.719363] input: ELAN9009:00 04F3:2C26 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input18
[ 1.719385] input: ELAN9009:00 04F3:2C26 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN9009:00/0018:04F3:2C26.0004/input/input19
[ 1.728785] input: ELAN1206:00 04F3:30F1 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1206:00/0018:04F3:30F1.0003/input/input21
[ 1.729017] input: ELAN1206:00 04F3:30F1 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1206:00/0018:04F3:30F1.0003/input/input22
[ 1.729235] hid-multitouch 0018:04F3:30F1.0003: input,hidraw3: I2C HID v1.00 Mouse [ELAN1206:00 04F3:30F1] on i2c-ELAN1206:00
[ 1.764451] hid-multitouch 0018:04F3:2C26.0004: input,hidraw2: I2C HID v1.00 Device [ELAN9009:00 04F3:2C26] on i2c-ELAN9009:00
[ 1.769315] pci 10000:e0:1d.0: bridge window [mem 0x6a000000-0x6a0fffff]: assigned
[ 1.769323] pci 10000:e0:1d.2: bridge window [mem 0x6a100000-0x6a1fffff]: assigned
[ 1.769326] pci 10000:e0:1d.0: bridge window [io size 0x1000]: can't assign; no space
[ 1.769328] pci 10000:e0:1d.0: bridge window [io size 0x1000]: failed to assign
[ 1.769330] pci 10000:e0:1d.2: bridge window [io size 0x1000]: can't assign; no space
[ 1.769332] pci 10000:e0:1d.2: bridge window [io size 0x1000]: failed to assign
[ 1.769336] pci 10000:e1:00.0: BAR 0 [mem 0x6a000000-0x6a003fff 64bit]: assigned
[ 1.769354] pci 10000:e0:1d.0: PCI bridge to [bus e1]
[ 1.769361] pci 10000:e0:1d.0: bridge window [mem 0x6a000000-0x6a0fffff]
[ 1.769373] pci 10000:e2:00.0: BAR 0 [mem 0x6a100000-0x6a103fff 64bit]: assigned
[ 1.769387] pci 10000:e0:1d.2: PCI bridge to [bus e2]
[ 1.769392] pci 10000:e0:1d.2: bridge window [mem 0x6a100000-0x6a1fffff]
[ 1.769421] pci 10000:e1:00.0: VMD: Default LTR value set by driver
[ 1.769478] pci 10000:e2:00.0: VMD: Default LTR value set by driver
[ 1.770420] pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
[ 1.770424] pcieport 10000:e0:1d.0: PCI INT A: no GSI
[ 1.770553] pcieport 10000:e0:1d.0: PME: Signaling with IRQ 164
[ 1.778159] pcieport 10000:e0:1d.2: can't derive routing for PCI INT C
[ 1.778163] pcieport 10000:e0:1d.2: PCI INT C: no GSI
[ 1.780443] pcieport 10000:e0:1d.2: PME: Signaling with IRQ 165
[ 1.780630] vmd 0000:00:0e.0: Bound to PCI domain 10000
[ 1.786122] usb 3-5: New USB device found, idVendor=13d3, idProduct=56eb, bcdDevice=19.64
[ 1.786128] usb 3-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.786130] usb 3-5: Product: USB2.0 HD UVC WebCam
[ 1.786132] usb 3-5: Manufacturer: Azurewave
[ 1.786134] usb 3-5: SerialNumber: 0x0001
[ 1.811344] nvme nvme0: pci function 10000:e1:00.0
[ 1.811364] pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
[ 1.811367] nvme 10000:e1:00.0: PCI INT A: not connected
[ 1.811475] nvme nvme1: pci function 10000:e2:00.0
[ 1.811493] pcieport 10000:e0:1d.2: can't derive routing for PCI INT A
[ 1.811496] nvme 10000:e2:00.0: PCI INT A: no GSI
Nobody Cares About the IRQ :(
[ 4.377215] systemd[1]: Detected architecture x86-64.
[ 4.450411] irq 28: nobody cared (try booting with the "irqpoll" option)
[ 4.450419] CPU: 3 UID: 0 PID: 0 Comm: swapper/3 Not tainted 6.13.6-200.fc41.x86_64 #1
[ 4.450422] Hardware name: ASUSTeK COMPUTER INC. ZenBook UX564EH_Q528EH/UX564EH, BIOS UX564EH.313 04/21/2022
[ 4.450423] Call Trace:
[ 4.450425] <IRQ>
[ 4.450427] dump_stack_lvl+0x5d/0x80
[ 4.450430] __report_bad_irq+0x35/0xa7
[ 4.450432] note_interrupt.cold+0xa/0x67
[ 4.450433] handle_irq_event+0x6f/0x90
[ 4.450435] handle_fasteoi_irq+0x78/0x200
[ 4.450437] __common_interrupt+0x49/0xd0
[ 4.450439] common_interrupt+0x80/0xa0
[ 4.450442] </IRQ>
[ 4.450442] <TASK>
[ 4.450442] asm_common_interrupt+0x26/0x40
[ 4.450445] RIP: 0010:cpuidle_enter_state+0xd3/0x690
[ 4.450447] Code: 00 00 e8 c0 53 00 ff e8 4b ee ff ff 49 89 c6 0f 1f 44 00 00 31 ff e8 7c a0 fe fe 45 84 ff 0f 85 13 02 00 00 fb 0f 1f 44 00 00 <45> 85 ed 0f 88 e3 01 00 00 4d 63 e5 49 83 fc 0a 0f 83 be 04 00 00
[ 4.450449] RSP: 0018:ffffbc69c019be58 EFLAGS: 00000246
[ 4.450450] RAX: ffff970d87580000 RBX: ffff970d875c3a50 RCX: 0000000000000000
[ 4.450451] RDX: 000000010943ae9c RSI: 000000002da97f6a RDI: 0000000000000000
[ 4.450452] RBP: ffffffff9db05260 R08: 00000000001da2a4 R09: 00000000000b94d8
[ 4.450452] R10: 0000000000000004 R11: ffff970d875a17c0 R12: 0000000000000001
[ 4.450453] R13: 0000000000000001 R14: 000000010943ae9c R15: 0000000000000000
[ 4.450454] ? cpuidle_enter_state+0xc4/0x690
[ 4.450456] cpuidle_enter+0x2d/0x40
[ 4.450459] cpuidle_idle_call+0xf3/0x160
[ 4.450461] do_idle+0x78/0xd0
[ 4.450463] cpu_startup_entry+0x29/0x30
[ 4.450464] start_secondary+0x12d/0x160
[ 4.450467] common_startup_64+0x13e/0x141
[ 4.450469] </TASK>
[ 4.450469] handlers:
[ 4.450472] [<0000000060a7f050>] i2c_dw_isr
[ 4.450474] Disabling IRQ #28
ACPI BIOS - Errors Again
[ 5.032217] ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20240827/psargs-332)
[ 5.032227] ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.032247] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20240827/nsprepkg-94)
[ 5.037739] input: Intel HID events as /devices/platform/INT33D5:00/input/input25
[ 5.038967] Consider using thermal netlink events interface
[ 5.056503] intel_pmc_core INT33A1:00: initialized
[ 5.059872] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.059881] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._CRT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.059909] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.059913] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._HOT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.059941] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._PSV.S1PT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.059947] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._PSV due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.060414] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._AC0.S1AT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.060423] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._AC0 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.071637] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._CRT.S2CT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.071645] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._CRT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.071671] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._HOT.S2HT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.071676] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._HOT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.071703] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._PSV.S2PT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.071708] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._PSV due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.071734] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._AC0.S2AT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.071738] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._AC0 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.086272] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._CRT.S3CT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.086281] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._CRT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.086307] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._HOT.S3HT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.086311] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._HOT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.086337] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._PSV.S3PT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.086341] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._PSV due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.095775] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._CRT.S4CT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.095783] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._CRT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.095809] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._HOT.S4HT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.095812] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._HOT due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.095835] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._PSV.S4PT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.095837] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._PSV due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 5.095858] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._AC0.S4AT], AE_NOT_FOUND (20240827/psargs-332)
[ 5.095860] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._AC0 due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Serial Bus Multi Instantiate - Errors
[ 5.116228] Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: IRQ index 1 not found
[ 5.116235] Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: Error requesting irq at index 1
Sorry for the long post, or if I am wrong about these errors being relevant to my current issue.
I also wanted to mention that I went back to fedora after Pop_Os, but I installed Fedora KDE this time since I am more familiar with it (I use it on my PC). Apologies if the distro hopping makes this more difficult.
Thank you for your time, and insight. I really appreciate the help!