Which is your goto command for checking not compatible devices on linux. With not compatible devices i mean, devices which not came up because of missing drivers in kernel. So manual interactions needet.
How do you check for not compatible device on Linux
1–2 of 2 posts
Re: How do you check for not compatible device on Linux
#2 lspci -vv
Look for devices that do not have a corresponding driver. There may also be hints in `dmesg`. There are other commands that start with `ls` useful for enumerating devices. Use ls+tab+tab to see them.