Realtek ALC883 audio chipset (ATI/Intel HD audio)

Bug #114053 reported by Michael B. Trausch
132
This bug affects 26 people
Affects Status Importance Assigned to Milestone
ALSA driver
Fix Released
Unknown
alsa-driver (Ubuntu)
Invalid
Undecided
Unassigned
linux (Ubuntu)
Invalid
Low
Unassigned

Bug Description

Using the NVIDIA chipset MCP51:

00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)

Which seems to use the Intel driver for sound:

mbt@sage:/usr/src/linux$ lsmod|grep snd
snd_hda_intel 305888 4
snd_pcm_oss 50048 0
snd_mixer_oss 19712 1 snd_pcm_oss
snd_pcm 94600 3 snd_hda_intel,snd_pcm_oss
snd_seq_oss 38464 0
snd_seq_midi_event 9344 1 snd_seq_oss
snd_seq 63264 4 snd_seq_oss,snd_seq_midi_event
snd_timer 27464 3 snd_pcm,snd_seq
snd_seq_device 9876 2 snd_seq_oss,snd_seq
snd 71464 14 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
soundcore 10400 1 snd
snd_page_alloc 11984 2 snd_hda_intel,snd_pcm

On an HP Pavilion Slimline s7700n computer, the sound driver does not sense when I plug in headphones to the jack in the front. The hardware has the capability of sensing when a jack is plugged in/unplugged to the headphone jack, as Windows mutes the rear audio output when a headphone is plugged in. The current setup in Feisty has a switch to disable the headphone jack, but nothing to monitor that jack for the headphone being plugged in to mute the main audio output. I am wondering if it is because it is detecting the ALC883 as an ALC888, which it is not.

This problem exists both in the Feisty ALSA driver, and the driver that is presently (as of yesterday) in release candidate status from the ALSA people.

Directions on https://help.ubuntu.com/community/DebuggingSoundProblems have been followed, and attachments are coming shortly.

Revision history for this message
Michael B. Trausch (mtrausch) wrote :
Revision history for this message
Michael B. Trausch (mtrausch) wrote :

asoundconf output

Revision history for this message
Michael B. Trausch (mtrausch) wrote :

dmesg output

Revision history for this message
Michael B. Trausch (mtrausch) wrote :
Revision history for this message
Michael B. Trausch (mtrausch) wrote :
Revision history for this message
Michael B. Trausch (mtrausch) wrote :
Revision history for this message
Michael B. Trausch (mtrausch) wrote :

It may also be prudent to note that I went through the sources to find all of the “model=” options for the driver for my chipset, and I did try them all, as well as the “model=ref” option. None of these options changed the behavior of the card in any noticeable fashion, though the mixer controls changed (but the new options that showed up with some of the options failed to do anything useful, as well).

Changed in alsa-driver:
assignee: nobody → ubuntu-audio
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Daniel T Chen (crimsun) wrote :

Try model=6stack-dig

Changed in alsa-driver:
importance: Medium → Low
status: Confirmed → Needs Info
Revision history for this message
Michael B. Trausch (mtrausch) wrote : Re: [Bug 114053] Re: snd_hda_intel (alc883 chipset) does not perform jack sense

On Wed, 2007-06-20 at 08:22 +0000, Daniel T Chen wrote:
> It may also be prudent to note that I went through the sources to find
> all of the “model=” options for the driver for my chipset, and I did
> try them all, as well as the “model=ref” option. None of these options
> changed the behavior of the card in any noticeable fashion, though the
> mixer controls changed (but the new options that showed up with some
> of the options failed to do anything useful, as well).
>
> Try model=6stack-dig

As I noted above, I tried all of the possible options, and none of them
helped. The exact models I tried are (from
linux-source-2.6.20/sound/pci/hda/patch-realtek.c starting at line 132):

/* ALC883 models */
enum {
        ALC883_3ST_2ch_DIG,
        ALC883_3ST_6ch_DIG,
        ALC883_3ST_6ch,
        ALC883_6ST_DIG,
        ALC883_TARGA_DIG,
        ALC883_TARGA_2ch_DIG,
        ALC888_DEMO_BOARD,
        ALC883_ACER,
        ALC883_MEDION,
        ALC883_LAPTOP_EAPD,
        ALC883_AUTO,
        ALC883_MODEL_LAST,
};

... AND I tried the model=ref option, which is not in this list but is
elsewhere in the source, which can be found by (whitespace edited to
wrap better):

mbt@sage:/usr/src/linux-source-2.6.20/sound/pci/hda$ grep ref *|grep \"
patch_sigmatel.c: { .modelname = "ref",
patch_sigmatel.c: { .modelname = "ref",
patch_sigmatel.c: { .modelname = "ref",
patch_sigmatel.c: { .modelname = "ref",
patch_sigmatel.c: { .modelname = "ref",
patch_sigmatel.c: "available, default to model=ref\n");
patch_sigmatel.c: "available, default to model=ref\n");
patch_sigmatel.c: "available, default to model=ref\n");
patch_sigmatel.c: "available, default to model=ref\n");
mbt@sage:/usr/src/linux-source-2.6.20/sound/pci/hda$

I can't remember the place in the source that maps the constants defined
to the strings used for model=, but they are as you can probably see
above close enough to see what the strings are for the options.

  Thanks,
  Mike

--
Michael B. Trausch
           <email address hidden>
Phone: (404) 592-5746
                          Jabber IM:
           <email address hidden>
Demand Freedom! Use open and free protocols, standards, and software!
Support free speech---it is the most valuable freedom we have!

Revision history for this message
Daniel T Chen (crimsun) wrote : Re: snd_hda_intel (alc883 chipset) does not perform jack sense

You've fallen victim to trying every model - even ones that are irrelevant to your HDA codec. For instance, you don't have a Sigmatel codec; you have a Realtek one. model=ref is useless since its pin configuration is not even defined for your Realtek codec. What you need to do is pull down alsa-driver 1.0.14 from www.alsa-project.org and try the model that I noted above.

Revision history for this message
Michael B. Trausch (mtrausch) wrote : Re: [Bug 114053] Re: snd_hda_intel (alc883 chipset) does not perform jack sense

On Wed, 2007-06-20 at 19:27 +0000, Daniel T Chen wrote:

> You've fallen victim to trying every model - even ones that are
> irrelevant to your HDA codec. For instance, you don't have a Sigmatel
> codec; you have a Realtek one. model=ref is useless since its pin
> configuration is not even defined for your Realtek codec. What you
> need
> to do is pull down alsa-driver 1.0.14 from www.alsa-project.org and
> try
> the model that I noted above.

Alrighty, I can try the .14 version again; hopefully, it will give me
diff. results than .14-RC4 did.

Will report back with status after installing/testing.

    — Mike

--
Michael B. Trausch
           <email address hidden>
Phone: (404) 592-5746
                          Jabber IM:
           <email address hidden>
Demand Freedom! Use open and free protocols, standards, and software!
Support free speech---it is the most valuable freedom we have!

Revision history for this message
Michael B. Trausch (mtrausch) wrote :

On Wed, 2007-06-20 at 19:27 +0000, Daniel T Chen wrote:

> You've fallen victim to trying every model - even ones that are
> irrelevant to your HDA codec. For instance, you don't have a Sigmatel
> codec; you have a Realtek one. model=ref is useless since its pin
> configuration is not even defined for your Realtek codec. What you
> need
> to do is pull down alsa-driver 1.0.14 from www.alsa-project.org and
> try
> the model that I noted above.

No change in behavior—“front” still controls ALL volume, and when I plug
in headphones, it still does not sense it. The only thing that adding
that option does is prevent the following message from appearing in the
kernel ring buffer:

[ 16.964000] hda_codec: Unknown model for ALC883, trying auto-probe
from BIOS...

Thanks for the idea to try the new ALSA though. It would appear that it
is still an open issue.

    — Mike

--
Michael B. Trausch
           <email address hidden>
Phone: (404) 592-5746
                          Jabber IM:
           <email address hidden>
Demand Freedom! Use open and free protocols, standards, and software!
Support free speech---it is the most valuable freedom we have!

Revision history for this message
unity123 (atistler) wrote : Re: snd_hda_intel (alc883 chipset) does not perform jack sense

Hi all,

Coming into this discussion a but late, however I have the same problem. I am installed alsa v1.0.14 and am running 2.6.20-16-generic. I do not have headphone jack detect in my volume control->switches and plugging in the headphone jack does not mute the main speakers. I have attached relevant stats. If there is more info needed, let me know. I am a newb when it comes to troubleshooting linux audio so bear with me (am willing to try anything:). I have a MSI L745 laptop by the way.

Thanks,
Adam

Revision history for this message
6675636b796f75 (6675636b796f75-deactivatedaccount) wrote :

Jack sense was previously working, but died after the last kernel upgrade in gutsy. Always trouble with hda-intel.

Revision history for this message
Michael B. Trausch (mtrausch) wrote :

Was wondering if any headway was being made or if any more information was needed on this issue. It is still not working properly, and wasn't as of a few days ago in Gutsy Tribe 5, either.

Revision history for this message
Tobias Stegmann (punischdude) wrote :

Same problem on a HP Pavillion dv9533eg Notebook using a Conexant CX20549 chipset

Revision history for this message
6675636b796f75 (6675636b796f75-deactivatedaccount) wrote :

I can't remember wether the problem was fixed by an upgrade or by myself, but jack sense is currently working for me on kernel 2.6.22-12-generic.

Revision history for this message
Michael B. Trausch (mtrausch) wrote :

Jack sense still is not working on the hardware that I originally reported the problem with, in the Gutsy Gibbon distribution.

I think that there is some capability missing in the ALSA driver to sense all of the ports that my system has. The switchover on this hardware is definitely a "soft" switch, because when the system is booted up in Vista, there is lag between the time that I plug the headphones in and the time that the main speakers become muted and the headphone port gets sound.

When running under Gutsy, sound just goes to all ports, all the time.

I wonder; if I were able to identify the chips in use for the sound system on this motherboard, would that help for the driver to be improved to handle it? The only that that I know /for sure/ is that it's the chipset that is in the HP Pavilion Slimline s7700n PC. I am attaching the output of lshal. Maybe that will have enough information, but if it doesn't, and more information is still needed, I am open to attempting to provide what I can.

Revision history for this message
Tobias Stegmann (punischdude) wrote :

I've read somewhere this problem should be fixed in the current dev versions of alsa, but I don't get the hda-intel module built correctly.

Revision history for this message
sauronsmatrix (aavindraa) wrote :
Changed in alsa-driver:
assignee: ubuntu-audio → aavindraa
status: Incomplete → In Progress
Revision history for this message
Tobias Stegmann (punischdude) wrote :

works for building the alsa module but new alsa version didn't fix the headphone problem

Revision history for this message
sauronsmatrix (aavindraa) wrote :

did you add the model=hp thingy to the /etc/ modprobe.d/alsa-base file and restart?

Revision history for this message
Tobias Stegmann (punischdude) wrote :

yes, I did but nothing changed.

Revision history for this message
Tobias Stegmann (punischdude) wrote :

perhaps it's necessary: My hp notebook has 2 headphone jacks.

Revision history for this message
sauronsmatrix (aavindraa) wrote : Re: [Bug 114053] Re: snd_hda_intel (alc883 chipset) does not perform jack sense
Revision history for this message
Tobias Stegmann (punischdude) wrote : Re: snd_hda_intel (alc883 chipset) does not perform jack sense

didn't fix it in any way...

by the way: I had to add snd-emu10k1 to /etc/modules to fix snd_hda_intel: Unknown symbol snd_hwdep_new error

Revision history for this message
Tobias Stegmann (punischdude) wrote :

Fixed the problem by adding

SND_PCI_QUIRK(0x103c, 0x30cf, "HP DV9553EG", CXT5045_LAPTOP),

to patch_conexant.c in alsa-drivers.

See http://punischdude.styleblogs.de/2007/11/17/audio-jack-sense-on-hp-notebooks/ for details.

Made a bugreport in the alsa bugtracker, too. Hope this will get into upstream next few days/weeks

Revision history for this message
Jakub Argasiński (argasek) wrote :

Same problem, same resolution (even the same IDs) as given by Tobias Stegmann (many thanks!) on HP Pavillion DV6500, applied over ALSA 1.0.15 final from sources. Reported upstream: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3671.

Revision history for this message
impact (impact-atlas) wrote :

Anybody with a MSI laptop got it working correctly?

Revision history for this message
dhiaeddine (dhiaeddine) wrote :

I have the problem solved with model=lenovo-nb0763
my system
fujitsu-siemens amilo pi 2515
and audio codec is Realtek ALC883
cat /proc/asound/card0/codec#* | grep Codec
Codec: Motorola Si3054
Codec: Realtek ALC883

ubuntu Linux 7.10 kernel 2.6.22-14-generic
alsa-base version 1.0.14-1ubuntu2
and options line set to
options snd-hda-intel model=lenovo-nb0763
in /etc/modprobe.d/alsa-base
check http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt#850 for ALC883 possible models

Revision history for this message
sauronsmatrix (aavindraa) wrote : Re: [Bug 114053] Re: snd_hda_intel (alc883 chipset) does not perform jack sense
Revision history for this message
sauronsmatrix (aavindraa) wrote : Re: snd_hda_intel (alc883 chipset) does not perform jack sense

upgrading to ubuntu 8.04 beta or even 7.10 in some cases solves this issue.

Revision history for this message
sauronsmatrix (aavindraa) wrote :

newer ubuntu versions fix issue.

Changed in alsa-driver:
status: In Progress → Fix Released
Revision history for this message
Michael B. Trausch (mtrausch) wrote :

This issue is not fixed—I just tested this on Hardy with the hardware that I originally reported the issue on, out of the box and fully updated, and jack sense still does not work.

Reverting to "Confirmed" status. This is something that does work in "that other system", though it seems that it is done by seeing some sort of message from the hardware, which then shuts off the output to the rear speakers.

Note that there are three relevant mixer switches for volume when using 5.1 speakers; the one labelled "Front" by ALSA is what also seems to control the headphone volume, though the headphone volume for the jack on the front of the machine and the ports on the back are two separate things and can (at least in Windows Vista) be controlled separately.

Changed in alsa-driver:
status: Fix Released → Confirmed
Revision history for this message
Matt LaPaglia (mlapaglia) wrote :

I receive the same error:

hda_codec: Unknown model for ALC883

but my sound works fine? I'm running Hardy beta with latest updates.

Revision history for this message
Janosch Peters (jp-binford3000) wrote :

I confirm Michaels bug report. When I plug in my headphones, main audio is NOT muted. I have an ALC882, which is correctly detected. I'm running Hardy with all recent updates applied.

Revision history for this message
cclaus@gmail.com (cclaus) wrote :

Reporting that for Asus x55sv laptop the solution was to add the line
options snd-hda-intel model=lenovo-101e
to /etc/modprobe.d/alsa-base
I spent hours trying to track down the relevant thread and then trying every option from ALSA-Configuration.txt file (linked above by someone). Thanks to everyone who posted their experiences!

Running Ubuntu 8.04 with stock alsa (alsa-base version 1.0.16-0ubuntu)

Revision history for this message
René Vangsgaard (rene-vangsgaard) wrote :

I can confirm this bug on Kubuntu 8.04 64 bit, Asus V1S. I have had this issue since 7.10 and tried all options on https://help.ubuntu.com/community/SoundTroubleshooting on 7.10.

Revision history for this message
René Vangsgaard (rene-vangsgaard) wrote :
Revision history for this message
kaisrar (rio258k) wrote :

Same problem on the Sony Vaio VGN-SZ650N. Sound from speakers, but can't detect headphone jack. Hardy Heron 8.04, all updates.

Revision history for this message
a-kat (alexander-katovsky) wrote :

I had this problem on a Fujitsu Siemens Amilo computer. I solved the problem by installing the latest Alsa driver (see instructions at https://help.ubuntu.com/community/HdaIntelSoundHowto). Maybe this is unnecessary. Then I used cat /proc/asound/card0/codec\#*|grep Codec with result

Codec: Motorola Si3054
Codec: Realtek ALC883

then went to http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt and searched for ALC883 and found many options. Luckily, someone else tried them for me; and found that adding

options snd-hda-intel model=acer

to the end of the file /etc/modprobe.d/alsa-base

and restarting the computer fixes the problem. I found that, finally, the contents of gnome-volume-manager changed and that the headphones were working!

Revision history for this message
sauronsmatrix (aavindraa) wrote : Re: [Bug 114053] Re: snd_hda_intel (alc883 chipset) does not perform jack sense
  • unnamed Edit (74 bytes, text/html; charset=ISO-8859-1)

I dunno but I think 8.04 resolves this issue. It did for me at least.

Revision history for this message
a-kat (alexander-katovsky) wrote : Re: snd_hda_intel (alc883 chipset) does not perform jack sense

<quote>
I dunno but I think 8.04 resolves this issue. It did for me at least.
</quote>

not for me.

Changed in alsa-driver:
assignee: aavindraa → nobody
Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this symptom still reproducible in an 8.10 alpha 6 desktop image?

Changed in alsa-driver:
status: Confirmed → Incomplete
Revision history for this message
Michael B. Trausch (mtrausch) wrote : Re: [Bug 114053] Re: Realtek ALC883 audio chipset (ATI/Intel HD audio)

On Wed, Sep 24, 2008 at 04:16:00PM -0000, Daniel T Chen wrote:
> Is this symptom still reproducible in an 8.10 alpha 6 desktop image?

Will know in a few days, when I have access to that machine again.

     --- Mike

--
My sigfile ran away and is on hiatus.

Revision history for this message
Matt LaPaglia (mlapaglia) wrote :

This bug is still reproducible in intrepid with latest updates

Changed in linux:
status: Incomplete → Confirmed
Revision history for this message
Dan MacDonald (allcoms) wrote :

I've got a Realtek ALC883 in my Fujitsu Amilo Pi 2550. Today I installed a fresh 64bit 8.10 RC followed by all updates and not only were my laptop speakers not muting when I plugged in some headphones but I had no independent control of either. I fixed both problems by editing /etc/modprobe.d/alsa-base and adding the line:

options snd-hda-intel model=fujitsu-pi2515

To the end as it was the nearest model to mine.

Wasn't sure on whether to start a new bug report or not as it is pretty much same problem as above except its a different make/model laptop and a later Ubuntu involved of course.

Revision history for this message
Jimmy (jimmy-axenhus) wrote :

This bug still existed in Jaunty and latest upgrades, however following comment #41 fixes the problem.
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/114053/comments/41

Revision history for this message
Dutchy (edwin-smulders) wrote :

This sympton still exists for me in Karmic Koala (9.10) with alsa 1.0.20

dutchy@vampire:~$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC883

I've added my model, options snd-hda-intel model=6stack-dig but this did not resolve the problem

Revision history for this message
LeBurt (burt-crepeault) wrote :

I can confirm this. After an upgrade to Karmic, I still can't make any input source work and no jack detection occurs on an ALC883 chipset.

Revision history for this message
Daniel T Chen (crimsun) wrote : Re: [Bug 114053] Re: Realtek ALC883 audio chipset (ATI/Intel HD audio)
Revision history for this message
alejandro (nosferatu2011) wrote :
Download full text (5.4 KiB)

/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=es_MX.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
GNOME_KEYRING_SOCKET=/tmp/keyring-t5BxOy/socket
SSH_AUTH_SOCK=/tmp/keyring-t5BxOy/socket.ssh

(gnome-settings-daemon:1926): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed

(gnome-settings-daemon:1926): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Unable to find a synaptics device.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1024x768) to maximum 3D texture size (4096): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: present.
Checking for FBConfig: present.
running under gnome seesion, checking for gnomecompat
Checking for Xgl: not present.
** (gnome-panel:2015): DEBUG: Adding applet 0.
** (gnome-panel:2015): DEBUG: Initialized Panel Applet Signaler.
** Message: Reading of RFKILL events failed
** Message: killswitches state 3
** (gnome-panel:2015): DEBUG: Adding applet 1.
** Message: killswitches state 3

(nautilus:2016): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed

(polkit-gnome-authentication-agent-1:2043): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:2043): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
Starting gtk-window-decorator
** (gnome-panel:2015): DEBUG: Adding applet 2.
** (gnome-panel:2015): DEBUG: Adding applet 3.

** (nautilus:2016): WARNING **: No marshaller for signature of signal 'UploadFinished'

** (nautilus:2016): WARNING **: No marshaller for signature of signal 'DownloadFinished'

** (nautilus:2016): WARNING **: No marshaller for signature of signal 'ShareCreateError'
** (gnome-panel:2015): DEBUG: Adding applet 4.
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format

(nautilus:2073): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython_d.so': /usr/lib/gstreamer-0.10/libgstpython_d.so: undefined symbol: _Py_RefTotal
Initializing nautilus-gdu extension
** (gnome-panel:2015): DEBUG: Adding applet 5.
** (gnome-panel:2015): DEBUG: Adding applet 6.
** (gnome-panel:2015): DEBUG: Adding applet 7.
I/O warning : failed to load external entity "/home/david/.compiz/session/1070a27764335d453125841411442553200000018610022"
** (gnome-panel:2015): DEBUG: Adding applet 8.

(gnome-volume-control:2094): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GvcLevelBar'

** (gnome-volume-control:2094): CRITICAL **: gvc_level_bar_get_peak_adjustment: assertion `GVC_IS_LEVEL_BAR (bar)' failed

(gnome-volume-control:2094): Gtk-CRITICAL **: gtk_adjustment_set_value: assertion `GTK_IS_ADJUSTMENT (adjustment)' failed
evolution-alarm-notify-Message: Setting timeout for 1854 1258416000 1258414146
e...

Read more...

Revision history for this message
alejandro (nosferatu2011) wrote :
Download full text (6.6 KiB)

/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=es_MX.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
GNOME_KEYRING_SOCKET=/tmp/keyring-ybyZdH/socket
SSH_AUTH_SOCK=/tmp/keyring-ybyZdH/socket.ssh

(gnome-settings-daemon:2021): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed

(gnome-settings-daemon:2021): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Unable to find a synaptics device.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1024x768) to maximum 3D texture size (4096): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: present.
Checking for FBConfig: present.
running under gnome seesion, checking for gnomecompat
Checking for Xgl: not present.

(nautilus:2111): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
** Message: Reading of RFKILL events failed
** Message: killswitches state 3
** Message: killswitches state 3

(polkit-gnome-authentication-agent-1:2136): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:2136): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
** (gnome-panel:2110): DEBUG: Adding applet 0.
** (gnome-panel:2110): DEBUG: Initialized Panel Applet Signaler.
** (gnome-panel:2110): DEBUG: Adding applet 1.
** (gnome-panel:2110): DEBUG: Adding applet 2.
** (gnome-panel:2110): DEBUG: Adding applet 3.
** (gnome-panel:2110): DEBUG: Adding applet 4.
Starting gtk-window-decorator

** (nautilus:2111): WARNING **: No marshaller for signature of signal 'UploadFinished'

** (nautilus:2111): WARNING **: No marshaller for signature of signal 'DownloadFinished'

** (nautilus:2111): WARNING **: No marshaller for signature of signal 'ShareCreateError'

(nautilus:2168): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython_d.so': /usr/lib/gstreamer-0.10/libgstpython_d.so: undefined symbol: _Py_RefTotal
** (gnome-panel:2110): DEBUG: Adding applet 5.
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
Initializing nautilus-gdu extension
** (gnome-panel:2110): DEBUG: Adding applet 6.
** (gnome-panel:2110): DEBUG: Adding applet 7.
** (gnome-panel:2110): DEBUG: Adding applet 8.

(gnome-panel:2110): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -4 and height 24
I/O warning : failed to load external entity "/home/david/.compiz/session/10d6e763954f0c2d9f125841401446607400000019560022"

(nautilus:2194): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
Nautilus-Share-Message: Called "net usershare info" but it failed: La «red compartida» devolvió el error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No exist...

Read more...

Revision history for this message
alejandro (nosferatu2011) wrote :

alsamixer
man man
alsamixer
sudo /etc/modprobe.d/alsa-base.conf
options snd-hda-intel power_save=10 power_save_controller=N
alsaconf
sudo alsaconf
lspci | grep -i audio
cat /proc/asound/cards
cat /proc/asound/modules
sudo gedit /etc/modprobe.d/alsa-base.conf
exit
nautilus -q
nautilus &
alsamixer
sudo apt-key add - gpg --keyserver subkeys.pgp.net --recv 94C09C7F && gpg --export --armor 94C09C7F
/etc/modprobe.d/alsa-base.conf
sudo /etc/modprobe.d/alsa-base.conf
alsamixer
lspci
'aplay -l

Revision history for this message
alejandro (nosferatu2011) wrote :
Download full text (161.3 KiB)

Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: snd_pcm_delay() devolvió un valor que es excepcionalmente grande: -614496 bytes (-3200 ms).
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Lo más probable es que sea un error del controlador ALSA «snd_hda_intel». Por favor, informe esto a los desarrolladores de ALSA.
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: snd_pcm_dump():
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Soft volume PCM
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Control: PCM Playback Volume
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: min_dB: -51
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: max_dB: 0
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: resolution: 256
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Its setup is:
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: stream : CAPTURE
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: access : MMAP_INTERLEAVED
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: format : S16_LE
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: subformat : STD
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: channels : 2
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: rate : 48000
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: exact rate : 48000 (48000/1)
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: msbits : 16
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: buffer_size : 16384
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: period_size : 8192
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: period_time : 170666
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: tstamp_mode : ENABLE
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: period_step : 1
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: avail_min : 15424
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: period_event : 0
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: start_threshold : -1
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: stop_threshold : 1073741824
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: silence_threshold: 0
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: silence_size : 0
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: boundary : 1073741824
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Slave: Hardware PCM card 0 'HDA VIA VT82xx' device 0 subdevice 0
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: Its setup is:
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: stream : CAPTURE
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: access : MMAP_INTERLEAVED
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: format : S16_LE
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: subformat : STD
Nov 16 01:06:25 david-desktop pulseaudio[1884]: alsa-util.c: channe...

Revision history for this message
alejandro (nosferatu2011) wrote :
Download full text (36.0 KiB)

Nov 15 16:54:14 david-desktop pulseaudio[1890]: ratelimit.c: 1 events suppressed
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: snd_pcm_delay() devolvió un valor que es excepcionalmente grande: -723168 bytes (-3766 ms).
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Lo más probable es que sea un error del controlador ALSA «snd_hda_intel». Por favor, informe esto a los desarrolladores de ALSA.
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: snd_pcm_dump():
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Soft volume PCM
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Control: PCM Playback Volume
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: min_dB: -51
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: max_dB: 0
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: resolution: 256
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Its setup is:
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: stream : CAPTURE
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: access : MMAP_INTERLEAVED
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: format : S16_LE
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: subformat : STD
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: channels : 2
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: rate : 48000
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: exact rate : 48000 (48000/1)
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: msbits : 16
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: buffer_size : 16384
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: period_size : 8192
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: period_time : 170666
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: tstamp_mode : ENABLE
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: period_step : 1
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: avail_min : 15424
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: period_event : 0
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: start_threshold : -1
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: stop_threshold : 1073741824
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: silence_threshold: 0
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: silence_size : 0
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: boundary : 1073741824
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Slave: Hardware PCM card 0 'HDA VIA VT82xx' device 0 subdevice 0
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: Its setup is:
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: stream : CAPTURE
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: access : MMAP_INTERLEAVED
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: format : S16_LE
Nov 15 17:03:09 david-desktop pulseaudio[1877]: alsa-util.c: subform...

Changed in alsa-driver (Ubuntu):
assignee: nobody → FredB (ubuntu-bugs-learnedsoftware)
Changed in linux (Ubuntu):
assignee: nobody → Alex Hudson (bugs-alexhudson)
Revision history for this message
David Henningsson (diwic) wrote :

alejandro, please use staging.launchpad.net if you want to try out Launchpad's functions.

Changed in alsa-driver (Ubuntu):
assignee: FredB (ubuntu-bugs-learnedsoftware) → nobody
Changed in linux (Ubuntu):
assignee: Alex Hudson (bugs-alexhudson) → nobody
Revision history for this message
alejandro (nosferatu2011) wrote :

Please, if you're accessing them from a question on Launchpad, tell us what number solved your problem, or tell us if your problem persists. This document is based on http://drowninginbugs.blogspot.com/2009/10/caveats-for-audio-in-910.html

[0] First of all, apply the updates, nothing more. Maybe your problem has already been resolved without you having to do anything else. Before following the guide and after updating, reboot and so aplicna you ensure that all changes.

[1] Make sure you are using the kernel and not the old Karmic. Run "uname-r". It should say 2.6.31-14-generic or higher. If you get an older version, you may be using an older kernel. Ask for your case.

[2] Make sure slmodemd is not running. Run "pgrep slmodemd. You should not give back anything. If you return something, ask about your particular case.

[3] Install linux-backports-modules-alsa-karmic-generic.
    sudo apt-get install linux-backports-modules-alsa-karmic-generic
Then reboot and see if the sound and run better. If he says that this package does not exist, go to System »Administration» Software Sources. In the Updates tab active "Unsupported Updates (karmic-backports)". Click close and when prompted if you want to reload package information say yes. Then try installing again.

[4] Add the PPA of Ubuntu Audio Development Team and maintained.
    sudo apt-add-ppa repository: ubuntu-audio-dev/ppa
    sudo apt-get update
    sudo apt-get dist-upgrade
Packages should be updated alsa and pulseaudio. then reboot and see if that fixes your problem.

[5] Get a PulseAudio log with these instructions: https: / / wiki.ubuntu.com / PulseAudio / Log
Get also a log of ALSA with these instructions: https: / / wiki.ubuntu.com / DebuggingSoundProblems # Automatic% 20sound% 20Information% 20Collection
Http://paste.ubuntu.com/ paste both logs in and passes the addresses to a question so people can see your particular case and try to help.

Salvio (s-trincone)
Changed in alsa-driver (Ubuntu):
status: New → Fix Committed
Changed in alsa-driver (Ubuntu):
status: Fix Committed → New
Revision history for this message
Victor (victorxpp) wrote :

alejandro #58 you made my day,
sudo apt-get install linux-backports-modules-alsa-karmic-generic
that's all i had to do, i don't understand why it is not installed by default..

Revision history for this message
David Henningsson (diwic) wrote :

@Victor: linux-backports-modules-alsa-karmic-generic is not as much tested as the original module, so we are afraid it will break the sound support for other people if we install it by default.

Brad Figg (brad-figg)
tags: added: kj-triage needs-required-logs
Brad Figg (brad-figg)
Changed in alsa-driver (Ubuntu):
status: New → Confirmed
security vulnerability: no → yes
Changed in alsa-driver:
status: Unknown → Fix Released
Revision history for this message
David Henningsson (diwic) wrote :

So, this is a real oldie. Michael B. Trausch, you're the original bug reporter, is this still a problem for you with the latest Ubuntu release?

Changed in alsa-driver (Ubuntu):
status: Confirmed → Incomplete
Changed in linux (Ubuntu):
status: Confirmed → Incomplete
Gary M (garym)
tags: added: hda-jack-sense
security vulnerability: yes → no
security vulnerability: yes → no
Revision history for this message
David Henningsson (diwic) wrote :

Closing due to inactivity. Please reopen if it does not work on 12.04.

Changed in linux (Ubuntu):
status: Incomplete → Invalid
Changed in alsa-driver (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.