Codec: IDT 92HD71B7X - Mixer: Intel G45 DEVCTG - STAC92xx Analog (DUPLEX) Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03) - sound works via headphones, but sound not working via Compaq CQ40 laptop speakers in Ubuntu 9.04

Asked by Sriram

I have a Compaq C40 laptop. I recently installed Ubuntu Linux 9.04. I am a first time user of Linux. My sound card does not work although all volume controls can be operated. Can someone please help? I have tried testing out the various options under Sound Events but none seem to work.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

In order to gather essential troubleshooting information about your sound card, please first follow this procedure:

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

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

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

bash alsa-info.sh

When the alsa-info.sh script asks "Do you want to run this script? [y/n]", press y and then hit <enter> to make sure the script actually runs. Please send us the full terminal output after the script has actually run.

Step 3: Run the following command. The command STARTS with the word cat and ENDS with the word snd. So please copy-paste the ENTIRE command below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again.

cat /proc/asound/cards; sudo aptitude install gnome-alsamixer asoundconf-gtk alsa-utils; asoundconf list; aplay -l; sudo lshw -C sound; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; lsmod | grep snd

Step 4: Please post results (copy/paste terminal output) on this thread

Step 5: Please also report on this thread if you cannot hear sound through the speakers, the headphones or cannot hear sound on both.

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

Step 7: If you are using a dual boot system (with Windows and Ubuntu installed on separate partitions),
then make sure to set the sound volume in Windows to a high level before booting into Ubuntu.
Also make sure to use the special function keys in Windows to make sure the loudspeakers are physically switched ON and working properly in Windows before installing and testing Ubuntu. This step is necessary with certain Toshiba Tecra laptops.

Step 8: Experiment with the audio settings in gnome-alsamixer and asoundconf-gtk until you get sound (hopefully)

Step 9: In System/Administration/Users and Groups , make sure that your user and the root user are members of the following 5 groups:

pulse

pulse-access

pulse-rt

audio

video

Step 10: Run the command gnome-volume-control and set the Sound Theme to "No sounds" (Sound Theme is also accessible via System > Preferences > Sound)

Step 11: Try connecting headphones to different audio jacks/ports on the backpanel of the sound card until you hopefully hear sound

Step 12: If you happen to have two soundcards installed in your pc, one integrated into the motherboard and one inserted into a PCI slot, then try removing the PCI audio card, reboot your pc and retest sound using only the motherboard's soundchip.

======================================================================================================

Please also read the following pages

http://www.ubuntugeek.com/sound-solutions-for-ubuntu-904-jaunty-users.html

http://doc.ubuntu-fr.org/audio_intel_hda (check for correct /etc/modprobe.d/alsa-base.conf options at bottom of this page)

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

http://ubuntuforums.org/showthread.php?t=789578&highlight=audacity

for some initial suggestions.

You should add the following string to the /etc/modprobe.d/alsa-base.conf file

options snd-hda-intel model=YOUR_MODEL

Valid model names (that replace YOUR_MODEL) depending on the codec chip, can be found at

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=blob_plain;f=Documentation/sound/alsa/ALSA-Configuration.txt

If you do not know your codec chip name, you can execute the following Terminal command to find out:

cat /proc/asound/card*/codec* | grep Codec

Each combination of audio codec, audio mixer and audio device name requires a very specific configuration in the alsa-base.conf file, if the audio chipset does not work out-of-the-box.

Make sure to set all channels to high volume levels in gnome-alsamixer.

Make sure all the different speakers (including 'Front', 'Master', and 'PCM") are NOT muted and NOT set to low volume levels in gnome-alsamixer.

If sound still does not work, try upgrading ALSA to the newest version, reboot and retest sound.

ALSA upgrade procedure is here:

http://monespaceperso.org/blog-en/2009/05/09/upgrade-alsa-1020-on-ubuntu-jaunty-904/

Kind regards,

Mark

Revision history for this message
Sriram (sriram-aca) said :
#2

Hi Mark,

I thought of letting you know that, based on your advice, i tried out with headphones. I can hear the sound when i use headphones. Cant get any sound from the laptop speaker.

Do i still follow the instructions given in your response or do i need to do something different now?

Thanks
Sriram

Revision history for this message
Sriram (sriram-aca) said :
#3

Hi Mark,

Below is the screenshot for the alsa-info.sh script

sriram@sriram-laptop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh
--2009-07-28 16:11:54-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 212.20.107.51
Connecting to www.alsa-project.org|212.20.107.51|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [following]
--2009-07-28 16:11:59-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving git.alsa-project.org... 212.20.107.51
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `alsa-info.sh'

    [ <=> ] 26,185 91.6K/s in 0.3s

2009-07-28 16:12:01 (91.6 KB/s) - `alsa-info.sh' saved [26185]

sriram@sriram-laptop:~$ bash alsa-info.sh
ALSA Information Script v 0.4.57
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See 'alsa-info.sh --help' for command line options.

Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=54fddc6c749a19f30daa86fd621260c88293e74a

Please inform the person helping you.

sriram@sriram-laptop:~$

Revision history for this message
Sriram (sriram-aca) said :
#4

Hi Mark,

In response to Step 3 advised by you, below is the terminal output :

sriram@sriram-laptop:~$ cat /proc/asound/cards; sudo aptitude install gnome-alsamixer asoundconf-gtk alsa-utils; asoundconf list; aplay -l; sudo lshw -C sound; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; lsmod | grep snd
 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0x5c800000 irq 22
[sudo] password for sriram:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
The following NEW packages will be installed:
  asoundconf-gtk gnome-alsamixer libgconfmm-2.6-1c2{a} libglademm-2.4-1c2a{a} libpulse-mainloop-glib0{a} padevchooser{a} paman{a} paprefs{a}
  pavucontrol{a} pavumeter{a} pulseaudio-module-zeroconf{a}
The following packages will be REMOVED:
  linux-headers-2.6.28-11{u} linux-headers-2.6.28-11-generic{u}
0 packages upgraded, 11 newly installed, 2 to remove and 0 not upgraded.
Need to get 405kB of archives. After unpacking 72.0MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://in.archive.ubuntu.com jaunty/universe asoundconf-gtk 1.6-0ubuntu1 [6444B]
Get:2 http://in.archive.ubuntu.com jaunty/universe gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2 [53.7kB]
Get:3 http://in.archive.ubuntu.com jaunty/main libgconfmm-2.6-1c2 2.24.0-0ubuntu1 [31.1kB]
Get:4 http://in.archive.ubuntu.com jaunty/main libglademm-2.4-1c2a 2.6.7-1 [21.4kB]
Get:5 http://in.archive.ubuntu.com jaunty-updates/main libpulse-mainloop-glib0 1:0.9.14-0ubuntu20.2 [30.9kB]
Get:6 http://in.archive.ubuntu.com jaunty/universe pavumeter 0.9.3-1ubuntu1 [29.2kB]
Get:7 http://in.archive.ubuntu.com jaunty/universe pavucontrol 0.9.7-1ubuntu3 [66.0kB]
Get:8 http://in.archive.ubuntu.com jaunty/universe paman 0.9.4-1ubuntu2 [92.2kB]
Get:9 http://in.archive.ubuntu.com jaunty-updates/main pulseaudio-module-zeroconf 1:0.9.14-0ubuntu20.2 [18.4kB]
Get:10 http://in.archive.ubuntu.com jaunty/universe paprefs 0.9.7-0ubuntu1 [35.2kB]
Get:11 http://in.archive.ubuntu.com jaunty/universe padevchooser 0.9.3-2ubuntu4 [20.2kB]
Fetched 405kB in 6s (64.1kB/s)
(Reading database ... 122173 files and directories currently installed.)
Removing linux-headers-2.6.28-11-generic ...
Removing linux-headers-2.6.28-11 ...
Selecting previously deselected package asoundconf-gtk.
(Reading database ... 105872 files and directories currently installed.)
Unpacking asoundconf-gtk (from .../asoundconf-gtk_1.6-0ubuntu1_all.deb) ...
Selecting previously deselected package gnome-alsamixer.
Unpacking gnome-alsamixer (from .../gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2_i386.deb) ...
Selecting previously deselected package libgconfmm-2.6-1c2.
Unpacking libgconfmm-2.6-1c2 (from .../libgconfmm-2.6-1c2_2.24.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package libglademm-2.4-1c2a.
Unpacking libglademm-2.4-1c2a (from .../libglademm-2.4-1c2a_2.6.7-1_i386.deb) ...
Selecting previously deselected package libpulse-mainloop-glib0.
Unpacking libpulse-mainloop-glib0 (from .../libpulse-mainloop-glib0_1%3a0.9.14-0ubuntu20.2_i386.deb) ...
Selecting previously deselected package pavumeter.
Unpacking pavumeter (from .../pavumeter_0.9.3-1ubuntu1_i386.deb) ...
Selecting previously deselected package pavucontrol.
Unpacking pavucontrol (from .../pavucontrol_0.9.7-1ubuntu3_i386.deb) ...
Selecting previously deselected package paman.
Unpacking paman (from .../paman_0.9.4-1ubuntu2_i386.deb) ...
Selecting previously deselected package pulseaudio-module-zeroconf.
Unpacking pulseaudio-module-zeroconf (from .../pulseaudio-module-zeroconf_1%3a0.9.14-0ubuntu20.2_i386.deb) ...
Selecting previously deselected package paprefs.
Unpacking paprefs (from .../paprefs_0.9.7-0ubuntu1_i386.deb) ...
Selecting previously deselected package padevchooser.
Unpacking padevchooser (from .../padevchooser_0.9.3-2ubuntu4_i386.deb) ...
Processing triggers for man-db ...
Setting up asoundconf-gtk (1.6-0ubuntu1) ...
Setting up gnome-alsamixer (0.9.7~cvs.20060916.ds.1-2) ...

Setting up libgconfmm-2.6-1c2 (2.24.0-0ubuntu1) ...

Setting up libglademm-2.4-1c2a (2.6.7-1) ...

Setting up libpulse-mainloop-glib0 (1:0.9.14-0ubuntu20.2) ...

Setting up pavumeter (0.9.3-1ubuntu1) ...

Setting up pavucontrol (0.9.7-1ubuntu3) ...

Setting up paman (0.9.4-1ubuntu2) ...

Setting up pulseaudio-module-zeroconf (1:0.9.14-0ubuntu20.2) ...
Setting up paprefs (0.9.7-0ubuntu1) ...

Setting up padevchooser (0.9.3-2ubuntu4) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

Names of available sound cards:
Intel
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
  *-multimedia
       description: Audio device
       product: 82801I (ICH9 Family) HD Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel
total 0
crw-rw----+ 1 root audio 116, 2 2009-07-28 08:29 timer
crw-rw----+ 1 root audio 116, 3 2009-07-28 08:29 seq
crw-rw----+ 1 root audio 116, 8 2009-07-28 08:29 controlC0
drwxr-xr-x 2 root root 180 2009-07-28 08:29 .
crw-rw----+ 1 root audio 116, 4 2009-07-28 08:47 pcmC0D3p
crw-rw----+ 1 root audio 116, 5 2009-07-28 08:47 pcmC0D1p
crw-rw----+ 1 root audio 116, 7 2009-07-28 08:49 pcmC0D0c
crw-rw----+ 1 root audio 116, 6 2009-07-28 14:28 pcmC0D0p
drwxr-xr-x 17 root root 4180 2009-07-28 16:19 ..
Sound Driver:3.8.1a-980706 (ALSA v1.0.18rc3 emulation code)
Kernel: Linux sriram-laptop 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA Intel at 0x5c800000 irq 22

Audio devices:
0: STAC92xx Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers:
0: Intel G45 DEVCTG
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a43] (rev 07)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 [8086:2944] (rev 03)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 [8086:2946] (rev 03)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 03)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 [8086:294a] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)
00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M LPC Interface Controller [8086:2919] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation ICH9M/M-E SATA AHCI Controller [8086:2929] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)
03:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
05:00.0 System peripheral [0880]: JMicron Technologies, Inc. SD/MMC Host Controller [197b:2382]
05:00.2 SD Host controller [0805]: JMicron Technologies, Inc. Standard SD Host Controller [197b:2381]
05:00.3 System peripheral [0880]: JMicron Technologies, Inc. MS Host Controller [197b:2383]
05:00.4 System peripheral [0880]: JMicron Technologies, Inc. xD Host Controller [197b:2384]
snd_hda_intel 434100 5
snd_pcm_oss 46336 0
snd_mixer_oss 22656 1 snd_pcm_oss
snd_pcm 82948 3 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 10756 0
snd_seq_oss 37760 0
snd_seq_midi 14336 0
snd_rawmidi 29696 1 snd_seq_midi
snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29704 2 snd_pcm,snd_seq
snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 62628 18 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 15200 1 snd
snd_page_alloc 16904 2 snd_hda_intel,snd_pcm
sriram@sriram-laptop:~$

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#5
Revision history for this message
Sriram (sriram-aca) said :
#6

Hi Mark,

thanks for all help. there is sound from the speakers. However, the volume is quite low. any suggestions?

Thanks
Sriram

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

Hi,

Please try using the command

gnome-alsamixer

to set all the channels to maximum volume levels.

Regards,

Mark

Revision history for this message
ATUL SINGH (atulsingh7890) said :
#8

I m also having the problem of not getting the sound of my laptop speakers , i have tried all theeese but nothing success uptil now happened – can you give me another method
BELOW IS THE OUPUT OF COMMANDS AS STATED:
root@atul-laptop:/home/atul# wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

--2009-09-12 15:19:36-- http://www.alsa-project.org/alsa-info.sh

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 302 Found

Location: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [following]

--2009-09-12 15:19:40-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... No data received.

Retrying.

--2009-09-12 15:19:42-- (try: 2) http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh

Connecting to 10.10.11.1:8080... failed: Connection refused.

root@atul-laptop:/home/atul# wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

--2009-09-12 15:19:46-- http://www.alsa-project.org/alsa-info.sh

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 302 Found

Location: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [following]

--2009-09-12 15:19:46-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 200 OK

Length: 26584 (26K) [text/plain]

Saving to: `alsa-info.sh'

100%[======================================>] 26,584 --.-K/s in 0.002s

2009-09-12 15:19:52 (10.9 MB/s) - `alsa-info.sh' saved [26584/26584]

root@atul-laptop:/home/atul# cat /proc/asound/cards; sudo aptitude install gnome-alsamixer asoundconf-gtk alsa-utils flashplugin-nonfree-extrasound ; asoundconf list; aplay -l; sudo lshw -C sound; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; lsmod | grep snd

 0 [Intel ]: HDA-Intel - HDA Intel

                      HDA Intel at 0x9c800000 irq 22

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading extended state information

Initializing package states... Done

Writing extended state information... Done

The following NEW packages will be installed:

  asoundconf-gtk flashplugin-installer{a} flashplugin-nonfree{a}

  flashplugin-nonfree-extrasound gnome-alsamixer libgconfmm-2.6-1c2{a}

  libglademm-2.4-1c2a{a} libpulse-mainloop-glib0{a} padevchooser{a}

  paman{a} paprefs{a} pavucontrol{a} pavumeter{a}

  pulseaudio-module-zeroconf{a}

The following packages will be REMOVED:

  libgeomview-1.9.4{u}

0 packages upgraded, 14 newly installed, 1 to remove and 0 not upgraded.

Need to get 166kB/434kB of archives. After unpacking 1892kB will be used.

Do you want to continue? [Y/n/?] y

Writing extended state information... Done

Get:1 http://in.archive.ubuntu.com jaunty/universe paman 0.9.4-1ubuntu2 [92.2kB]

Get:2 http://in.archive.ubuntu.com jaunty-updates/main pulseaudio-module-zeroconf 1:0.9.14-0ubuntu20.2 [18.4kB]

Get:3 http://in.archive.ubuntu.com jaunty/universe paprefs 0.9.7-0ubuntu1 [35.2kB]

Get:4 http://in.archive.ubuntu.com jaunty/universe padevchooser 0.9.3-2ubuntu4 [20.2kB]

Fetched 166kB in 2min 24s (1150B/s)

Preconfiguring packages ...

(Reading database ... 144606 files and directories currently installed.)

Removing libgeomview-1.9.4 ...

Processing triggers for libc6 ...

ldconfig deferred processing now taking place

Selecting previously deselected package asoundconf-gtk.

(Reading database ... 144600 files and directories currently installed.)

Unpacking asoundconf-gtk (from .../asoundconf-gtk_1.6-0ubuntu1_all.deb) ...

Selecting previously deselected package flashplugin-installer.

Unpacking flashplugin-installer (from .../flashplugin-installer_10.0.32.18ubuntu0.9.04.1_i386.deb) ...

Selecting previously deselected package flashplugin-nonfree.

Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_10.0.32.18ubuntu0.9.04.1_i386.deb) ...

Selecting previously deselected package flashplugin-nonfree-extrasound.

Unpacking flashplugin-nonfree-extrasound (from .../flashplugin-nonfree-extrasound_0.0.svn2431-3_i386.deb) ...

Selecting previously deselected package gnome-alsamixer.

Unpacking gnome-alsamixer (from .../gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2_i386.deb) ...

Selecting previously deselected package libgconfmm-2.6-1c2.

Unpacking libgconfmm-2.6-1c2 (from .../libgconfmm-2.6-1c2_2.24.0-0ubuntu1_i386.deb) ...

Selecting previously deselected package libglademm-2.4-1c2a.

Unpacking libglademm-2.4-1c2a (from .../libglademm-2.4-1c2a_2.6.7-1_i386.deb) ...

Selecting previously deselected package libpulse-mainloop-glib0.

Unpacking libpulse-mainloop-glib0 (from .../libpulse-mainloop-glib0_1%3a0.9.14-0ubuntu20.2_i386.deb) ...

Selecting previously deselected package pavumeter.

Unpacking pavumeter (from .../pavumeter_0.9.3-1ubuntu1_i386.deb) ...

Selecting previously deselected package pavucontrol.

Unpacking pavucontrol (from .../pavucontrol_0.9.7-1ubuntu3_i386.deb) ...

Selecting previously deselected package paman.

Unpacking paman (from .../paman_0.9.4-1ubuntu2_i386.deb) ...

Selecting previously deselected package pulseaudio-module-zeroconf.

Unpacking pulseaudio-module-zeroconf (from .../pulseaudio-module-zeroconf_1%3a0.9.14-0ubuntu20.2_i386.deb) ...

Selecting previously deselected package paprefs.

Unpacking paprefs (from .../paprefs_0.9.7-0ubuntu1_i386.deb) ...

Selecting previously deselected package padevchooser.

Unpacking padevchooser (from .../padevchooser_0.9.3-2ubuntu4_i386.deb) ...

Processing triggers for man-db ...

Setting up asoundconf-gtk (1.6-0ubuntu1) ...

Setting up flashplugin-installer (10.0.32.18ubuntu0.9.04.1) ...

Downloading...

--2009-09-12 15:23:35-- http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.0.32.18.orig.tar.gz

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 200 OK

Length: 4023856 (3.8M) [application/x-gzip]

Saving to: `./adobe-flashplugin_10.0.32.18.orig.tar.gz'

     0K .......... .......... .......... .......... .......... 1% 11.2K 5m46s

    50K .......... .......... .......... .......... .......... 2% 8.52K 6m36s

   100K .......... .......... .......... .......... .......... 3% 6.58K 7m32s

   150K .......... ........ 4% 11.4K=20s

2009-09-12 15:23:56 (8.61 KB/s) - Connection closed at byte 172032. Retrying.

--2009-09-12 15:23:57-- (try: 2) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.0.32.18.orig.tar.gz

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 206 Partial Content

Length: 4023856 (3.8M), 3851824 (3.7M) remaining [application/x-gzip]

Saving to: `./adobe-flashplugin_10.0.32.18.orig.tar.gz'

        [ skipping 150K ]

   150K ,,,,,,,,,, ,,,,,,,,.. .......... .......... .......... 5% 20.3K 4m47s

   200K .......... .......... .......... .......... .......... 6% 12.4K 4m52s

   250K .......... .......... .......... .......... .......... 7% 11.7K 4m56s

   300K .......... .......... .......... .......... .......... 8% 9.15K 5m19s

   350K .......... .......... .......... .......... .......... 10% 10.3K 5m20s

   400K .......... .......... .......... .......... .......... 11% 4.88K 6m26s

   450K .......... .......... .......... .......... .......... 12% 5.62K 6m55s

   500K .......... .......... .......... .......... .......... 13% 10.5K 6m38s

   550K .......... .......... .......... .......... .......... 15% 13.7K 6m15s

   600K .......... .......... .......... .......... .......... 16% 5.54K 6m32s

   650K .......... .......... .......... .......... .......... 17% 11.1K 6m17s

   700K .......... .......... .......... .......... .......... 19% 11.2K 6m4s

   750K .......... .......... .......... .......... .......... 20% 5.44K 6m15s

   800K .......... .......... .......... .......... .......... 21% 13.2K 5m59s

   850K .......... .......... .......... .......... .......... 22% 5.42K 6m8s

   900K .......... .......... .......... .......... .......... 24% 6.14K 6m9s

   950K .......... .......... .......... .......... .......... 25% 7.70K 6m4s

  1000K .......... .......... .......... .......... .......... 26% 9.35K 5m55s

  1050K .......... .......... .......... .......... .......... 27% 8.32K 5m49s

  1100K .......... .......... .......... .......... .... 29% 12.4K=1m58s

2009-09-12 15:26:00 (8.25 KB/s) - Connection closed at byte 1172262. Retrying.

--2009-09-12 15:26:02-- (try: 3) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.0.32.18.orig.tar.gz

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 206 Partial Content

Length: 4023856 (3.8M), 2851594 (2.7M) remaining [application/x-gzip]

Saving to: `./adobe-flashplugin_10.0.32.18.orig.tar.gz'

        [ skipping 1100K ]

  1100K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,...... 29% 80.3M 0s

  1150K .......... .......... .......... .......... .......... 30% 8.74K 4m43s

  1200K .......... .......... .......... .......... .......... 31% 7.47K 5m16s

  1250K .......... .......... .......... .......... .......... 33% 6.58K 5m39s

  1300K .......... .......... .......... .......... .......... 34% 9.19K 5m20s

  1350K .......... .......... .......... .......... .......... 35% 6.10K 5m34s

  1400K .......... .......... .......... .......... .......... 36% 5.75K 5m44s

  1450K .......... .......... .......... .......... .......... 38% 9.68K 5m25s

  1500K .......... .......... .......... .......... .......... 39% 5.48K 5m33s

  1550K .......... .......... .......... .......... .......... 40% 7.39K 5m24s

  1600K .......... .......... .......... .......... .......... 41% 4.89K 5m32s

  1650K .......... .......... .......... .......... .......... 43% 5.58K 5m32s

  1700K .......... .......... .......... .......... .......... 44% 6.70K 5m24s

  1750K .......... .......... .......... .......... .......... 45% 8.69K 5m11s

  1800K .......... .......... .......... .......... .......... 47% 5.13K 5m11s

  1850K .......... .......... .......... .......... .......... 48% 6.03K 5m6s

  1900K .......... .......... .......... .......... .......... 49% 9.29K 4m53s

  1950K .......... .......... .......... .......... .......... 50% 8.08K 4m43s

  2000K .......... .......... .......... .......... .......... 52% 8.09K 4m33s

  2050K .......... .......... .......... .......... .......... 53% 8.63K 4m23s

  2100K .......... .......... .......... .......... .......... 54% 5.02K 4m21s

  2150K .......... .......... .......... .......... .......... 55% 7.90K 4m12s

  2200K .......... .......... .......... .......... .......... 57% 8.26K 4m3s

  2250K .......... .......... .......... .......... .......... 58% 5.87K 3m57s

  2300K .......... .......... .......... .......... .......... 59% 4.56K 3m55s

  2350K .......... .......... .......... .......... .......... 61% 7.26K 3m47s

  2400K .......... .......... .......... .......... .......... 62% 7.09K 3m39s

  2450K .......... .......... .......... .......... .......... 63% 6.98K 3m31s

  2500K .......... .......... .......... .......... .......... 64% 8.28K 3m23s

  2550K .......... .......... .......... .......... .......... 66% 17.0K 3m11s

  2600K .......... .......... .......... .......... .......... 67% 6.41K 3m5s

  2650K .......... .......... .......... .......... .......... 68% 10.7K 2m55s

  2700K .......... .......... .......... .......... .......... 69% 11.4K 2m46s

  2750K .......... .......... .......... .......... .......... 71% 15.3K 2m37s

  2800K .......... .......... .......... .......... .......... 72% 12.8K 2m28s

  2850K .......... .......... .......... .......... .......... 73% 10.5K 2m20s

  2900K .......... .......... .......... .......... .......... 75% 14.1K 2m11s

  2950K .......... .......... .......... .......... .......... 76% 12.2K 2m3s

  3000K .......... .......... .......... .......... .......... 77% 9.18K 1m56s

  3050K .......... .......... .......... .......... .......... 78% 10.4K 1m49s

  3100K .......... .......... .......... .......... .......... 80% 7.90K 1m42s

  3150K .......... .......... .......... .......... .......... 81% 6.47K 96s

  3200K .......... .......... .......... .......... .......... 82% 12.1K 89s

  3250K .......... .......... .......... .......... .......... 83% 10.2K 82s

  3300K .......... .......... .......... .......... .......... 85% 3.83K 77s

  3350K .......... .......... .......... .......... .......... 86% 7.22K 70s

  3400K .......... .......... .......... .......... .......... 87% 10.8K 63s

  3450K .......... .......... .......... .......... .......... 89% 8.66K 56s

  3500K .......... .......... .......... .......... .......... 90% 7.08K 50s

  3550K .......... .......... .......... .......... .......... 91% 10.4K 43s

  3600K .......... .......... .......... .......... .......... 92% 9.72K 36s

  3650K .......... .......... .......... .......... .......... 94% 10.3K 30s

  3700K .......... .......... ....... 94% 9.80K=5m34s

2009-09-12 15:31:38 (7.73 KB/s) - Connection closed at byte 3817419. Retrying.

--2009-09-12 15:31:41-- (try: 4) http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.0.32.18.orig.tar.gz

Connecting to 10.10.11.1:8080... connected.

Proxy request sent, awaiting response... 206 Partial Content

Length: 4023856 (3.8M), 206437 (202K) remaining [application/x-gzip]

Saving to: `./adobe-flashplugin_10.0.32.18.orig.tar.gz'

        [ skipping 3700K ]

  3700K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,... .......... .......... 95% 40.9K 10s

  3750K .......... .......... .......... .......... .......... 96% 8.08M 2s

  3800K .......... .......... .......... .......... .......... 97% 5.92M 1s

  3850K .......... .......... .......... .......... .......... 99% 8.98M 0s

  3900K .......... .......... ......... 100% 4.29M=1.3s

2009-09-12 15:31:55 (161 KB/s) - `./adobe-flashplugin_10.0.32.18.orig.tar.gz' saved [4023856/4023856]

Download done.

Flash Plugin installed.

Setting up flashplugin-nonfree (10.0.32.18ubuntu0.9.04.1) ...

Setting up flashplugin-nonfree-extrasound (0.0.svn2431-3) ...

Setting up gnome-alsamixer (0.9.7~cvs.20060916.ds.1-2) ...

Setting up libgconfmm-2.6-1c2 (2.24.0-0ubuntu1) ...

Setting up libglademm-2.4-1c2a (2.6.7-1) ...

Setting up libpulse-mainloop-glib0 (1:0.9.14-0ubuntu20.2) ...

Setting up pavumeter (0.9.3-1ubuntu1) ...

Setting up pavucontrol (0.9.7-1ubuntu3) ...

Setting up paman (0.9.4-1ubuntu2) ...

Setting up pulseaudio-module-zeroconf (1:0.9.14-0ubuntu20.2) ...

Setting up paprefs (0.9.7-0ubuntu1) ...

Setting up padevchooser (0.9.3-2ubuntu4) ...

Processing triggers for libc6 ...

ldconfig deferred processing now taking place

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading extended state information

Initializing package states... Done

Writing extended state information... Done

Please note that you are attempting to run asoundconf as a privileged superuser, which may have unintended consequences.

Names of available sound cards:

Intel

**** List of PLAYBACK Hardware Devices ****

card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]

  Subdevices: 0/1

  Subdevice #0: subdevice #0

card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

  *-multimedia

       description: Audio device

       product: 82801I (ICH9 Family) HD Audio Controller

       vendor: Intel Corporation

       physical id: 1b

       bus info: pci@0000:00:1b.0

       version: 03

       width: 64 bits

       clock: 33MHz

       capabilities: pm msi pciexpress bus_master cap_list

       configuration: driver=HDA Intel latency=0 module=snd_hda_intel

total 0

crw-rw----+ 1 root audio 116, 33 2009-09-12 15:04 timer

crw-rw----+ 1 root audio 116, 1 2009-09-12 15:04 seq

crw-rw----+ 1 root audio 116, 17 2009-09-12 15:04 pcmC0D1p

crw-rw----+ 1 root audio 116, 6 2009-09-12 15:04 hwC0D2

crw-rw----+ 1 root audio 116, 5 2009-09-12 15:04 hwC0D1

crw-rw----+ 1 root audio 116, 4 2009-09-12 15:04 hwC0D0

crw-rw----+ 1 root audio 116, 0 2009-09-12 15:04 controlC0

drwxr-xr-x 2 root root 220 2009-09-12 15:04 .

crw-rw----+ 1 root audio 116, 16 2009-09-12 15:05 pcmC0D0p

crw-rw----+ 1 root audio 116, 24 2009-09-12 15:05 pcmC0D0c

drwxr-xr-x 17 root root 4320 2009-09-12 15:32 ..

Sound Driver:3.8.1a-980706 (ALSA v1.0.18 emulation code)

Kernel: Linux atul-laptop 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686

Config options: 0

Installed drivers:

Type 10: ALSA emulation

Card config:

HDA Intel at 0x9c800000 irq 22

Audio devices:

0: STAC92xx Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:

7: system timer

Mixers:

0: Generic 8086 ID 2802

00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a43] (rev 07)

00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03)

00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 03)

00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)

00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03)

00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03)

00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 [8086:2944] (rev 03)

00:1c.3 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 [8086:2946] (rev 03)

00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 03)

00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 [8086:294a] (rev 03)

00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03)

00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03)

00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03)

00:1d.3 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 03)

00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)

00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M LPC Interface Controller [8086:2919] (rev 03)

00:1f.2 SATA controller [0106]: Intel Corporation ICH9M/M-E SATA AHCI Controller [8086:2929] (rev 03)

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)

03:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)

05:00.0 System peripheral [0880]: JMicron Technologies, Inc. SD/MMC Host Controller [197b:2382]

05:00.2 SD Host controller [0805]: JMicron Technologies, Inc. Standard SD Host Controller [197b:2381]

05:00.3 System peripheral [0880]: JMicron Technologies, Inc. MS Host Controller [197b:2383]

05:00.4 System peripheral [0880]: JMicron Technologies, Inc. xD Host Controller [197b:2384]

snd_hda_intel 424724 5

snd_pcm_oss 45984 0

snd_mixer_oss 22656 1 snd_pcm_oss

snd_pcm 82948 3 snd_hda_intel,snd_pcm_oss

snd_page_alloc 17032 2 snd_hda_intel,snd_pcm

snd_hwdep 15236 1 snd_hda_intel

snd_seq_dummy 10884 0

snd_seq_oss 39296 0

snd_seq_midi 14240 0

snd_rawmidi 29472 1 snd_seq_midi

snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi

snd_seq 57456 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event

snd_timer 29320 3 snd_pcm,snd_seq

snd_seq_device 15372 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq

snd 65444 19 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device

soundcore 15200 1 snd

root@atul-laptop:/home/atul#

CAN U PLEASE HELP ME OUT

Revision history for this message
ATUL SINGH (atulsingh7890) said :
#9

.........

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

Hi Atul Singh,

This thread is already in status 'solved'.

Please create a separate thread for your sound issue.

Thanks,

Mark