Przeszlem do instalacji dźwięku - alsa, posługujac sie wskazówkami z tego tematu viewtopic.php?t=65146 , ponieważ:
nie zadziałała chodź sie zainstalowala#aptitude install alsa
Więc, postepowałem oto tak:
ale dalej dźwieku nie ma#aptitude install build-essential linux-headers-`uname -r` libncurses5-dev gettext xmlto
#cd ~
#mkdir alsa
#cd alsa
#wget -c ftp://ftp.alsa-project.org/pub/driver/a ... .1.tar.bz2
#tar -xjf alsa-driver-1.0.22.1.tar.bz2
#cd alsa-driver-1.0.22.1 && ./configure && make && make install
#wget -c ftp://ftp.alsa-project.org/pub/lib/alsa ... 22.tar.bz2
#tar -xjf alsa-lib-1.0.22.tar.bz2
#cd alsa-lib-1.0.22 && ./configure && make && make install
#wget -c ftp://ftp.alsa-project.org/pub/utils/al ... 22.tar.bz2
#tar -xjf alsa-utils-1.0.22.tar.bz2
#cd alsa-utils-1.0.22 && ./configure && make && make install
gdy bład:
"configure: error: panelw library not found"
to
#aptitude install libncursesw5-dev
#alsaconf
#depmod -a
#/etc/init.d/alsasound restart
#cat /proc/asound/version
#reboot

EDIT:
problem rozwiązany http://debian.linux.pl/threads/17925-Bł ... post113985
ZAMYKAM!!!