iwlwifi 0000:02:00.0:pci_ enable _ msi failed - -38 fail to initialize ptp _ kvm systend [ il : Failed to create control group inotify object : Function not implemented systend [ il : Failed to allocate manager object : Function not implemented systend [1l: Freezing execution . 需要开启哪些内核选项才能解决? CONFIG_PCI_MSI: 确保此选项已启用,以支持 PCI MSI(Message Signaled Interrupts)。您可以在内核配置中搜索此选项并确保其被启用。 CONFIG_PTP_1588_CLOCK_KVM: 启用此选项以支持在 KVM 虚拟化环境中使用 PTP(Precision Time Protocol)时钟。请注意,此选项可能依赖于其他相关选项或模块,您可能需要根据具体情况进行调整。 CONFIG_CGROUPS: 如果您遇到了 "Failed to create control group inotify object" 错误,您需要确保启用了 Cgroups(控制组)支持。请在内核配置中搜索 CONFIG_CGROUPS 并启用相关选项。 CONFIG_INOTIFY_USER: 如果您遇到了 "Failed to create control group inotify object" 错误,您还需要确保启用了用户空间 inotify 支持。请在内核配置中搜索 CONFIG_INOTIFY_USER 并启用它。
iwlwifi 0000:02:00.0:pci_ enable _ msi failed - -38 fail to initialize ptp _ kvm
systend [ il : Failed to create control group inotify object : Function not implemented
systend [ il : Failed to allocate manager object : Function not implemented
systend [1l: Freezing execution . 需要开启哪些内核选项才能解决?
CONFIG_PCI_MSI: 确保此选项已启用,以支持 PCI MSI(Message Signaled Interrupts)。您可以在内核配置中搜索此选项并确保其被启用。
CONFIG_PCI_MSI
CONFIG_PTP_1588_CLOCK_KVM
CONFIG_CGROUPS
CONFIG_INOTIFY_USER
Symbol: AUTOFS_FS [=y] │ │ Type : tristate │ │ Defined at fs/autofs/Kconfig:2 │ │ Prompt: Kernel automounter support (supports v3, v4 and v5) │ │ Location: │ │ -> File systems │ │ (3) -> Kernel automounter support (supports v3, v4 and v5) (AUTOFS_FS [=y]) 这是一个Linux内核配置选项,名为 AUTOFS_FS。这个选项用于启用或禁用内核的自动挂载器支持。它有三个可能的值: y:启用自动挂载器支持。 m:仅在模块加载时启用自动挂载器支持。 n:禁用自动挂载器支持。 在这个例子中,AUTOFS_FS [=y]表示自动挂载器支持被启用。
Symbol: AUTOFS_FS [=y] │ │ Type : tristate │ │ Defined at fs/autofs/Kconfig:2 │ │ Prompt: Kernel automounter support (supports v3, v4 and v5) │ │ Location: │ │ -> File systems │ │ (3) -> Kernel automounter support (supports v3, v4 and v5) (AUTOFS_FS [=y])
这是一个Linux内核配置选项,名为 AUTOFS_FS。这个选项用于启用或禁用内核的自动挂载器支持。它有三个可能的值:
AUTOFS_FS
y
m
n
在这个例子中,AUTOFS_FS [=y]表示自动挂载器支持被启用。
AUTOFS_FS [=y]
Popular Events