IBM 88554RU Installation Guide - Page 179

Modules used by the default kernel, rmmod, man rmmod, cat /proc/modules

Page 179 highlights

LowTotal: 1979472 kB LowFree: 1718384 kB SwapTotal: 2040208 kB SwapFree: 2040208 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 262144 kB Modules used by the default kernel Linux provides a default kernel that loads almost all the drivers we will need for our x455, and also some drivers we will never use. As we can see in Example 4-4, it also loads some modules that are not used, identified with unused. You can unload any unused module with the rmmod command. Enter man rmmod for more information about rmmod options and parameters. Example 4-4 /proc/modules output [root@x455 root]# cat /proc/modules usb-storage 155624 1 soundcore 13632 0 (autoclean) autofs 30864 0 (autoclean) (unused) tg3 147432 4 sg 78056 0 (autoclean) sr_mod 39648 0 (autoclean) ide-scsi 28480 0 ide-cd 72016 0 cdrom 70244 0 [sr_mod ide-cd] nls_iso8859-1 5984 2 (autoclean) nls_cp437 7680 2 (autoclean) vfat 30336 2 (autoclean) fat 85708 0 (autoclean) [vfat] keybdev 5976 0 (unused) mousedev 14688 1 hid 49544 0 (unused) input 13536 0 [keybdev mousedev hid] usb-uhci 67400 0 (unused) usbcore 180928 1 [usb-storage hid usb-uhci] ext3 214024 1 jbd 127680 1 [ext3] mptscsih 92168 3 mptbase 96992 3 [mptscsih] sd_mod 32352 8 Chapter 4. Installation 165

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232

Chapter 4. Installation
165
LowTotal:
1979472 kB
LowFree:
1718384 kB
SwapTotal:
2040208 kB
SwapFree:
2040208 kB
HugePages_Total:
0
HugePages_Free:
0
Hugepagesize:
262144 kB
Modules used by the default kernel
Linux provides a default kernel that loads almost all the drivers we will need for
our x455, and also some drivers we will never use.
As we can see in Example 4-4, it also loads some modules that are not used,
identified with
unused
. You can unload any unused module with the
rmmod
command. Enter
man rmmod
for more information about rmmod options and
parameters.
Example 4-4
/proc/modules output
[root@x455 root]#
cat /proc/modules
usb-storage
155624
1
soundcore
13632
0 (autoclean)
autofs
30864
0 (autoclean) (unused)
tg3
147432
4
sg
78056
0 (autoclean)
sr_mod
39648
0 (autoclean)
ide-scsi
28480
0
ide-cd
72016
0
cdrom
70244
0 [sr_mod ide-cd]
nls_iso8859-1
5984
2 (autoclean)
nls_cp437
7680
2 (autoclean)
vfat
30336
2 (autoclean)
fat
85708
0 (autoclean) [vfat]
keybdev
5976
0 (unused)
mousedev
14688
1
hid
49544
0 (unused)
input
13536
0 [keybdev mousedev hid]
usb-uhci
67400
0 (unused)
usbcore
180928
1 [usb-storage hid usb-uhci]
ext3
214024
1
jbd
127680
1 [ext3]
mptscsih
92168
3
mptbase
96992
3 [mptscsih]
sd_mod
32352
8