I recently bought a new computer and I wanted to move my Ubuntu 20.04 installation from my old one over to my new one, along with all the files on the machine. I searched around and found one of the recommended ways to do it is to use Clonezilla so I followed the steps here to perform a disk_to_local_disk transfer by moving the old SDD into the new computer, running Clonezilla on a USB and following the above steps. It mostly worked, all my apps are running, but I have several issues after the switch.
I should also mention that I have a Windows 11 installation on another SDD on this computer. They both boot fine, but after I cloned the Ubuntu image to the new hard drive, regular booting time has drastically increased.
- Ubuntu is not recognize my graphics card. I have VGA controller when running
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 2216 (rev a1)
But when I run sudo lshw -C video
there's no model output. My graphics card is a NVIDIA GeForce RTX 3080. On my old computer Ubuntu recognized the NVIDIA Geforce GTX 970 and ran fine. If I try to install the NVIDIA drivers and run them it uses the integrated graphics card.
- My AUX ports aren't being correctly recognized. I have an aux port at the top of my case that works fine on Windows, but when I switch to Ubuntu it only works on the rear aux port.
When I run the command alsamixer -c 1
the "sound card" with id 1 is my webcamp for some reason HD Pro Webcam C920
. The other "sound cards" listed are HDA NVidia
and USB Audio
My sound card is integrated into my motherboard, but for some reason it is not being recognized.
I've gone through several search results for both the above issues, but my issues seem relatively unique, any help would be much appreciated.
Thank you!