ฉันแค่พยายามที่จะเข้าใจmodinfo
ผลลัพธ์ที่อธิบายถึงโมดูลเคอร์เนล ตัวอย่างเช่นในกรณีของโมดูลi915
เอาต์พุตจะมีลักษณะดังนี้:
$ modinfo i915
filename: /lib/modules/4.2.0-1-amd64/kernel/drivers/gpu/drm/i915/i915.ko
license: GPL and additional rights
description: Intel Graphics
author: Intel Corporation
[...]
firmware: i915/skl_dmc_ver1.bin
alias: pci:v00008086d00005A84sv*sd*bc03sc*i*
[...]
depends: drm_kms_helper,drm,video,button,i2c-algo-bit
intree: Y
vermagic: 4.2.0-1-amd64 SMP mod_unload modversions
parm: modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, 1=on, -1=force vga console preference [default]) (int)
[...]
ฉันสามารถเข้าใจบางฟิลด์ได้ แต่ฉันไม่รู้เลยว่าต่อไปนี้คืออะไร:
firmware
alias
intree
vermagic
ไม่มีใครรู้วิธีการตีความพวกเขา?