HP-Pavilion-Gaming-Desktop-TG01 can't install RTX 3060 driver,Can't find an IRQ for your NVIDIA card

I have an HP-Pavilion-Gaming-Desktop-TG01-2xxx PC with an RTX 3060-12G running Ubuntu 21.04

Since this model of computer doesn’t play nice with linux (from what I understand), the only way I can get it to boot into Ubuntu is by adding the parameter “acpi=off” or “cpi=noacpi” to Grub. It works fine with the open-source nouveau driver, but when I install the proprietary Nvidia driver, I get the error “Can’t find an IRQ for your NVIDIA card” during boot time, and then the computer is really sluggish.

When I run nvidia-smi, I get the error “NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.”

Does anyone have any ideas of how to get it to work?

Many thanks in advance.
dimidecode.txt (25.3 KB)
dmesg-nvidia.txt (178.3 KB)

Please try kernel parameter
noapic
https://forums.developer.nvidia.com/t/error-cant-find-an-irc-for-your-nvidia-card-with-acpi-off-boot-parameter/186356/10

[quote=“generix, post:2, topic:200840”]
noapic
use"pci=noacpi" has the same problem,and use “pci=noapic” can’t boot the ubuntu

Really only
noapic
no typo, no pci= prepended.

it is working now ,thank you so much!!