我正在执行以下步骤来编译linux内核
下载并编译了linux内核版本2.6.25
使用tproxy修补(用于透明代理支持)
make mrproper
make config
(主要选择默认选项)
make -j 4 && make modules_install && make install
我收到以下错误:
ERROR: modinfo: could not found module snd_hda_codec_realtek
ERROR: modinfo: could not found module snd_hda_codec
ERROR: modinfo: could not found module dell_wmi
ERROR: modinfo: could not found module drm_kms_helper
grubby fatal error: unable to find a suitable template
如何解决上述错误?