Codec: Realtek ALC663 - Mixer: Nvidia MCP77/78 HDMI - card 0: Intel [HDA Intel], device 0: ALC663 Analog [ALC663 Analog] - Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller 8086:293e (rev 03) - No sound output from internal speakers on ASUS M50Vm in Ubuntu 13.10

Asked by Joost

Dear,
Dear,
I've recently bought a second-hand ASUS M50Vm with a fresh ubuntu intallation (installed by the guy whom I bought it from). I'm facing a sound issue: no sound comes out of the internal speakers while when I plug in headphones, sound comes out of those. When booting the laptop I do hear sound from the speakers, but once Ubuntu is started up it doesn't work anymore. I've tested using Sound Test and youtube videos.

I've tried many things. I've added a line to /etc/modprobe.d/alsa-base.conf (and savig and then rebooting afterwards):
options snd-hda-intel model=asus-mode8
I've tried many models:
asus-mode1 to asus-mode8
3stack
3stack-dig
haier-w66
auto
some other models I can't record

None of these attempts gave me sound from the latop's speakers.

I produced test output which can be found here:
http://www.alsa-project.org/db/?f=9c75e0a6bf5b7997e8a7bd53319548f93cfd7fa3

I've tried the relevant steps from https://help.ubuntu.com/community/SoundTroubleshootingProcedure, but nothing changed.
Below is some information about my system. Could you please try to help me?
Thank you very much,
Joost

ALSA version:
Advanced Linux Sound Architecture Driver Version k3.11.0-18-generic.

Ubuntu version:
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy

cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC663
Codec: LSI ID 1040
Codec: Nvidia MCP77/78 HDMI

/etc/modprobe.d/alsa-base.conf:
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# 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 ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2

Result of Step 4 of https://help.ubuntu.com/community/SoundTroubleshootingProcedure:
Advanced Linux Sound Architecture Driver Version k3.11.0-18-generic.
 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf9ff8000 irq 49
  1: : sequencer
  2: [ 0- 3]: digital audio playback
  3: [ 0- 1]: digital audio playback
  4: [ 0- 0]: digital audio playback
  5: [ 0- 0]: digital audio capture
  6: [ 0- 2]: hardware dependent
  7: [ 0- 1]: hardware dependent
  8: [ 0- 0]: hardware dependent
  9: [ 0] : control
 33: : timer
00-02: HDA Codec 2
00-01: HDA Codec 1
00-00: HDA Codec 0
00-00: ALC663 Analog : ALC663 Analog : playback 1 : capture 1
00-01: ALC663 Digital : ALC663 Digital : playback 1
00-03: HDMI 0 : HDMI 0 : playback 1
Client info
  cur clients : 1
  peak clients : 1
  max clients : 192

Client 0 : "System" [Kernel]
  Port 0 : "Timer" (Rwe-)
  Port 1 : "Announce" (R-e-)
Client 14 : "Midi Through" [Kernel]
  Port 0 : "Midi Through Port-0" (RWe-)
[sudo] password for joost:
rm: cannot remove ‘/etc/asound.conf’: No such file or directory
rm: cannot remove ‘/home/joost/.pulse’: No such file or directory
rm: cannot remove ‘/home/joost/.asound*’: No such file or directory
rm: cannot remove ‘/home/joost/.pulse-cookie’: No such file or directory
Ign http://gb.archive.ubuntu.com saucy InRelease
Ign http://extras.ubuntu.com saucy InRelease
Ign http://gb.archive.ubuntu.com saucy-updates InRelease
Hit http://extras.ubuntu.com saucy Release.gpg
Ign http://gb.archive.ubuntu.com saucy-backports InRelease
Hit http://extras.ubuntu.com saucy Release
Hit http://gb.archive.ubuntu.com saucy Release.gpg
Get:1 http://gb.archive.ubuntu.com saucy-updates Release.gpg [933 B]
Hit http://gb.archive.ubuntu.com saucy-backports Release.gpg
Hit http://gb.archive.ubuntu.com saucy Release
Ign http://security.ubuntu.com saucy-security InRelease
Get:2 http://gb.archive.ubuntu.com saucy-updates Release [49.6 kB]
Hit http://extras.ubuntu.com saucy/main Sources
Get:3 http://security.ubuntu.com saucy-security Release.gpg [933 B]
Hit http://gb.archive.ubuntu.com saucy-backports Release
Hit http://extras.ubuntu.com saucy/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/main Sources
Hit http://extras.ubuntu.com saucy/main i386 Packages
Hit http://gb.archive.ubuntu.com saucy/restricted Sources
Hit http://gb.archive.ubuntu.com saucy/universe Sources
Hit http://gb.archive.ubuntu.com saucy/multiverse Sources
Get:4 http://security.ubuntu.com saucy-security Release [49.6 kB]
Hit http://gb.archive.ubuntu.com saucy/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/restricted amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/universe amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/multiverse amd64 Packages
Ign http://extras.ubuntu.com saucy/main Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/main i386 Packages
Ign http://extras.ubuntu.com saucy/main Translation-en
Hit http://gb.archive.ubuntu.com saucy/restricted i386 Packages
Hit http://gb.archive.ubuntu.com saucy/universe i386 Packages
Hit http://gb.archive.ubuntu.com saucy/multiverse i386 Packages
Hit http://gb.archive.ubuntu.com saucy/main Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/main Translation-en
Hit http://gb.archive.ubuntu.com saucy/multiverse Translation-en_GB
Get:5 http://security.ubuntu.com saucy-security/main Sources [41.2 kB]
Hit http://gb.archive.ubuntu.com saucy/multiverse Translation-en
Hit http://gb.archive.ubuntu.com saucy/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/restricted Translation-en
Hit http://gb.archive.ubuntu.com saucy/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/universe Translation-en
Get:6 http://gb.archive.ubuntu.com saucy-updates/main Sources [84.4 kB]
Get:7 http://gb.archive.ubuntu.com saucy-updates/restricted Sources [14 B]
Get:8 http://security.ubuntu.com saucy-security/restricted Sources [14 B]
Get:9 http://gb.archive.ubuntu.com saucy-updates/universe Sources [68.6 kB]
Get:10 http://gb.archive.ubuntu.com saucy-updates/multiverse Sources [1,345 B]
Get:11 http://security.ubuntu.com saucy-security/universe Sources [8,834 B]
Get:12 http://gb.archive.ubuntu.com saucy-updates/main amd64 Packages [231 kB]
Get:13 http://security.ubuntu.com saucy-security/multiverse Sources [698 B]
Get:14 http://security.ubuntu.com saucy-security/main amd64 Packages [110 kB]
Get:15 http://gb.archive.ubuntu.com saucy-updates/restricted amd64 Packages [14 B]
Get:16 http://gb.archive.ubuntu.com saucy-updates/universe amd64 Packages [160 kB]
Get:17 http://gb.archive.ubuntu.com saucy-updates/multiverse amd64 Packages [1,552 B]
Get:18 http://gb.archive.ubuntu.com saucy-updates/main i386 Packages [229 kB]
Get:19 http://security.ubuntu.com saucy-security/restricted amd64 Packages [14 B]
Get:20 http://gb.archive.ubuntu.com saucy-updates/restricted i386 Packages [14 B]
Get:21 http://gb.archive.ubuntu.com saucy-updates/universe i386 Packages [161 kB]
Get:22 http://security.ubuntu.com saucy-security/universe amd64 Packages [37.5 kB]
Get:23 http://gb.archive.ubuntu.com saucy-updates/multiverse i386 Packages [1,772 B]
Hit http://gb.archive.ubuntu.com saucy-updates/main Translation-en_GB
Get:24 http://security.ubuntu.com saucy-security/multiverse amd64 Packages [1,146 B]
Hit http://gb.archive.ubuntu.com saucy-updates/main Translation-en
Hit http://gb.archive.ubuntu.com saucy-updates/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/multiverse Translation-en
Hit http://gb.archive.ubuntu.com saucy-updates/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/restricted Translation-en
Get:25 http://security.ubuntu.com saucy-security/main i386 Packages [110 kB]
Hit http://gb.archive.ubuntu.com saucy-updates/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/universe Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/main Sources
Hit http://gb.archive.ubuntu.com saucy-backports/restricted Sources
Hit http://gb.archive.ubuntu.com saucy-backports/universe Sources
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse Sources
Hit http://gb.archive.ubuntu.com saucy-backports/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/restricted amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/universe amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/main i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/restricted i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/universe i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/main Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/restricted Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/universe Translation-en
Get:26 http://security.ubuntu.com saucy-security/restricted i386 Packages [14 B]
Get:27 http://security.ubuntu.com saucy-security/universe i386 Packages [37.7 kB]
Get:28 http://security.ubuntu.com saucy-security/multiverse i386 Packages [1,404 B]
Ign http://gb.archive.ubuntu.com saucy-backports/main Translation-en_GB
Ign http://gb.archive.ubuntu.com saucy-backports/multiverse Translation-en_GB
Ign http://gb.archive.ubuntu.com saucy-backports/restricted Translation-en_GB
Ign http://gb.archive.ubuntu.com saucy-backports/universe Translation-en_GB
Hit http://security.ubuntu.com saucy-security/main Translation-en
Hit http://security.ubuntu.com saucy-security/multiverse Translation-en
Hit http://security.ubuntu.com saucy-security/restricted Translation-en
Hit http://security.ubuntu.com saucy-security/universe Translation-en
Ign http://security.ubuntu.com saucy-security/main Translation-en_GB
Ign http://security.ubuntu.com saucy-security/multiverse Translation-en_GB
Ign http://security.ubuntu.com saucy-security/restricted Translation-en_GB
Ign http://security.ubuntu.com saucy-security/universe Translation-en_GB
Fetched 1,389 kB in 5s (263 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  aptitude-common libboost-iostreams1.53.0 libcwidget3
Suggested packages:
  aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev
The following NEW packages will be installed
  aptitude aptitude-common libboost-iostreams1.53.0 libcwidget3
0 upgraded, 4 newly installed, 0 to remove and 40 not upgraded.
Need to get 2,512 kB of archives.
After this operation, 10.3 MB of additional disk space will be used.
Do you want to continue [Y/n]?

Question information

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

!!################################
!!ALSA Information Script v 0.4.63
!!################################

!!Script ran on: Thu Apr 17 09:53:33 UTC 2014

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

Ubuntu 13.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 13.10" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 13.10" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

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

Manufacturer: ASUSTeK Computer Inc.
Product Name: M50Vm
Product Version: 1.0
Firmware Version: 205

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

Kernel release: 3.11.0-18-generic
Operating System: GNU/Linux
Architecture: x86_64
Processor: x86_64
SMP Enabled: Yes

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

Driver version: k3.11.0-18-generic
Library version: 1.0.27.2
Utilities version: 1.0.27.1

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

snd_hda_intel

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

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

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

 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf9ff8000 irq 49

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

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

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

00:1b.0 0403: 8086:293e (rev 03)
 Subsystem: 1043:1893

!!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 : -1
 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 : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
 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
 jackpoll_ms : 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
 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 : -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
 power_save : 0
 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

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

Codec: Realtek ALC663
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x10ec0663
Subsystem Id: 0x10431893
Revision Id: 0x100001
No Modem Function Group found
Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states: D0 D1 D2 D3 CLKSTOP
  Power: setting=D0, actual=D0
GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name="ALC663 Analog", type="Audio", device=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals: [0x40 0x40]
  Converter: stream=8, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals: [0x40 0x40]
  Converter: stream=8, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  Control: name="Headphone Playback Volume", index=1, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals: [0x40 0x40]
  Converter: stream=8, channel=0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x06 [Audio Output] wcaps 0x611: Stereo Digital
  Control: name="IEC958 Playback Con Mask", index=16, device=0
  Control: name="IEC958 Playback Pro Mask", index=16, device=0
  Control: name="IEC958 Playback Default", index=16, device=0
  Control: name="IEC958 Playback Switch", index=16, device=0
  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  Device: name="ALC663 Digital", type="SPDIF", device=1
  Converter: stream=8, channel=0
  Digital: Enabled
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Device: name="ALC663 Analog", type="Audio", device=0
  Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  Amp-In vals: [0x0b 0x0b]
  Converter: stream=4, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x23
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  Amp-In vals: [0x8b 0x8b]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x22
Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Control: name="Internal Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Internal Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  Control: name="Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
  Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
  Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 8
     0x18 0x19 0x1a 0x1b 0x1d 0x14 0x15 0x16
Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x00 0x00] [0x00 0x00]
  Connection: 2
     0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x00 0x00] [0x00 0x00]
  Connection: 2
     0x03 0x0b
Node 0x0e [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x00 0x00] [0x00 0x00]
  Connection: 2
     0x04 0x0b
Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x00] [0x80]
  Connection: 2
     0x02 0x0b
Node 0x10 [Audio Output] wcaps 0x611: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x11 [Pin Complex] wcaps 0x400700: Mono Digital
  Pincap 0x00000010: OUT
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x10
Node 0x12 [Pin Complex] wcaps 0x400401: Stereo
  Pincap 0x00000020: IN
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x00:
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x13 [Pin Complex] wcaps 0x400401: Stereo
  Pincap 0x00000020: IN
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x00:
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Speaker Phantom Jack", index=0, device=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x00 0x00]
  Pincap 0x0001003c: IN OUT HP EAPD Detect
  EAPD 0x2: EAPD
  Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 2
     0x0c* 0x0d
Node 0x15 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Headphone Jack", index=0, device=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x00 0x00]
  Pincap 0x0001003c: IN OUT HP EAPD Detect
  EAPD 0x2: EAPD
  Pin Default 0x0121441f: [Jack] HP Out at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0xf
  Pin-ctls: 0xc0: OUT HP
  Unsolicited: tag=01, enabled=1
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 2
     0x0c 0x0d*
Node 0x16 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80 0x80]
  Pincap 0x00000034: IN OUT Detect
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0e
Node 0x17 [Pin Complex] wcaps 0x40050c: Mono Amp-Out
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80]
  Pincap 0x00000010: OUT
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x00:
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0f
Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Mic Jack", index=0, device=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals: [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80 0x80]
  Pincap 0x00001734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x01a19840: [Jack] Mic at Ext Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0x4, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=03, enabled=1
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0e
Node 0x19 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name="Internal Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name="Internal Mic Phantom Jack", index=0, device=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals: [0x01 0x01]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80 0x80]
  Pincap 0x0000173c: IN OUT HP Detect
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x99a3094f: [Fixed] Mic at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x4, Sequence = 0xf
    Misc = NO_PRESENCE
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 3
     0x0c* 0x0d 0x0e
Node 0x1a [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals: [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80 0x80]
  Pincap 0x00001734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN VREF_HIZ
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x0d
Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals: [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x80 0x80]
  Pincap 0x0000173c: IN OUT HP Detect
    Vref caps: HIZ 50 GRD 80
  Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN VREF_HIZ
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 3
     0x0c* 0x0d 0x0e
Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1d [Pin Complex] wcaps 0x400400: Mono
  Pincap 0x00000020: IN
  Pin Default 0x598301f0: [N/A] Line In at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
Node 0x1e [Pin Complex] wcaps 0x400780: Mono Digital
  Control: name="SPDIF Phantom Jack", index=0, device=0
  Pincap 0x00000014: OUT Detect
  Pin Default 0x99430130: [Fixed] SPDIF Out at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 1
     0x06
Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
  Processing caps: benign=0, ncoeff=17
Node 0x21 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name="Headphone Playback Switch", index=1, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="Headphone Jack", index=1, device=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals: [0x00 0x00]
  Pincap 0x0000001c: OUT HP Detect
  Pin Default 0x01211420: [Jack] HP Out at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0xc0: OUT HP
  Unsolicited: tag=02, enabled=1
  Power states: D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 3
     0x0c 0x0d 0x0e*
Node 0x22 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 10
     0x18 0x19 0x1a 0x1b 0x1d 0x14 0x15 0x16 0x0b 0x12
Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals: [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  Connection: 10
     0x18 0x19 0x1a 0x1b 0x1d 0x14 0x15 0x16 0x0b 0x13
Codec: LSI ID 1040
Address: 1
MFG Function Id: 0x2 (unsol 1)
Vendor Id: 0x11c11040
Subsystem Id: 0x10431636
Revision Id: 0x100200
Modem Function Group: 0x1
Codec: Nvidia MCP77/78 HDMI
Address: 2
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x10de0006
Subsystem Id: 0x10de0101
Revision Id: 0x100000
No Modem Function Group found
Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
  Power states: D0 D1 D2 D3
  Power: setting=D0, actual=D0
GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
Node 0x04 [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
  Device: name="HDMI 0", type="HDMI", device=3
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
Node 0x05 [Pin Complex] wcaps 0x400381: Stereo Digital
  Control: name="HDMI/DP,pcm=3 Phantom Jack", index=0, device=0
  Pincap 0x00000014: OUT Detect
  Pin Default 0x18560110: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x04
Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
Node 0x07 [Pin Complex] wcaps 0x400381: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x58560121: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x1
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x06
Node 0x08 [Audio Output] wcaps 0x211: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
Node 0x09 [Pin Complex] wcaps 0x400381: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x58560122: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x2
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x08
Node 0x0a [Audio Output] wcaps 0x211: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
Node 0x0b [Pin Complex] wcaps 0x400381: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x58560123: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x3
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x0a
Node 0x0c [Audio Output] wcaps 0x211: Stereo Digital
  Converter: stream=0, channel=0
  Digital:
  Digital category: 0x0
  IEC Coding Type: 0x0
  PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
Node 0x0d [Pin Complex] wcaps 0x400381: Stereo Digital
  Pincap 0x00000014: OUT Detect
  Pin Default 0x58560124: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x4
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
     0x0c
--endcollapse--

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

crw-rw---- 1 root audio 116, 9 Apr 17 10:38 /dev/snd/controlC0
crw-rw---- 1 root audio 116, 8 Apr 17 10:38 /dev/snd/hwC0D0
crw-rw---- 1 root audio 116, 7 Apr 17 10:38 /dev/snd/hwC0D1
crw-rw---- 1 root audio 116, 6 Apr 17 10:38 /dev/snd/hwC0D2
crw-rw---- 1 root audio 116, 5 Apr 17 10:41 /dev/snd/pcmC0D0c
crw-rw---- 1 root audio 116, 4 Apr 17 10:41 /dev/snd/pcmC0D0p
crw-rw---- 1 root audio 116, 3 Apr 17 10:39 /dev/snd/pcmC0D1p
crw-rw---- 1 root audio 116, 2 Apr 17 10:38 /dev/snd/pcmC0D3p
crw-rw---- 1 root audio 116, 1 Apr 17 10:38 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Apr 17 10:38 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 60 Apr 17 10:38 .
drwxr-xr-x 3 root root 260 Apr 17 10:38 ..
lrwxrwxrwx 1 root root 12 Apr 17 10:38 pci-0000:00:1b.0 -> ../controlC0

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

APLAY

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

ARECORD

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

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

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

Card hw:0 'Intel'/'HDA Intel at 0xf9ff8000 irq 49'
  Mixer name : 'Nvidia MCP77/78 HDMI'
  Components : 'HDA:10ec0663,10431893,00100001 HDA:11c11040,10431636,00100200 HDA:10de0006,10de0101,00100000'
  Controls : 40
  Simple ctrls : 15
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',1
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  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: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%] [0.00dB]
  Front Right: 0 [0%] [0.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'IEC958',16
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Beep',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 11 [35%] [0.00dB] [on]
  Front Right: Capture 11 [35%] [0.00dB] [on]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'
Simple mixer control 'Internal Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 1 [33%] [10.00dB]
  Front Right: 1 [33%] [10.00dB]

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

--startcollapse--
state.Intel {
 control.1 {
  iface MIXER
  name 'Speaker Playback Volume'
  value.0 64
  value.1 64
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 64'
   dbmin -6400
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.2 {
  iface MIXER
  name 'Speaker Playback Switch'
  value.0 true
  value.1 true
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.3 {
  iface MIXER
  name 'Headphone Playback Volume'
  value.0 64
  value.1 64
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 64'
   dbmin -6400
   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 'Headphone Playback Volume'
  index 1
  value.0 64
  value.1 64
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 64'
   dbmin -6400
   dbmax 0
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.6 {
  iface MIXER
  name 'Headphone Playback Switch'
  index 1
  value.0 true
  value.1 true
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.7 {
  iface MIXER
  name 'Internal Mic Playback Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 31'
   dbmin -3450
   dbmax 1200
   dbvalue.0 -3450
   dbvalue.1 -3450
  }
 }
 control.8 {
  iface MIXER
  name 'Internal Mic Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.9 {
  iface MIXER
  name 'Mic Playback Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 31'
   dbmin -3450
   dbmax 1200
   dbvalue.0 -3450
   dbvalue.1 -3450
  }
 }
 control.10 {
  iface MIXER
  name 'Mic Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.11 {
  iface MIXER
  name 'Auto-Mute Mode'
  value Enabled
  comment {
   access 'read write'
   type ENUMERATED
   count 1
   item.0 Disabled
   item.1 Enabled
  }
 }
 control.12 {
  iface MIXER
  name 'Capture Volume'
  value.0 11
  value.1 11
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 31'
   dbmin -1650
   dbmax 3000
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.13 {
  iface MIXER
  name 'Capture Switch'
  value.0 true
  value.1 true
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.14 {
  iface MIXER
  name 'Internal Mic Boost Volume'
  value.0 1
  value.1 1
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 3'
   dbmin 0
   dbmax 3000
   dbvalue.0 1000
   dbvalue.1 1000
  }
 }
 control.15 {
  iface MIXER
  name 'Mic Boost Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 3'
   dbmin 0
   dbmax 3000
   dbvalue.0 0
   dbvalue.1 0
  }
 }
 control.16 {
  iface MIXER
  name 'IEC958 Playback Con Mask'
  index 16
  value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.17 {
  iface MIXER
  name 'IEC958 Playback Pro Mask'
  index 16
  value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.18 {
  iface MIXER
  name 'IEC958 Playback Default'
  index 16
  value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access 'read write'
   type IEC958
   count 1
  }
 }
 control.19 {
  iface MIXER
  name 'IEC958 Playback Switch'
  index 16
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.20 {
  iface MIXER
  name 'IEC958 Default PCM Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.21 {
  iface MIXER
  name 'Master Playback Volume'
  value 64
  comment {
   access 'read write'
   type INTEGER
   count 1
   range '0 - 64'
   dbmin -6400
   dbmax 0
   dbvalue.0 0
  }
 }
 control.22 {
  iface MIXER
  name 'Master Playback Switch'
  value true
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.23 {
  iface CARD
  name 'Internal Mic Phantom Jack'
  value true
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.24 {
  iface CARD
  name 'Mic Jack'
  value false
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.25 {
  iface CARD
  name 'Speaker Phantom Jack'
  value true
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.26 {
  iface CARD
  name 'Headphone Jack'
  value false
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.27 {
  iface CARD
  name 'Headphone Jack'
  index 1
  value true
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.28 {
  iface CARD
  name 'SPDIF Phantom Jack'
  value true
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.29 {
  iface MIXER
  name 'Beep Playback Volume'
  value.0 0
  value.1 0
  comment {
   access 'read write'
   type INTEGER
   count 2
   range '0 - 31'
   dbmin -3450
   dbmax 1200
   dbvalue.0 -3450
   dbvalue.1 -3450
  }
 }
 control.30 {
  iface MIXER
  name 'Beep Playback Switch'
  value.0 false
  value.1 false
  comment {
   access 'read write'
   type BOOLEAN
   count 2
  }
 }
 control.31 {
  iface PCM
  name 'Playback Channel Map'
  value.0 0
  value.1 0
  value.2 0
  value.3 0
  comment {
   access read
   type INTEGER
   count 4
   range '0 - 36'
  }
 }
 control.32 {
  iface PCM
  name 'Capture Channel Map'
  value.0 0
  value.1 0
  comment {
   access read
   type INTEGER
   count 2
   range '0 - 36'
  }
 }
 control.33 {
  iface PCM
  device 1
  name 'Playback Channel Map'
  value.0 0
  value.1 0
  comment {
   access read
   type INTEGER
   count 2
   range '0 - 36'
  }
 }
 control.34 {
  iface MIXER
  name 'IEC958 Playback Con Mask'
  value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.35 {
  iface MIXER
  name 'IEC958 Playback Pro Mask'
  value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access read
   type IEC958
   count 1
  }
 }
 control.36 {
  iface MIXER
  name 'IEC958 Playback Default'
  value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  comment {
   access 'read write'
   type IEC958
   count 1
  }
 }
 control.37 {
  iface MIXER
  name 'IEC958 Playback Switch'
  value false
  comment {
   access 'read write'
   type BOOLEAN
   count 1
  }
 }
 control.38 {
  iface CARD
  name 'HDMI/DP,pcm=3 Phantom Jack'
  value false
  comment {
   access read
   type BOOLEAN
   count 1
  }
 }
 control.39 {
  iface PCM
  device 3
  name 'Playback Channel Map'
  value.0 0
  value.1 0
  value.2 0
  value.3 0
  value.4 0
  value.5 0
  value.6 0
  value.7 0
  comment {
   access read
   type INTEGER
   count 8
   range '0 - 36'
  }
 }
 control.40 {
  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
  }
 }
}
--endcollapse--

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

Module
parport_pc
ppdev
rfcomm
bnep
vesafb
joydev
coretemp
kvm_intel
kvm
snd_hda_codec_hdmi
arc4
snd_hda_codec_realtek
dm_multipath
scsi_dh
uvcvideo
videobuf2_vmalloc
videobuf2_memops
videobuf2_core
videodev
microcode
ath9k
ath9k_common
ath9k_hw
psmouse
serio_raw
ath
ir_lirc_codec
lirc_dev
ir_mce_kbd_decoder
ir_sanyo_decoder
snd_hda_intel
snd_hda_codec
ir_sony_decoder
snd_hwdep
ir_jvc_decoder
r852
sm_common
ir_rc6_decoder
mac80211
nand
ir_rc5_decoder
nand_ecc
snd_pcm
nand_bch
nand_ids
bch
r592
ir_nec_decoder
lpc_ich
mtd
memstick
cfg80211
btusb
bluetooth
nouveau
snd_page_alloc
snd_seq_midi
mxm_wmi
snd_seq_midi_event
wmi
snd_rawmidi
snd_seq
rc_rc6_mce
snd_seq_device
snd_timer
ite_cir
rc_core
video
ttm
snd
drm_kms_helper
asus_laptop
drm
sparse_keymap
input_polldev
i2c_algo_bit
soundcore
mac_hid
lp
parport
btrfs
zlib_deflate
raid6_pq
libcrc32c
firewire_ohci
dm_raid45
r8169
sdhci_pci
sdhci
firewire_core
crc_itu_t
ahci
libahci
mii
xor
dm_mirror
dm_region_hash
dm_log

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

/sys/class/sound/hwC0D0/init_pin_configs:
0x11 0x411111f0
0x12 0x411111f0
0x13 0x411111f0
0x14 0x99130110
0x15 0x0121441f
0x16 0x411111f0
0x17 0x411111f0
0x18 0x01a19840
0x19 0x99a3094f
0x1a 0x411111f0
0x1b 0x411111f0
0x1d 0x598301f0
0x1e 0x99430130
0x21 0x01211420

/sys/class/sound/hwC0D0/driver_pin_configs:

/sys/class/sound/hwC0D0/user_pin_configs:

/sys/class/sound/hwC0D0/init_verbs:

/sys/class/sound/hwC0D0/hints:

/sys/class/sound/hwC0D1/init_pin_configs:

/sys/class/sound/hwC0D1/driver_pin_configs:

/sys/class/sound/hwC0D1/user_pin_configs:

/sys/class/sound/hwC0D1/init_verbs:

/sys/class/sound/hwC0D1/hints:

/sys/class/sound/hwC0D2/init_pin_configs:
0x05 0x18560110
0x07 0x58560121
0x09 0x58560122
0x0b 0x58560123
0x0d 0x58560124

/sys/class/sound/hwC0D2/driver_pin_configs:

/sys/class/sound/hwC0D2/user_pin_configs:

/sys/class/sound/hwC0D2/init_verbs:

/sys/class/sound/hwC0D2/hints:

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

[ 12.211597] IR SANYO protocol handler initialized
[ 12.212443] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[ 12.212474] r852: driver loaded successfully
--
[ 12.731435] ath: Regpair used: 0x60
[ 12.737608] hda_codec: ALC663: SKU not ready 0x598301f0
[ 12.737895] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
--
[ 12.752875] inputs:
[ 12.763856] input: HDA Intel HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 12.763973] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 12.764100] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 12.764237] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 12.880134] cfg80211: World regulatory domain updated:

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

http://doc.ubuntu-fr.org/audio_intel_hda

Shows you should add

options snd-hda-intel model=3stack-dig position_fix=0

to /etc/modprobe.d/alsa-base.conf

Revision history for this message
Joost (joostiwema) said :
#3

Thanks,

I'm actually quite sure I've already tried that option already but I'll try again when I'm near the laptop.

Revision history for this message
Joost (joostiwema) said :
#4

Hi,
Tried:options snd-hda-intel model=3stack-dig position_fix=0
and other options, again none worked.

The seller advised me to run (posting here in case he can't solve it):
alplay -l
lspci -vv

See results below.
He also told me to run:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
WHich resulted in error messages also shown below. Any ideas if these error messages may be severe and/or part of the sound issue?
Thanks

Output of alplay -l:

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

Output of lspci -vv (hope I didn't delete too much):
joost@joost-M50Vm:~$ lspci -vv
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    Subsystem: ASUSTeK Computer Inc. Device 1897
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    Subsystem: ASUSTeK Computer Inc. Device 1893
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 49
    Region 0: Memory at f9ff8000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel

joost@joost-M50Vm:~$ sudo apt-get update
Ign http://gb.archive.ubuntu.com saucy InRelease
Ign http://ppa.launchpad.net saucy InRelease
Ign http://extras.ubuntu.com saucy InRelease
Ign http://gb.archive.ubuntu.com saucy-updates InRelease
Ign http://ppa.launchpad.net saucy Release.gpg
Get:1 http://extras.ubuntu.com saucy Release.gpg [72 B]
Ign http://gb.archive.ubuntu.com saucy-backports InRelease
Ign http://ppa.launchpad.net saucy Release
Hit http://extras.ubuntu.com saucy Release
Hit http://gb.archive.ubuntu.com saucy Release.gpg
Get:2 http://gb.archive.ubuntu.com saucy-updates Release.gpg [933 B]
Hit http://gb.archive.ubuntu.com saucy-backports Release.gpg
Hit http://gb.archive.ubuntu.com saucy Release
Get:3 http://gb.archive.ubuntu.com saucy-updates Release [49.6 kB]
Ign http://security.ubuntu.com saucy-security InRelease
Hit http://extras.ubuntu.com saucy/main Sources
Hit http://gb.archive.ubuntu.com saucy-backports Release
Hit http://extras.ubuntu.com saucy/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/main Sources
Hit http://extras.ubuntu.com saucy/main i386 Packages
Hit http://gb.archive.ubuntu.com saucy/restricted Sources
Hit http://gb.archive.ubuntu.com saucy/universe Sources
Get:4 http://security.ubuntu.com saucy-security Release.gpg [933 B]
Hit http://gb.archive.ubuntu.com saucy/multiverse Sources
Hit http://gb.archive.ubuntu.com saucy/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/restricted amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/universe amd64 Packages
Hit http://gb.archive.ubuntu.com saucy/multiverse amd64 Packages
Get:5 http://security.ubuntu.com saucy-security Release [49.6 kB]
Hit http://gb.archive.ubuntu.com saucy/main i386 Packages
Hit http://gb.archive.ubuntu.com saucy/restricted i386 Packages
Ign http://extras.ubuntu.com saucy/main Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/universe i386 Packages
Hit http://gb.archive.ubuntu.com saucy/multiverse i386 Packages
Ign http://extras.ubuntu.com saucy/main Translation-en
Hit http://gb.archive.ubuntu.com saucy/main Translation-en_GB
Err http://ppa.launchpad.net saucy/main amd64 Packages
  404 Not Found
Hit http://gb.archive.ubuntu.com saucy/main Translation-en
Err http://ppa.launchpad.net saucy/main i386 Packages
  404 Not Found
Hit http://gb.archive.ubuntu.com saucy/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/multiverse Translation-en
Ign http://ppa.launchpad.net saucy/main Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/restricted Translation-en_GB
Ign http://ppa.launchpad.net saucy/main Translation-en
Hit http://gb.archive.ubuntu.com saucy/restricted Translation-en
Hit http://gb.archive.ubuntu.com saucy/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy/universe Translation-en
Get:6 http://gb.archive.ubuntu.com saucy-updates/main Sources [84.4 kB]
Get:7 http://security.ubuntu.com saucy-security/main Sources [41.2 kB]
Get:8 http://gb.archive.ubuntu.com saucy-updates/restricted Sources [14 B]
Get:9 http://gb.archive.ubuntu.com saucy-updates/universe Sources [68.6 kB]
Get:10 http://gb.archive.ubuntu.com saucy-updates/multiverse Sources [2,354 B]
Get:11 http://gb.archive.ubuntu.com saucy-updates/main amd64 Packages [231 kB]
Get:12 http://security.ubuntu.com saucy-security/restricted Sources [14 B]
Get:13 http://security.ubuntu.com saucy-security/universe Sources [8,834 B]
Get:14 http://gb.archive.ubuntu.com saucy-updates/restricted amd64 Packages [14 B]
Get:15 http://security.ubuntu.com saucy-security/multiverse Sources [1,827 B]
Get:16 http://gb.archive.ubuntu.com saucy-updates/universe amd64 Packages [160 kB]
Get:17 http://security.ubuntu.com saucy-security/main amd64 Packages [110 kB]
Get:18 http://gb.archive.ubuntu.com saucy-updates/multiverse amd64 Packages [3,732 B]
Get:19 http://gb.archive.ubuntu.com saucy-updates/main i386 Packages [229 kB]
Get:20 http://gb.archive.ubuntu.com saucy-updates/restricted i386 Packages [14 B]
Get:21 http://gb.archive.ubuntu.com saucy-updates/universe i386 Packages [161 kB]
Get:22 http://gb.archive.ubuntu.com saucy-updates/multiverse i386 Packages [3,900 B]
Hit http://gb.archive.ubuntu.com saucy-updates/main Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/main Translation-en
Hit http://gb.archive.ubuntu.com saucy-updates/multiverse Translation-en_GB
Get:23 http://gb.archive.ubuntu.com saucy-updates/multiverse Translation-en [1,688 B]
Hit http://gb.archive.ubuntu.com saucy-updates/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/restricted Translation-en
Hit http://gb.archive.ubuntu.com saucy-updates/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com saucy-updates/universe Translation-en
Get:24 http://security.ubuntu.com saucy-security/restricted amd64 Packages [14 B]
Hit http://gb.archive.ubuntu.com saucy-backports/main Sources
Hit http://gb.archive.ubuntu.com saucy-backports/restricted Sources
Hit http://gb.archive.ubuntu.com saucy-backports/universe Sources
Get:25 http://security.ubuntu.com saucy-security/universe amd64 Packages [37.5 kB]
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse Sources
Hit http://gb.archive.ubuntu.com saucy-backports/main amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/restricted amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/universe amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse amd64 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/main i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/restricted i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/universe i386 Packages
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse i386 Packages
Get:26 http://security.ubuntu.com saucy-security/multiverse amd64 Packages [3,438 B]
Hit http://gb.archive.ubuntu.com saucy-backports/main Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/multiverse Translation-en
Get:27 http://security.ubuntu.com saucy-security/main i386 Packages [110 kB]
Hit http://gb.archive.ubuntu.com saucy-backports/restricted Translation-en
Hit http://gb.archive.ubuntu.com saucy-backports/universe Translation-en
Ign http://gb.archive.ubuntu.com saucy-backports/main Translation-en_GB
Ign http://gb.archive.ubuntu.com saucy-backports/multiverse Translation-en_GB
Ign http://gb.archive.ubuntu.com saucy-backports/restricted Translation-en_GB
Get:28 http://security.ubuntu.com saucy-security/restricted i386 Packages [14 B]
Ign http://gb.archive.ubuntu.com saucy-backports/universe Translation-en_GB
Get:29 http://security.ubuntu.com saucy-security/universe i386 Packages [37.7 kB]
Get:30 http://security.ubuntu.com saucy-security/multiverse i386 Packages [3,629 B]
Hit http://security.ubuntu.com saucy-security/main Translation-en
Get:31 http://security.ubuntu.com saucy-security/multiverse Translation-en [1,566 B]
Hit http://security.ubuntu.com saucy-security/restricted Translation-en
Hit http://security.ubuntu.com saucy-security/universe Translation-en
Ign http://security.ubuntu.com saucy-security/main Translation-en_GB
Ign http://security.ubuntu.com saucy-security/multiverse Translation-en_GB
Ign http://security.ubuntu.com saucy-security/restricted Translation-en_GB
Ign http://security.ubuntu.com saucy-security/universe Translation-en_GB
Fetched 1,403 kB in 5s (259 kB/s)
W: Failed to fetch http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/saucy/main/binary-amd64/Packages 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/saucy/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

joost@joost-M50Vm:~$ sudo apt-get install linux-alsa-driver-modules-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-alsa-driver-modules-3.11.0-18-generic
E: Couldn't find any package by regex 'linux-alsa-driver-modules-3.11.0-18-generic'

Revision history for this message
Joost (joostiwema) said :
#5

I have realised https://launchpad.net/~ubuntu-audio-dev/+archive/ppa doesn't have anything on offer for my Ubuntu-version (saucy 3.11.0-18). Is it correct there is just none available? Can I only get this thing right by downgrading to a lower distribution?

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

I suggest testing sound output in Ubuntu 14.04 LTS using a LiveCD or LiveUSB session.

Revision history for this message
Joost (joostiwema) said :
#7

THanks,
Yesterday I found what was wrong. It works now with 3stack-dig. WHile I checked before if alsamixer settings were right for each model, apparently I overlooked that it wasn't the case for 3stack-dig.