Re: listing drivers

From: Thiago Farina
Date: Wed Jan 23 2013 - 10:30:16 EST


Hi,

On Tue, Jan 22, 2013 at 12:27 PM, Arend van Spriel <arend@xxxxxxxxxxxx> wrote:
> On 01/22/2013 02:46 PM, Thiago Farina wrote:
>> Hi folks,
>>
>> Is there a way to list the drivers installed/used in my desktop and
>> map them (the path) to their source code in the linux kernel tree?
>
> This might work for you (if using bash):
>
> for m in $(cat /proc/modules | gawk '{ print $1; }');do modinfo $m |
> grep 'filename:'; done
>
Thanks a lot Arend! That is exactly what I wanted ;)

--
Thiago

Attachment: drivers-list
Description: Binary data