ALSA sound no longer working

Asked by Mark Rogers

Sound to speakers not working, but headphone sound and mic working.

Did the steps here:

https://help.ubuntu.com/community/SoundTroubleshootingProcedure

and then at step 1 I ran the following script:

cd; sudo apt-get update; sudo apt-get -y install build-essential ncurses-dev gettext xmlto libasound2-dev linux-headers-`uname -r` libncursesw5-dev; wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.24.tar.bz2; tar jxvf ./alsa-driver-1.0.24.tar.bz2; rm ./alsa-driver-1.0.24.tar.bz2; cd ./alsa-driver-1.0.24; sudo ./configure; sudo make; sudo make install; killall pulseaudio; cd; rm -r ~/.pulse*; rm ./alsa-driver-1.0.24; sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`

that downloaded and compiled the latest ALSA version. It however failed and now I have a generic software hardware driver in the Pulse Audio volume control. I have also lost my volume control on the enlightenment toolbar.

Any help would be appreciated.

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

!!Script ran on: Sat Jan 21 07:00:43 UTC 2012

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

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

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

Manufacturer: System manufacturer
Product Name: System Product Name
Product Version: System Version

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

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

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

Driver version:
Library version: 1.0.24.1
Utilities version: 1.0.24.2

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

!!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
!!-----------------------------

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

00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
01:00.1 Audio device: nVidia Corporation GF110 High Definition Audio Controller (rev a1)

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

00:1b.0 0403: 8086:1c20 (rev 05)
 Subsystem: 1043:8410
--
01:00.1 0403: 10de:0e09 (rev a1)
 Subsystem: 1458:350f

!!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-hda-intel: probe_mask=1 model=auto
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2
snd-usb-audio: index=-2

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

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

crw-rw---- 1 root audio 116, 1 Jan 21 17:12 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Jan 21 17:12 /dev/snd/timer

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

APLAY

aplay: device_list:240: no soundcards found...

ARECORD

arecord: device_list:240: no soundcards found...

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

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

--startcollapse--
--endcollapse--

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

Module
nls_utf8
udf
crc_itu_t
bnep
rfcomm
pci_stub
vboxpci
vboxnetadp
vboxnetflt
vboxdrv
parport_pc
ppdev
vesafb
binfmt_misc
joydev
hid_microsoft
usbhid
hid
btusb
bluetooth
eeepc_wmi
asus_wmi
psmouse
sparse_keymap
nvidia
mxm_wmi
serio_raw
video
soundcore
wmi
mei
w83627ehf
hwmon_vid
coretemp
lp
parport
ahci
libahci
xhci_hcd
e1000e

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

Question information

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

Driver version:
Library version: 1.0.24.1
Utilities version: 1.0.24.2

You have no Alsa driver version. This may help:

sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get --reinstall install linux-sound-base alsa-base alsa-utils; killall pulseaudio; rm -r ~/.pulse*

HTH

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#2

Hi, did that, however there is no driver for the snd-hda-intel in the alsa setup at all. I am thinking my settings for the sound card are somehow screwed up.

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#3

OK, i updated the sources to the latest 3.0.0.15 header files, and ran modprobe. I now have headphone sound but no speaker sound and no mic in (it isnt listed in the sound control applet.).

Any ideas?

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#4

update:

I added the following to: /etc/modprobe.d/alsa-base.conf

options snd-hda-intel model=basic

rebooted and now I have the mic working again - however still no speakers through the jacks on the back of the pc. (and yes I have toggled between the options in the sound config applet.)

Cheers

Mark

Revision history for this message
Daniel Letzeisen (dtl131) said :
#5

Mark, can you post a link to an update alsa info?

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#6

ok, latest output/info.

Note: At this stage I just want to get external speakers working and secondly to get the speaker icon back onto my enlightenment toolbar.

Output below:

cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; sudo rm /etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo apt-get update; sudo apt-get install aptitude; sudo aptitude install paman gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; sudo lshw -short;ls -lart /dev/snd; cat /dev/sndstat; lspci -nn; sudo which alsactl; sudo fuser -v /dev/dsp /dev/snd/* ; dpkg -S bin/slmodemd; dmesg | egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'; sudo /etc/init.d/sl-modem-daemon status; sudo grep model /etc/modprobe.d/* ; sudo dmidecode|egrep 'anufact|roduct|erial|elease'; lsmod | egrep 'snd|usb|midi|udio'; aplay -l; sudo alsa force-reload; sudo lshw -C sound
Advanced Linux Sound Architecture Driver Version 1.0.24.
 0 [PCH ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xfb420000 irq 64
 1 [NVidia ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xfb080000 irq 17
  1: : sequencer
  2: [ 0- 3]: digital audio playback
  3: [ 0- 0]: digital audio playback
  4: [ 0- 0]: digital audio capture
  5: [ 0- 0]: hardware dependent
  6: [ 0] : control
  7: [ 1- 9]: digital audio playback
  8: [ 1- 8]: digital audio playback
  9: [ 1- 7]: digital audio playback
 10: [ 1- 3]: digital audio playback
 11: [ 1- 3]: hardware dependent
 12: [ 1- 2]: hardware dependent
 13: [ 1- 1]: hardware dependent
 14: [ 1- 0]: hardware dependent
 15: [ 1] : control
 33: : timer
00-00: HDA Codec 0
01-03: HDA Codec 3
01-02: HDA Codec 2
01-01: HDA Codec 1
01-00: HDA Codec 0
00-00: ALC892 Analog : ALC892 Analog : playback 1 : capture 1
00-03: ALC892 Digital : ALC892 Digital : playback 1
01-03: HDMI 0 : HDMI 0 : playback 1
01-07: HDMI 0 : HDMI 0 : playback 1
01-08: HDMI 0 : HDMI 0 : playback 1
01-09: 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 markrogers:
rm: cannot remove `/etc/asound.conf': No such file or directory
rm: cannot remove `/home/markrogers/.asound*': No such file or directory
Ign http://au.archive.ubuntu.com oneiric InRelease
Ign http://au.archive.ubuntu.com oneiric-updates InRelease
Ign http://au.archive.ubuntu.com oneiric-backports InRelease
Hit http://au.archive.ubuntu.com oneiric Release.gpg
Hit http://au.archive.ubuntu.com oneiric-updates Release.gpg
Hit http://au.archive.ubuntu.com oneiric-backports Release.gpg
Hit http://au.archive.ubuntu.com oneiric Release
Hit http://au.archive.ubuntu.com oneiric-updates Release
Hit http://au.archive.ubuntu.com oneiric-backports Release
Hit http://au.archive.ubuntu.com oneiric/main Sources
Hit http://au.archive.ubuntu.com oneiric/restricted Sources
Hit http://au.archive.ubuntu.com oneiric/universe Sources
Hit http://au.archive.ubuntu.com oneiric/multiverse Sources
Hit http://au.archive.ubuntu.com oneiric/main amd64 Packages
Hit http://au.archive.ubuntu.com oneiric/restricted amd64 Packages
Hit http://au.archive.ubuntu.com oneiric/universe amd64 Packages
Hit http://au.archive.ubuntu.com oneiric/multiverse amd64 Packages
Hit http://au.archive.ubuntu.com oneiric/main i386 Packages
Hit http://au.archive.ubuntu.com oneiric/restricted i386 Packages
Hit http://au.archive.ubuntu.com oneiric/universe i386 Packages
Hit http://au.archive.ubuntu.com oneiric/multiverse i386 Packages
Hit http://au.archive.ubuntu.com oneiric/main TranslationIndex
Hit http://au.archive.ubuntu.com oneiric/multiverse TranslationIndex
Hit http://au.archive.ubuntu.com oneiric/restricted TranslationIndex
Hit http://au.archive.ubuntu.com oneiric/universe TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-updates/main Sources
Hit http://au.archive.ubuntu.com oneiric-updates/restricted Sources
Hit http://au.archive.ubuntu.com oneiric-updates/universe Sources
Hit http://au.archive.ubuntu.com oneiric-updates/multiverse Sources
Hit http://au.archive.ubuntu.com oneiric-updates/main amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/restricted amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/universe amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/multiverse amd64 Packages
Ign http://archive.canonical.com oneiric InRelease
Ign http://linux.dropbox.com oneiric InRelease
Ign http://security.ubuntu.com oneiric-security InRelease
Hit http://au.archive.ubuntu.com oneiric-updates/main i386 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/restricted i386 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/universe i386 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/multiverse i386 Packages
Hit http://au.archive.ubuntu.com oneiric-updates/main TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-updates/multiverse TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-updates/restricted TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-updates/universe TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-backports/main Sources
Hit http://au.archive.ubuntu.com oneiric-backports/restricted Sources
Hit http://au.archive.ubuntu.com oneiric-backports/universe Sources
Hit http://au.archive.ubuntu.com oneiric-backports/multiverse Sources
Hit http://au.archive.ubuntu.com oneiric-backports/main amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/restricted amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/universe amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/multiverse amd64 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/main i386 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/restricted i386 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/universe i386 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/multiverse i386 Packages
Hit http://au.archive.ubuntu.com oneiric-backports/main TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-backports/multiverse TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-backports/restricted TranslationIndex
Hit http://au.archive.ubuntu.com oneiric-backports/universe TranslationIndex
Hit http://au.archive.ubuntu.com oneiric/main Translation-en_AU
Hit http://linux.dropbox.com oneiric Release.gpg
Hit http://au.archive.ubuntu.com oneiric/main Translation-en
Hit http://au.archive.ubuntu.com oneiric/multiverse Translation-en_AU
Hit http://au.archive.ubuntu.com oneiric/multiverse Translation-en
Hit http://au.archive.ubuntu.com oneiric/restricted Translation-en_AU
Hit http://au.archive.ubuntu.com oneiric/restricted Translation-en
Hit http://au.archive.ubuntu.com oneiric/universe Translation-en
Hit http://au.archive.ubuntu.com oneiric-updates/main Translation-en
Hit http://au.archive.ubuntu.com oneiric-updates/multiverse Translation-en
Hit http://au.archive.ubuntu.com oneiric-updates/restricted Translation-en
Hit http://au.archive.ubuntu.com oneiric-updates/universe Translation-en
Hit http://au.archive.ubuntu.com oneiric-backports/main Translation-en
Hit http://archive.canonical.com oneiric Release.gpg
Hit http://au.archive.ubuntu.com oneiric-backports/multiverse Translation-en
Hit http://au.archive.ubuntu.com oneiric-backports/restricted Translation-en
Hit http://au.archive.ubuntu.com oneiric-backports/universe Translation-en
Hit http://security.ubuntu.com oneiric-security Release.gpg
Hit http://linux.dropbox.com oneiric Release
Hit http://archive.canonical.com oneiric Release
Hit http://linux.dropbox.com oneiric/main amd64 Packages
Hit http://security.ubuntu.com oneiric-security Release
Hit http://linux.dropbox.com oneiric/main i386 Packages
Ign http://linux.dropbox.com oneiric/main TranslationIndex
Hit http://archive.canonical.com oneiric/partner amd64 Packages
Hit http://security.ubuntu.com oneiric-security/main Sources
Hit http://archive.canonical.com oneiric/partner i386 Packages
Ign http://archive.canonical.com oneiric/partner TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted Sources
Hit http://security.ubuntu.com oneiric-security/universe Sources
Hit http://security.ubuntu.com oneiric-security/multiverse Sources
Hit http://security.ubuntu.com oneiric-security/main amd64 Packages
Hit http://security.ubuntu.com oneiric-security/restricted amd64 Packages
Hit http://security.ubuntu.com oneiric-security/universe amd64 Packages
Hit http://security.ubuntu.com oneiric-security/multiverse amd64 Packages
Hit http://security.ubuntu.com oneiric-security/main i386 Packages
Hit http://security.ubuntu.com oneiric-security/restricted i386 Packages
Hit http://security.ubuntu.com oneiric-security/universe i386 Packages
Hit http://security.ubuntu.com oneiric-security/multiverse i386 Packages
Hit http://security.ubuntu.com oneiric-security/main TranslationIndex
Hit http://security.ubuntu.com oneiric-security/multiverse TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted TranslationIndex
Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex
Hit http://security.ubuntu.com oneiric-security/main Translation-en
Hit http://security.ubuntu.com oneiric-security/multiverse Translation-en
Hit http://security.ubuntu.com oneiric-security/restricted Translation-en
Hit http://security.ubuntu.com oneiric-security/universe Translation-en
Ign http://linux.dropbox.com oneiric/main Translation-en_AU
Ign http://extras.ubuntu.com oneiric InRelease
Ign http://linux.dropbox.com oneiric/main Translation-en
Hit http://extras.ubuntu.com oneiric Release.gpg
Hit http://extras.ubuntu.com oneiric Release
Hit http://extras.ubuntu.com oneiric/main Sources
Ign http://archive.canonical.com oneiric/partner Translation-en_AU
Hit http://extras.ubuntu.com oneiric/main amd64 Packages
Hit http://extras.ubuntu.com oneiric/main i386 Packages
Ign http://extras.ubuntu.com oneiric/main TranslationIndex
Ign http://archive.canonical.com oneiric/partner Translation-en
Ign http://extras.ubuntu.com oneiric/main Translation-en_AU
Ign http://extras.ubuntu.com oneiric/main Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
No candidate version found for padevchooser
No candidate version found for padevchooser
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

H/W path Device Class Description
===========================================================
                                 system System Product Name (To be fille
/0 bus P8Z68-V PRO
/0/0 memory 64KiB BIOS
/0/4 processor Intel(R) Core(TM) i7-2600K CPU @
/0/4/5 memory 256KiB L1 cache
/0/4/6 memory 1MiB L2 cache
/0/4/7 memory 8MiB L3 cache
/0/24 memory 16GiB System Memory
/0/24/0 memory 4GiB DIMM DDR3 Synchronous 1600
/0/24/1 memory 4GiB DIMM DDR3 Synchronous 1600
/0/24/2 memory 4GiB DIMM DDR3 Synchronous 1600
/0/24/3 memory 4GiB DIMM DDR3 Synchronous 1600
/0/100 bridge 2nd Generation Core Processor Fa
/0/100/1 bridge Xeon E3-1200/2nd Generation Core
/0/100/1/0 display GF110 [GeForce GTX 580]
/0/100/1/0.1 multimedia GF110 High Definition Audio Cont
/0/100/16 communication 6 Series/C200 Series Chipset Fam
/0/100/19 eth0 network 82579V Gigabit Network Connectio
/0/100/1a bus 6 Series/C200 Series Chipset Fam
/0/100/1b multimedia 6 Series/C200 Series Chipset Fam
/0/100/1c bridge 6 Series/C200 Series Chipset Fam
/0/100/1c.1 bridge 6 Series/C200 Series Chipset Fam
/0/100/1c.1/0 bus ASM1042 SuperSpeed USB Host Cont
/0/100/1c.2 bridge 6 Series/C200 Series Chipset Fam
/0/100/1c.3 bridge 6 Series/C200 Series Chipset Fam
/0/100/1c.3/0 storage JMB362 AHCI Controller
/0/100/1c.4 bridge 6 Series/C200 Series Chipset Fam
/0/100/1c.4/0 bus ASM1042 SuperSpeed USB Host Cont
/0/100/1c.6 bridge 82801 PCI Bridge
/0/100/1c.6/0 bridge ASMedia Technology Inc.
/0/100/1d bus 6 Series/C200 Series Chipset Fam
/0/100/1f bridge Z68 Express Chipset Family LPC C
/0/100/1f.2 scsi0 storage 6 Series/C200 Series Chipset Fam
/0/100/1f.2/0 /dev/sda disk 120GB OCZ-VERTEX3
/0/100/1f.2/0/1 /dev/sda1 volume 94GiB EXT4 volume
/0/100/1f.2/0/2 /dev/sda2 volume 17GiB Extended partition
/0/100/1f.2/0/2/5 /dev/sda5 volume 17GiB Linux swap / Solaris parti
/0/100/1f.2/1 /dev/sdb disk 3TB WDC WD30EZRX-00M
/0/100/1f.2/1/1 /dev/sdb1 volume 1885GiB EXT4 volume
/0/100/1f.2/0.0.0 /dev/cdrom disk BD-RW BDR-206
/0/100/1f.2/0.0.0/0 /dev/cdrom disk
/0/100/1f.3 bus 6 Series/C200 Series Chipset Fam
/1 power To Be Filled By O.E.M.
/2 power To Be Filled By O.E.M.
total 0
crw-rw----+ 1 root audio 116, 33 2012-01-22 13:02 timer
crw-rw----+ 1 root audio 116, 1 2012-01-22 13:02 seq
crw-rw----+ 1 root audio 116, 11 2012-01-22 13:02 hwC1D3
crw-rw----+ 1 root audio 116, 12 2012-01-22 13:02 hwC1D2
crw-rw----+ 1 root audio 116, 13 2012-01-22 13:02 hwC1D1
crw-rw----+ 1 root audio 116, 14 2012-01-22 13:02 hwC1D0
crw-rw----+ 1 root audio 116, 15 2012-01-22 13:02 controlC1
drwxr-xr-x 3 root root 380 2012-01-22 13:02 .
crw-rw----+ 1 root audio 116, 5 2012-01-22 13:02 hwC0D0
crw-rw----+ 1 root audio 116, 6 2012-01-22 13:02 controlC0
drwxr-xr-x 2 root root 80 2012-01-22 13:02 by-path
crw-rw----+ 1 root audio 116, 2 2012-01-22 13:02 pcmC0D3p
crw-rw----+ 1 root audio 116, 3 2012-01-22 13:02 pcmC0D0p
crw-rw----+ 1 root audio 116, 4 2012-01-22 13:04 pcmC0D0c
crw-rw----+ 1 root audio 116, 9 2012-01-22 13:13 pcmC1D7p
crw-rw----+ 1 root audio 116, 8 2012-01-22 13:13 pcmC1D8p
crw-rw----+ 1 root audio 116, 7 2012-01-22 13:13 pcmC1D9p
crw-rw----+ 1 root audio 116, 10 2012-01-22 13:13 pcmC1D3p
drwxr-xr-x 16 root root 4420 2012-01-22 13:14 ..
cat: /dev/sndstat: No such file or directory
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 05)
00:1a.0 USB Controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
00:1c.6 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev b5)
00:1d.0 USB Controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation Z68 Express Chipset Family LPC Controller [8086:1c44] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c02] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GF110 [GeForce GTX 580] [10de:1080] (rev a1)
01:00.1 Audio device [0403]: nVidia Corporation GF110 High Definition Audio Controller [10de:0e09] (rev a1)
03:00.0 USB Controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
05:00.0 SATA controller [0106]: JMicron Technology Corp. JMB362 AHCI Controller [197b:2362] (rev 10)
06:00.0 USB Controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
07:00.0 PCI bridge [0604]: ASMedia Technology Inc. Device [1b21:1080] (rev 01)
/sbin/alsactl
Cannot stat /dev/dsp: Bad address
                     USER PID ACCESS COMMAND
/dev/snd/controlC0: markrogers 1758 F.... pulseaudio
/dev/snd/controlC1: markrogers 1758 F.... pulseaudio
/dev/snd/pcmC0D0p: markrogers 1758 F...m pulseaudio
dpkg-query: no path found matching pattern *bin/slmodemd*.
[ 0.000000] No AGP bridge found
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] found SMP MP-table at [ffff8800000fced0] fced0
[ 0.000000] No NUMA configuration found
[ 0.000000] No AGP bridge found
[ 1.039892] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 1.043131] ACPI: No dock devices found.
[ 1.043132] HEST: Table not found.
[ 1.086597] pnp: PnP ACPI: found 11 devices
[ 1.350892] audit: initializing netlink socket (disabled)
[ 1.350898] type=2000 audit(1327199510.032:1): initialized
[ 1.407743] ERST: Table is not found!
[ 1.675473] Fixed MDIO Bus: probed
[ 1.694328] hub 1-0:1.0: USB hub found
[ 1.710310] hub 2-0:1.0: USB hub found
[ 1.710374] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.732015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.761502] hub 3-0:1.0: USB hub found
[ 1.766520] hub 4-0:1.0: USB hub found
[ 1.773758] hub 5-0:1.0: USB hub found
[ 1.778812] hub 6-0:1.0: USB hub found
[ 2.138718] hub 1-1:1.0: USB hub found
[ 2.382446] hub 2-1:1.0: USB hub found
[ 7.765284] lp: driver loaded but no devices found
[ 12.456424] w83627ehf: Found NCT6776F chip at 0x290
[ 16.634115] type=1400 audit(1327199525.409:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=625 comm="apparmor_parser"
[ 16.634282] type=1400 audit(1327199525.409:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=625 comm="apparmor_parser"
[ 16.634389] type=1400 audit(1327199525.409:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=625 comm="apparmor_parser"
[ 16.925718] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 17.539803] type=1400 audit(1327199526.313:5): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=984 comm="apparmor_parser"
[ 17.539893] type=1400 audit(1327199526.313:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=979 comm="apparmor_parser"
[ 17.540066] type=1400 audit(1327199526.313:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=979 comm="apparmor_parser"
[ 17.540105] type=1400 audit(1327199526.313:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=982 comm="apparmor_parser"
[ 17.540173] type=1400 audit(1327199526.313:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=979 comm="apparmor_parser"
[ 17.540279] type=1400 audit(1327199526.313:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=982 comm="apparmor_parser"
[ 17.541248] type=1400 audit(1327199526.317:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=983 comm="apparmor_parser"
[ 17.856974] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[ 17.857034] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[ 17.857071] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[ 17.857107] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[ 17.876518] vboxdrv: Found 8 processor cores.
[ 17.880793] vboxpci: IOMMU not found (not registered)
[ 186.827321] audit_printk_skb: 21 callbacks suppressed
[ 186.827323] type=1400 audit(1327199695.624:19): apparmor="DENIED" operation="mkdir" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.config/indicators/" pid=2923 comm="telepathy-haze" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
[ 732.951852] type=1400 audit(1327200241.877:20): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/user1024.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 732.951865] type=1400 audit(1327200241.877:21): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/user4096.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 732.951875] type=1400 audit(1327200241.877:22): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/user16384.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 732.951885] type=1400 audit(1327200241.877:23): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/user32768.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 732.951895] type=1400 audit(1327200241.877:24): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/user65536.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 732.951913] type=1400 audit(1327200241.877:25): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/telepathy-*" name="/home/markrogers/.Skype/photontok/profile16384.dbb" pid=2923 comm="telepathy-haze" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
sudo: /etc/init.d/sl-modem-daemon: command not found
/etc/modprobe.d/alsa-base.conf:options snd-hda-intel probe_mask=1 model=auto
/etc/modprobe.d/alsa-base.conf:options snd-hda-intel model=basic
/etc/modprobe.d/alsa-base.conf~:options snd-hda-intel probe_mask=1 model=auto
/etc/modprobe.d/alsa-base.conf~:options snd-hda-intel model=ALC882/883/885/888/889
 Release Date: 08/05/2011
  Serial services are supported (int 14h)
 Manufacturer: System manufacturer
 Product Name: System Product Name
 Serial Number: System Serial Number
 Manufacturer: ASUSTeK Computer INC.
 Product Name: P8Z68-V PRO
 Serial Number: 110294650002564
 Manufacturer: Chassis Manufacture
 Serial Number: Chassis Serial Number
 Manufacturer: Intel
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: Kingston
 Serial Number: 590C855
 Manufacturer: Kingston
 Serial Number: 590B6D3
 Manufacturer: Kingston
 Serial Number: 570C8B5
 Manufacturer: Kingston
 Serial Number: 6D0CFF7
 Manufacturer: To Be Filled By O.E.M.
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: To Be Filled By O.E.M.
 Serial Number: To Be Filled By O.E.M.
snd_seq_dummy 12798 0
snd_hda_codec_hdmi 32040 4
snd_hda_codec_realtek 330769 1
snd_seq_midi 13324 0
snd_rawmidi 30547 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_hda_intel 33390 5
snd_hda_codec 104931 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13668 1 snd_hda_codec
snd_seq 61896 3 snd_seq_dummy,snd_seq_midi,snd_seq_midi_event
snd_pcm 96714 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_device 14540 4 snd_seq_dummy,snd_seq_midi,snd_rawmidi,snd_seq
snd_timer 29991 2 snd_seq,snd_pcm
btusb 18600 2
bluetooth 166112 23 bnep,rfcomm,btusb
snd 68266 19 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_pcm,snd_seq_device,snd_timer
soundcore 12680 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
usbhid 47198 0
hid 95463 2 hid_microsoft,usbhid
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Terminating processes: 1758.
Unloading ALSA sound driver modules: snd-seq-dummy snd-hda-codec-hdmi snd-hda-codec-realtek snd-seq-midi snd-rawmidi snd-seq-midi-event snd-hda-intel snd-hda-codec snd-hwdep snd-seq snd-pcm snd-seq-device snd-timer snd-page-alloc (failed: modules still loaded: snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-codec snd-hwdep snd-pcm snd-timer snd-page-alloc).
Loading ALSA sound driver modules: snd-seq-dummy snd-hda-codec-hdmi snd-hda-codec-realtek snd-seq-midi snd-rawmidi snd-seq-midi-event snd-hda-intel snd-hda-codec snd-hwdep snd-seq snd-pcm snd-seq-device snd-timer snd-page-alloc.
  *-multimedia
       description: Audio device
       product: GF110 High Definition Audio Controller
       vendor: nVidia Corporation
       physical id: 0.1
       bus info: pci@0000:01:00.1
       version: a1
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0
       resources: irq:17 memory:fb080000-fb083fff
  *-multimedia
       description: Audio device
       product: 6 Series/C200 Series Chipset Family High Definition Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 05
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0
       resources: irq:64 memory:fb420000-fb423fff

Other info uploaded to alsa website here: http://www.alsa-project.org/db/?f=e7c04e2c82a06095bcb7849c7081537240c45ead

Cheers

Mark

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#7

Additional: The speakers I want working via analogue output on the back.

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#8

omg, im ready to face palm ...... while reading other posts about headphones being connected not cutting out speakers i thought to myself if the sound system was actually working and the speakers were being cut out when the headphones were plugged in ..... unplugged the headphones and the speakers worked!!! (facepalms!)

Ok now i need to get my enlightenment volume control back, and my original logon screen that one of the fixup scripts replaced with a different one.

Cheers for everyones help so far :)

Revision history for this message
Mark Rogers (thinkingbeyondthesquare) said :
#9

Update : Got the Unity volume control installed now :)

Thanks everyone for the help :)