OpenSuse 12.3 and 12.2 - find driver version for LSI MEGAraid

Hi

Does anyone know how to find which driver verison of the LSI MEGAraid driver that comes with OpenSuse 12.2 and 12.3 ?

Having a hard time trying to find it in the docs or at the computer.

Thanks in advance

Claus

Hallo Claus.

Do you got any solution for this problem? We are as well unable to obtain a working driver and are hesitating to compile one by ourselfs

Thanks!

Could you post the actual device id, i.e. the output of “/sbin/lspci -nnk”?

According to https://wiki.debian.org/LinuxRaidForAdmins#megaraid an LSI MEGAraid seems to be supported by the megaraid_mbos driver which is part of the standard kernel package (on 12.3 and 13.1 at least).

So you shouldn’t have to install any additional driver.

@claus232: To find out the version of a kernel module, use modinfo.
Here on my 13.1:

/sbin/modinfo megaraid_mbox
filename:       /lib/modules/3.11.10-17-desktop/kernel/drivers/scsi/megaraid/megaraid_mbox.ko
version:        2.20.5.1

license:        GPL

description:    LSI Logic MegaRAID Mailbox Driver
author:         megaraidlinux@lsi.com
srcversion:     D7923DAB58874AF3BBDAC5E
alias:          pci:v00001000d00000409sv*sd*bc*sc*i*
alias:          pci:v00001000d00001960sv*sd*bc*sc*i*
alias:          pci:v0000101Ed00001960sv*sd*bc*sc*i*
alias:          pci:v00001000d00000408sv*sd*bc*sc*i*
alias:          pci:v00001028d00000013sv00001028sd00000170bc*sc*i*
alias:          pci:v00001028d00000013sv00001028sd0000016Fbc*sc*i*
alias:          pci:v00001028d00000013sv00001028sd0000016Ebc*sc*i*
alias:          pci:v00001028d00000013sv00001028sd0000016Dbc*sc*i*
alias:          pci:v00001028d00000013sv00001028sd0000016Cbc*sc*i*
alias:          pci:v00001028d0000000Fsv00001028sd0000014Abc*sc*i*
alias:          pci:v00001000d00000407sv*sd*bc*sc*i*
alias:          pci:v00001000d00001960sv00001028sd00000518bc*sc*i*
alias:          pci:v00001000d00001960sv00001028sd00000520bc*sc*i*
alias:          pci:v00001028d0000000Esv00001028sd00000123bc*sc*i*
depends:        megaraid_mm
intree:         Y
vermagic:       3.11.10-17-desktop SMP preempt mod_unload modversions 
parm:           unconf_disks:Set to expose unconfigured disks to kernel (default=0) (int)
parm:           busy_wait:Max wait for mailbox in microseconds if busy (default=10) (int)
parm:           max_sectors:Maximum number of sectors per IO command (default=128) (int)
parm:           cmd_per_lun:Maximum number of commands per logical unit (default=64) (int)
parm:           fast_load:Faster loading of the driver, skips physical devices! (default=0) (int)
parm:           debug_level:Debug level for driver (default=0) (int)