How to find all the driver packages installed in my pc?

Avinash Raj

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?

Panther

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.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How do I upgrade all of my installed packages in OpenWRT?

分類Dev

How to list all installed packages

分類Dev

how to find information about not installed packages

分類Dev

How to check npm packages installed globally on my computer?

分類Dev

How to remove all packages installed because of KDE on Ubuntu 19.10

分類Dev

Where to find a detailed catalog of installed packages?

分類Dev

Check if all listed packages are installed in bash

分類Dev

How can I list all applications installed in my system?

分類Dev

Find driver (which is not automatically installed) for a specific hardware

分類Dev

How do I find if my video driver is working

分類Dev

On Gentoo how do I find list of packages installed after some specific date?

分類Dev

How do I list all installed packages from the command line in bash / osX

分類Dev

How to update globally installed npm packages

分類Dev

How to update globally installed npm packages

分類Dev

How to modify already installed Atmosphere packages

分類Dev

How to know what packages are installed with pip

分類Dev

How to fix packages installed from debian sources?

分類Dev

Python can't find my packages:

分類Dev

Find all documents in a collection with mongo go driver

分類Dev

How can I find all the APIs of my website?

分類Dev

How to get the list of installed packages vulnerable to remote attack on debian?

分類Dev

I downloaded and installed pip. How to install packages?

分類Dev

anaconda packages installed but not found

分類Dev

Where can i find which version of java my pc uses

分類Dev

How to find alpine packages corresponding to their debian equivalents?

分類Dev

How to find the packages that depend on a certain package in apt?

分類Dev

How can I find the version of Ubuntu that is installed?

分類Dev

Will this bash loop apt-get install all my anaconda packages?

分類Dev

Web development testing - view website without all my fonts installed?

Related 関連記事

  1. 1

    How do I upgrade all of my installed packages in OpenWRT?

  2. 2

    How to list all installed packages

  3. 3

    how to find information about not installed packages

  4. 4

    How to check npm packages installed globally on my computer?

  5. 5

    How to remove all packages installed because of KDE on Ubuntu 19.10

  6. 6

    Where to find a detailed catalog of installed packages?

  7. 7

    Check if all listed packages are installed in bash

  8. 8

    How can I list all applications installed in my system?

  9. 9

    Find driver (which is not automatically installed) for a specific hardware

  10. 10

    How do I find if my video driver is working

  11. 11

    On Gentoo how do I find list of packages installed after some specific date?

  12. 12

    How do I list all installed packages from the command line in bash / osX

  13. 13

    How to update globally installed npm packages

  14. 14

    How to update globally installed npm packages

  15. 15

    How to modify already installed Atmosphere packages

  16. 16

    How to know what packages are installed with pip

  17. 17

    How to fix packages installed from debian sources?

  18. 18

    Python can't find my packages:

  19. 19

    Find all documents in a collection with mongo go driver

  20. 20

    How can I find all the APIs of my website?

  21. 21

    How to get the list of installed packages vulnerable to remote attack on debian?

  22. 22

    I downloaded and installed pip. How to install packages?

  23. 23

    anaconda packages installed but not found

  24. 24

    Where can i find which version of java my pc uses

  25. 25

    How to find alpine packages corresponding to their debian equivalents?

  26. 26

    How to find the packages that depend on a certain package in apt?

  27. 27

    How can I find the version of Ubuntu that is installed?

  28. 28

    Will this bash loop apt-get install all my anaconda packages?

  29. 29

    Web development testing - view website without all my fonts installed?

ホットタグ

アーカイブ