No sound with headphone connected at boot with ES1988 Allegro-1

Bug #23982 reported by Oleksij Rempel
14
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Fix Released
Medium
Ben Collins

Bug Description

Hardware: laptop samsung nv5000 + sound ESS Technology ES1988 Allegro-1.
If laptop starting with pluged headphone there is no sound in headphone (with
windows it's working properly). If nothing is pluged all working properly. Only
halp it's change volume after boot, but if some thing play at this moment it's
can damege hardware.
Becouse it's still can't be fixed in kernel i made smole hack and aded script
witch restore sound on boot:

#!/bin/bash
#case "$1" in
# start)
echo "Chonfiguring alsa"

alsactl restore
amixer set PCM,0 1+ # I tryed with 1%+ but it's dasn't halp, only 1+ ore 1-
amixer set PCM,0 1-

amixer set Master,0 1+
amixer set Master,0 1-

alsactl restore

Tags: sound
Revision history for this message
Oleksij Rempel (olerem) wrote :

I tryed "alcactl power off && alsactl power on" it's halp too to restore this
sound card.
Plese don't unconfirm this bug, you didn't tryed to anderstend whats going on.

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #1)
> Plese don't unconfirm this bug, you didn't tryed to anderstend whats going on.

All bugs start out as "unconfirmed". This means that no one else has been able
to verify your problem yet.

Please don't change it; this interferes with our QA process.

Revision history for this message
Thomas Hood (jdthood) wrote :

(In reply to comment #0)
> Hardware: laptop samsung nv5000 + sound ESS Technology ES1988 Allegro-1.
> If laptop starting with pluged headphone there is no sound in headphone (with
> windows it's working properly). If nothing is pluged all working properly.

Do you have a "Headphone Jack Sense" mixer control? (Look for this in the
output of the amixer command.) If so then toggle it.

Revision history for this message
Oleksij Rempel (olerem) wrote :
Download full text (3.9 KiB)

No. There is not.

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 20 [65%] [on]
  Front Right: Playback 20 [65%] [on]
Simple mixer control 'Master Mono',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
Simple mixer control '3D Control - Center',0
  Capabilities: volume volume-joined
  Playback channels: Mono
  Limits: 0 - 15
  Mono: 0 [0%]
Simple mixer control '3D Control - Depth',0
  Capabilities: volume volume-joined
  Playback channels: Mono
  Limits: 0 - 15
  Mono: 0 [0%]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 21 [68%] [on]
  Front Right: Playback 21 [68%] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined
cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [off] Capture [off]
  Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'CD',0
  Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined
cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 18 [58%] [on] Capture [off]
  Front Right: Playback 18 [58%] [on] Capture [off]
Simple mixer control 'Mic',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
  Front Left: Capture [on]
  Front Right: Capture [on]
Simple mixer control 'Mic Boost (+20dB)',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Mic Select',0
  Capabilities:
  Mono:
Simple mixer control 'Video',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Phone',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'PC Speaker',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 15
  Mono: Playback 0 [0%] [off]
Simple mixer control 'Aux',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mono Output Select',0
 ...

Read more...

Revision history for this message
Thomas Hood (jdthood) wrote :

This bug has already been reported upstream:

https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1484

Revision history for this message
Ben Collins (ben-collins) wrote :

If possible, please upgrade to Dapper's 2.6.15-7 kernel. If you do not want to
upgrade to Dapper, then you can also wait for the Dapper Flight 2 CD's, which
are due out within the next few days.

Let me know if this bug still exists with this kernel.

Revision history for this message
Andrew Conkling (andrewski) wrote :

Closing: no comments. Feel free to reopen.

Changed in linux-source-2.6.15:
status: Needs Info → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

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