i want to install snd-aloop on my Raspberry. On http://confoundedtech.blogspot.de/2012/ ... pback.html i found a tutorial for Ubuntu.
With this tutorial i tried to install it on wheezy.
On Step 8 i run the config
Code: Select all
sudo ./configure --with-cards=bcm2835,loopback,hrtimer --with-sequencer=yes
Code: Select all
checking for directory with kernel source... 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 /usr/src/linux).
Code: Select all
make all-deps
make[1]: Entering directory `/usr/src/modules/alsa-driver-1.0.25'
make[1]: Für das Ziel »all-deps« ist nichts zu tun.
make[1]: Leaving directory `/usr/src/modules/alsa-driver-1.0.25'
Please, run the configure script as first...
Thanks
matt