Codec + Mixer: IDT 92HD75B3X5 - STAC92xx Analog (DUPLEX) Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03) - no sound via front speakers on hp pavilion dv7 2012tx in ubuntu 9.04

Asked by onaid

please help just bought a hp pavilion dv7 2012tx and installed ubuntu 9.04 but have no sound from my speakers?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you please provide the output of:

sudo lshw -C sound

Thanks

Revision history for this message
onaid (jdiano2004) said :
#2

tom@tom-laptop:~$ sudo lshw -C sound
[sudo] password for tom:
  *-multimedia
       description: Audio device
       product: R700 Audio Device [Radeon HD 4000 Series]
       vendor: ATI Technologies Inc
       physical id: 0.1
       bus info: pci@0000:01:00.1
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm pciexpress msi bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel
  *-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
tom@tom-laptop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Looks like you are using an intel sound chip. You may simply need to tell your system to use that and it may be defaulting to the radeon thing.
http://ubuntuforums.org/showthread.php?t=661102
may help.

If not you can try websearching for 82801I which is the sound chip your system is using.

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

Hi,

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

Step 1: First 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/

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

Step 3: 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 4: 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 flashplugin-nonfree-extrasound ; asoundconf list; aplay -l; sudo lshw -C sound; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; sudo which alsactl; lsmod | grep snd

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

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

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.

Copy-paste the following command into a Terminal and press the <enter> key:

sudo which alsactl

to see if there is more than one alsactl executable in your path and remove the wrong/oldest one.

Having more than one alsactl (the older one) can cause your soundsettings to be muted during every boot of the Ubuntu system.

Kind regards,

Mark

Revision history for this message
onaid (jdiano2004) said :
#5

thought i would let you know, i updated to the latest version of alsa, rebooted and have sound, but only from the subwoofer on the bottom of the laptop. the front speakers do not work? and it is very quiet even with the volume right up. also the headphone jack dose not work, where should i go from here?

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

Please proceed with the rest of the procedure:

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

Step 3: 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 4: 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 flashplugin-nonfree-extrasound ; asoundconf list; aplay -l; sudo lshw -C sound; ls -lart /dev/snd; cat /dev/sndstat; lspci -nn ; sudo which alsactl; lsmod | grep snd

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

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

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.

Revision history for this message
onaid (jdiano2004) said :
#7

here is the command read outs,

also there is no audio or video in my user groups list i have selected the others.

pulse

pulse-access

pulse-rt

upload=true&script=true&cardinfo= │─
│ !!################################ │
│ !!ALSA Information Script v 0.4.58 │
│ !!################################ │
│ │
│ !!Script ran on: Fri Aug 28 21:22:04 UTC 2009 │
│ │
│ │
│ !!Linux Distribution │
│ !!------------------ │
│ │
│ Ubuntu 9.04 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 9.04" │
│ │
│ │
│ !!DMI Information │
│ !!--------------- │
│ │
│ Manufacturer: Hewlett-Packard │
│ Product Name: HP Pavilion dv7 Notebook PC │
├────v(+)────────────────────────────────────────────────────────────1%──────┤
│ < EXIT > │
└────────────────────────────────────────────────────────────────────────────

┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ upload=true&script=true&cardinfo= │
│ !!################################ │
│ !!ALSA Information Script v 0.4.58 │
│ !!################################ │
│ │
│ !!Script ran on: Fri Aug 28 21:22:04 UTC 2009 │
│ │
│ │
│ !!Linux Distribution │
│ !!------------------ │
│ │
│ Ubuntu 9.04 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 9.04" │
│ │
│ │
│ !!DMI Information │
│ !!--------------- │
│ │
│ Manufacturer: Hewlett-Packard │
│ Product Name: HP Pavilion dv7 Notebook PC │
│ │
│ │
│ !!Kernel Information │
│ !!------------------ │
│ │
│ Kernel release: 2.6.28-15-generic │
│ Operating System: GNU/Linux │
│ Architecture: i686 │
│ Processor: unknown │
│ SMP Enabled: Yes │
│ │
│ │
│ !!ALSA Version │
│ !!------------ │
│ │
│ Driver version: 1.0.20 │
│ Library version: 1.0.20 │
│ Utilities version: 1.0.20 │
│ │
│ │
│ !!Loaded ALSA modules │
│ !!------------------- │
│ │
│ snd_hda_intel │
├────v(+)─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────2%──────┤
│ < EXIT > │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

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

Please inform the person helping you.

tom@tom-laptop:~$ 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 ; sudo which alsactl; lsmod | grep snd
 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xda100000 irq 22
 1 [HDMI ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xda010000 irq 17
[sudo] password for tom:
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 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:
  amarok-common{u} exiv2{u} kde-icons-oxygen{u} kdebase-runtime{u} kdebase-runtime-bin-kde4{u} kdebase-runtime-data{u} kdebase-runtime-data-common{u} kdelibs-bin{u} kdelibs5{u}
  kdelibs5-data{u} kdemultimedia-kio-plugins{u} khelpcenter4{u} libclucene0ldbl{u} libexiv2-5{u} libkcddb4{u} libloudmouth1-0{u} libphonon4{u} libpq5{u} libqt4-dbus{u} libqt4-designer{u}
  libqt4-network{u} libqt4-opengl{u} libqt4-qt3support{u} libqt4-script{u} libqt4-sql{u} libqt4-sql-mysql{u} libqt4-svg{u} libqt4-test{u} libqt4-webkit{u} libqt4-xml{u} libqtcore4{u}
  libqtgui4{u} librasqal1{u} librdf0{u} libsoprano4{u} libstreamanalyzer0{u} libstreams0{u} libxcb-shape0{u} libxcb-shm0{u} libxcb-xv0{u} libxine1{u} libxine1-bin{u} libxine1-console{u}
  libxine1-misc-plugins{u} libxine1-x{u} phonon{u} phonon-backend-xine{u} qt4-qtconfig{u} redland-utils{u} soprano-daemon{u}
0 packages upgraded, 12 newly installed, 50 to remove and 1 not upgraded.
Need to get 413kB of archives. After unpacking 171MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://au.archive.ubuntu.com jaunty/universe asoundconf-gtk 1.6-0ubuntu1 [6444B]
Get:2 http://au.archive.ubuntu.com jaunty/multiverse flashplugin-nonfree-extrasound 0.0.svn2431-3 [8160B]
Get:3 http://au.archive.ubuntu.com jaunty/universe gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2 [53.7kB]
Get:4 http://au.archive.ubuntu.com jaunty/main libgconfmm-2.6-1c2 2.24.0-0ubuntu1 [31.1kB]
Get:5 http://au.archive.ubuntu.com jaunty/main libglademm-2.4-1c2a 2.6.7-1 [21.4kB]
Get:6 http://au.archive.ubuntu.com jaunty-updates/main libpulse-mainloop-glib0 1:0.9.14-0ubuntu20.2 [30.9kB]
Get:7 http://au.archive.ubuntu.com jaunty/universe pavumeter 0.9.3-1ubuntu1 [29.2kB]
Get:8 http://au.archive.ubuntu.com jaunty/universe pavucontrol 0.9.7-1ubuntu3 [66.0kB]
Get:9 http://au.archive.ubuntu.com jaunty/universe paman 0.9.4-1ubuntu2 [92.2kB]
Get:10 http://au.archive.ubuntu.com jaunty-updates/main pulseaudio-module-zeroconf 1:0.9.14-0ubuntu20.2 [18.4kB]
Get:11 http://au.archive.ubuntu.com jaunty/universe paprefs 0.9.7-0ubuntu1 [35.2kB]
Get:12 http://au.archive.ubuntu.com jaunty/universe padevchooser 0.9.3-2ubuntu4 [20.2kB]
Fetched 413kB in 4s (91.9kB/s)
(Reading database ... 137740 files and directories currently installed.)
Removing amarok-common ...
Removing exiv2 ...
Removing kdemultimedia-kio-plugins ...
Removing libkcddb4 ...
Removing khelpcenter4 ...
Removing libloudmouth1-0 ...
Removing libqt4-webkit ...
Removing phonon ...
Removing redland-utils ...
Removing qt4-qtconfig ...
Removing libqt4-opengl ...
Removing libqt4-sql-mysql ...
Removing libqt4-test ...
Removing kdebase-runtime ...
Removing kdebase-runtime-bin-kde4 ...
Removing kde-icons-oxygen ...
Removing kdebase-runtime-data ...
Removing kdebase-runtime-data-common ...
Removing kdelibs5 ...
Removing kdelibs5-data ...
Removing libstreamanalyzer0 ...
Removing libexiv2-5 ...
Removing phonon-backend-xine ...
Removing libphonon4 ...
Removing libqt4-qt3support ...
Removing libqt4-designer ...
Removing libqt4-sql ...
Removing libstreams0 ...
Removing libxine1 ...
Removing libxine1-x ...
Removing libxcb-shape0 ...
Removing libxcb-shm0 ...
Removing libxcb-xv0 ...
Removing libxine1-misc-plugins ...
Removing libxine1-console ...
Removing libxine1-bin ...
Removing kdelibs-bin ...
Removing libsoprano4 ...
Removing libqt4-script ...
Removing libqt4-svg ...
Removing libqtgui4 ...
Removing soprano-daemon ...
Removing libclucene0ldbl ...
Removing librdf0 ...
Removing libpq5 ...
Removing libqt4-dbus ...
Removing libqt4-network ...
Removing libqt4-xml ...
Removing libqtcore4 ...
Removing librasqal1 ...
Processing triggers for man-db ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
Processing triggers for shared-mime-info ...
Selecting previously deselected package asoundconf-gtk.
(Reading database ... 128170 files and directories currently installed.)
Unpacking asoundconf-gtk (from .../asoundconf-gtk_1.6-0ubuntu1_all.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 ...
Processing triggers for menu ...
Setting up asoundconf-gtk (1.6-0ubuntu1) ...
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 menu ...
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
HDMI
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
  *-multimedia
       description: Audio device
       product: R700 Audio Device [Radeon HD 4000 Series]
       vendor: ATI Technologies Inc
       physical id: 0.1
       bus info: pci@0000:01:00.1
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm pciexpress msi bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel
  *-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-08-29 06:39 timer
crw-rw----+ 1 root audio 116, 1 2009-08-29 06:39 seq
crw-rw----+ 1 root audio 116, 17 2009-08-29 06:39 pcmC0D1p
crw-rw----+ 1 root audio 116, 51 2009-08-29 06:39 pcmC1D3p
crw-rw----+ 1 root audio 116, 36 2009-08-29 06:39 hwC1D0
crw-rw----+ 1 root audio 116, 5 2009-08-29 06:39 hwC0D1
crw-rw----+ 1 root audio 116, 4 2009-08-29 06:39 hwC0D0
crw-rw----+ 1 root audio 116, 32 2009-08-29 06:39 controlC1
crw-rw----+ 1 root audio 116, 0 2009-08-29 06:39 controlC0
drwxr-xr-x 2 root root 260 2009-08-29 06:39 .
crw-rw----+ 1 root audio 116, 24 2009-08-29 06:45 pcmC0D0c
crw-rw----+ 1 root audio 116, 16 2009-08-29 06:45 pcmC0D0p
drwxr-xr-x 18 root root 4500 2009-08-29 06:55 ..
Sound Driver:3.8.1a-980706 (ALSA v1.0.20 emulation code)
Kernel: Linux tom-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 0xda100000 irq 22
HDA ATI HDMI at 0xda010000 irq 17

Audio devices:
0: STAC92xx Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: IDT 92HD75B3X5
1: ATI R6xx HDMI
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port [8086:2a41] (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.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)
00:1f.6 Signal processing controller [1180]: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem [8086:2932] (rev 03)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M96 [Mobility Radeon HD 4650] [1002:9480]
01:00.1 Audio device [0403]: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 Series] [1002:aa38]
02:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
06:00.0 FireWire (IEEE 1394) [0c00]: JMicron Technologies, Inc. IEEE 1394 Host Controller [197b:2380]
06:00.1 System peripheral [0880]: JMicron Technologies, Inc. SD/MMC Host Controller [197b:2382]
06:00.2 SD Host controller [0805]: JMicron Technologies, Inc. Standard SD Host Controller [197b:2381]
06:00.3 System peripheral [0880]: JMicron Technologies, Inc. MS Host Controller [197b:2383]
06:00.4 System peripheral [0880]: JMicron Technologies, Inc. xD Host Controller [197b:2384]
/usr/sbin/alsactl
snd_hda_codec_atihdmi 11520 1
snd_hda_codec_idt 65548 1
snd_hda_intel 34120 3
snd_hda_codec 83584 3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 15364 1 snd_hda_codec
snd_seq_oss 36224 0
snd_pcm_oss 45984 0
snd_mixer_oss 22912 1 snd_pcm_oss
snd_seq_midi_event 15232 1 snd_seq_oss
snd_pcm 82948 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq 57584 4 snd_seq_oss,snd_seq_midi_event
snd_timer 29192 2 snd_pcm,snd_seq
snd_seq_device 15372 2 snd_seq_oss,snd_seq
snd 66852 17 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 15200 1 snd
snd_page_alloc 17032 2 snd_hda_intel,snd_pcm
tom@tom-laptop:~$

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

Hi,

The package installation above wiped out some core KDE binaries on your computer.

Do not reboot your pc yet.

Please make sure to first follow this procedure now:

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> after each command)

sudo aptitude update
sudo aptitude install kde-icons-oxygen kdebase-runtime
sudo aptitude install kdebase-runtime-bin-kde4 kdebase-runtime-data
sudo aptitude install kdebase-runtime-data-common kdelibs-bin kdelibs5
sudo aptitude install kdelibs5-data kdemultimedia-kio-plugins khelpcenter4

Step 3: Post output of each command on this thread.

Regards,

Mark

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

Hi,

After reinstalling the KDE4 core binaries as I explained above, please try this solution for the sound issues:

Open a terminal and edit alsa-base.conf as follows:

gksudo gedit /etc/modprobe.d/alsa-base.conf

When the file is open, add the following 5 lines to the end of the file, right after "options snd-pcsp index=-2"

options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1

Comment out 3 lines in there, so that the commented lines look like this:
So you need to insert a # in front of each line below in the alsa-base.conf file:

# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
#install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
#install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
#install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#

Save change to file, close and reboot pc.

This will probably only give sound through the laptop speakers, but not via the headphones. Still, better than no sound at all.

See explanation here:

http://ubuntuforums.org/showthread.php?t=1236208

One more thing: try enabling the 'Headphone switch' in the alsamixer program to get the front speakers to work.

Hope it helps.

Regards,

Mark

Revision history for this message
onaid (jdiano2004) said :
#10

mark thanks for all your help adding the lines to the alsa-base.conf worked. i have sound from speakers, will try the switch in alsa mixer for head phones witch i would like to get working.

here is the out put you asked for, oh and i had already shut down my computer will this affect anything?

Cheers.

tom@tom-laptop:~$ sudo aptitude update
[sudo] password for tom:
Get:1 http://au.archive.ubuntu.com jaunty Release.gpg [189B]
Get:2 http://au.archive.ubuntu.com jaunty/main Translation-en_AU [2734B]
Ign http://au.archive.ubuntu.com jaunty/restricted Translation-en_AU
Hit http://security.ubuntu.com jaunty-security Release.gpg
Ign http://security.ubuntu.com jaunty-security/main Translation-en_AU
Ign http://au.archive.ubuntu.com jaunty/universe Translation-en_AU
Ign http://www.remastersys.klikit-linux.com remastersys/ Release.gpg
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_AU
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_AU
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_AU
Hit http://security.ubuntu.com jaunty-security Release
Ign http://au.archive.ubuntu.com jaunty/multiverse Translation-en_AU
Ign http://www.remastersys.klikit-linux.com remastersys/ Translation-en_AU
Hit http://security.ubuntu.com jaunty-security/main Packages
Hit http://security.ubuntu.com jaunty-security/restricted Packages
Hit http://security.ubuntu.com jaunty-security/main Sources
Hit http://security.ubuntu.com jaunty-security/restricted Sources
Hit http://security.ubuntu.com jaunty-security/universe Packages
Get:3 http://au.archive.ubuntu.com jaunty-updates Release.gpg [189B]
Ign http://au.archive.ubuntu.com jaunty-updates/main Translation-en_AU
Ign http://www.remastersys.klikit-linux.com remastersys/ Release
Hit http://security.ubuntu.com jaunty-security/universe Sources
Hit http://security.ubuntu.com jaunty-security/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/multiverse Sources
Ign http://au.archive.ubuntu.com jaunty-updates/restricted Translation-en_AU
Ign http://au.archive.ubuntu.com jaunty-updates/universe Translation-en_AU
Ign http://au.archive.ubuntu.com jaunty-updates/multiverse Translation-en_AU
Get:4 http://au.archive.ubuntu.com jaunty Release [74.6kB]
Get:5 http://au.archive.ubuntu.com jaunty-updates Release [49.6kB]
Get:6 http://au.archive.ubuntu.com jaunty/main Packages [1253kB]
Ign http://www.remastersys.klikit-linux.com remastersys/ Packages
Hit http://www.remastersys.klikit-linux.com remastersys/ Packages
Get:7 http://au.archive.ubuntu.com jaunty/restricted Packages [8848B]
Get:8 http://au.archive.ubuntu.com jaunty/main Sources [555kB]
Get:9 http://au.archive.ubuntu.com jaunty/restricted Sources [3156B]
Get:10 http://au.archive.ubuntu.com jaunty/universe Packages [4757kB]
Get:11 http://au.archive.ubuntu.com jaunty/universe Sources [2375kB]
Get:12 http://au.archive.ubuntu.com jaunty/multiverse Packages [197kB]
Get:13 http://au.archive.ubuntu.com jaunty/multiverse Sources [107kB]
Get:14 http://au.archive.ubuntu.com jaunty-updates/main Packages [160kB]
Get:15 http://au.archive.ubuntu.com jaunty-updates/restricted Packages [2589B]
Get:16 http://au.archive.ubuntu.com jaunty-updates/main Sources [44.9kB]
Get:17 http://au.archive.ubuntu.com jaunty-updates/restricted Sources [623B]
Get:18 http://au.archive.ubuntu.com jaunty-updates/universe Packages [54.0kB]
Get:19 http://au.archive.ubuntu.com jaunty-updates/universe Sources [14.9kB]
Get:20 http://au.archive.ubuntu.com jaunty-updates/multiverse Packages [6637B]
Get:21 http://au.archive.ubuntu.com jaunty-updates/multiverse Sources [2117B]
Fetched 9668kB in 36s (266kB/s)
Reading package lists... Done

Current status: 5 updates [+4].
tom@tom-laptop:~$ sudo aptitude install kde-icons-oxygen kdebase-runtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following NEW packages will be installed:
  exiv2{a} kde-icons-oxygen kdebase-runtime kdebase-runtime-bin-kde4{a}
  kdebase-runtime-data{a} kdebase-runtime-data-common{a} kdelibs-bin{a}
  kdelibs5{a} kdelibs5-data{a} khelpcenter4{a} libclucene0ldbl{a}
  libexiv2-5{a} libphonon4{a} libpq5{a} libqt4-dbus{a} libqt4-designer{a}
  libqt4-network{a} libqt4-qt3support{a} libqt4-script{a} libqt4-sql{a}
  libqt4-sql-mysql{a} libqt4-svg{a} libqt4-xml{a} libqtcore4{a}
  libqtgui4{a} librasqal1{a} librdf0{a} libsoprano4{a}
  libstreamanalyzer0{a} libstreams0{a} libxcb-shape0{a} libxcb-shm0{a}
  libxcb-xv0{a} libxine1{a} libxine1-bin{a} libxine1-console{a}
  libxine1-misc-plugins{a} libxine1-x{a} phonon-backend-xine{a}
  qt4-qtconfig{a} redland-utils{a} soprano-daemon{a}
0 packages upgraded, 42 newly installed, 0 to remove and 5 not upgraded.
Need to get 0B/46.5MB of archives. After unpacking 145MB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Extracting templates from packages: 100%
Selecting previously deselected package libqtcore4.
(Reading database ... 128325 files and directories currently installed.)
Unpacking libqtcore4 (from .../libqtcore4_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-xml.
Unpacking libqt4-xml (from .../libqt4-xml_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-dbus.
Unpacking libqt4-dbus (from .../libqt4-dbus_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqtgui4.
Unpacking libqtgui4 (from .../libqtgui4_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libphonon4.
Unpacking libphonon4 (from .../libphonon4_4%3a4.3.1-0ubuntu3_i386.deb) ...
Selecting previously deselected package libqt4-script.
Unpacking libqt4-script (from .../libqt4-script_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-designer.
Unpacking libqt4-designer (from .../libqt4-designer_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-network.
Unpacking libqt4-network (from .../libqt4-network_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-sql.
Unpacking libqt4-sql (from .../libqt4-sql_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-qt3support.
Unpacking libqt4-qt3support (from .../libqt4-qt3support_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libqt4-svg.
Unpacking libqt4-svg (from .../libqt4-svg_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package libclucene0ldbl.
Unpacking libclucene0ldbl (from .../libclucene0ldbl_0.9.20-3_i386.deb) ...
Selecting previously deselected package libpq5.
Unpacking libpq5 (from .../libpq5_8.3.7-1_i386.deb) ...
Selecting previously deselected package librasqal1.
Unpacking librasqal1 (from .../librasqal1_0.9.16-1_i386.deb) ...
Selecting previously deselected package librdf0.
Unpacking librdf0 (from .../librdf0_1.0.8-1_i386.deb) ...
Selecting previously deselected package soprano-daemon.
Unpacking soprano-daemon (from .../soprano-daemon_2.2.2+dfsg.1-1ubuntu1_i386.deb) ...
Selecting previously deselected package libsoprano4.
Unpacking libsoprano4 (from .../libsoprano4_2.2.2+dfsg.1-1ubuntu1_i386.deb) ...
Selecting previously deselected package libexiv2-5.
Unpacking libexiv2-5 (from .../libexiv2-5_0.18-1ubuntu1_i386.deb) ...
Selecting previously deselected package libstreams0.
Unpacking libstreams0 (from .../libstreams0_0.6.4-0ubuntu2_i386.deb) ...
Selecting previously deselected package libstreamanalyzer0.
Unpacking libstreamanalyzer0 (from .../libstreamanalyzer0_0.6.4-0ubuntu2_i386.deb) ...
Selecting previously deselected package kdelibs5-data.
Unpacking kdelibs5-data (from .../kdelibs5-data_4%3a4.2.2-0ubuntu5.1_all.deb) ...
Selecting previously deselected package kdelibs5.
Unpacking kdelibs5 (from .../kdelibs5_4%3a4.2.2-0ubuntu5.1_i386.deb) ...
Selecting previously deselected package kdelibs-bin.
Unpacking kdelibs-bin (from .../kdelibs-bin_4%3a4.2.2-0ubuntu5.1_i386.deb) ...
Selecting previously deselected package libqt4-sql-mysql.
Unpacking libqt4-sql-mysql (from .../libqt4-sql-mysql_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package qt4-qtconfig.
Unpacking qt4-qtconfig (from .../qt4-qtconfig_4.5.0-0ubuntu4.1_i386.deb) ...
Selecting previously deselected package exiv2.
Unpacking exiv2 (from .../exiv2_0.18-1ubuntu1_i386.deb) ...
Selecting previously deselected package kde-icons-oxygen.
Unpacking kde-icons-oxygen (from .../kde-icons-oxygen_4%3a4.2.2-0ubuntu1_all.deb) ...
Selecting previously deselected package libxine1-bin.
Unpacking libxine1-bin (from .../libxine1-bin_1.1.16.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxine1-misc-plugins.
Unpacking libxine1-misc-plugins (from .../libxine1-misc-plugins_1.1.16.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxcb-shape0.
Unpacking libxcb-shape0 (from .../libxcb-shape0_1.1.93-0ubuntu3.1_i386.deb) ...
Selecting previously deselected package libxcb-shm0.
Unpacking libxcb-shm0 (from .../libxcb-shm0_1.1.93-0ubuntu3.1_i386.deb) ...
Selecting previously deselected package libxcb-xv0.
Unpacking libxcb-xv0 (from .../libxcb-xv0_1.1.93-0ubuntu3.1_i386.deb) ...
Selecting previously deselected package libxine1-x.
Unpacking libxine1-x (from .../libxine1-x_1.1.16.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxine1-console.
Unpacking libxine1-console (from .../libxine1-console_1.1.16.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxine1.
Unpacking libxine1 (from .../libxine1_1.1.16.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package kdebase-runtime-bin-kde4.
Unpacking kdebase-runtime-bin-kde4 (from .../kdebase-runtime-bin-kde4_4%3a4.2.2-0ubuntu1_i386.deb) ...
Selecting previously deselected package kdebase-runtime-data-common.
Unpacking kdebase-runtime-data-common (from .../kdebase-runtime-data-common_4%3a4.2.2-0ubuntu1_all.deb) ...
Selecting previously deselected package kdebase-runtime-data.
Unpacking kdebase-runtime-data (from .../kdebase-runtime-data_4%3a4.2.2-0ubuntu1_all.deb) ...
Selecting previously deselected package phonon-backend-xine.
Unpacking phonon-backend-xine (from .../phonon-backend-xine_4%3a4.3.1-0ubuntu3_i386.deb) ...
Selecting previously deselected package kdebase-runtime.
Unpacking kdebase-runtime (from .../kdebase-runtime_4%3a4.2.2-0ubuntu1_i386.deb) ...
Selecting previously deselected package khelpcenter4.
Unpacking khelpcenter4 (from .../khelpcenter4_4%3a4.2.2-0ubuntu1_i386.deb) ...
Selecting previously deselected package redland-utils.
Unpacking redland-utils (from .../redland-utils_1.0.8-1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'

Processing triggers for menu ...
Setting up libqtcore4 (4.5.0-0ubuntu4.1) ...

Setting up libqt4-xml (4.5.0-0ubuntu4.1) ...

Setting up libqt4-dbus (4.5.0-0ubuntu4.1) ...

Setting up libqtgui4 (4.5.0-0ubuntu4.1) ...

Setting up libphonon4 (4:4.3.1-0ubuntu3) ...

Setting up libqt4-script (4.5.0-0ubuntu4.1) ...

Setting up libqt4-designer (4.5.0-0ubuntu4.1) ...

Setting up libqt4-network (4.5.0-0ubuntu4.1) ...

Setting up libqt4-sql (4.5.0-0ubuntu4.1) ...

Setting up libqt4-qt3support (4.5.0-0ubuntu4.1) ...

Setting up libqt4-svg (4.5.0-0ubuntu4.1) ...

Setting up libclucene0ldbl (0.9.20-3) ...

Setting up libpq5 (8.3.7-1) ...

Setting up librasqal1 (0.9.16-1) ...

Setting up librdf0 (1.0.8-1) ...

Setting up libexiv2-5 (0.18-1ubuntu1) ...

Setting up libstreams0 (0.6.4-0ubuntu2) ...

Setting up libstreamanalyzer0 (0.6.4-0ubuntu2) ...

Setting up kdelibs5-data (4:4.2.2-0ubuntu5.1) ...

Setting up libqt4-sql-mysql (4.5.0-0ubuntu4.1) ...
Setting up qt4-qtconfig (4.5.0-0ubuntu4.1) ...

Setting up exiv2 (0.18-1ubuntu1) ...
Setting up kde-icons-oxygen (4:4.2.2-0ubuntu1) ...
Setting up libxine1-bin (1.1.16.3-0ubuntu1) ...

Setting up libxine1-misc-plugins (1.1.16.3-0ubuntu1) ...

Setting up libxcb-shape0 (1.1.93-0ubuntu3.1) ...

Setting up libxcb-shm0 (1.1.93-0ubuntu3.1) ...

Setting up libxcb-xv0 (1.1.93-0ubuntu3.1) ...

Setting up libxine1-x (1.1.16.3-0ubuntu1) ...

Setting up libxine1-console (1.1.16.3-0ubuntu1) ...

Setting up libxine1 (1.1.16.3-0ubuntu1) ...

Setting up kdebase-runtime-data-common (4:4.2.2-0ubuntu1) ...
Setting up kdebase-runtime-data (4:4.2.2-0ubuntu1) ...
Setting up phonon-backend-xine (4:4.3.1-0ubuntu3) ...
Setting up redland-utils (1.0.8-1) ...
Setting up soprano-daemon (2.2.2+dfsg.1-1ubuntu1) ...
Setting up libsoprano4 (2.2.2+dfsg.1-1ubuntu1) ...

Setting up kdelibs-bin (4:4.2.2-0ubuntu5.1) ...
Setting up kdelibs5 (4:4.2.2-0ubuntu5.1) ...

Setting up kdebase-runtime-bin-kde4 (4:4.2.2-0ubuntu1) ...
Setting up kdebase-runtime (4:4.2.2-0ubuntu1) ...

Setting up khelpcenter4 (4:4.2.2-0ubuntu1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

tom@tom-laptop:~$ sudo aptitude install kdebase-runtime-bin-kde4 kdebase-runtime-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

tom@tom-laptop:~$ sudo aptitude install kdebase-runtime-data-common kdelibs-bin kdelibs5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

tom@tom-laptop:~$ sudo aptitude install kdelibs5-data kdemultimedia-kio-plugins khelpcenter4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following NEW packages will be installed:
  kdemultimedia-kio-plugins libkcddb4{a} phonon{a}
0 packages upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 0B/313kB of archives. After unpacking 1171kB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Selecting previously deselected package phonon.
(Reading database ... 137400 files and directories currently installed.)
Unpacking phonon (from .../phonon_4%3a4.3.1-0ubuntu3_all.deb) ...
Selecting previously deselected package libkcddb4.
Unpacking libkcddb4 (from .../libkcddb4_4%3a4.2.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package kdemultimedia-kio-plugins.
Unpacking kdemultimedia-kio-plugins (from .../kdemultimedia-kio-plugins_4%3a4.2.2-0ubuntu2_i386.deb) ...
Setting up phonon (4:4.3.1-0ubuntu3) ...
Setting up libkcddb4 (4:4.2.2-0ubuntu2) ...

Setting up kdemultimedia-kio-plugins (4:4.2.2-0ubuntu2) ...

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

tom@tom-laptop:~$

Revision history for this message
onaid (jdiano2004) said :
#11

gave the alsa mixer a go all options are turned up and none muted, headphone is on but still no sound from headphones?

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

Concerning the headphone issue, try this:

http://ubuntuforums.org/showpost.php?p=7833969&postcount=9

and this as well:

http://ubuntu-ky.ubuntuforums.org/showpost.php?p=7843379&postcount=10

If those suggestions do not work, I cannot help you any further, sorry.

At least your speakers are working...

Can you help with this problem?

Provide an answer of your own, or ask onaid for more information if necessary.

To post a message you must log in.