|
|
求救
make install 后看到
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/kernel/sound/pci/snd-via82xx-modem.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/kernel/sound/pci/snd-via82xx.o
if [ -L /usr/include/sound ]; then \
rm -f /usr/include/sound; \
ln -sf /resource/drivers/alsa-driver-1.0.7rc1/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
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.
请问我该怎么办? |
|