Ano-Tech Computers
Enter keyword:

Old SoundBlaster AWE32 card not detected by Ubuntu 8.10
Problem:
After installing Ubuntu 8.10 on a really old computer, the sound card was not detected and the volume control shows up with a red error icon.
 
Solution:

Open a terminal and type the following (without the quotes):
"sudo modprobe snd-sbawe"

If the module loads silently, try the following (also without quotes):
"sudo alsamixer"

A textmode volume control panel should open. If you receive an error message, the problem may lie elsewhere.

If, however, it worked then make sure it works automatically next time you boot.
Edit "/etc/modules" and add the following line (still without the quotes):
"snd-sbawe"

Other sound modules you might like to try:

* snd-dummy = Dummy soundcard
* snd-mpu401 = mpu401 UART
* snd-mtpav = MOTU Midi Timepiece
* snd-serial = Serial UART 16450/16550 MIDI
* snd-virmidi = Dummy soundcard for virtual rawmidi devices
* snd-ad1816a = ADI SoundPort AD1816A
* snd-ad1848 = Generic driver for AD1848/AD1847/CS4248
* snd-als100 = Avance Logic ALS100
* snd-azt2320 = Aztech Systems AZT2320 (and 2316)
* snd-cmi8330 = C-Media's CMI8330
* snd-cs4231 = Generic driver for CS4231 chips
* snd-cs4232 = Generic driver for CS4232 chips
* snd-cs4236 = Generic driver for CS4235/6/7/8/9 chips
* snd-dt019x = Diamond Technologies DT-019x
* snd-es168 = Generic ESS AudioDrive ESx688
* snd-es18xx = Generic ESS AudioDrive ES18xx
* snd-gusclassic = Gus classic
* snd-gusextreme = Gus extreme
* snd-gusmax = Gus Max
* snd-interwave = Interwave
* snd-interwave-stb = Interwave
* snd-opl3sa2 = Yamaha OPL3SA2
* snd-opti93x = OPTi 82c93x based cards
* snd-opti92x-cs4231 = OPTi 82c92x/CS4231
* snd-opti92x-ad1848 = OPTi 82c92x/AD1848
* snd-es968 = ESS AudioDrive ES968
* snd-sb16 = SoundBlaster 16
* snd-sbawe = SoundBlaster 16 AWE
* snd-sb8 = Old 8 bit SoundBlaster (1.0, 2.0, Pro)
* snd-sgalaxy = Sound galaxy
* snd-wavefront = Wavefront
* ad1848 = AD1848
* adlib = Adlib
* mad16 = MAD16
* pas2 = ProAudioSpectrum PAS16
* sb = SoundBlaster
* uart401 = UART 401 (on card chip)
* uart6850 = UART 6850 (on card chip)
* opl3 = Yamaha OPL2/OPL3/OPL4 FM Synthesizer (on card chip)
* opl3sa = Yamaha OPL3-SA FM Synthesizer (on card chip)
* opl3sa2 = Yamaha OPL3-SA2/SA3 FM Synthesizer (on card chip)


 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles