[Solved] lost multiples modules


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers [Solved] lost multiples modules
# 1  
Old 11-15-2010
[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

Code:
# 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

Last edited by pludi; 11-15-2010 at 04:55 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[Solved] Passwordless authentication lost between cluster nodes

after copying the public key then also the passwordless authentication is not working Best regards, Vishal (2 Replies)
Discussion started by: Vishal_dba
2 Replies

2. Shell Programming and Scripting

how to create custom modules in perl and how to import all modules with single command?

I have some custom functions which i want to use in perl Scripting all time. i want to How to create modules in perl and how to import them. Also if i create 15 modules and i want to > import all at once then how can i import? (0 Replies)
Discussion started by: Navrattan Bansa
0 Replies

3. UNIX for Dummies Questions & Answers

[Solved] Installing Multiple Perl Modules at Once

How could one install multiple Perl modules at once. I tried and get this at the cli: perl -MCPAN -e'install Crypt::DES Digest::CRC Digest::MD4 IO::Pty IO::Socket::SSL WWW::Mechanize Crypt::PasswdMD5 Net::Write' Can't locate object method "PasswdMD5" via package "Crypt" at -e line 1. ... (0 Replies)
Discussion started by: metallica1973
0 Replies

4. Programming

multiples of 10 in java

Hi Guys, I wonder how can I determine when a given number is a multiple of another one in java. Let's say if I have 27 how can I determine whether is multiple of 5 using java programming. Thanks. (1 Reply)
Discussion started by: arizah
1 Replies

5. Shell Programming and Scripting

join multiples seds

Hi I have this string with 3 seds.. cat /tmp/roletmp|sed "s/$role2del//" | sed "s/,,/,/" |sed "s/^,//" |sed 's/,$//' How can I join these 3 seds in one? regards Israel. (3 Replies)
Discussion started by: iga3725
3 Replies

6. Shell Programming and Scripting

multiples menu in ksh

Hi, IS possible in ksh to make multiples menus? For example: My menu. 1)Option1 1.1)Option1.1 2.3)Option1.2 2)Option2 2.1)Option2.1 . . . x)Exit I've tried with case but no success. Thanks in advance. (3 Replies)
Discussion started by: iga3725
3 Replies

7. Programming

Pointer addresses in multiples of 32 ?

1. Why are the pointers' addresses every 32 ? 2. Am I correct in stating that memset is writing to memory that is not allocated to any of the 3 pointers ? Is it writing to memory in between the pointers ? 3. Are the 3 pointers contiguous in memory ? 4. I only allocated 10 bytes for each pointer.... (5 Replies)
Discussion started by: cyler
5 Replies

8. UNIX for Dummies Questions & Answers

Using cp for copying multiples files

Hi all, I've got this question about using cp for copying multiples files from the same source directory to another directory, considering that my working directory ain't the same of the source directory. Let me give you a simple example what I'm talking about: Suppose the following files... (2 Replies)
Discussion started by: chapeupreto
2 Replies

9. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies
Login or Register to Ask a Question