sudo ls hw will produce an awful lot of text! Best options are:Code: [Select]sudo lshw > lshw.txtand attach the file lshw.txt to your post, orCode: [Select]inxi -Fxalthough you will have to install inxi byCode: [Select]sudo apt install inxi.....
sudo ls hw will produce an awful lot of text! Best options are:Code: [Select]
sudo lshw > lshw.txt
Code: [Select]
inxi -Fx
Code: [Select]
sudo apt install inxi
Keith