sound card detection,

Asked by Andrea Morettin

genji@eeepc-1215P:~$ bash alsa-info.sh --stdout
bash: alsa-info.sh: No such file or directory
genji@eeepc-1215P:~$ clear

genji@eeepc-1215P:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x ./alsa-info.sh; ./alsa-info.sh
--2012-01-21 22:06:54-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 77.48.224.243
Connecting to www.alsa-project.org|77.48.224.243|: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]
--2012-01-21 22:06:55-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving git.alsa-project.org... 77.48.224.243
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `alsa-info.sh'

    [ <=> ] 27,247 63.3K/s in 0.4s

2012-01-21 22:06:56 (63.3 KB/s) - `alsa-info.sh' saved [27247]

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

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

cat: /proc/asound/version: No such file or directory
grep: /proc/asound/cards: No such file or directory
cat: /proc/asound/cards: No such file or directory
cat: /proc/asound/modules: No such file or directory
grep: /proc/asound/cards: No such file or directory
/sbin/alsactl: save_state:1519: No soundcards found...
cat: /tmp/alsa-info.CFPrZdfd3s/alsactl.tmp: No such file or directory
Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=b3fc1fc85d89e59dd1c3952b376cdb6f4eb213f6

Please inform the person helping you.

genji@eeepc-1215P:~$ ^C
genji@eeepc-1215P:~$

Question information

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

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

!!Script ran on: Sat Jan 21 21:06:57 UTC 2012

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

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

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

Manufacturer: ASUSTeK Computer INC.
Product Name: 1215P
Product Version: x.x

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

Kernel release: 3.0.0-15-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
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 N10/ICH 7 Family High Definition Audio Controller (rev 02)

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

00:1b.0 0403: 8086:27d8 (rev 02)
 Subsystem: 1043:841c

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

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

crw-rw---- 1 root audio 116, 1 Jan 21 21:24 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Jan 21 21:24 /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
bnep
rfcomm
bluetooth
parport_pc
ppdev
binfmt_misc
joydev
arc4
ath9k
mac80211
ath9k_common
ath9k_hw
uvcvideo
videodev
ath
cfg80211
psmouse
eeepc_wmi
asus_wmi
i915
sparse_keymap
serio_raw
drm_kms_helper
drm
i2c_algo_bit
video
wmi
lp
parport
ahci
libahci
atl1c

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

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

Driver version:
Library version: 1.0.24.1
Utilities version: 1.0.24.2

You have no alsa driver. This needs to have a version number to work. 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*

Then reboot to test,

HTH

Revision history for this message
Andrea Morettin (divino-marchese) said :
#3

genji@eeepc-1215P:~$ bash alsa-info.sh --stdout
bash: alsa-info.sh: No such file or directory
genji@eeepc-1215P:~$ clear

genji@eeepc-1215P:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh; chmod +x ./alsa-info.sh; ./alsa-info.sh
--2012-01-21 22:06:54-- http://www.alsa-project.org/alsa-info.sh
Resolving www.alsa-project.org... 77.48.224.243
Connecting to www.alsa-project.org|77.48.224.243|: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]
--2012-01-21 22:06:55-- http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
Resolving git.alsa-project.org... 77.48.224.243
Reusing existing connection to www.alsa-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `alsa-info.sh'

    [ <=> ] 27,247 63.3K/s in 0.4s

2012-01-21 22:06:56 (63.3 KB/s) - `alsa-info.sh' saved [27247]

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

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

cat: /proc/asound/version: No such file or directory
grep: /proc/asound/cards: No such file or directory
cat: /proc/asound/cards: No such file or directory
cat: /proc/asound/modules: No such file or directory
grep: /proc/asound/cards: No such file or directory
/sbin/alsactl: save_state:1519: No soundcards found...
cat: /tmp/alsa-info.CFPrZdfd3s/alsactl.tmp: No such file or directory
Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
Uploading information to www.alsa-project.org ... Done!

Your ALSA information is located at http://www.alsa-project.org/db/?f=b3fc1fc85d89e59dd1c3952b376cdb6f4eb213f6

Please inform the person helping you.

genji@eeepc-1215P:~$ ^C
genji@eeepc-1215P:~$ bash alsa-info.sh --stdout
cat: /proc/asound/version: No such file or directory
grep: /proc/asound/cards: No such file or directory
cat: /proc/asound/cards: No such file or directory
cat: /proc/asound/modules: No such file or directory
grep: /proc/asound/cards: No such file or directory
/sbin/alsactl: save_state:1519: No soundcards found...
cat: /tmp/alsa-info.pVmL1UfeEC/alsactl.tmp: No such file or directory
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.60
!!################################

!!Script ran on: Sat Jan 21 21:11:44 UTC 2012

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

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

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

Manufacturer: ASUSTeK Computer INC.
Product Name: 1215P
Product Version: x.x

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

Kernel release: 3.0.0-15-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
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 N10/ICH 7 Family High Definition Audio Controller (rev 02)

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

00:1b.0 0403: 8086:27d8 (rev 02)
 Subsystem: 1043:841c

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

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

crw-rw---- 1 root audio 116, 1 Jan 21 21:24 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 Jan 21 21:24 /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
bnep
rfcomm
bluetooth
parport_pc
ppdev
binfmt_misc
joydev
arc4
ath9k
mac80211
ath9k_common
ath9k_hw
uvcvideo
videodev
ath
cfg80211
psmouse
eeepc_wmi
asus_wmi
i915
sparse_keymap
serio_raw
drm_kms_helper
drm
i2c_algo_bit
video
wmi
lp
parport
ahci
libahci
atl1c

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

genji@eeepc-1215P:~$ 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
cat: /proc/asound/version: No such file or directory
cat: /proc/asound/cards: No such file or directory
cat: /proc/asound/devices: No such file or directory
cat: /proc/asound/hwdep: No such file or directory
cat: /proc/asound/pcm: No such file or directory
cat: /proc/asound/seq/clients: No such file or directory
[sudo] password for genji:
rm: cannot remove `/etc/asound.conf': No such file or directory
rm: cannot remove `/home/genji/.asound*': No such file or directory
Ign http://security.ubuntu.com oneiric-security InRelease
Ign http://extras.ubuntu.com oneiric InRelease
Ign http://it.archive.ubuntu.com oneiric InRelease
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://ppa.launchpad.net oneiric InRelease
Hit http://security.ubuntu.com oneiric-security Release.gpg
Ign http://it.archive.ubuntu.com oneiric-updates InRelease
Ign http://it.archive.ubuntu.com oneiric-backports InRelease
Hit http://extras.ubuntu.com oneiric Release.gpg
Hit http://ppa.launchpad.net oneiric Release.gpg
Hit http://security.ubuntu.com oneiric-security Release
Hit http://it.archive.ubuntu.com oneiric Release.gpg
Hit http://extras.ubuntu.com oneiric Release
Hit http://ppa.launchpad.net oneiric Release.gpg
Hit http://security.ubuntu.com oneiric-security/main Sources
Hit http://ppa.launchpad.net oneiric Release.gpg
Hit http://it.archive.ubuntu.com oneiric-updates Release.gpg
Hit http://extras.ubuntu.com oneiric/main Sources
Hit http://ppa.launchpad.net oneiric Release
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 i386 Packages
Hit http://security.ubuntu.com oneiric-security/restricted i386 Packages
Hit http://extras.ubuntu.com oneiric/main i386 Packages
Ign http://extras.ubuntu.com oneiric/main TranslationIndex
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://ppa.launchpad.net oneiric Release
Hit http://it.archive.ubuntu.com oneiric-backports Release.gpg
Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex
Hit http://ppa.launchpad.net oneiric Release
Hit http://security.ubuntu.com oneiric-security/main Translation-en
Hit http://security.ubuntu.com oneiric-security/multiverse Translation-en
Hit http://it.archive.ubuntu.com oneiric Release
Hit http://ppa.launchpad.net oneiric/main Sources
Hit http://ppa.launchpad.net oneiric/main i386 Packages
Ign http://ppa.launchpad.net oneiric/main TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted Translation-en
Hit http://ppa.launchpad.net oneiric/main Sources
Hit http://ppa.launchpad.net oneiric/main i386 Packages
Ign http://ppa.launchpad.net oneiric/main TranslationIndex
Hit http://security.ubuntu.com oneiric-security/universe Translation-en
Hit http://it.archive.ubuntu.com oneiric-updates Release
Hit http://ppa.launchpad.net oneiric/main Sources
Hit http://ppa.launchpad.net oneiric/main i386 Packages
Ign http://ppa.launchpad.net oneiric/main TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-backports Release
Hit http://it.archive.ubuntu.com oneiric/main Sources
Ign http://extras.ubuntu.com oneiric/main Translation-en_US
Ign http://extras.ubuntu.com oneiric/main Translation-en
Hit http://it.archive.ubuntu.com oneiric/restricted Sources
Hit http://it.archive.ubuntu.com oneiric/universe Sources
Hit http://it.archive.ubuntu.com oneiric/multiverse Sources
Ign http://ppa.launchpad.net oneiric/main Translation-en_US
Ign http://ppa.launchpad.net oneiric/main Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-en_US
Hit http://it.archive.ubuntu.com oneiric/main i386 Packages
Ign http://ppa.launchpad.net oneiric/main Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-en_US
Ign http://ppa.launchpad.net oneiric/main Translation-en
Hit http://it.archive.ubuntu.com oneiric/restricted i386 Packages
Hit http://it.archive.ubuntu.com oneiric/universe i386 Packages
Hit http://it.archive.ubuntu.com oneiric/multiverse i386 Packages
Hit http://it.archive.ubuntu.com oneiric/main TranslationIndex
Hit http://it.archive.ubuntu.com oneiric/multiverse TranslationIndex
Hit http://it.archive.ubuntu.com oneiric/restricted TranslationIndex
Hit http://it.archive.ubuntu.com oneiric/universe TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-updates/main Sources
Hit http://it.archive.ubuntu.com oneiric-updates/restricted Sources
Hit http://it.archive.ubuntu.com oneiric-updates/universe Sources
Hit http://it.archive.ubuntu.com oneiric-updates/multiverse Sources
Hit http://it.archive.ubuntu.com oneiric-updates/main i386 Packages
Hit http://it.archive.ubuntu.com oneiric-updates/restricted i386 Packages
Hit http://it.archive.ubuntu.com oneiric-updates/universe i386 Packages
Hit http://it.archive.ubuntu.com oneiric-updates/multiverse i386 Packages
Hit http://it.archive.ubuntu.com oneiric-updates/main TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-updates/multiverse TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-updates/restricted TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-updates/universe TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-backports/main Sources
Hit http://it.archive.ubuntu.com oneiric-backports/restricted Sources
Hit http://it.archive.ubuntu.com oneiric-backports/universe Sources
Hit http://it.archive.ubuntu.com oneiric-backports/multiverse Sources
Hit http://it.archive.ubuntu.com oneiric-backports/main i386 Packages
Hit http://it.archive.ubuntu.com oneiric-backports/restricted i386 Packages
Hit http://it.archive.ubuntu.com oneiric-backports/universe i386 Packages
Hit http://it.archive.ubuntu.com oneiric-backports/multiverse i386 Packages
Hit http://it.archive.ubuntu.com oneiric-backports/main TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-backports/multiverse TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-backports/restricted TranslationIndex
Hit http://it.archive.ubuntu.com oneiric-backports/universe TranslationIndex
Hit http://it.archive.ubuntu.com oneiric/main Translation-en
Hit http://it.archive.ubuntu.com oneiric/multiverse Translation-en
Hit http://it.archive.ubuntu.com oneiric/restricted Translation-en
Hit http://it.archive.ubuntu.com oneiric/universe Translation-en
Hit http://it.archive.ubuntu.com oneiric-updates/main Translation-en
Hit http://it.archive.ubuntu.com oneiric-updates/multiverse Translation-en
Hit http://it.archive.ubuntu.com oneiric-updates/restricted Translation-en
Hit http://it.archive.ubuntu.com oneiric-updates/universe Translation-en
Hit http://it.archive.ubuntu.com oneiric-backports/main Translation-en
Hit http://it.archive.ubuntu.com oneiric-backports/multiverse Translation-en
Hit http://it.archive.ubuntu.com oneiric-backports/restricted Translation-en
Hit http://it.archive.ubuntu.com oneiric-backports/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libboost-iostreams1.46.1 libclass-accessor-perl libcwidget3
  libio-string-perl libparse-debianchangelog-perl libsub-name-perl
Suggested packages:
  aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev
  libxml-simple-perl
The following NEW packages will be installed:
  aptitude libboost-iostreams1.46.1 libclass-accessor-perl libcwidget3
  libio-string-perl libparse-debianchangelog-perl libsub-name-perl
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,850 kB of archives.
After this operation, 8,835 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libboost-iostreams1.46.1 i386 1.46.1-5ubuntu2 [40.2 kB]
Get:2 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libcwidget3 i386 0.5.16-3.1ubuntu1 [392 kB]
Get:3 http://it.archive.ubuntu.com/ubuntu/ oneiric/main aptitude i386 0.6.4-1ubuntu2 [2,316 kB]
Get:4 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libsub-name-perl i386 0.05-1build1 [10.6 kB]
Get:5 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libclass-accessor-perl all 0.34-1 [26.0 kB]
Get:6 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libio-string-perl all 1.08-2 [12.0 kB]
Get:7 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libparse-debianchangelog-perl all 1.2.0-1ubuntu1 [54.0 kB]
Fetched 2,850 kB in 28s (101 kB/s)
Selecting previously deselected package libboost-iostreams1.46.1.
(Reading database ... 289047 files and directories currently installed.)
Unpacking libboost-iostreams1.46.1 (from .../libboost-iostreams1.46.1_1.46.1-5ubuntu2_i386.deb) ...
Selecting previously deselected package libcwidget3.
Unpacking libcwidget3 (from .../libcwidget3_0.5.16-3.1ubuntu1_i386.deb) ...
Selecting previously deselected package aptitude.
Unpacking aptitude (from .../aptitude_0.6.4-1ubuntu2_i386.deb) ...
Selecting previously deselected package libsub-name-perl.
Unpacking libsub-name-perl (from .../libsub-name-perl_0.05-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.2.0-1ubuntu1_all.deb) ...
Processing triggers for man-db ...
Setting up libboost-iostreams1.46.1 (1.46.1-5ubuntu2) ...
Setting up libcwidget3 (0.5.16-3.1ubuntu1) ...
Setting up aptitude (0.6.4-1ubuntu2) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode.
Setting up libsub-name-perl (0.05-1build1) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libio-string-perl (1.08-2) ...
Setting up libparse-debianchangelog-perl (1.2.0-1ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
No candidate version found for padevchooser
No candidate version found for padevchooser
The following NEW packages will be installed:
  libglademm-2.4-1c2a{a} paman pavucontrol{a} pavumeter{a}
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 283 kB of archives. After unpacking 1,868 kB will be used.
Do you want to continue? [Y/n/?] y
Get: 1 http://it.archive.ubuntu.com/ubuntu/ oneiric/main libglademm-2.4-1c2a i386 2.6.7-2build1 [21.8 kB]
Get: 2 http://it.archive.ubuntu.com/ubuntu/ oneiric/universe paman i386 0.9.4-1ubuntu2 [92.2 kB]
Get: 3 http://it.archive.ubuntu.com/ubuntu/ oneiric/universe pavucontrol i386 0.99.1-0ubuntu1 [140 kB]
Get: 4 http://it.archive.ubuntu.com/ubuntu/ oneiric/universe pavumeter i386 0.9.3-1ubuntu1 [29.2 kB]
Fetched 283 kB in 3s (92.5 kB/s)
Selecting previously deselected package libglademm-2.4-1c2a.
(Reading database ... 289230 files and directories currently installed.)
Unpacking libglademm-2.4-1c2a (from .../libglademm-2.4-1c2a_2.6.7-2build1_i386.deb) ...
Selecting previously deselected package paman.
Unpacking paman (from .../paman_0.9.4-1ubuntu2_i386.deb) ...
Selecting previously deselected package pavucontrol.
Unpacking pavucontrol (from .../pavucontrol_0.99.1-0ubuntu1_i386.deb) ...
Selecting previously deselected package pavumeter.
Unpacking pavumeter (from .../pavumeter_0.9.3-1ubuntu1_i386.deb) ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for man-db ...
Setting up libglademm-2.4-1c2a (2.6.7-2build1) ...
Setting up paman (0.9.4-1ubuntu2) ...
Setting up pavucontrol (0.99.1-0ubuntu1) ...
Setting up pavumeter (0.9.3-1ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

H/W path Device Class Description
=========================================================
                                  system Notebook
/0 bus 1215P
/0/0 memory 64KiB BIOS
/0/4 processor Intel(R) Atom(TM) CPU N570 @ 1.6
/0/4/5 memory 48KiB L1 cache
/0/4/6 memory 1MiB L2 cache
/0/4/2.1 processor Logical CPU
/0/4/2.2 processor Logical CPU
/0/4/2.3 processor Logical CPU
/0/4/2.4 processor Logical CPU
/0/15 memory 2GiB System Memory
/0/15/0 memory 1GiB DIMM DDR3 Synchronous 667 MHz
/0/15/1 memory 1GiB DIMM DDR3 Synchronous 667 MHz
/0/1 processor
/0/1/2.1 processor Logical CPU
/0/1/2.2 processor Logical CPU
/0/1/2.3 processor Logical CPU
/0/1/2.4 processor Logical CPU
/0/100 bridge N10 Family DMI Bridge
/0/100/2 display N10 Family Integrated Graphics Con
/0/100/2.1 display N10 Family Integrated Graphics Con
/0/100/1b multimedia N10/ICH 7 Family High Definition A
/0/100/1c bridge N10/ICH 7 Family PCI Express Port
/0/100/1c.1 bridge N10/ICH 7 Family PCI Express Port
/0/100/1c.1/0 wlan0 network AR9285 Wireless Network Adapter (P
/0/100/1c.2 bridge N10/ICH 7 Family PCI Express Port
/0/100/1c.2/0 eth0 network AR8152 v2.0 Fast Ethernet
/0/100/1d bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.1 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.2 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.3 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.7 bus N10/ICH 7 Family USB2 EHCI Control
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1f bridge NM10 Family LPC Controller
/0/100/1f.2 scsi0 storage N10/ICH7 Family SATA AHCI Controll
/0/100/1f.2/0.0.0 /dev/sda disk 250GB Hitachi HTS54322
/0/100/1f.2/0.0.0/1 /dev/sda1 volume 2929MiB Linux swap volume
/0/100/1f.2/0.0.0/2 /dev/sda2 volume 230GiB Extended partition
/0/100/1f.2/0.0.0/2/5 /dev/sda5 volume 46GiB Linux filesystem partition
/0/100/1f.2/0.0.0/2/6 /dev/sda6 volume 183GiB Linux filesystem partition
/0/100/1f.3 bus N10/ICH 7 Family SMBus Controller
total 0
drwxr-xr-x 2 root root 80 2012-01-21 21:24 .
crw-rw---- 1 root audio 116, 33 2012-01-21 21:24 timer
crw-rw---- 1 root audio 116, 1 2012-01-21 21:24 seq
drwxr-xr-x 16 root root 4060 2012-01-21 22:15 ..
cat: /dev/sndstat: No such file or directory
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Atheros Communications AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
/sbin/alsactl
Cannot stat /dev/dsp: Bad address
dpkg-query: no path found matching pattern *bin/slmodemd*.
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.354533] ACPI: EC: EC description table is found, configuring boot EC
[ 0.406847] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.411257] ACPI: No dock devices found.
[ 0.411267] HEST: Table not found.
[ 0.490199] pnp: PnP ACPI: found 13 devices
[ 0.535556] audit: initializing netlink socket (disabled)
[ 0.535581] type=2000 audit(1327177482.528:1): initialized
[ 0.641341] ERST: Table is not found!
[ 0.995535] isapnp: No Plug & Play device found
[ 1.234422] Fixed MDIO Bus: probed
[ 1.235073] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.252312] hub 1-0:1.0: USB hub found
[ 1.253052] hub 2-0:1.0: USB hub found
[ 1.253672] hub 3-0:1.0: USB hub found
[ 1.254276] hub 4-0:1.0: USB hub found
[ 1.254889] hub 5-0:1.0: USB hub found
[ 1.303370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 6.007772] lp: driver loaded but no devices found
[ 8.275030] uvcvideo: Found UVC 1.00 device USB2.0 UVC VGA WebCam (13d3:5702)
[ 8.786654] type=1400 audit(1327177490.979:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=532 comm="apparmor_parser"
[ 8.786679] type=1400 audit(1327177490.979:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=548 comm="apparmor_parser"
[ 8.788343] type=1400 audit(1327177490.983:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=532 comm="apparmor_parser"
[ 8.788389] type=1400 audit(1327177490.983:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=548 comm="apparmor_parser"
[ 8.789383] type=1400 audit(1327177490.983:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=532 comm="apparmor_parser"
[ 8.789420] type=1400 audit(1327177490.983:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=548 comm="apparmor_parser"
[ 27.594785] type=1400 audit(1327177509.787:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=827 comm="apparmor_parser"
[ 27.595984] type=1400 audit(1327177509.787:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=827 comm="apparmor_parser"
[ 27.596718] type=1400 audit(1327177509.791:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=827 comm="apparmor_parser"
[ 27.755186] type=1400 audit(1327177509.947:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=830 comm="apparmor_parser"
[ 27.756515] type=1400 audit(1327177509.951:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=830 comm="apparmor_parser"
[ 27.774317] type=1400 audit(1327177509.967:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=826 comm="apparmor_parser"
[ 27.775184] type=1400 audit(1327177509.967:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=823 comm="apparmor_parser"
[ 27.777095] type=1400 audit(1327177509.971:15): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=823 comm="apparmor_parser"
[ 27.780089] type=1400 audit(1327177509.975:16): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=831 comm="apparmor_parser"
[ 27.782071] type=1400 audit(1327177509.975:17): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=831 comm="apparmor_parser"
[ 29.520831] init: alsa-restore main process (910) terminated with status 19
sudo: /etc/init.d/sl-modem-daemon: command not found
 Release Date: 04/18/2011
  Serial services are supported (int 14h)
 Manufacturer: ASUSTeK Computer INC.
 Product Name: 1215P
 Serial Number: B8OAAS278278
 Manufacturer: ASUSTeK Computer INC.
 Product Name: 1215P
 Serial Number: EeePC-0123456789
 Manufacturer: ASUSTeK Computer INC.
 Serial Number: 0x00000000
 Manufacturer: Intel
 Serial Number: To Be Filled By O.E.M.
 Port Type: Serial Port 16550A Compatible
 Manufacturer: Manufacturer00
 Serial Number: SerNum00
 Manufacturer: Manufacturer01
 Serial Number: SerNum01
aplay: device_list:240: no soundcards found...
Unloading ALSA sound driver modules: (none loaded).
Loading ALSA sound driver modules: (none to reload).
  *-multimedia UNCLAIMED
       description: Audio device
       product: N10/ICH 7 Family High Definition Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f7cf8000-f7cfbfff
genji@eeepc-1215P:~$

Revision history for this message
Andrea Morettin (divino-marchese) said :
#4

Thanks hor your hint HH, I've already tried this ....

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

Revision history for this message
Andrea Morettin (divino-marchese) said :
#5

My audio card is

intel corporation n10 ich 7 family high definition audio controller

and it should be supported by Ubuntu 11.10, my distro. My netbook is a eeepd 1215p.

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

If you rerun the command you ran first, do you see a driver version?

Revision history for this message
Andrea Morettin (divino-marchese) said :
#7

bash alsa-info.sh --stdout
cat: /proc/asound/version: No such file or directory
grep: /proc/asound/cards: No such file or directory
cat: /proc/asound/cards: No such file or directory
cat: /proc/asound/modules: No such file or directory
grep: /proc/asound/cards: No such file or directory
/sbin/alsactl: save_state:1519: No soundcards found...
cat: /tmp/alsa-info.2gzFEi28bS/alsactl.tmp: No such file or directory
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.60
!!################################

!!Script ran on: Sun Jan 22 20:39:00 UTC 2012

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

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

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

Manufacturer: ASUSTeK Computer INC.
Product Name: 1215P
Product Version: x.x

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

Kernel release: 3.0.0-15-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
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
!!-----------------------------

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

The driver is snd-hda-intel.ko and it is found in the linux-image package corresponding to your kernel, so maybe reinstall that..

Revision history for this message
Andrea Morettin (divino-marchese) said :
#9

Thanks DL.
 I've already twice installed (purge reinstall). Perhaps I've to touch an ALSA configuration file, but where?

Revision history for this message
Andrea Morettin (divino-marchese) said :
#10

I think that the problem is 3.0.0 kernels ...

Revision history for this message
Andrea Morettin (divino-marchese) said :
#11

Moreover ... ther isn't no directory /proc(asound

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

So what happens when you try to manually load the snd-hda-intel module?
sudo modprobe -v snd-hda-intel

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

No /proc/asound is a symptom of not having the module loaded.

Revision history for this message
Andrea Morettin (divino-marchese) said :
#14

Something is broken, ok, but what? I tried almost everithing!

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

So what happens when you try to manually load the snd-hda-intel module?
sudo modprobe -v snd-hda-intel

Revision history for this message
Andrea Morettin (divino-marchese) said :
#16

OK,
i've just installed alsa-modules package and ....

modprobe -v snd-hda-intel

is gone .... OK

Now, I think, I've to touch alsa-config ... is it right?

Revision history for this message
Andrea Morettin (divino-marchese) said :
#17

cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC269VB

this not appear in /usr/share .... /HD-Audio-Models.txt.gz

I try to add to alsa.conf at the end of file

options snd-hda-intel model=auto

without any forwarding step

Revision history for this message
Andrea Morettin (divino-marchese) said :
#18

After adding to alsa.conf at the end of file

options snd-hda-intel model=auto

then I try modprobe

modprobe -c | grep snd-hda
options snd-hda-intel model=auto
blacklist snd-hda-intel

Revision history for this message
Andrea Morettin (divino-marchese) said :
#19

There is a file in modprobe.d

oss4-base_noALSA.conf

here the blacklist for

snd-hda-intel

I comment it and sounds return again. Is there any problem problems?

Revision history for this message
Andrea Morettin (divino-marchese) said :
#20

OK, I could say that all is OK!

Thanks.