Всем привет. Я виндузятник со стажем, но в Debian всего 4 дня. Так что все "пинки" вытерплю

Собственно у меня проблема с установкой ALSA, в самом начале установил Debian без интернета, как я понял он был голый так как даже в соурс листе не было ни одного репозитория. Но это не важно суть этой установки такова, что я вперся опять в ту же ошибку с установкой, что опишу далее...
После нормальной установки звук работал, и даже включился регулятор громкости PulseAudio, но он не удобен начал искать, что то в трей, нашел программу ALSA-tray, был вариант добавить репозиторий и поставить от туда, но для понимания я хотел поставить вручную, потому что как ставить с репозитория я уже выучил

. Итак скачал я alsatray и выполнил команду ./install.sh --install (в спойлере вывод терминала)
max@Linux:~/Загрузки/alsa-tray-0.6$ sudo ./install.sh --install
ALSA Tray - Set the volume of the ALSA Master mixer.
Installing ALSA Tray...
'./code/alsa_tray.py' -> '/usr/bin/alsa-tray'
mode of '/usr/bin/alsa-tray' retained as 0755 (rwxr-xr-x)
'./code/alsa_tray_config.glade' -> '/usr/share/alsa-tray/alsa_tray_config.glade'
'./pixmaps/alsa-tray_icon.png' -> '/usr/share/alsa-tray/alsa-tray_icon.png'
'./pixmaps/mixer_icon.png' -> '/usr/share/alsa-tray/mixer_icon.png'
'README' -> '/usr/share/doc/alsa-tray/README'
'AUTHORS' -> '/usr/share/doc/alsa-tray/AUTHORS'
'./man.1' -> '/usr/share/man/man1/alsa-tray.1'
Смотрю вроде ошибок нет, пытаюсь запустить(могу и не правильно запускать, поправте если что не так

)
max@Linux:~/Загрузки/alsa-tray-0.6$ alsa-tray
E: pyAlsaAudio is not available
Как я понял отсутствует pyAlsaAudio, нахожу его на гитхабе и клонирую, от туда же смотрю инструкцию по установке, заметив, что он написан на питоне сразу поставил питон из репозиториев, и пробую компилировать
max@Linux:~/Загрузки/pyalsaaudio$ sudo python setup.py build
[sudo] пароль для max:
running build
running build_ext
building 'alsaaudio' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c alsaaudio.c -o build/temp.linux-x86_64-2.7/alsaaudio.o
alsaaudio.c:28:41: fatal error: /usr/include/alsa/asoundlib.h: Нет такого файла или каталога
#include </usr/include/alsa/asoundlib.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Тут я увидел ошибку о том, что нет файла, иду ручками по папкам и действительно такого нет, папка есть, а файлов нет(почему сомнения были расскажу дальше)
Ну думаю надо ALSA установить тогда появится. Захожу на ALSA Downloads и скачиваю alsa-driver последней версии и пытаюсь скомпилировать
max@Linux:~/Загрузки/alsa-driver-1.0.9$ sudo ./configure
[sudo] пароль для max:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/max/Загрузки/alsa-driver-1.0.9
checking cross compile...
checking for directory with kernel source... /lib/modules/4.9.0-8-amd64/source
checking for directory with kernel build... /lib/modules/4.9.0-8-amd64/build
checking for kernel version... The file /lib/modules/4.9.0-8-amd64/source/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/4.9.0-8-amd64/source).
И вот я упираюсь в ту же ошибку что и "на голом Debian-е"

До этой ошибки компилятор ругался на отсутствующие хидер файлы, я их поставил из репозитория, ошибки не пропали, я поиском нашел эти файлы на компе и "железно" задал путь.
Список вопросов:
- Что это за ошибка и как ее исправить?
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/4.9.0-8-amd64/source
- Как настроить правильно пути у компилятора, чтоб не надо было править файл configure
Извините за много букв

к пинкам и тапкам готов
