Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译LVS v2 kernel在安装的时候出错 #1

Open
huainansto opened this issue Aug 21, 2013 · 2 comments
Open

编译LVS v2 kernel在安装的时候出错 #1

huainansto opened this issue Aug 21, 2013 · 2 comments

Comments

@huainansto
Copy link

编译环境为虚拟机, 配置如下
CPU Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
Mem 2G
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)
2.6.32-220.el6.x86_64

yum -y install @development-tools fedora-packager kernel-devel rpm-build redhat-rpm-config asciidoc hmaccalc binutils-devel elfutils-libelf-devel newt-devel zlib-devel xmlto python-devel perl-ExtUtils-Embed rpmdev-setuptree

mkdir -p /root/rpmbuild/BUILD/kernel-2.6.32-220.23.1.el6/linux-2.6.32-220.23.1.el6.x86_64
下载 lvs_v2 kernel, 执行如下步骤
make -j8
make modules_install
make install
sh /root/rpmbuild/BUILD/kernel-2.6.32-220.23.1.el6/linux-2.6.32-220.23.1.el6.x86_64/arch/x86/boot/install.sh 2.6.32 arch/x86/boot/bzImage
System.map "/boot"
ERROR: modinfo: could not find module snd_intel8x0
ERROR: modinfo: could not find module snd_ac97_codec
ERROR: modinfo: could not find module ac97_bus
ERROR: modinfo: could not find module snd_seq
ERROR: modinfo: could not find module snd_seq_device
ERROR: modinfo: could not find module snd_pcm
ERROR: modinfo: could not find module snd_timer
ERROR: modinfo: could not find module snd
ERROR: modinfo: could not find module soundcore
ERROR: modinfo: could not find module snd_page_alloc
ERROR: modinfo: could not find module sd_mod
ERROR: modinfo: could not find module crc_t10dif

@wujiaming
Copy link
Contributor

这些错误 像是缺少 硬件驱动,建议google一下,make menuconfig 添加上相应的modules

@shenshouer
Copy link

snd好像是声卡驱动,不影响正常使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants