How to know specific driver version?

fazul deen fazul.deen at gmail.com
Fri Mar 24 13:25:10 UTC 2006


Hi

u can see this command to show ur module driver version

#modinfo bluetooth

# lsmod

suppose u need to install the particular moduler driver in ur kernel system

#modprobe 8139too

and then check this it will show in ur drive informationg

#modinfo 8139too


Thanks regard

Fazludeen

On 3/24/06, Herta Van den Eynde <herta.vandeneynde at cc.kuleuven.be> wrote:
>
> this lists all loaded modules:
> # lsmod
>
> this lists a specific module (in this case, the module "bluetooth")
> # modprobe -l bluetooth
> /lib/modules/2.6.15-1.1831_FC4/kernel/net/bluetooth/bluetooth.ko
>
> this lists details about the module:
> # modinfo /lib/modules/2.6.15-1.1831_FC4/kernel/net/bluetooth/bluetooth.ko
> filename:
> /lib/modules/2.6.15-1.1831_FC4/kernel/net/bluetooth/bluetooth.ko
> author:         Maxim Krasnyansky <maxk at qualcomm.com>, Marcel Holtmann
> <marcel at holtmann.org>
> description:    Bluetooth Core ver 2.8
> version:        2.8
> license:        GPL
> alias:          net-pf-31
> vermagic:       2.6.15-1.1831_FC4 686 REGPARM 4KSTACKS gcc-4.0
> depends:
> srcversion:     19B804314AF3BC35DB4F3B4
>
> if you really only want the version
> # modinfo -V bluetooth
> module-init-tools version 3.2-pre9
>
> Kind regards,
>
> Herta
>
> Cmarin wrote:
> > This question isn't specific to RHEL, but I'm sure it's important to
> know
> > it.
> >
> > How can we know version of a driver loaded by the kernel as a module?
> >
> > Is it necesary to know specific versions of modules included in a
> specific
> > kernel, or there is any command to know it?
> >
> > Slts.
> >
> >
> >
>
> --
> Herta Van den Eynde              -=- Toledo system management
> K.U. Leuven - Ludit              -=- phone: +32 (0)16 322 166
>                                  -=- 50°51'27" N 004°40'39" E
>
> "Life on Earth may be expensive,
> but it comes with a free ride around the Sun."
>
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



More information about the redhat-list mailing list