again I checked that make runs fine but the make install gives the
unresolved symbols here :

make[1]: Verlassen des Verzeichnisses Verzeichnis
�/root/alsa-driver-0.9.6/pcmci
a�
/sbin/depmod -a 2.4.20-20.9 -F /lib/modules/2.4.20-20.9/build/System.map
depmod: *** Unresolved symbols in
/lib/modules/2.4.20-20.9/kernel/arch/i386/kern
el/powernow-k6.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.20-20.9/kernel/arch/i386/kern
el/speedstep.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.20-20.9/kernel/sound/acore/sn
d.o
if [ -L /usr/include/sound ]; then \
        rm -f /usr/include/sound; \
        ln -sf /root/alsa-driver-0.9.6/include/sound /usr/include/sound; \
else \
        rm -rf /usr/include/sound; \
        install -d -m 755 -g root -o root /usr/include/sound; \
        for f in include/sound/*.h; do \
                install -m 644 -g root -o root $f /usr/include/sound; \
        done \
fi
if [ -d /sbin/init.d ]; then \
  install -m 755 -g root -o root utils/alsasound /sbin/init.d/alsasound; \
elif [ -d /etc/rc.d/init.d ]; then \
  install -m 755 -g root -o root utils/alsasound /etc/rc.d/init.d/alsasound;
\
elif [ -d /etc/init.d ]; then \
  install -m 755 -g root -o root utils/alsasound /etc/init.d/alsasound; \
fi
cat WARNING
 
WARNING!!! The mixer channels for the ALSA driver are muted by default!!!
**************************************************************************
You would use some ALSA or OSS mixer to set the appropriate volume.








> Alexander Car�t wrote:
> > just wanted to install Alsa on my new Sony Vaio which has a
> > SIGMATEL STAC 9750 soundcard. Can anyone tell me what module to
> > take - can�t find it in the soundcard matrix.
> 
> The driver to use depends on the chipset you have. Googling tells me
> you may have an Intel 845xx or a SiS 648. These aren't in the
> soundcard matrix, either, but if they were there, :-) the entries
> would tell you to use the snd-intel8x0 driver.
> 
> 
> HTH
> Clemens
> 
> 
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to