I reinstalled linux on my computer today and I am having a difficult time getting my sound-driver to work. I usually download my the driver for my Realtek ALC202 sound card at realtek's webpage -here:
http://www.realtek.com/tw/downloads/...&Software=true
this time, things are different...
I have unzipped the file and have found the same directions as usual:
Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.
Step 1. unzip source code
tar xfvj alcsound.tar.bz2
Step 2. Turn on sound support (soundcore module, default turn on)
Step 3. Complied source code
a. ./configure
b. make
c. make install
d. ./snddevices
etc.etc..
the problem is that the contents of this driver seem to have changed. There is no /configure. Here are the contents of the unzipped driver...
azx-112504.tar.bz2 core.h modules.conf
Readme.txt azx-util.tar.bz2 linux_r30.zip<the driver
turbolinux.txt
I have unzipped the azx files, and when I go inside of them the README files there do not provide directions on how to use them.
Inside of azx-112504.tar.bz2 -
CARDS-STATUS WARNING cvscompile parisc synth
COPYING acinclude.m4 doc pci test
FAQ aclocal.m4 drivers pcmcia toplevel.config
INSTALL acore hal2 ppc toplevel.config.in
Makefile alsa-kernel i2c scripts usb
Makefile.conf arm include snddevices utils
Makefile.conf.in config.log install-sh snddevices.in version
README config.status isa sound version.in
Rules.make configure kbuild sparc
TODO configure.in modules support
when I run MAKE or MAKE INSTALL a failure occurs (I'm sorry this has become so long) here is what happens -
make
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
make dep
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4: No such file or directory
find: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/: No such file or di rectory
make[1]: Entering directory `/home/duck/alsa-driver-1.0.4'
make[2]: Entering directory `/home/duck/alsa-driver-1.0.4/acore'
Makefile:5: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/toplevel.config: No such f ile or directory
Makefile:6: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/Makefile.conf: No such fil e or directory
Makefile:11: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/alsa-kernel/core/Makefile : No such file or directory
Makefile:15: /usr/src/linux-2.4.20-8/alsa-driver-1.0.4/Rules.make: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.4.20-8/alsa-driver-1.0.4/R ules.make'. Stop.
make[2]: Leaving directory `/home/duck/alsa-driver-1.0.4/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/duck/alsa-driver-1.0.4'
make: *** [include/sndversions.h] Error 2
does anyone know how to solve this... maybe someone else with a 2.6.10 kernel and a realtek audio card?