Answer the question
In order to leave comments, you need to log in
How to find drivers for Linux?
How to find drivers for Linux?
With windows, as it were, everything is clear, there is VID_PID; it is easier to find drivers for it. And by what principle to look for drivers for Linux?
Thank you!
Answer the question
In order to leave comments, you need to log in
Something like this:
$ lspci -nnn
In the output, look for example:
0b:00.0 Ethernet controller [0200]: VMware VMXNET3 Ethernet Controller [15ad:07b0] (rev 01)
Then you google: [15ad:07b0]
kernel.org drags)
As a rule, this is not necessary - all drivers are in the kernel.
For any exotic, you need to consider a specific case.
And what kind of device do you have for which there are no drivers in the kernel?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question