Page 1 of 1

problem with legacy isa sound card ct4520

Posted: Fri 23 Nov 2007, 21:51
by Digistar
need to know how to make this card and a few others like it work
am using puppy 3.01

Posted: Mon 26 Nov 2007, 09:46
by rockaway
I am putting down the system requirements that are required to make a isa sound card ct4520 work:
1) Intel Pentium 90 or higher, or AMD K5 or higher processor
2) 8 MB system RAM (16 MB recommended)
3) MS-DOSĀ® 5.0 or higher, Windows 3.1 or higher, or Windows 95
4)Open half-length 16-bit ISA slot
5)Speakers or headphones
6)CD-ROM drive for software installation

daffy duckless

Posted: Mon 26 Nov 2007, 17:38
by Digistar
look i said puppy 3.01 and never mind widows windows 98se does it just fine i need driver for puppy daffy duckless

Posted: Mon 26 Nov 2007, 18:32
by steevieb
Try a forum search for awe64
http://www.murga-linux.com/puppy/viewtopic.php?t=16315 may help

problem with cs4248-kl soundcard

Posted: Mon 10 Dec 2007, 23:33
by Digistar
need help getting isa sound cards to recognise simple verbose instructions please.

Posted: Tue 11 Dec 2007, 05:21
by tempestuous
The Crystal (Cirrus Logic) cs4248 chipset is supported by the ALSA snd-ad1848 module.
So run this command in the terminal

Code: Select all

modprobe snd-ad1848
Now run the ALSA sound configuration wizard.
If still no sound, it might be necessary to manually modify your /etc/modprobe.conf file (using the Geany text editor) to specify hardware parameters for the snd-ad1848 module. Here is a good example -
http://www.thinkwiki.org/wiki/CS4248
That link explains how to configure the cs4248 chipset in the Thinkpad 750.

works with other SB AWE

Posted: Tue 18 Dec 2007, 15:04
by prehistoric
Just got sound working on an old machine with a slightly different SoundBlaster AWE64 ISA sound card. These boards are in the CT4500 series. Many were sold, many used by different OEMs, with slightly different parameters.

The only thing missing when Puppy installs is the kernel module. Do a modprobe for that before you run alsaconf.

Code: Select all

modprobe snd_sbawe
alsaconf
After that, just answer as you would from the Puppy wizard. When you reboot the module should be loaded automatically and the mixer started, as shown in the system tray.

prehistoric

puppy 3.01 ct4520 (soundblaster awe64)

Posted: Tue 20 May 2008, 02:57
by lol197282
updating modprobe.conf file worked for me
Geany /etc/modprobe.conf
2 lines added at the bottom
alias snd-card-0 snd-sbawe
alias sound-slot-0 snd-sbawe
saved and closed

rebooted & the volume control appeared in the taskbar