我正在尝试在 Ubuntu 14.04 LTS 上安装 Sangoma PRI 卡。在安装驱动程序期间,它向我发出此警告,随后出现其他错误,这些错误都是此问题导致的(或者我认为是):
warning: The Linux source in /lib/modules/3.19.0-25-generic/build
has not been configured.
任何解决这个问题的指示都会有所帮助。我可以在 Ubuntu 12.04 LTS 上正确安装此 PRI 卡,因为没有显示此类警告。但是,我需要让它在 14.04 上运行。
该目录的“ls”内容为:
ls /lib/modules/3.19.0-25-generic/build
arch Documentation fs ipc kernel mm samples sound usr
block drivers include Kbuild lib Module.symvers scripts tools virt
crypto firmware init Kconfig Makefile net security ubuntu
答案1
首先尝试将内核更新到最新版本:3.19.0-56 这也许可以解决问题。
apt-get install `uname -r | sed s/25/56/`