* How to find all PCI/ USB/ drivers installed on my Ubuntu?
@ 2024-09-12 4:53 S
2024-09-12 7:38 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: S @ 2024-09-12 4:53 UTC (permalink / raw)
To: kernelnewbies
[-- Attachment #1.1: Type: text/plain, Size: 175 bytes --]
Like lsusb will tell me all USB devices. But now let's say I have modules
that are loading USB drivers or high level USB drivers. How to find that
list. Same question for PCI
[-- Attachment #1.2: Type: text/html, Size: 201 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to find all PCI/ USB/ drivers installed on my Ubuntu?
2024-09-12 4:53 How to find all PCI/ USB/ drivers installed on my Ubuntu? S
@ 2024-09-12 7:38 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-09-12 7:38 UTC (permalink / raw)
To: S; +Cc: kernelnewbies
On Thu, Sep 12, 2024 at 10:23:57AM +0530, S wrote:
> Like lsusb will tell me all USB devices. But now let's say I have modules
> that are loading USB drivers or high level USB drivers. How to find that
> list.
Look at the driver names provided by "lsusb -tv"
> Same question for PCI
Look at the driver names provided by 'lspci -v'
For more information like this, check out the free online, if not very
old, book, "Linux Kernel in a Nutshell".
Hope this helps,
greg k-h
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-12 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 4:53 How to find all PCI/ USB/ drivers installed on my Ubuntu? S
2024-09-12 7:38 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).