ASUS ROG Zephyrus G14 - Ubuntu 20.04 (GeForce RTX 3060) Nvidia Drivers does not work

Hello!
On the ASUS ROG Zephyrus G14 with Nvidia RTX 3060 I have installed Ubuntu 20.04 and kernel version 5.14. After that I tried to install Nvidia Drivers and always have this trace after nvidia-smi:

NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Can you help with Nvidia Drivers installing on this laptop?

Kernel version: 5.14.6-051406-generic
I tried to install nvidia-drivers-470:

sudo apt install nvidia-drivers-470

Nvidia bug report:
nvidia-bug-report.log (1.2 MB)

Hi!
Dear Nvidia team, is there any updates?

Hello @vyacheslav.stadnichuk and welcome to the NIVIDIA developer forums!

I took the liberty of moving this post to the correct sub-category so it might get more attention from others with similar issues.

Your error log already contains the relevant information, you have a driver mismatch in your system:

-> The NVIDIA driver appears to have been installed previously using a different installer. To prevent potential conflicts, it is recommended either to update the existing installation using the same mechanism by which it was originally installed, or to uninstall the existing installation before installing this driver.

Please review the message provided by the maintainer of this alternate installation method and decide how to proceed:

The package that is already installed is named nvidia-470-470.

You can upgrade the driver by running:
`apt-get install nvidia-470-470`

You can remove nvidia-470-470, and all related packages, by running:
`apt-get remove --purge nvidia-470`
`apt-get autoremove`

This package is maintained by NVIDIA (cudatools@nvidia.com).

(Answer: Abort installation)
ERROR: The installation was canceled due to the availability or presence of an alternate driver installation. Please see /var/log/nvidia-installer.log for more details.

Please follow the instructions in the README exactly and make sure to purge all old drivers (including nouveau drivers) if you intend to install the latest NVIDIA drivers.

I hope that helps.

Markus