Здравствуйте! Никак не запущу карту. При установке драйвера алса пишет вот что: ~/alsa-driver-1.0.25 $ sudo make install
if [ -L /include/sound ]; then \
rm -f /include/sound; \
ln -sf /home/sasha/alsa-driver-1.0.25/include/sound /include/sound; \
else \
эрэм эрэф /include/sound; \
install -d -m 755 -g root -o root /include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /include/sound; \
done \
fi
install: cannot stat ‘include/sound/*.h’: No such file or directory
make: *** [install-headers] Error 1
Что за?