no sond on headphones/microphone does not work

Asked by klinge

After upgrading to Ubuntu 11.10 the headphones and the microphone stoped working on my laptop. the internal speakers work as long as the headphones are not pluged in.

i don't know which informations you need just ask for more if needed.

thanks, klinge

___

Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
Subsystem: Lenovo ThinkPad T61 [17aa:20ac]
Kernel driver in use: HDA Intel

___

default
    Playback/recording through the PulseAudio sound server
pulse
    Playback/recording through the PulseAudio sound server
front:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
    HDA Intel, Conexant Digital
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Direct sample mixing device
dmix:CARD=Intel,DEV=1
    HDA Intel, Conexant Digital
    Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Direct sample snooping device
dsnoop:CARD=Intel,DEV=1
    HDA Intel, Conexant Digital
    Direct sample snooping device
hw:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Direct hardware device without any conversions
hw:CARD=Intel,DEV=1
    HDA Intel, Conexant Digital
    Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Hardware device with all software conversions
plughw:CARD=Intel,DEV=1
    HDA Intel, Conexant Digital
    Hardware device with all software conversions

Question information

Language:
English Edit question
Status:
Expired
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 give the output of:

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x ./alsa-info.sh; ./alsa-info.sh

Thanks

Revision history for this message
klinge (rosgnilk) said :
#2

yes the output is without sudo:

ra52ai@raLaptop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x
--2011-10-14 20:23:14-- http://www.alsa-project.org/alsa-info.sh
Auflösen des Hostnamen www.alsa-project.org... 77.48.224.243
Verbindungsaufbau zu www.alsa-project.org|77.48.224.243|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found
Platz: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [folge]
--2011-10-14 20:23:17-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Auflösen des Hostnamen git.alsa-project.org... 77.48.224.243
Wiederverwendung der bestehenden Verbindung zu www.alsa-project.org:80.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: nicht spezifiziert [text/plain]
In »alsa-info.sh« speichern.

    [ <=> ] 27'247 --.-K/s in 0.1s

2011-10-14 20:23:18 (182 KB/s) - »alsa-info.sh« gespeichert [27247]

chmod: fehlender Operand nach „+x“
„chmod --help“ gibt weitere Informationen.
ra52ai@raLaptop:~$ ./alsa-info.sh; ./alsa-info.sh
bash: ./alsa-info.sh: Keine Berechtigung
bash: ./alsa-info.sh: Keine Berechtigung

with sudo:

ra52ai@raLaptop:~$ sudo wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x
[sudo] password for ra52ai:
Sorry, try again.
[sudo] password for ra52ai:
--2011-10-14 20:24:03-- http://www.alsa-project.org/alsa-info.sh
Auflösen des Hostnamen www.alsa-project.org... 77.48.224.243
Verbindungsaufbau zu www.alsa-project.org|77.48.224.243|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found
Platz: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [folge]
--2011-10-14 20:24:03-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Auflösen des Hostnamen git.alsa-project.org... 77.48.224.243
Wiederverwendung der bestehenden Verbindung zu www.alsa-project.org:80.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 27247 (27K) [text/plain]
In »alsa-info.sh« speichern.

100%[======================================>] 27'247 150K/s in 0.2s

2011-10-14 20:24:03 (150 KB/s) - »alsa-info.sh« gespeichert [27247/27247]

chmod: fehlender Operand nach „+x“
„chmod --help“ gibt weitere Informationen.

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

ok run:

chmod +x ~/alsa-info.sh
./alsa-info.sh

Should run ok

Revision history for this message
klinge (rosgnilk) said :
#4

thanks it did change something but didnt solve the problem

if you need the 'wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x ./alsa-info.sh; ./alsa-info.sh' again:

ra52ai@raLaptop:~$ sudo wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x ./alsa-info.sh; ./alsa-info.sh
[sudo] password for ra52ai:
--2011-10-14 22:28:20-- http://www.alsa-project.org/alsa-info.sh
Auflösen des Hostnamen www.alsa-project.org... 77.48.224.243
Verbindungsaufbau zu www.alsa-project.org|77.48.224.243|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found
Platz: http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh [folge]
--2011-10-14 22:28:21-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Auflösen des Hostnamen git.alsa-project.org... 77.48.224.243
Wiederverwendung der bestehenden Verbindung zu www.alsa-project.org:80.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: nicht spezifiziert [text/plain]
In »alsa-info.sh« speichern.

    [ <=> ] 27'247 --.-K/s in 0.1s

2011-10-14 22:28:22 (183 KB/s) - »alsa-info.sh« gespeichert [27247]

ALSA Information Script v 0.4.60
--------------------------------

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.

Revision history for this message
klinge (rosgnilk) said :
#5

i installed the newest alsa daily build shnapshot from https://code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages now the headphones work, if the plug isn't pushed in commpletely. the microphone still doesn't work.

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

Can you give the output of:

cd; chmod +x ./alsa-info.sh; ./alsa-info.sh

Upload to the server and a URL will be generated. What is the URL?

Revision history for this message
klinge (rosgnilk) said :
#7

sorry i got you wrong. this is after i installed the newest version of alsa:

http://www.alsa-project.org/db/?f=2a7f9d965b0729aa0d6002a55d9f6c980483b794

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

!!################################
!!ALSA Information Script v 0.4.60
!!################################

!!Script ran on: Wed Oct 19 20:04:45 UTC 2011

!!Linux Distribution
!!------------------

Ubuntu 11.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 11.10"

!!DMI Information
!!---------------

Manufacturer: LENOVO
Product Name: 89329ZG
Product Version: ThinkPad R61/R61i

!!Kernel Information
!!------------------

Kernel release: 3.0.0-12-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
SMP Enabled: Yes

!!ALSA Version
!!------------

Driver version: 1.0.24
Library version: 1.0.24.1
Utilities version: 1.0.24.2

!!Loaded ALSA modules
!!-------------------

snd_hda_intel
thinkpad_acpi

!!Sound Servers on this system
!!----------------------------

Pulseaudio:
      Installed - Yes (/usr/bin/pulseaudio)
      Running - Yes

ESound Daemon:
      Installed - Yes (/usr/bin/esd)
      Running - No

!!Soundcards recognised by ALSA
!!-----------------------------

 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xfe100000 irq 48
29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control
                      ThinkPad Console Audio Control at EC reg 0x30, fw 7KHT24WW-1.08

!!PCI Soundcards installed in the system
!!--------------------------------------

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!--------------------------------------------------------

00:1b.0 0403: 8086:284b (rev 03)
 Subsystem: 17aa:20ac
--
 Prefetchable memory behind bridge: 0000000040000000-00000000401fffff
 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-

!!Modprobe options (Sound related)
!!--------------------------------

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-usb-audio: index=-2
snd-usb-caiaq: index=-2
snd-usb-ua101: index=-2
snd-usb-us122l: index=-2
snd-usb-usx2y: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2
snd-usb-audio: index=-2

!!Loaded sound module options
!!--------------------------

!!Module: snd_hda_intel
 align_buffer_size : N
 bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
 beep_mode : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
 enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
 enable_msi : -1
 id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
 index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
 model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
 patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
 position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
 power_save : 1
 power_save_controller : Y
 probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
 probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
 single_cmd : N
 snoop : Y

!!Module: thinkpad_acpi
 brightness_enable : 2
 brightness_mode : 4
 dbg_bluetoothemul : 0
 dbg_uwbemul : 0
 dbg_wlswemul : 0
 dbg_wwanemul : 0
 enable : Y
 experimental : 0
 fan_control : N
 force_load : N
 hotkey_report_mode : 0
 id : ThinkPadEC
 index : -536870912
 volume_capabilities : 0
 volume_control : N
 volume_mode : 3

!!HDA-Intel Codec information
!!---------------------------
--startcollapse--

Codec: Conexant CX20549 (Venice)
Address: 0
AFG Function Id: 0x1 (unsol 0)
MFG Function Id: 0x2 (unsol 1)
Vendor Id: 0x14f15045
Subsystem Id: 0x17aa20db
Revision Id: 0x100100
Modem Function Group: 0x2
Default PCM:
    rates [0x140]: 48000 96000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
Node 0x10 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x2b, nsteps=0x2b, stepsize=0x05, mute=1
  Amp-Out vals: [0x80 0x80] [0x00 0x00]
  Pincap 0x00010014: OUT EAPD Detect
  EAPD 0x2: EAPD
  Pin Default 0x95170110: [Fixed] Speaker at Int Top
    Conn = Analog, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x19* 0x17
Node 0x11 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x2b, nsteps=0x2b, stepsize=0x05, mute=1
  Amp-Out vals: [0x16 0x16] [0x00 0x00]
  Pincap 0x0000113c: IN OUT HP Detect
    Vref caps: HIZ 80
  Pin Default 0x0321401f: [Jack] HP Out at Ext Left
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0xf
  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  Unsolicited: tag=37, enabled=1
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x19* 0x17
Node 0x12 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Amp-Out caps: ofs=0x2b, nsteps=0x2b, stepsize=0x05, mute=1
  Amp-Out vals: [0xab 0xab] [0x00 0x00]
  Pincap 0x0000113c: IN OUT HP Detect
    Vref caps: HIZ 80
  Pin Default 0x21a1902e: [Jack] Mic at Sep Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0x2, Sequence = 0xe
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=38, enabled=1
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 2
     0x19* 0x17
Node 0x13 [Pin Complex] wcaps 0x400301: Stereo Digital
  Pincap 0x00000010: OUT
  Pin Default 0x2144f1f0: [Jack] SPDIF Out at Sep Rear
    Conn = RCA, Color = Other
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Connection: 1
     0x18
Node 0x14 [Pin Complex] wcaps 0x400081: Stereo
  Pincap 0x00001124: IN Detect
    Vref caps: HIZ 80
  Pin Default 0x03a15021: [Jack] Mic at Ext Left
    Conn = 1/8, Color = Red
    DefAssociation = 0x2, Sequence = 0x1
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=38, enabled=1
Node 0x15 [Pin Complex] wcaps 0x400001: Stereo
  Pincap 0x00000020: IN
  Pin Default 0x95a70120: [Fixed] Mic at Int Top
    Conn = Analog, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
Node 0x16 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out
  Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x07, nsteps=0x07, stepsize=0x0b, mute=1
  Amp-Out vals: [0x06]
Node 0x17 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  Amp-In caps: ofs=0x14, nsteps=0x2b, stepsize=0x05, mute=1
  Amp-In vals: [0x94 0x94] [0x94 0x94] [0x94 0x94] [0x94 0x94] [0x94 0x94]
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 5
     0x19 0x14 0x12 0x11 0x15
Node 0x18 [Audio Output] wcaps 0x211: Stereo Digital
  Control: name="IEC958 Playback Con Mask", index=0, device=0
  Control: name="IEC958 Playback Pro Mask", index=0, device=0
  Control: name="IEC958 Playback Default", index=0, device=0
  Control: name="IEC958 Playback Switch", index=0, device=0
  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  Device: name="Conexant Digital", type="SPDIF", device=1
  Converter: stream=0, channel=0
  Digital: Enabled
  Digital category: 0x0
  PCM:
    rates [0x40]: 48000
    bits [0x6]: 16 20
    formats [0x5]: PCM AC3
Node 0x19 [Audio Output] wcaps 0xc11: Stereo R/L
  Device: name="CONEXANT Analog", type="Audio", device=0
  Converter: stream=0, channel=0
  PCM:
    rates [0x540]: 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
Node 0x1a [Audio Input] wcaps 0x100d0b: Stereo Amp-In R/L
  Control: name="Dock Mic Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name="Dock Mic Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name="Mic Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Mic Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Internal Mic Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
  Control: name="Internal Mic Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
  Device: name="CONEXANT Analog", type="Audio", device=0
  Amp-In caps: ofs=0x00, nsteps=0x17, stepsize=0x05, mute=1
  Amp-In vals: [0x80 0x80] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
  Converter: stream=0, channel=0
  SDI-Select: 0
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
  Connection: 5
     0x17 0x14 0x12 0x11 0x15*
Node 0x1b [Vendor Defined Widget] wcaps 0xf00000: Mono
--endcollapse--

!!ALSA Device nodes
!!-----------------

crw-rw---- 1 root audio 116, 7 Oct 19 21:54 /dev/snd/controlC0
crw-rw---- 1 root audio 116, 2 Oct 19 21:54 /dev/snd/controlC29
crw-rw---- 1 root audio 116, 6 Oct 19 21:54 /dev/snd/hwC0D0
crw-rw---- 1 root audio 116, 5 Oct 19 21:55 /dev/snd/pcmC0D0c
crw-rw---- 1 root audio 116, 4 Oct 19 21:55 /dev/snd/pcmC0D0p
crw-rw---- 1 root audio 116, 3 Oct 19 21:55 /dev/snd/pcmC0D1p
crw-rw---- 1 root audio 116, 1 Oct 19 21:54 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Oct 19 21:54 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 80 Oct 19 21:54 .
drwxr-xr-x 3 root root 220 Oct 19 21:54 ..
lrwxrwxrwx 1 root root 12 Oct 19 21:54 pci-0000:00:1b.0 -> ../controlC0
lrwxrwxrwx 1 root root 13 Oct 19 21:54 platform-thinkpad_acpi -> ../controlC29

!!Aplay/Arecord output
!!------------

APLAY

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

!!Amixer output
!!-------------

!!-------Mixer controls for card 0 [Intel]

Card hw:0 'Intel'/'HDA Intel at 0xfe100000 irq 48'
  Mixer name : 'Conexant CX20549 (Venice)'
  Components : 'HDA:14f15045,17aa20db,00100100'
  Controls : 21
  Simple ctrls : 11
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 43
  Mono: Playback 22 [51%] [5.50dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 43
  Mono:
  Front Left: Playback 43 [100%] [0.00dB] [on]
  Front Right: Playback 43 [100%] [0.00dB] [on]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 43
  Mono:
  Front Left: Playback 0 [0%] [-64.50dB] [off]
  Front Right: Playback 0 [0%] [-64.50dB] [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Mic',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 23
  Front Left: Capture 0 [0%] [0.00dB] [off]
  Front Right: Capture 0 [0%] [0.00dB] [off]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Beep',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 7
  Mono: Playback 7 [100%] [0.00dB] [on]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
Simple mixer control 'Dock Mic',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 23
  Front Left: Capture 0 [0%] [0.00dB] [off]
  Front Right: Capture 0 [0%] [0.00dB] [off]
Simple mixer control 'Internal Mic',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 23
  Front Left: Capture 0 [0%] [0.00dB] [off]
  Front Right: Capture 0 [0%] [0.00dB] [off]

!!-------Mixer controls for card 29 [ThinkPadEC]

Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 7KHT24WW-1.08'
  Mixer name : 'ThinkPad EC 7KHT24WW-1.08'
  Components : ''
  Controls : 1
  Simple ctrls : 1
Simple mixer control 'Console',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]

!!Alsactl output
!!-------------

--startcollapse--
state.Intel {
 control.1 {
  iface MIXER
  name 'Speaker Playback Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 43'
   dbmin -6450
   dbmax 0
   dbvalue.0 -6450
   dbvalue.1 -6450
  }
 }
 control.2 {
  iface MIXER
  name 'Speaker Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.3 {
  iface MIXER
  name 'Headphone Playback Volume'
  value.0 43
  value.1 43
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 43'
   dbmin -6450
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.4 {
  iface MIXER
  name 'Headphone Playback Switch'
  value.0 true
  value.1 true
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.5 {
  iface MIXER
  name 'Auto-Mute Mode'
  value Enabled
  comment {
   access 'read write'
   type ENUMERATED
   count 1
   item.0 Disabled
   item.1 Enabled
  }
 }
 control.6 {
  iface MIXER
  name 'Dock Mic Capture Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 23'
   dbmin 0
   dbmax 3450
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.7 {
  iface MIXER
  name 'Dock Mic Capture Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.8 {
  iface MIXER
  name 'Mic Capture Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 23'
   dbmin 0
   dbmax 3450
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.9 {
  iface MIXER
  name 'Mic Capture Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.10 {
  iface MIXER
  name 'Internal Mic Capture Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 23'
   dbmin 0
   dbmax 3450
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.11 {
  iface MIXER
  name 'Internal Mic Capture Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.12 {
  iface MIXER
  name 'IEC958 Playback Con Mask'
  value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.13 {
  iface MIXER
  name 'IEC958 Playback Pro Mask'
  value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.14 {
  iface MIXER
  name 'IEC958 Playback Default'
  value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access 'read write'
   type IEC958
   count 1
  }
 }
 control.15 {
  iface MIXER
  name 'IEC958 Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.16 {
  iface MIXER
  name 'IEC958 Default PCM Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.17 {
  iface MIXER
  name 'Master Playback Volume'
  value 22
  comment {
   access 'read write'
   type INTEGER
   count 1
   range '0 - 43'
   dbmin 0
   dbmax 1075
   dbvalue.0 550
  }
 }
 control.18 {
  iface MIXER
  name 'Master Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.19 {
  iface MIXER
  name 'Beep Playback Volume'
  value 7
  comment {
   access 'read write'
   type INTEGER
   count 1
   range '0 - 7'
   dbmin -2100
   dbmax 0
   dbvalue.0 0
  }
 }
 control.20 {
  iface MIXER
  name 'Beep Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.21 {
  iface MIXER
  name 'PCM Playback Volume'
  value.0 255
  value.1 255
  comment {
   access 'read write user'
   type INTEGER
   count 2
   range '0 - 255'
   tlv '0000000100000008ffffec1400000014'
   dbmin -5100
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
}
state.ThinkPadEC {
 control.1 {
  iface MIXER
  name 'Console Playback Switch'
  value true
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
}
--endcollapse--

!!All Loaded Modules
!!------------------

Module
snd_hrtimer
bnep
rfcomm
parport_pc
ppdev
joydev
binfmt_misc
pcmcia
snd_hda_codec_conexant
btusb
bluetooth
psmouse
r852
yenta_socket
sm_common
serio_raw
nand
nand_ids
nand_bch
arc4
bch
nand_ecc
pcmcia_rsrc
mtd
thinkpad_acpi
pcmcia_core
nvram
tpm_tis
snd_hda_intel
snd_hda_codec
snd_hwdep
snd_pcm
snd_seq_midi
snd_rawmidi
iwl3945
iwl_legacy
snd_seq_midi_event
mac80211
snd_seq
i915
snd_timer
snd_seq_device
cfg80211
snd
drm_kms_helper
drm
soundcore
snd_page_alloc
i2c_algo_bit
video
lp
parport
usbhid
hid
sdhci_pci
sdhci
ahci
libahci
firewire_ohci
firewire_core
crc_itu_t
tg3

!!Sysfs Files
!!-----------

/sys/class/sound/hwC0D0/init_pin_configs:
0x10 0x95170110
0x11 0x0321401f
0x12 0x21a1902e
0x13 0x2144f1f0
0x14 0x03a15021
0x15 0x95a70120

/sys/class/sound/hwC0D0/driver_pin_configs:

/sys/class/sound/hwC0D0/user_pin_configs:

/sys/class/sound/hwC0D0/init_verbs:

!!ALSA/HDA dmesg
!!------------------

[ 12.839888] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 12.839947] snd_hda_intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 12.839952] hda_intel: probe_mask set to 0x1 for device 17aa:20ac
[ 12.840095] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 12.840140] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 12.893881] hda_codec: CX20549 (Venice): BIOS auto-probing.
[ 12.964528]

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

Try adding:

options snd_hda_intel model=laptop position_fix=1

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

Reboot to test

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

If that doesn't work, change it to:
options snd-hda-intel model=ideapad

or try:
options snd-hda-intel model=lenovo

Reboot between each test, you only want ONE of the lines in the file, so change the model each time

Revision history for this message
klinge (rosgnilk) said :
#11

thanks very much

unfortunately the problem remains the same with all 3 versions you proposed.

greetings, klinge

Revision history for this message
Launchpad Janitor (janitor) said :
#12

This question was expired because it remained in the 'Open' state without activity for the last 15 days.