[Solved] lost multiples modules

hi guys

I got linux Centos 5.5 on grub I got the latest kernel and updates which I really don't know what I did and I lost a lot of modules and my system is not working properly

old kernel modules - this kernel is working fine

# lsmod
Module                  Size  Used by
autofs4                63049  3
hidp                   83521  2
l2cap                  89281  5 hidp
bluetooth             118853  2 hidp,l2cap
lockd                 101553  0
sunrpc                199945  2 lockd
ip_conntrack_ftp       41361  0
ip_conntrack_netbios_ns    36032  0
ipt_REJECT             38977  1
xt_state               35265  11
ip_conntrack           91621  3 ip_conntrack_ftp,ip_conntrack_netbios_ns,xt_state
nfnetlink              40457  1 ip_conntrack
iptable_filter         36161  1
ip_tables              55201  1 iptable_filter
ip6t_REJECT            38849  1
xt_tcpudp              36289  28
ip6table_filter        36033  1
ip6_tables             50049  1 ip6table_filter
x_tables               50505  6 ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpudp,ip6_tables
dm_multipath           56921  0
scsi_dh                42177  1 dm_multipath
video                  53197  0
backlight              39873  1 video
sbs                    49921  0
power_meter            46925  0
hwmon                  36553  1 power_meter
i2c_ec                 38593  1 sbs
i2c_core               56641  1 i2c_ec
dell_wmi               37601  0
wmi                    41985  1 dell_wmi
button                 40545  0
battery                43849  0
asus_acpi              50917  0
acpi_memhotplug        40261  0
ac                     38729  0
ipv6                  435361  53 ip6t_REJECT
xfrm_nalgo             43333  1 ipv6
crypto_api             42945  1 xfrm_nalgo
parport_pc             62313  0
lp                     47121  0
parport                73165  2 parport_pc,lp
joydev                 43969  0
shpchp                 70893  0
ide_cd                 73825  0
bnx2                  216525  0
cdrom                  68713  1 ide_cd
pcspkr                 36289  0
sg                     70377  0
dm_raid45              99657  0
dm_message             36289  1 dm_raid45
dm_region_hash         46145  1 dm_raid45
dm_mem_cache           38977  1 dm_raid45
dm_snapshot            52233  0
dm_zero                35265  0
dm_mirror              54737  0
dm_log                 44993  3 dm_raid45,dm_region_hash,dm_mirror
dm_mod                101649  11 dm_multipath,dm_raid45,dm_snapshot,dm_zero,dm_mirror,dm_log
qla2xxx              1134565  0
scsi_transport_fc      83145  1 qla2xxx
ata_piix               56901  0
libata                209489  1 ata_piix
megaraid_sas           79364  3
sd_mod                 56513  4
scsi_mod              196953  7 scsi_dh,sg,qla2xxx,scsi_transport_fc,libata,megaraid_sas,sd_mod
ext3                  168913  3
jbd                    94769  1 ext3
uhci_hcd               57433  0
ohci_hcd               56309  0
ehci_hcd               66125  0

in the new kernel which I messed up I only have like 15 modules

how can I reload the lost ones?

for instance I lost the bnx2 and my machine does not have net connectivity

thanks a lot

---------- Post updated at 04:45 PM ---------- Previous update was at 04:32 PM ----------

no worry guys
I remove rpm -e the new kernel
and yum install kernel

that did it