Friday, May 3, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 583  / 2 Years ago, wed, october 12, 2022, 10:40:08

I want to find or list all the driver packages(wifi,graphics,etc) installed on my Ubuntu pc through apt-get or manually.



How do i get that?


More From » command-line

 Answers
0

The drivers are for the most part of the kernel. Some are built in but the majority are build as modules and loaded as needed.



You can list the modules in use with



lsmod


You can see all the modules with



ls -R http://www.bios-mods.com/kernel-version/


The discussion can become a bit technical, see : http://www.tldp.org/LDP/tlk/



If you have drivers outside of those locations, in a non-standard location, we would be guessing where you put them.


[#27360] Thursday, October 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aciousoun

Total Points: 178
Total Questions: 110
Total Answers: 98

Location: Lithuania
Member since Fri, Sep 4, 2020
4 Years ago
;