Codec + Mixer: Analog Devices AD1981A - card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel 82801DB-ICH4] - Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01) - mixer channels muted in alsamixer on Compaq Evo D510 SFF in Ubuntu 10.10

Asked by peter

Hi

I installed 10.10 and I don't have any sound. In a terminal I entered sudo lshw -C sound
and I got the followig:

peter@peter:~$ sudo lshw -C sound
[sudo] password for peter:
  *-multimedia
       description: Multimedia audio controller
       product: 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
       vendor: Intel Corporation
       physical id: 1f.5
       bus info: pci@0000:00:1f.5
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: driver=Intel ICH latency=0
       resources: irq:17 ioport:2000(size=256) ioport:2400(size=64) memory:fc480400-fc4805ff memory:fc480600-fc4806ff
peter@peter:~$ ^C

What can I do? Thanks in advance.
Peter

Question information

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

Please execute step 2, then reboot and send us the full terminal output from step 3 and step 4 from this procedure:

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

Please also specify the exact model and make of your PC (if known).

Revision history for this message
peter (peter-neuweiler) said :
#2

Hi Mark

Thanks. But what is Step 2, 3 and 4?

Srep 2: ???
Step 3: ???
Step 4: ???

The PC is an old COMPAQ. The brand is unknown. The PC is about 10 years old.

Thank you.

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

Step 2, 3 and 4 are in the procedure I already gave you:

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

Here are the contents:

Step 2

Open Terminal console to get to the command-line. This should launch the gnome-terminal application.

In gnome-terminal, click on Edit::Profiles::Edit "Default" profile::Scrolling::Choose "Unlimited" as scrolling option::Close::Close.

So make sure that unlimited scrolling is ENABLED in gnome-terminal. Or else it will not be possible to send us the full output from step 3.

Step 3

Please make sure you have rebooted your computer at least once. Then proceed with running the following 2 diagnostic commands - copy&paste (with the mouse) each diagnostic command onto the Terminal and then hit <enter> after each command.

Tip: If you have a wheel mouse or 3 button mouse, you do not need to type commands into the Terminal. Highlight the command written on the webpage. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh

bash alsa-info.sh --stdout

Please post the full Terminal output after the script has actually run by creating a new question in launchpad then please copy&paste the terminal output into your newly created question. Carefully inspect the Terminal output of the ALSA Information script that was generated by the previous diagnostic command

bash alsa-info.sh --stdout

After upgrading ALSA and rebooting the computer please make sure that the ALSA driver version, library version and utilities version are all exactly the same version number.

The Terminal output after running the ALSA information script should contain something like this:

# ALSA Version

# Driver version: 1.0.23

# Library version: 1.0.23

# Utilities version: 1.0.23

If the Driver, Library and Utilities version numbers are not equal then - in most cases - this is caused by one of the following issues:

1. One of the ALSA components was not successfully upgraded during step 1 in this procedure

2. ALSA was correctly installed or upgraded, but a wrong / old kernel was booted instead of the most recent kernel version. In that case, boot the newest kernel version (that is available in the standard/default Ubuntu repositories) and then retest sound.

For example: if you installed or upgraded to Ubuntu 9.10 (Karmic Koala edition), make sure the running kernel version is 2.6.31-14-generic or higher. Or else sound will not work!

For example: if you installed or upgraded to Ubuntu 10.04 (Lucid Lynx edition), make sure the running kernel version is 2.6.32-21-generic or higher. Or else sound will not work!

For example: if you installed or upgraded to Ubuntu 10.10 (Maverick Meerkat edition), make sure the running kernel version is 2.6.35-22-generic or higher. Or else sound will not work!

Step 4

Please copy&paste the following diagnostic command into the Linux Terminal. Please do not copy&paste this diagnostic command from an email message into the Terminal, as that will only copy part of the command. The diagnostic command starts with the command cat and ends with the word sound. So, please copy&paste the entire command below into a Terminal. Press enter. Then type your normal user password when asked, no stars are given as you type. Then press enter again.

Tip: If you have a wheel mouse or 3 button mouse, you do not need to type commands into the Terminal. Highlight the command written on the webpage. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

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|grep roduct; lsmod | egrep 'snd|usb|midi|udio'; aplay -l; sudo lshw -C sound

Revision history for this message
peter (peter-neuweiler) said :
#4

Thanks, Mark. But unfortunately I'm sick. I guess, I need view days and then I'll do it. Thank you.

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

Alright. Get well soon. :-)

Revision history for this message
peter (peter-neuweiler) said :
#6

Thank you!

Revision history for this message
peter (peter-neuweiler) said :
#7

Hi
 Mark

I'm back and I'm going to deliver what you need. Thanks!

Step 1
It's not necessary because I've 10.10 (Maverick),

Step 2
The Terminal is ready.

Step 3
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh:

peter@peter:~$ wget -O alsa-info.sh
http://www.alsa-project.org/alsa-info.sh
--2010-11-20 14:06:29-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 212.20.107.51
Connecting to www.alsa-project.org|212.20.107.51|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
 [following]
--2010-11-20 14:06:30--
http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving
 git.alsa-project.org... 212.20.107.51
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 27026 (26K) [text/plain]
Saving to: `alsa-info.sh'

100%[======================================>] 27,026 78.5K/s
in 0.3s

2010-11-20 14:06:31 (78.5 KB/s) - `alsa-info.sh' saved [27026/27026]

peter@peter:~$ ^C

peter@peter:~$ bash alsa-info.sh --stdout
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.59
!!################################

!!Script ran on: Sat Nov 20 13:07:51 UTC 2010

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

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

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

Manufacturer: Compaq
Product Name: Evo D510 SFF

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

Kernel release: 2.6.35-22-generic
Operating System: GNU/Linux
Architecture: i686
Processor: unknown
SMP Enabled: Yes

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

Driver version: 1.0.23
Library version: 1.0.23
Utilities version: 1.0.23

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

snd_intel8x0

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

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

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

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

 0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4
                      Intel 82801DB-ICH4 with AD1981A at irq 17

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

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)

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

00:1f.5 0401: 8086:24c5 (rev 01)
 Subsystem: 0e11:00ad

!!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_intel8x0
 ac97_clock : 0
 ac97_quirk : (null)
 buggy_irq : N
 buggy_semaphore : N
 enable : N
 id : (null)
 index : -1
 joystick : 0
 spdif_aclink : 0
 xbox : N

!!AC97 Codec information
!!---------------------------
--startcollapse--

0-0/0: Analog Devices AD1981A

PCI Subsys Vendor: 0x0e11
PCI Subsys Device: 0x00ad

Flags: 10
Capabilities : -headphone out-
DAC resolution : 20-bit
ADC resolution : 16-bit
3D enhancement : No 3D Stereo Enhancement

Current setup
Mic gain : +0dB [+0dB]
POP path : pre 3D
Sim. stereo : off
3D enhancement : off
Loudness : off
Mono output : MIX
Mic select : Mic1
ADC/DAC loopback : off
Extended ID : codec=0 rev=1 AMAP DSA=0 VRA
Extended status : VRA
PCM front DAC : 44100Hz
PCM ADC : 44100Hz

AD18XX configuration
Unchained : 0x1000,0x0000,0x0000
Chained : 0x0000,0x0000,0x0000

0:00 = 0090
0:02 = 0000
0:04 = 0000
0:06 = 801f
0:08 = 0000
0:0a = 0000
0:0c = 801f
0:0e = 801f
0:10 = 9f9f
0:12 = 0606
0:14 = 0000
0:16 = 9f9f
0:18 = 0505
0:1a = 0303
0:1c = 0000
0:1e = 0000
0:20 = 0000
0:22 = 0000
0:24 = 0000
0:26 = 000f
0:28 = 0601
0:2a = 0031
0:2c = ac44
0:2e = 0000
0:30 = 0000
0:32 = ac44
0:34 = 0000
0:36 = 0000
0:38 = 0000
0:3a = 2000
0:3c = 0000
0:3e = 0000
0:40 = 0000
0:42 = 0000
0:44 = 0000
0:46 = 0000
0:48 = 0000
0:4a = 0000
0:4c = 0000
0:4e = 0000
0:50 = 0000
0:52 = 0000
0:54 = 0000
0:56 = 0000
0:58 = 0000
0:5a = 0000
0:5c = 0000
0:5e = 0000
0:60 = 8080
0:62 = 0000
0:64 = 8000
0:66 = 0000
0:68 = 0000
0:6a = 0000
0:6c = 0000
0:6e = 0000
0:70 = 0000
0:72 = 0000
0:74 = 1001
0:76 = 2010
0:78 = 0000
0:7a = 0000
0:7c = 4144
0:7e = 5372
--endcollapse--

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

crw-rw----+ 1 root audio 116, 10 Nov 20 13:51 /dev/snd/controlC0
crw-rw----+ 1 root audio 116, 9 Nov 20 13:58 /dev/snd/pcmC0D0c
crw-rw----+ 1 root audio 116, 8 Nov 20 13:58 /dev/snd/pcmC0D0p
crw-rw----+ 1 root audio 116, 7 Nov 20 13:51 /dev/snd/pcmC0D1c
crw-rw----+ 1 root audio 116, 6 Nov 20 13:51 /dev/snd/pcmC0D2c
crw-rw----+ 1 root audio 116, 5 Nov 20 13:51 /dev/snd/pcmC0D3c
crw-rw----+ 1 root audio 116, 4 Nov 20 13:51 /dev/snd/pcmC0D4p
crw-rw----+ 1 root audio 116, 3 Nov 20 13:51 /dev/snd/seq
crw-rw----+ 1 root audio 116, 2 Nov 20 13:51 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 60 Nov 20 13:51 .
drwxr-xr-x 3 root root 240 Nov 20 13:51 ..
lrwxrwxrwx 1 root root 12 Nov 20 13:51 pci-0000:00:1f.5 ->
../controlC0

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

APLAY

**** List of PLAYBACK Hardware Devices ****
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel
82801DB-ICH4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 4: Intel ICH - IEC958
[Intel 82801DB-ICH4 - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

**** List of CAPTURE Hardware Devices ****
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel
82801DB-ICH4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 1: Intel ICH - MIC ADC
 [Intel 82801DB-ICH4 - MIC ADC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 2: Intel ICH - MIC2
ADC [Intel 82801DB-ICH4 - MIC2 ADC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 3: Intel ICH - ADC2
[Intel 82801DB-ICH4 - ADC2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

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

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

Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981A at irq 17'
  Mixer name : 'Analog Devices AD1981A'
  Components : 'AC97a:41445372'
  Controls : 25
  Simple ctrls : 17
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]
Simple mixer control 'Master Mono',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [-46.50dB] [off]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]
Simple mixer control 'Headphone Jack Sense',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 26 [84%] [4.50dB] [on]
  Front Right: Playback 26 [84%] [4.50dB] [on]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Simple mixer control 'Line Jack Sense',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'CD',0
  Capabilities: pvolume pswitch cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 25 [81%] [3.00dB] [on] Capture [off]
  Front Right: Playback 25 [81%] [3.00dB] [on] Capture [off]
Simple mixer control 'Mic',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-exclusive penum
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [-34.50dB] [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mic Boost (+20dB)',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Video',0
  Capabilities: cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Phone',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-exclusive penum
  Capture exclusive group: 0
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono: Playback 0 [0%] [-34.50dB] [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Aux',0
  Capabilities: pvolume pswitch cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [on]
  Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 0 [0%] [0.00dB] [on]
  Front Right: Capture 0 [0%] [0.00dB] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
  Capabilities: cswitch cswitch-exclusive penum
  Capture exclusive group: 0
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'External Amplifier',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]

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

--startcollapse--
state.I82801DBICH4 {
 control.1 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'Master Playback Switch'
  value.0 true
  value.1 true
 }
 control.2 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -4650
  comment.dbmax 0
  iface MIXER
  name 'Master Playback Volume'
  value.0 31
  value.1 31
 }
 control.3 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'Headphone Playback Switch'
  value.0 true
  value.1 true
 }
 control.4 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -4650
  comment.dbmax 0
  iface MIXER
  name 'Headphone Playback Volume'
  value.0 31
  value.1 31
 }
 control.5 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Master Mono Playback Switch'
  value false
 }
 control.6 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 1
  comment.range '0 - 31'
  comment.dbmin -4650
  comment.dbmax 0
  iface MIXER
  name 'Master Mono Playback Volume'
  value 0
 }
 control.7 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Phone Playback Switch'
  value false
 }
 control.8 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 1
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'Phone Playback Volume'
  value 0
 }
 control.9 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Mic Playback Switch'
  value false
 }
 control.10 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 1
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'Mic Playback Volume'
  value 0
 }
 control.11 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Mic Boost (+20dB)'
  value false
 }
 control.12 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'Line Playback Switch'
  value.0 false
  value.1 false
 }
 control.13 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'Line Playback Volume'
  value.0 0
  value.1 0
 }
 control.14 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'CD Playback Switch'
  value.0 true
  value.1 true
 }
 control.15 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'CD Playback Volume'
  value.0 25
  value.1 25
 }
 control.16 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'Aux Playback Switch'
  value.0 false
  value.1 false
 }
 control.17 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'Aux Playback Volume'
  value.0 0
  value.1 0
 }
 control.18 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'PCM Playback Switch'
  value.0 true
  value.1 true
 }
 control.19 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 31'
  comment.dbmin -3450
  comment.dbmax 1200
  iface MIXER
  name 'PCM Playback Volume'
  value.0 26
  value.1 26
 }
 control.20 {
  comment.access 'read write'
  comment.type ENUMERATED
  comment.count 2
  comment.item.0 Mic
  comment.item.1 CD
  comment.item.2 Video
  comment.item.3 Aux
  comment.item.4 Line
  comment.item.5 Mix
  comment.item.6 'Mix Mono'
  comment.item.7 Phone
  iface MIXER
  name 'Capture Source'
  value.0 Aux
  value.1 Aux
 }
 control.21 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 2
  iface MIXER
  name 'Capture Switch'
  value.0 true
  value.1 true
 }
 control.22 {
  comment.access 'read write'
  comment.type INTEGER
  comment.count 2
  comment.range '0 - 15'
  comment.dbmin 0
  comment.dbmax 2250
  iface MIXER
  name 'Capture Volume'
  value.0 0
  value.1 0
 }
 control.23 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Headphone Jack Sense'
  value false
 }
 control.24 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'Line Jack Sense'
  value false
 }
 control.25 {
  comment.access 'read write'
  comment.type BOOLEAN
  comment.count 1
  iface MIXER
  name 'External Amplifier'
  value true
 }
}
--endcollapse--

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

Module
nls_iso8859_1
nls_cp437
vfat
fat
binfmt_misc
snd_intel8x0
snd_ac97_codec
ac97_bus
i915
snd_pcm
snd_seq_midi
snd_rawmidi
drm_kms_helper
snd_seq_midi_event
snd_seq
snd_timer
ppdev
drm
snd_seq_device
parport_pc
snd
intel_agp
psmouse
i2c_algo_bit
video
serio_raw
shpchp
soundcore
snd_page_alloc
agpgart
output
lp
parport
e100
usb_storage
floppy
mii

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

peter@peter:~$ ^C
peter@peter:~$

The ALSA driver version, library version and utilities version are all
exactly the same version number (1.0.23).

Regarding the sound servers: The ESound Daemon is installed but not
running.

The running kernel version is 2.6.35-22-generic.

Step 4
cat /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}
cat: /proc/asound/hwdep: No such file or directory

sudo rm /etc/asound.conf
rm: cannot remove `/etc/asound.conf': No such file or directory

sudo rm -r ~/.pulse ~/.asound*
rm: cannot remove `/home/peter/.asound*': No such file or directory

sudo rm ~/.pulse-cookie

sudo apt-get update
Hit http://ch.archive.ubuntu.com maverick Release.gpg
Hit http://archive.canonical.com maverick Release.gpg
Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-en
Get:1 http://extras.ubuntu.com maverick Release.gpg [65B]
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en
Hit http://security.ubuntu.com maverick-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ maverick-security/main
Translation-en
Ign http://archive.canonical.com/ubuntu/ maverick/partner
Translation-en_US
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en_US

Hit http://extras.ubuntu.com maverick Release

Ign http://security.ubuntu.com/ubuntu/ maverick-security/main
Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/multiverse
Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/multiverse
Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/restricted
Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/restricted
Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/universe
Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/universe
Translation-en_US
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/main Translation-en

Hit http://archive.canonical.com maverick Release
Hit http://security.ubuntu.com maverick-security Release
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/main Translation-en_US
Hit http://extras.ubuntu.com maverick/main Sources

Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/multiverse
Translation-en
Hit http://archive.canonical.com maverick/partner i386 Packages
Hit http://extras.ubuntu.com maverick/main i386 Packages
Hit http://security.ubuntu.com maverick-security/main Sources
Hit http://security.ubuntu.com maverick-security/restricted Sources
Hit http://security.ubuntu.com maverick-security/universe Sources
Hit http://security.ubuntu.com maverick-security/multiverse Sources
Hit http://security.ubuntu.com maverick-security/main i386 Packages
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/multiverse
Translation-en_US
Hit http://security.ubuntu.com maverick-security/restricted i386
Packages
Hit http://security.ubuntu.com maverick-security/universe i386 Packages
Hit http://security.ubuntu.com maverick-security/multiverse i386
Packages
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/restricted
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/restricted
Translation-en_US
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/universe
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick/universe
Translation-en_US
Get:2 http://ch.archive.ubuntu.com maverick-updates Release.gpg [198B]
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/main
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/main
Translation-en_US
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse
Translation-en_US
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/restricted
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/restricted
Translation-en_US
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/universe
Translation-en
Ign http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/universe
Translation-en_US
Hit http://ch.archive.ubuntu.com maverick Release
Get:3 http://ch.archive.ubuntu.com maverick-updates Release [31.4kB]
Hit http://ch.archive.ubuntu.com maverick/main Sources
Hit http://ch.archive.ubuntu.com maverick/restricted Sources
Hit http://ch.archive.ubuntu.com maverick/universe Sources
Hit http://ch.archive.ubuntu.com maverick/multiverse Sources
Hit http://ch.archive.ubuntu.com maverick/main i386 Packages
Hit http://ch.archive.ubuntu.com maverick/restricted i386 Packages
Hit http://ch.archive.ubuntu.com maverick/universe i386 Packages
Hit http://ch.archive.ubuntu.com maverick/multiverse i386 Packages
Get:4 http://ch.archive.ubuntu.com maverick-updates/main Sources
[39.8kB]
Get:5 http://ch.archive.ubuntu.com maverick-updates/restricted Sources
[14B]
Get:6 http://ch.archive.ubuntu.com maverick-updates/universe Sources
[11.8kB]
Get:7 http://ch.archive.ubuntu.com maverick-updates/multiverse Sources
[649B]
Get:8 http://ch.archive.ubuntu.com maverick-updates/main i386 Packages
[102kB]
Get:9 http://ch.archive.ubuntu.com maverick-updates/restricted i386
Packages [14B]
Get:10 http://ch.archive.ubuntu.com maverick-updates/universe i386
Packages [38.0kB]
Get:11 http://ch.archive.ubuntu.com maverick-updates/multiverse i386
Packages [1,958B]
Fetched 225kB in 2s (75.5kB/s)
Reading package lists... Done
peter@peter:~$

sudo apt-get install aptitude
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libboost-iostreams1.42.0 libclass-accessor-perl libcwidget3
  libio-string-perl libparse-debianchangelog-perl libsub-name-perl
Suggested packages:
  aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev
  libhtml-template-perl libxml-simple-perl
The following NEW packages will be installed:
  aptitude libboost-iostreams1.42.0 libclass-accessor-perl libcwidget3
  libio-string-perl libparse-debianchangelog-perl libsub-name-perl
0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
Need to get 2,737kB of archives.
After this operation, 8,327kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libboost-iostreams1.42.0 i386 1.42.0-3ubuntu1 [58.9kB]
Get:2 http://ch.archive.ubuntu.com/ubuntu/ maverick/main libcwidget3
i386 0.5.16-3ubuntu1 [301kB]
Get:3 http://ch.archive.ubuntu.com/ubuntu/ maverick/main aptitude i386
0.6.3-2ubuntu4 [2,270kB]
Get:4 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libsub-name-perl i386 0.04-1build1 [10.4kB]
Get:5 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libclass-accessor-perl all 0.34-1 [26.0kB]
Get:6 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libio-string-perl all 1.08-2 [12.0kB]
Get:7 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libparse-debianchangelog-perl all 1.1.1-2ubuntu2 [57.8kB]
Fetched 2,737kB in 5s (546kB/s)
Selecting previously deselected package libboost-iostreams1.42.0.
(Reading database ... 142455 files and directories currently installed.)
Unpacking libboost-iostreams1.42.0 (from
.../libboost-iostreams1.42.0_1.42.0-3ubuntu1_i386.deb) ...
Selecting previously deselected package libcwidget3.
Unpacking libcwidget3 (from .../libcwidget3_0.5.16-3ubuntu1_i386.deb)
...
Selecting previously deselected package aptitude.
Unpacking aptitude (from .../aptitude_0.6.3-2ubuntu4_i386.deb) ...
Selecting previously deselected package libsub-name-perl.
Unpacking libsub-name-perl (from
.../libsub-name-perl_0.04-1build1_i386.deb) ...
Selecting previously deselected package libclass-accessor-perl.
Unpacking libclass-accessor-perl (from
.../libclass-accessor-perl_0.34-1_all.deb) ...
Selecting previously deselected package libio-string-perl.
Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb)
...
Selecting previously deselected package libparse-debianchangelog-perl.
Unpacking libparse-debianchangelog-perl (from
.../libparse-debianchangelog-perl_1.1.1-2ubuntu2_all.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up libboost-iostreams1.42.0 (1.42.0-3ubuntu1) ...
Setting up libcwidget3 (0.5.16-3ubuntu1) ...
Setting up aptitude (0.6.3-2ubuntu4) ...
update-alternatives: using /usr/bin/aptitude-curses to provide
/usr/bin/aptitude (aptitude) in auto mode.
Setting up libsub-name-perl (0.04-1build1) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libio-string-perl (1.08-2) ...
Setting up libparse-debianchangelog-perl (1.1.1-2ubuntu2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
peter@peter:~$

sudo aptitude install paman gnome-alsamixer libasound2-plugins
padevchooser libsdl1.2debian-pulseaudio
The following NEW packages will be installed:
  gnome-alsamixer libgconfmm-2.6-1c2{a} libglademm-2.4-1c2a{a}
padevchooser
  paman paprefs{a} pavucontrol{a} pavumeter{a}
  pulseaudio-module-zeroconf{a}
0 packages upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
Need to get 454kB of archives. After unpacking 3,494kB will be used.
Do you want to continue? [Y/n/?] Y
Get:1 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe
gnome-alsamixer i386 0.9.7~cvs.20060916.ds.1-2 [53.7kB]
Get:2 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libgconfmm-2.6-1c2 i386 2.28.0-1 [31.4kB]
Get:3 http://ch.archive.ubuntu.com/ubuntu/ maverick/main
libglademm-2.4-1c2a i386 2.6.7-2build1 [21.8kB]
Get:4 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe pavumeter
i386 0.9.3-1ubuntu1 [29.2kB]
Get:5 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe pavucontrol
 i386 0.9.9-1 [121kB]
Get:6 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe paman i386
0.9.4-1ubuntu2 [92.2kB]
Get:7 http://ch.archive.ubuntu.com/ubuntu/ maverick-updates/main
pulseaudio-module-zeroconf i386
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 [19.9kB]
Get:8 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe paprefs
i386 0.9.9-2ubuntu1 [64.0kB]
Get:9 http://ch.archive.ubuntu.com/ubuntu/ maverick/universe
padevchooser i386 0.9.3-2ubuntu4 [20.2kB]
Fetched 454kB in 0s (739kB/s)
Selecting previously deselected package gnome-alsamixer.
(Reading database ... 142644 files and directories currently installed.)
Unpacking gnome-alsamixer (from
.../gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2_i386.deb) ...
Selecting previously deselected package libgconfmm-2.6-1c2.
Unpacking libgconfmm-2.6-1c2 (from
.../libgconfmm-2.6-1c2_2.28.0-1_i386.deb) ...
Selecting previously deselected package libglademm-2.4-1c2a.
Unpacking libglademm-2.4-1c2a (from
.../libglademm-2.4-1c2a_2.6.7-2build1_i386.deb) ...
Selecting previously deselected package pavumeter.
Unpacking pavumeter (from .../pavumeter_0.9.3-1ubuntu1_i386.deb) ...
Selecting previously deselected package pavucontrol.
Unpacking pavucontrol (from .../pavucontrol_0.9.9-1_i386.deb) ...
Selecting previously deselected package paman.
Unpacking paman (from .../paman_0.9.4-1ubuntu2_i386.deb) ...
Selecting previously deselected package pulseaudio-module-zeroconf.
Unpacking pulseaudio-module-zeroconf (from
.../pulseaudio-module-zeroconf_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1_i386.deb)
 ...
Selecting previously deselected package paprefs.
Unpacking paprefs (from .../paprefs_0.9.9-2ubuntu1_i386.deb) ...
Selecting previously deselected package padevchooser.
Unpacking padevchooser (from .../padevchooser_0.9.3-2ubuntu4_i386.deb)
...
Processing triggers for gconf2 ...
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...
Setting up gnome-alsamixer (0.9.7~cvs.20060916.ds.1-2) ...
Setting up libgconfmm-2.6-1c2 (2.28.0-1) ...
Setting up libglademm-2.4-1c2a (2.6.7-2build1) ...
Setting up pavumeter (0.9.3-1ubuntu1) ...
Setting up pavucontrol (0.9.9-1) ...
Setting up paman (0.9.4-1ubuntu2) ...
Setting up pulseaudio-module-zeroconf
(1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1) ...
Setting up paprefs (0.9.9-2ubuntu1) ...
Setting up padevchooser (0.9.3-2ubuntu4) ...
Processing triggers for menu ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

peter@peter:~$

sudo lshw -short
H/W path Device Class Description
======================================================
                               system Evo D510 SFF
/0 bus 07E4h
/0/1 memory 128KiB BIOS
/0/5 processor Intel(R) Pentium(R) 4 CPU
2.40GHz
/0/5/6 memory 8KiB L1 cache
/0/5/7 memory 512KiB L2 cache
/0/22 memory System Memory
/0/22/0 memory 256MiB DIMM SDRAM Synchronous
 266 MHz
/0/22/1 memory 256MiB DIMM SDRAM Synchronous
 266 MHz
/0/23 memory Flash Memory
/0/23/0 memory 512KiB Chip FLASH
Non-volatile
/0/0 memory
/0/2 memory
/0/100 bridge 82845G/GL[Brookdale-G]/GE/PE
DRAM Con
/0/100/2 display 82845G/GL[Brookdale-G]/GE
Chipset Int
/0/100/1d bus 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M)
/0/100/1d.1 bus 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M)
/0/100/1d.7 bus 82801DB/DBM (ICH4/ICH4-M)
USB2 EHCI C
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/8 eth0 network 82801DB PRO/100 VM (LOM)
Ethernet Con
/0/100/1f bridge 82801DB/DBL (ICH4/ICH4-L) LPC
 Interfa
/0/100/1f.1 scsi0 storage 82801DB (ICH4) IDE Controller
/0/100/1f.1/0 /dev/sda disk 160GB SAMSUNG SP1613N
/0/100/1f.1/0/1 /dev/sda1 volume 147GiB EXT4 volume
/0/100/1f.1/0/2 /dev/sda2 volume 1498MiB Extended partition
/0/100/1f.1/0/2/5 /dev/sda5 volume 1498MiB Linux swap / Solaris
partitio
/0/100/1f.1/1 /dev/cdrom disk DVD RW DRU-190A
/0/100/1f.3 bus 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M)
/0/100/1f.5 multimedia 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M)
/0/3 scsi2 storage
/0/3/0.0.0 /dev/sdb volume 1928MiB Windows FAT volume
peter@peter:~$

ls -lart /dev/snd
total 0
crw-rw----+ 1 root audio 116, 2 2010-11-20 13:51 timer
crw-rw----+ 1 root audio 116, 3 2010-11-20 13:51 seq
crw-rw----+ 1 root audio 116, 6 2010-11-20 13:51 pcmC0D2c
crw-rw----+ 1 root audio 116, 7 2010-11-20 13:51 pcmC0D1c
crw-rw----+ 1 root audio 116, 4 2010-11-20 13:51 pcmC0D4p
crw-rw----+ 1 root audio 116, 5 2010-11-20 13:51 pcmC0D3c
crw-rw----+ 1 root audio 116, 10 2010-11-20 13:51 controlC0
drwxr-xr-x 2 root root 60 2010-11-20 13:51 by-path
drwxr-xr-x 3 root root 240 2010-11-20 13:51 .
crw-rw----+ 1 root audio 116, 8 2010-11-20 13:58 pcmC0D0p
crw-rw----+ 1 root audio 116, 9 2010-11-20 13:58 pcmC0D0c
drwxr-xr-x 18 root root 4020 2010-11-20 14:37 ..
peter@peter:~$ ^C
peter@peter:~$

cat /dev/sndstat
cat: /dev/sndstat: No such file or directory
peter@peter:~$

lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation
82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface
[8086:2560] (rev 01)
00:02.0 VGA compatible controller [0300]: Intel Corporation
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562]
 (rev 01)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM
(ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev 81)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL (ICH4/ICH4-L)
LPC Interface Bridge [8086:24c0] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE
Controller [8086:24cb] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5]
(rev 01)
05:08.0 Ethernet controller [0200]: Intel Corporation 82801DB PRO/100 VM
 (LOM) Ethernet Controller [8086:103b] (rev 81)
peter@peter:~$

sudo which alsactl
/sbin/alsactl
peter@peter:~$

sudo fuser -v /dev/dsp /dev/snd/*
Specified filename /dev/dsp does not exist.
                     USER PID ACCESS COMMAND
/dev/snd/controlC0: peter 1334 F.... pulseaudio
peter@peter:~$

dpkg -S bin/slmodemd
dpkg: *bin/slmodemd* not found.
peter@peter:~$

dmesg | egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'
[ 0.000000] found SMP MP-table at [c00f9bf0] f9bf0
[ 0.084379] ACPI: No dock devices found.
[ 0.085382] * The chipset may have PM-Timer Bug. Due to workarounds
for a bug,
[ 0.085386] * this bug, please use "acpi_pm_good" to disable the
workaround
[ 0.091959] HEST: Table is not found!
[ 0.111006] pnp: PnP ACPI: found 15 devices
[ 0.149121] pci 0000:05:08.0: Firmware left e100 interrupts enabled;
disabling
[ 0.149716] audit: initializing netlink socket (disabled)
[ 0.149735] type=2000 audit(1290257451.144:1): initialized
[ 0.194132] ERST: Table is not found!
[ 0.215940] Fixed MDIO Bus: probed
[ 0.283015] hub 1-0:1.0: USB hub found
[ 0.283593] hub 2-0:1.0: USB hub found
[ 0.283982] hub 3-0:1.0: USB hub found
[ 0.297321] device-mapper: multipath round-robin: version 1.0.0
loaded
[ 0.305023] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.890544] isapnp: No Plug & Play device found
[ 16.437118] lp: driver loaded but no devices found
[ 16.517340] intel_rng: Firmware space is locked read-only. If you
can't or
[ 16.517343] intel_rng: don't want to disable this in firmware setup,
and if
[ 17.362216] type=1400 audit(1290257469.552:2): apparmor="STATUS"
operation="profile_load" name="/sbin/dhclient3" pid=503
comm="apparmor_parser"
[ 17.362927] type=1400 audit(1290257469.552:3): apparmor="STATUS"
operation="profile_load"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=503
comm="apparmor_parser"
[ 17.363321] type=1400 audit(1290257469.552:4): apparmor="STATUS"
operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script"
 pid=503 comm="apparmor_parser"
[ 18.048204] type=1400 audit(1290257470.240:5): apparmor="STATUS"
operation="profile_load" name="/usr/share/gdm/guest-session/Xsession"
pid=674 comm="apparmor_parser"
[ 18.061834] type=1400 audit(1290257470.252:6): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient3" pid=676
comm="apparmor_parser"
[ 18.062550] type=1400 audit(1290257470.252:7): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=676
comm="apparmor_parser"
[ 18.062942] type=1400 audit(1290257470.252:8): apparmor="STATUS"
operation="profile_replace"
name="/usr/lib/connman/scripts/dhclient-script" pid=676
comm="apparmor_parser"
[ 18.153295] type=1400 audit(1290257470.344:9): apparmor="STATUS"
operation="profile_load" name="/usr/bin/evince" pid=678
comm="apparmor_parser"
[ 18.192068] type=1400 audit(1290257470.384:10): apparmor="STATUS"
operation="profile_load" name="/usr/bin/evince-previewer" pid=678
comm="apparmor_parser"
[ 18.207479] type=1400 audit(1290257470.396:11): apparmor="STATUS"
operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=678
comm="apparmor_parser"
[ 19.168102] intel8x0_measure_ac97_clock: measured 55943 usecs (2695
samples)
peter@peter:~$

sudo /etc/init.d/sl-modem-daemon status
sudo: /etc/init.d/sl-modem-daemon: command not found
peter@peter:~$

sudo grep model /etc/modprobe.d/*
peter@peter:~$ sudo grep model /etc/modprobe.d/*
peter@peter:~$

sudo dmidecode|grep roduct
Product Name: Evo D510 SFF
Product Name: 07E4h
peter@peter:~$

lsmod | egrep 'snd|usb|midi|udio'
snd_seq_dummy 1350 0
snd_intel8x0 25632 2
snd_ac97_codec 99227 1 snd_intel8x0
ac97_bus 1014 1 snd_ac97_codec
snd_pcm 71475 2 snd_intel8x0,snd_ac97_codec
snd_seq_midi 4588 0
snd_rawmidi 17783 1 snd_seq_midi
snd_seq_midi_event 6047 1 snd_seq_midi
snd_seq 47174 3
snd_seq_dummy,snd_seq_midi,snd_seq_midi_event
snd_timer 19067 2 snd_pcm,snd_seq
snd_seq_device 5744 4
snd_seq_dummy,snd_seq_midi,snd_rawmidi,snd_seq
snd 49006 11
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore
                880 1 snd
snd_page_alloc 7120 2 snd_intel8x0,snd_pcm
usb_storage 40172 1
peter@peter:~$

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 0: Intel ICH [Intel
82801DB-ICH4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: I82801DBICH4 [Intel 82801DB-ICH4], device 4: Intel ICH - IEC958
[Intel 82801DB-ICH4 - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
peter@peter:~$

sudo lshw -C sound
*-multimedia
       description: Multimedia audio controller
       product: 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio
Controller
       vendor: Intel Corporation
       physical id: 1f.5
       bus info: pci@0000:00:1f.5
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: driver=Intel ICH latency=0
       resources: irq:17 ioport:2000(size=256) ioport:2400(size=64)
memory:fc480400-fc4805ff memory:fc480600-fc4806ff
peter@peter:~$

Step 5
Done

Step 6
Done

Step 7
Done. All speakers were muted. Now the sound runs!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Step 8
Done

Step 9
Done

Step 10
Pulse-rt is not included

Here I stopped the steps. The sound is working. Thanks a lot.
Peter