cs4236 sound card (CS4235 audio device) not working in Ubuntu 8.10

Asked by VAJINDER

Hi, I'm Vajinder Dutt
I've recently installed Ubuntu Intrepid Ibex, My system has cs4236 sound card. I hear drum sound at login screen. There after no sound at all. Volume control has red mark, that says "No volume control GStreamer plugins and/or devices found " . System/preference/sound shows no device in device box and all options are set to autodetect.
#lspnp -v output is
01:01.00 CSC0000 Crystal PnP audio system CODEC
    state = active
 dma 1
 dma 3
 irq 5
 io 0x534-0x537
 io 0x388-0x38b
 io 0x220-0x22f

01:01.01 CSC0001 Crystal PnP audio system joystick
    state = disabled

01:01.02 CSC0010 Crystal PnP audio system control registers
    state = active
 io 0x120-0x127

01:01.03 CSC0003 Crystal PnP audio system MPU-401 compatible
    state = active
 io 0x330-0x331

#aplay -l output is
aplay: device_list:215: no soundcards found...

#alsamixer output is
No mixer elems found

When i click at volume control icon, it says:
"The volume control did not find any elements and/or devices to control. This means either that you don't have the right GStreamer plugins installed, or that you don't have a sound card configured".

It is noticeable that I hear crystal clear drum sound at login screen.

I'm really very frustrated. Do help me.
Thanking you

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
VAJINDER
Solved:
Last query:
Last reply:
Revision history for this message
Wim (launchpad-xs4all) said :
#1

Vajinder Dutt,

thank you for giving us this information.
Please open a terminal window (menu: <Applications>,... <Accesoires>,... <Terminal>...)

in that screen enter this command:

   sudo alsamixer

This text based screen you can Mute and un-Mute the sound. Hope this helps! Please reply your answer here...

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please look at

https://help.ubuntu.com/community/SoundTroubleshooting

for some initial suggestions.

Please also follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy/paste each command into the Terminal and then hit <enter>)

aplay -l
cat /dev/sndstat
lspci -nn
lsmod | grep snd
cat /proc/asound/card*/codec* | grep Codec
dmesg | grep 423
dmesg | grep ound

Step 3: Post results (copy/paste terminal output from each command) on this thread

Step 4: Please also specify the exact model and make of your PC (if possible) on this thread

Step 5: Make sure to set all channels to high volume levels in alsamixer EXCEPT for "external amplifier".

Regards,

Mark

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Hi,

Please try the workaround solution from forumuser boulderbum at the following location:

http://ubuntuforums.org/showthread.php?p=6630712

If that workaround does not work, please follow the steps 1 to 5 I mentioned in my previous answer.

Regards,

Mark

Revision history for this message
VAJINDER (iewo) said :
#4

vajinder@Indus:~$ sudo alsamixer
No mixer elems found

vajinder@Indus:~$ aplay -l
aplay: device_list:215: no soundcards found...

vajinder@Indus:~$ cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux Indus 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
CS4235 at 0x534, irq 5, dma 1&3

Audio devices:
0: CS4235 (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: CS4235 MIDI

Timers:
31: system timer

Mixers:
0: CS4235

vajinder@Indus:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge [8086:7190] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge [8086:7191] (rev 03)
00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA [8086:7110] (rev 02)
00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01)
00:07.2 USB Controller [0c03]: Intel Corporation 82371AB/EB/MB PIIX4 USB [8086:7112] (rev 01)
00:07.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 02)
00:0f.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 02)
00:0f.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 02)
00:10.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 05)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc 3D Rage LT Pro AGP-133 [1002:4c42] (rev dc)

vajinder@Indus:~$ lsmod | grep snd
snd_cs4236 22796 0
snd_opl3_lib 18560 1 snd_cs4236
snd_hwdep 15236 1 snd_opl3_lib
snd_cs4236_lib 22784 1 snd_cs4236
snd_mpu401_uart 15360 1 snd_cs4236
snd_cs4231_lib 32640 2 snd_cs4236,snd_cs4236_lib
snd_pcsp 17696 0
snd_pcm_oss 46848 0
snd_mixer_oss 22784 1 snd_pcm_oss
snd_pcm 83204 4 snd_cs4236_lib,snd_cs4231_lib,snd_pcsp,snd_pcm_oss
snd_seq_dummy 10884 0
snd_seq_oss 38528 0
snd_seq_midi 14336 0
snd_rawmidi 29824 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi
snd_seq 57776 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29960 4 snd_opl3_lib,snd_cs4231_lib,snd_pcm,snd_seq
snd_seq_device 15116 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 63268 15 snd_cs4236,snd_opl3_lib,snd_hwdep,snd_cs4236_lib,snd_mpu401_uart,snd_cs4231_lib,snd_pcsp,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 15328 1 snd
snd_page_alloc 16136 2 snd_cs4231_lib,snd_pcm

vajinder@Indus:~$ cat /proc/asound/card*/codec* |grep Codec
cat: /proc/asound/card*/codec*: No such file or directory

vajinder@Indus:~$ dmesg | grep 423
[ 35.991353] cs4236_isapnp 01:01.00: activated
[ 35.993838] cs4236_isapnp 01:01.02: activated
[ 35.996418] cs4236_isapnp 01:01.03: activated

vajinder@Indus:~$ dmesg | ound
bash: ound: command not found

vajinder@Indus:~$ dmesg | sound
bash: ound: command not found

System Configuration
Manufacturer: SIEMENS
Processor: PIII
RAM: 512 MB
HDD: 80 GB ATA

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Hi,

Please open a terminal and run the following commands to update your system and then configure your sound card:

sudo aptitude update
sudo aptitude dist-upgrade
sudo aptitude install alsa-base
sudo alsaconf

In the alsaconf configuration screen, try selecting the option "legacy Probe legacy ISA (non-PnP) chips" Also select the option "Shall I try all possible DMA and IRQ combinations?" Answer yes to that.

Make sure to allow the configuration tool to save the changes it wants to make.

Then enter the following command:

sudo gedit /etc/rc.local

Add the following lines to the end of the /etc/rc.local script:

/etc/init.d/alsa-utils start
/etc/init.d/alsasound start

Reboot your pc. Check mixer settings and test sound again.

Also enter the following command after the reboot:

sudo alsamixer

Make sure to increase volume on all channels except for the "external amplifier"

Regards,

Mark

Revision history for this message
VAJINDER (iewo) said :
#6

Sorry friend, My problem is yet unsolved.....

output of alsaconf is:
vajinder@Indus:~$ alsaconf
bash: alsaconf: command not found

vajinder@Indus:~$ sudo alsamixer
No mixer elems found

Volume control still carries red mark

no sound at all except drum sound at login screen

Revision history for this message
VAJINDER (iewo) said :
#7

Sorry friend, My problem is yet unsolved.....

output of alsaconf is:
vajinder@Indus:~$ alsaconf
bash: alsaconf: command not found

vajinder@Indus:~$ sudo alsamixer
No mixer elems found

Volume control still carries red mark

no sound at all except drum sound at login screen only after adding snd-cs4236 in the /etc/module

aplay - l output is still ->device_list:215: no soundcards found...

vajinder@Indus:~$ modinfo soundcore

filename: /lib/modules/2.6.27-11-generic/kernel/sound/soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: E4F49ED9C4CFD1A5A923330
depends:
vermagic: 2.6.27-11-generic SMP mod_unload modversions 586

vajinder@Indus:~$ find /lib/modules/`uname -r` | grep snd

/lib/modules/2.6.27-11-generic/kernel/sound/usb/snd-usb-audio.ko
/lib/modules/2.6.27-11-generic/kernel/sound/usb/usx2y/snd-usb-usx2y.ko
/lib/modules/2.6.27-11-generic/kernel/sound/usb/caiaq/snd-usb-caiaq.ko
/lib/modules/2.6.27-11-generic/kernel/sound/usb/snd-usb-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/snd-tea6330t.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/other/snd-tea575x-tuner.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/other/snd-pt2258.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/other/snd-ak4117.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/other/snd-ak4114.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/snd-cs8427.ko
/lib/modules/2.6.27-11-generic/kernel/sound/i2c/snd-i2c.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd-timer.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd-rawmidi.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd-hwdep.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-dummy.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-midi-emul.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-device.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-midi.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-virmidi.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/snd-seq-midi-event.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/seq/oss/snd-seq-oss.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd-pcm.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd-page-alloc.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/oss/snd-mixer-oss.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/oss/snd-pcm-oss.ko
/lib/modules/2.6.27-11-generic/kernel/sound/core/snd.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pcmcia/vx/snd-vxpocket.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-virmidi.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/mpu401/snd-mpu401.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/opl4/snd-opl4-synth.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/opl4/snd-opl4-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-portman2x4.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-mtpav.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-serial-u16550.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/pcsp/snd-pcsp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/opl3/snd-opl3-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/opl3/snd-opl3-synth.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-dummy.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/snd-mts64.ko
/lib/modules/2.6.27-11-generic/kernel/sound/drivers/vx/snd-vx-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/mixart/snd-mixart.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/pcxhr/snd-pcxhr.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-ad1889.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/aw2/snd-aw2.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/vx222/snd-vx222.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-intel8x0m.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-sonicvibes.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ca0106/snd-ca0106.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-bt87x.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-via82xx-modem.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/korg1212/snd-korg1212.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/cs46xx/snd-cs46xx.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/au88x0/snd-au8810.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/au88x0/snd-au8830.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/au88x0/snd-au8820.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-rme96.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-cmipci.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-es1968.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-atiixp-modem.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-fm801.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-cs5530.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/rme9652/snd-rme9652.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/rme9652/snd-hdsp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/rme9652/snd-hdspm.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ice1712/snd-ice1724.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ice1712/snd-ice1712.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/nm256/snd-nm256.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-rme32.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/riptide/snd-riptide.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-oxygen-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-hifier.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-oxygen.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/oxygen/snd-virtuoso.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-intel8x0.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-es1938.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ac97/snd-ac97-codec.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-ens1370.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/trident/snd-trident.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/emu10k1/snd-emu10k1.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-via82xx.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-azt3328.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ymfpci/snd-ymfpci.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/ali5451/snd-ali5451.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-als4000.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-ens1371.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/cs5535audio/snd-cs5535audio.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-sis7019.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-cs4281.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-layla24.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-darla24.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-gina24.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-indigodj.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-echo3g.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-mia.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-gina20.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-mona.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-indigo.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-layla20.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-indigoio.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/echoaudio/snd-darla20.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-maestro3.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/hda/snd-hda-intel.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-als300.ko
/lib/modules/2.6.27-11-generic/kernel/sound/pci/snd-atiixp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/soc/snd-soc-core.ko
/lib/modules/2.6.27-11-generic/kernel/sound/oss/msnd_classic.ko
/lib/modules/2.6.27-11-generic/kernel/sound/oss/msnd_pinnacle.ko
/lib/modules/2.6.27-11-generic/kernel/sound/oss/msnd.ko
/lib/modules/2.6.27-11-generic/kernel/sound/synth/snd-util-mem.ko
/lib/modules/2.6.27-11-generic/kernel/sound/synth/emux/snd-emux-synth.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-azt2320.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/ad1848/snd-ad1848.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/ad1848/snd-ad1848-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-opl3sa2.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-sscape.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-es18xx.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-gusclassic.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-interwave-stb.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-gusextreme.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-gusmax.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-gus-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/gus/snd-interwave.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/wavefront/snd-wavefront.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-sc6000.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-als100.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/opti9xx/snd-miro.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/opti9xx/snd-opti92x-ad1848.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/opti9xx/snd-opti93x.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/opti9xx/snd-opti92x-cs4231.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/cs423x/snd-cs4231-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/cs423x/snd-cs4231.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/cs423x/snd-cs4236.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/cs423x/snd-cs4236-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/cs423x/snd-cs4232.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/es1688/snd-es1688-lib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/es1688/snd-es1688.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-dt019x.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-adlib.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb8-dsp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sbawe.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb16.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-es968.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb8.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-emu8000-synth.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb16-csp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb16-dsp.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/sb/snd-sb-common.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-sgalaxy.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/ad1816a/snd-ad1816a.ko
/lib/modules/2.6.27-11-generic/kernel/sound/isa/snd-cmi8330.ko
/lib/modules/2.6.27-11-generic/kernel/ubuntu/misc/media/snd-bt-sco.ko

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#8

Hi,

Please try the solution suggestions in this link:

http://ubuntuforums.org/archive/index.php/t-31226.html

Make sure to edit the /boot/grub/menu.list file and add acpi=off pnpbios=off at the end of the kernel line.

Also deactivate the "quick boot option" in the BIOS, if you find that option in there.

Then reboot pc and retest sound.

Regards,

Mark

Revision history for this message
VAJINDER (iewo) said :
#9

Thanks Mark for your attention and contribution,

I have solved my problem. Just what I was saying before that It was not a big problem. I was hearing drum sound before login. But after login There was no sound. What I did to solve this problem is as follows:

Added snd-cs4236 at the bottom of the file '/etc/modules'.

#grep 'audio' /etc/group

I got output: audio:x:29:pulse

#nano /etc/group

and replaced pulse with username ( audio:x:29:username)

Reboot

And I got the splendid sound.

Thanks again.

Revision history for this message
VAJINDER (iewo) said :
#10

Thanks Tom and Sam for your attention and contribution,

I have solved my problem. Just what I was saying before that It was not a big problem. I was hearing drum sound before login. But after login There was no sound. What I did to solve this problem is as follows:

Added snd-cs4236 at the bottom of the file '/etc/modules'.

#grep 'audio' /etc/group

I got output: audio:x:29:pulse

#nano /etc/group

and replaced pulse with username ( audio:x:29:username)

Reboot

And I got the splendid sound.

Thanks again.