Strona 2 z 2

: 11 lipca 2009, 10:10
autor: ilin
Proponuję zainstalować najnowsze stery.
ftp://ftp.alsa-project.org/pub/driver/a ... 20.tar.bz2

: 11 lipca 2009, 12:48
autor: maszkara
Próbuję zainstalować ten sterownik, ale wychodzi mi coś takiego:

Kod: Zaznacz cały

./configure --with-cards=hda-intel --with-sequencer=yes
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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/marek/Desktop/alsa-driver-1.0.20
checking cross compile... 
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build... 
checking for kernel linux/version.h... no
The file /usr/src/linux/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 /usr/src/linux).
i nie mogę tego przeskoczyć. Domyślam, że kluczowe tu będzie użycie przełącznika ,,--with-kernel'', ale nie mam pojęcia jaką ścieżkę mu podać. ¦cieżka /usr/src/linux istnieje w moim systemie.

W jakimś wątku przeczytałem, że pomogło odinstalowanie alsy i ponowne jej zainstalowanie, dałem więc:

Kod: Zaznacz cały

sudo aptitude purge remove alsa-base alsa-utils
a potem zainstalowałem tak jak opisał to Kaka'. Efekt jest taki, że dźwięku dalej nie ma, a w alsamikserze mam teraz tylko trzy suwaki.

: 11 lipca 2009, 13:01
autor: ilin
Ja nie wiem co ty zrobiłeś.

Pokaż

Kod: Zaznacz cały

cat /proc/asound/version

: 11 lipca 2009, 13:09
autor: maszkara

Kod: Zaznacz cały

cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.16.
Jak widać wersja sterownika jest taka jak była.
Co zrobić, aby configure z nowego drivera mi ruszyło?

: 11 lipca 2009, 13:17
autor: ilin
Czyli nic nie zrobiłeś :)

Instaluj stery jeszcze raz.

Musisz mieć linux-headers stosowny do

Kod: Zaznacz cały

uname -a

: 11 lipca 2009, 13:48
autor: maszkara
Po zainstalowaniu najnowszych sterowników mam dźwięk :-D
ilin bardzo dziękuję Tobie za pomoc!