This webpage is hosted by
JMD Diplomatic Travel & Tours
For discounted airfare quotes, submit this
form.
Configuring Audio System on OpenLinux / IBM A21m
Using ALSA Project Sound Card Drivers
You can download ALSA Version 0.5.8 from here:
http://www.ibiblio.org/pub/Linux/distributions/caldera/contrib/RPMS/libc6/alsa-utils-0.5.8-1_2.2.14.i386.rpm
http://www.ibiblio.org/pub/Linux/distributions/caldera/contrib/RPMS/libc6/alsa-lib-0.5.8-1_2.2.14.i386.rpm
http://www.ibiblio.org/pub/Linux/distributions/caldera/contrib/RPMS/libc6/alsa-driver-0.5.8a-1_2.2.14.i386.rpm
Install these packages as follows using user root:
# rpm -ivh rpmfilename
You can download ALSA Version 0.5.10 from here:
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-0.5.10.tar.bz2
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-0.5.10.tar.bz2
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.5.10a.tar.bz2
Unzip the .bz2 files using bzip2 as follows:
$ bzip2 -d filename
Untar the .tar files using tar as follows:
$ tar xvf filename
cd to the directories containing libs, utils and drivers and run
$ ./configure $ make # make install (as user root)
Note: Compilation of utils requires following additional steps:
CURSESINC=''; CURSESLIB='-lncurses';
# modprobe snd-card-cs461x # modprobe snd-pcm-oss
$ amixer set Master 70 unmute $ amixer set PCM 70 unmute $ amixer set CD 70 unmute
$ aplay soundfilename
$ alsamixer
$ alsactl store
# ALSA portion alias char-major-116 snd alias char-major-14 soundcore alias snd-card-0 snd-card-cs461x alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-12 snd-pcm-ossLink /etc/rc.d/init.d/alsasound with /etc/rc*.d/*alsasound
Note that the sound card drivers may stop functioning after the laptop has been suspended and resumed. The sound card should start working again after reloading the drivers by running the following commands as user root:
# rmmod snd-card-cs461x # insmod snd-card-cs461x
A more robust solution to this problem would be to configure the apm daemon to reload the sound system after a resume event.
Disclaimer
This information is provided "as is" without any warranty, condition, or
representation of any kind, either express or implied, including but not
limited to, any warranty respecting non-infringement, and the implied
warranties of conditions of merchantability and fitness for a particular
purpose. Use this information at your own risk.
Copyrights and Trademarks
All products, services, companies, events and publications are trademarks,
registered trademarks or servicemarks of their respective owners in the U.S.
and/or other countries.
Author:
Suresh B.
Created on: 15th January 2001
Updated on: 16th January 2001
This webpage is hosted by
JMD Diplomatic Travel & Tours
For discounted airfare quotes, submit this
form.
***