Re: unable to complie the alsa-linuxtant driver
"Linuxant Support (Jonathan)" <[email protected]> Sun, 25 Jul 2010 16:07:34 -0400
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, with your setup, are you able to compile a stock alsa-driver available at: http://www.alsa-project.org/main/index.php/Main_Page With this simple test, it will be easier to see if the problem was introduced by alsa-driver-linuxant or this is a problem with alsa-driver itself. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Randy wrote: > Hello, > > I have been trying to install the hsf driver on my HP dv9317cl laptop. I am > running Debian Squeeze (testing) amd64. The install of the alsa audio driver > fails with > > # dpkg -i alsa-driver-linuxant_1.0.23.0_all.deb > Selecting previously deselected package alsa-driver-linuxant. > (Reading database ... 276982 files and directories currently installed.) > Unpacking alsa-driver-linuxant (from alsa-driver-linuxant_1.0.23.0_all.deb) > ... > Setting up alsa-driver-linuxant (1.0.23.0) ... > Building modules for the 2.6.32-trunk-amd64 kernel, please wait... done. > ERROR: Build failed. Please review the build log at /tmp/alsa-driver- > linuxant.31742.log > dpkg: error processing alsa-driver-linuxant (--install): > subprocess installed post-installation script returned error exit status 2 > Errors were encountered while processing: > alsa-driver-linuxant > :~# > > this is in /tmp/alsa-driver-inuxant.31742.log > > config.status: WARNING: Makefile.conf.in seems to ignore the --datarootdir > setting > ..... > make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-common' > > ERROR: Kernel configuration is invalid. > include/linux/autoconf.h or include/config/auto.conf are missing. > Run 'make oldconfig && make prepare' on kernel src to fix it. > > > WARNING: Symbol version dump /usr/src/linux-headers-2.6.32-trunk- > common/Module.symvers > is missing; modules will have no dependencies and modversions. > > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > Building modules, stage 2. > /usr/src/linux-headers-2.6.32-trunk-common/scripts/Makefile.modpost:42: > include/config/auto.conf: No such file or directory > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > find: `/usr/src/linux-headers-2.6.32-trunk-common/alsa-kernel/': No such file > or directory > make[2]: *** No rule to make target `include/config/auto.conf'. Stop. > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-trunk-common' > make: *** [compile] Error 2 > > I have sucessfully built kernel modules for VirtualBox and Nvidia with this > system setup just the way it is. The kernel source, and headers are > installed. I have tried putting a copy of autoconf.h in the directory where > it is looking for it, but no joy. > > What am I missing? > > Thanks >