checking for directory with kernel source... /lib/modules/3.19.0-28-generic/build
checking for directory with kernel build...
checking for kernel version... The file /lib/modules/3.19.0-28-generic/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/3.19.0-28-generic/build).
系统是ubuntukylin 14.04
内核是3.19.0.28
alsa-driver编译不了,大家帮忙看看哪里出问题了
- maoyaotang
- 帖子: 256
- 注册时间: 2011-03-12 14:40
- 来自: 伤感地带城市,梅穿裤子小区
alsa-driver编译不了,大家帮忙看看哪里出问题了
opensuse和fedora手动安装显卡http://maoyaotang.blog.163.com/
- maoyaotang
- 帖子: 256
- 注册时间: 2011-03-12 14:40
- 来自: 伤感地带城市,梅穿裤子小区
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: alsa-driver编译不了,大家帮忙看看哪里出问题了
代码: 全选
sudo apt install linux-headers-$(uname -r)
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
- maoyaotang
- 帖子: 256
- 注册时间: 2011-03-12 14:40
- 来自: 伤感地带城市,梅穿裤子小区
Re: alsa-driver编译不了,大家帮忙看看哪里出问题了
都装了的vickycq 写了:代码: 全选
sudo apt install linux-headers-$(uname -r)
opensuse和fedora手动安装显卡http://maoyaotang.blog.163.com/
- maoyaotang
- 帖子: 256
- 注册时间: 2011-03-12 14:40
- 来自: 伤感地带城市,梅穿裤子小区
Re: alsa-driver编译不了,大家帮忙看看哪里出问题了
都装了的vickycq 写了:代码: 全选
sudo apt install linux-headers-$(uname -r)
opensuse和fedora手动安装显卡http://maoyaotang.blog.163.com/
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: alsa-driver编译不了,大家帮忙看看哪里出问题了
可能編譯時 找不到 kernel 源碼Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/3.19.0-28-generic/build).
參見
1. https://help.ubuntu.com/community/Kerne ... nel_source
2. http://unix.stackexchange.com/questions ... -chrubuntu
3. http://stackoverflow.com/questions/9048 ... nux-ubuntu
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: alsa-driver编译不了,大家帮忙看看哪里出问题了
http://www.tldp.org/HOWTO/Alsa-sound-4.htmlmaoyaotang 写了: 都装了的
If this tells you that something like ``version.h'' cannot be found, then you probably do not have a proper kernel source tree. You need a couple of files of your kernel source to be able to compile the ALSA-drivers. Unpack your favorite linux-2.x.y.tar.gz in /usr/src, and issue a make menuconfig. (Actually, make symlinks may be enough).
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户