Posts: 24
Honeypuck
Joined: 19 Jan 2012
#1
Like some other users I'm having trouble getting sound to work on my laptop, an Acer Travelmate 240. Following this thread
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/viewtopic.php?f=49&t=4759&hilit=sound"
linktext was:"antix.freeforu ms.org/viewtopic.p ... ilit=sound"
====================================
this is what I did:

Code: Select all

# aplay /usr/share/sounds/alsa/Noise.wav 
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:722: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis nicht gefunden
Apparently no driver is in user for my sound card

Code: Select all

# lspci -nnk
...[snip]
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
        Subsystem: Acer Incorporated [ALI] Device [1025:0039]
...[snip]

Code: Select all

# aplay -L
null  Discard all samples (playback) or generate zero samples (capture)

Code: Select all

# cat /proc/asound/cards 
--- no soundcards ---

Code: Select all

# alsa force-unload
Unloading ALSA sound driver modules: snd-seq-oss snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-timer (failed: modules still loaded: snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer).
When trying to reload the alsa-drivers, my system doesn't get finished:

Code: Select all

# alsa reload
Unloading ALSA sound driver modules: snd-seq-midi snd-rawmidi snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer (failed: modules still loaded: snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer).
Loading ALSA sound driver modules: snd-seq-midi snd-rawmidi snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer
It is stuck there....

Any suggestions?


I'm not sure which kernel module to load to get my sound working.

I am member of the audio group:

Code: Select all

$ groups
pascal lp dialout cdrom floppy sudo audio dip video plugdev users fuse netdev
Last edited by Honeypuck on 16 Jan 2014, 19:35, edited 1 time in total.
Posts: 850
fatmac
Joined: 26 Jul 2012
#2
Perhaps try looking in dmesg for any reference to sound (?), or lspci maybe.

Edit: sudo lsmod | grep snd might also help
Last edited by fatmac on 15 Jan 2014, 10:40, edited 1 time in total.
Posts: 325
male
Joined: 04 Nov 2011
#3
Schon mal

Code: Select all

# apt-cache policy gstreamer*
geprüft?

Es sollten wohl als Minimum vorhanden sein (von der Versionsnummer nicht irritieren lassen):

gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-ugly
gstreamer0.10-ffmpeg
gstreamer0.10-a52dec
gstreamer0.10-faad
gstreamer0.10-mpeg
gstreamer0.10-xvid
gstreamer0.10-alsa
Posts: 630
Eino
Joined: 12 Oct 2012
#4
Please post the results of

Code: Select all

# inxi -A
Then we can check for the correct drivers.

With your sound card, and alsa we may need to set OSS as its front end.
Posts: 24
Honeypuck
Joined: 19 Jan 2012
#5
fatmac wrote:Perhaps try looking in dmesg for any reference to sound (?), or lspci maybe.

Edit: sudo lsmod | grep snd might also help
Well, as in my original post I had already checked lspci

Code: Select all

# lspci -nnk | grep audio
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03) 
No driver in use.. __{{emoticon}}__

Doing a dmesg which reloading alsa modules doesn't show anything.

Also nothing when testing for sound with:

Code: Select all

aplay /usr/share/sounds/alsa/Noise.wav
I only get these errors messages as stdout:

Code: Select all

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: Datei oder Verzeichni
s nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: Datei oder Verzeichnis nic
ht gefunden
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nich
t gefunden
ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:722: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis nicht gefunden
The stuff in German means that 'file or directory could not be found'
Posts: 24
Honeypuck
Joined: 19 Jan 2012
#6
Eino wrote:Please post the results of

Code: Select all

# inxi -A
Then we can check for the correct drivers.

With your sound card, and alsa we may need to set OSS as its front end.
Thanks for you help.

Code: Select all

# inxi -A
Audio:     Card: Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller Sound: ALSA ver: k3.7.10-antix.5-486-smp
Posts: 24
Honeypuck
Joined: 19 Jan 2012
#7
male wrote:Schon mal

Code: Select all

# apt-cache policy gstreamer*
geprüft?

Es sollten wohl als Minimum vorhanden sein (von der Versionsnummer nicht irritieren lassen):

gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-ugly
gstreamer0.10-ffmpeg
gstreamer0.10-a52dec
gstreamer0.10-faad
gstreamer0.10-mpeg
gstreamer0.10-xvid
gstreamer0.10-alsa
Apparently several packages are not available and thus missing (I grep'ed for them):
gstreamer0.10-xvid, gstreamer0.10-faad, gstreamer0.10-a52dec, gstreamer0.10-mpeg

Here are the installed packages:

Code: Select all

# dpkg -l | grep gstreamer
ii  fso-deviced-player-gstreamer               0.12.0-1                         i386         Gstreamer player module for fso-deviced
ii  gir1.2-gstreamer-0.10                      0.10.36-1.2                      i386         Description: GObject introspection data for the GStreamer library
ii  gir1.2-gstreamer-1.0                       1.2.2-1                          i386         Description: GObject introspection data for the GStreamer library
ii  gstreamer-tools                            0.10.36-1.2                      i386         Tools for use with GStreamer
ii  gstreamer0.10-alsa:i386                    0.10.36-1.1                      i386         GStreamer plugin for ALSA
ii  gstreamer0.10-crystalhd                    1:0.0~git20110715.fdd2f19-9      i386         Crystal HD Video Decoder (GStreamer plugin)
ii  gstreamer0.10-dvswitch                     0.0.1-1                          i386         GStreamer plugin source from DVswitch
ii  gstreamer0.10-ffmpeg                       1:0.10.13-dmo1                   i386         FFmpeg plugin for GStreamer
ii  gstreamer0.10-fluendo-mp3:i386             0.10.23.debian-3                 i386         Fluendo mp3 decoder GStreamer 0.10 plugin
ii  gstreamer0.10-gconf:i386                   0.10.31-3+nmu2                   i386         GStreamer plugin for getting the sink/source information from GConf
ii  gstreamer0.10-gnomevfs:i386                0.10.36-1.1                      i386         GStreamer plugin for GnomeVFS
ii  gstreamer0.10-hplugins                     0.2.0-2                          i386         Holoscópio plugins for GStreamer
ii  gstreamer0.10-nice:i386                    0.1.4-1                          i386         ICE library (GStreamer 0.10 plugin)
ii  gstreamer0.10-packagekit                   0.8.14-2                         i386         GStreamer plugin to install codecs using PackageKit
ii  gstreamer0.10-plugins-bad:i386             0.10.23-7.1                      i386         GStreamer plugins from the"bad" set
ii  gstreamer0.10-plugins-base:i386            0.10.36-1.1                      i386         GStreamer plugins from the"base" set
ii  gstreamer0.10-plugins-base-apps            0.10.36-1.1                      i386         GStreamer helper programs from the"base" set
ii  gstreamer0.10-plugins-good:i386            0.10.31-3+nmu2                   i386         GStreamer plugins from the"good" set
ii  gstreamer0.10-plugins-really-bad:i386      0.10.23-dmo4                     i386         GStreamer plugins from the"bad" set
ii  gstreamer0.10-plugins-ugly:i386            0.10.19-2+b3                     i386         GStreamer plugins from the"ugly" set
ii  gstreamer0.10-pocketsphinx:i386            0.8-3                            i386         Speech recognition tool - gstreamer plugin
ii  gstreamer0.10-pulseaudio:i386              0.10.31-3+nmu2                   i386         GStreamer plugin for PulseAudio
ii  gstreamer0.10-tools                        0.10.36-1.2                      i386         Tools for use with GStreamer
ii  gstreamer0.10-x:i386                       0.10.36-1.1                      i386         GStreamer plugins for X11 and Pango
ii  gstreamer1.0-alsa:i386                     1.2.2-1                          i386         GStreamer plugin for ALSA
ii  gstreamer1.0-clutter                       2.0.8-1                          i386         Clutter PLugin for GStreamer 1.0
ii  gstreamer1.0-fluendo-mp3:i386              0.10.23.debian-3                 i386         Fluendo mp3 decoder GStreamer 1.0 plugin
ii  gstreamer1.0-libav:i386                    1:1.2.2-dmo1                     i386         FFmpeg plugin for GStreamer
ii  gstreamer1.0-nice:i386                     0.1.4-1                          i386         ICE library (GStreamer plugin)
ii  gstreamer1.0-plugins-bad:i386              1.2.2-1                          i386         GStreamer plugins from the"bad" set
ii  gstreamer1.0-plugins-base:i386             1.2.2-1                          i386         GStreamer plugins from the"base" set
ii  gstreamer1.0-plugins-base-apps             1.2.2-1                          i386         GStreamer helper programs from the"base" set
ii  gstreamer1.0-plugins-good:i386             1.2.2-1                          i386         GStreamer plugins from the"good" set
ii  gstreamer1.0-plugins-ugly:i386             1.2.2-1                          i386         GStreamer plugins from the"ugly" set
ii  gstreamer1.0-pulseaudio:i386               1.2.2-1                          i386         GStreamer plugin for PulseAudio
ii  gstreamer1.0-tools                         1.2.2-1                          i386         Tools for use with GStreamer
ii  gstreamer1.0-x:i386                        1.2.2-1                          i386         GStreamer plugins for X11 and Pango
ii  libcanberra-gstreamer:i386                 0.30-2                           i386         GStreamer backend for libcanberra
ii  libghc-gstreamer-dev                       0.12.1.2-3                       i386         Binding to the GStreamer open source multimedia framework
ii  libghc-gstreamer-prof                      0.12.1.2-3                       i386         Binding to the GStreamer open source multimedia framework; profiling libraries
ii  libgstreamer-interfaces-perl               0.06-2+b1                        i386         Perl interface to the GStreamer Interfaces library
ii  libgstreamer-ocaml                         0.2.0-2+b1                       i386         OCaml interface to the gstreamer library -- runtime files
ii  libgstreamer-perl                          0.19-1                           i386         Perl interface to the GStreamer media processing framework
ii  libgstreamer-plugins-bad0.10-0:i386        0.10.23-7.1                      i386         GStreamer development files for libraries from the"bad" set
ii  libgstreamer-plugins-bad1.0-0:i386         1.2.2-1                          i386         GStreamer development files for libraries from the"bad" set
ii  libgstreamer-plugins-base0.10-0:i386       0.10.36-1.1                      i386         GStreamer libraries from the"base" set
ii  libgstreamer-plugins-base0.10-dev          0.10.36-1.1                      i386         GStreamer development files for libraries from the"base" set
ii  libgstreamer-plugins-base1.0-0:i386        1.2.2-1                          i386         GStreamer libraries from the"base" set
ii  libgstreamer0.10-0:i386                    0.10.36-1.2                      i386         Core GStreamer libraries and elements
ii  libgstreamer0.10-dev                       0.10.36-1.2                      i386         GStreamer core development files
ii  libgstreamer0.9-cil                        0.9.2-4                          i386         CLI bindings to GStreamer
ii  libgstreamer1.0-0:i386                     1.2.2-1                          i386         Core GStreamer libraries and elements
ii  libqtgstreamer-0.10-0:i386                 0.10.2-2.1                       i386         C++ bindings library for GStreamer with a Qt-style API
ii  libqtgstreamerui-0.10-0:i386               0.10.2-2.1                       i386         QtGStreamerUi library
ii  libqtgstreamerutils-0.10-0:i386            0.10.2-2.1                       i386         QtGStreamerUtils library
ii  phonon-backend-gstreamer:i386              4:4.7.1-1                        i386         Phonon GStreamer 0.10.x backend

Here is the long complete output of apt-cache policy gstreamer*

Code: Select all

# apt-cache policy gstreamer*
gstreamer1.0-fluendo-mp3:
  Installiert:           0.10.23.debian-3
  Installationskandidat: 0.10.23.debian-3
  Versionstabelle:
 *** 0.10.23.debian-3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-audiosource:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-plugins-base-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
     0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-qapt:
  Installiert:           (keine)
  Installationskandidat: 1.3.0-2
  Versionstabelle:
     1.3.0-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-esd:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-clutter:
  Installiert:           2.0.8-1
  Installationskandidat: 2.0.8-1
  Versionstabelle:
 *** 2.0.8-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-alsa:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-videosink:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.8-tools:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-visualization:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer-codec-install:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-schroedinger:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-plugins-bad:
  Installiert:           0.10.23-7.1
  Installationskandidat: 0.10.23-7.1
  Versionstabelle:
 *** 0.10.23-7.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-good-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.31-3+nmu2
  Versionstabelle:
     0.10.31-3+nmu2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer-tools:
  Installiert:           0.10.36-1.2
  Installationskandidat: 0.10.36-1.2
  Versionstabelle:
 *** 0.10.36-1.2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-pulseaudio:
  Installiert:           0.10.31-3+nmu2
  Installationskandidat: 0.10.31-3+nmu2
  Versionstabelle:
 *** 0.10.31-3+nmu2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-audiosource:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-plugins-base-apps:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.36-1.2
  Versionstabelle:
     0.10.36-1.2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer1.0-tools:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-pulseaudio:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-ugly:
  Installiert:           0.10.19-2+b3
  Installationskandidat: 0.10.19-2+b3
  Versionstabelle:
 *** 0.10.19-2+b3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-plugins-ugly-doc:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-videosink:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-plugins-base-doc:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-gnonlin-dbg:
  Installiert:           (keine)
  Installationskandidat: 0.10.17-2
  Versionstabelle:
     0.10.17-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer1.0-plugins-ugly:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-gnonlin:
  Installiert:           (keine)
  Installationskandidat: 0.10.17-2
  Versionstabelle:
     0.10.17-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-audiosink:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-plugins-good:
  Installiert:           0.10.31-3+nmu2
  Installationskandidat: 0.10.31-3+nmu2
  Versionstabelle:
 *** 0.10.31-3+nmu2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-doc:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-gnomevfs:
  Installiert:           0.10.36-1.1
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
 *** 0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-bad-dbg:
  Installiert:           (keine)
  Installationskandidat: 0.10.23-7.1
  Versionstabelle:
     0.10.23-7.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-tools:
  Installiert:           0.10.36-1.2
  Installationskandidat: 0.10.36-1.2
  Versionstabelle:
 *** 0.10.36-1.2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-x264:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-libav-dbg:
  Installiert:           (keine)
  Installationskandidat: 1:1.2.2-dmo1
  Versionstabelle:
     1:1.2.2-dmo1 0
        500 http://www.deb-multimedia.org/ testing/main i386 Packages
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-plugins-ugly-dbg:
  Installiert:           (keine)
  Installationskandidat: 0.10.19-2+b3
  Versionstabelle:
     0.10.19-2+b3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-plugins-farsight:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-plugins-good:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-hplugins:
  Installiert:           0.2.0-2
  Installationskandidat: 0.2.0-2
  Versionstabelle:
 *** 0.2.0-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-packagekit:
  Installiert:           0.8.14-2
  Installationskandidat: 0.8.14-2
  Versionstabelle:
 *** 0.8.14-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-ffmpeg:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-plugins-good-dbg:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer1.0-plugins-bad-dbg:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-plugins-bad-multiverse:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-gnonlin-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.17-2
  Versionstabelle:
     0.10.17-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-ffmpeg:
  Installiert:           1:0.10.13-dmo1
  Installationskandidat: 1:0.10.13-dmo1
  Versionstabelle:
 *** 1:0.10.13-dmo1 0
        500 http://www.deb-multimedia.org/ testing/main i386 Packages
        500 http://www.deb-multimedia.org/ wheezy/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-ffmpeg-dbg:
  Installiert:           (keine)
  Installationskandidat: 1:0.10.13-dmo1
  Versionstabelle:
     1:0.10.13-dmo1 0
        500 http://www.deb-multimedia.org/ testing/main i386 Packages
        500 http://www.deb-multimedia.org/ wheezy/main i386 Packages
gstreamer1.0-audiosink:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-nice:
  Installiert:           0.1.4-1
  Installationskandidat: 0.1.4-1
  Versionstabelle:
 *** 0.1.4-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-videosource:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-espeak:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-visualization:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-lame:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-pocketsphinx:
  Installiert:           0.8-3
  Installationskandidat: 0.8-3
  Versionstabelle:
 *** 0.8-3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-bad-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.23-7.1
  Versionstabelle:
     0.10.23-7.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-gconf:
  Installiert:           0.10.31-3+nmu2
  Installationskandidat: 0.10.31-3+nmu2
  Versionstabelle:
 *** 0.10.31-3+nmu2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-ugly-doc:
  Installiert:           (keine)
  Installationskandidat: 0.10.19-2
  Versionstabelle:
     0.10.19-2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-x:
  Installiert:           0.10.36-1.1
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
 *** 0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-dvswitch:
  Installiert:           0.0.1-1
  Installationskandidat: 0.0.1-1
  Versionstabelle:
 *** 0.0.1-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-plugins-good-doc:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-videosource:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-plugins-really-bad:
  Installiert:           0.10.23-dmo4
  Installationskandidat: 0.10.23-dmo4
  Versionstabelle:
 *** 0.10.23-dmo4 0
        500 http://www.deb-multimedia.org/ testing/main i386 Packages
        100 /var/lib/dpkg/status
     0.10.23-dmo3 0
        500 http://www.deb-multimedia.org/ wheezy/main i386 Packages
gstreamer1.0-plugins-bad-doc:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-fluendo-mp3:
  Installiert:           0.10.23.debian-3
  Installationskandidat: 0.10.23.debian-3
  Versionstabelle:
 *** 0.10.23.debian-3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-base:
  Installiert:           0.10.36-1.1
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
 *** 0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-base-dbg:
  Installiert:           (keine)
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
     0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-alsa:
  Installiert:           0.10.36-1.1
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
 *** 0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-plugins-base:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-nice:
  Installiert:           0.1.4-1
  Installationskandidat: 0.1.4-1
  Versionstabelle:
 *** 0.1.4-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer0.10-plugins-good-dbg:
  Installiert:           (keine)
  Installationskandidat: 0.10.31-3+nmu2
  Versionstabelle:
     0.10.31-3+nmu2 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-chromaprint:
  Installiert:           (keine)
  Installationskandidat: 0.1-3
  Versionstabelle:
     0.1-3 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-crystalhd:
  Installiert:           1:0.0~git20110715.fdd2f19-9
  Installationskandidat: 1:0.0~git20110715.fdd2f19-9
  Versionstabelle:
 *** 1:0.0~git20110715.fdd2f19-9 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-x:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-libav:
  Installiert:           1:1.2.2-dmo1
  Installationskandidat: 1:1.2.2-dmo1
  Versionstabelle:
 *** 1:1.2.2-dmo1 0
        500 http://www.deb-multimedia.org/ testing/main i386 Packages
        100 /var/lib/dpkg/status
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer0.10-xvid:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer0.10-plugins-base-apps:
  Installiert:           0.10.36-1.1
  Installationskandidat: 0.10.36-1.1
  Versionstabelle:
 *** 0.10.36-1.1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status
gstreamer1.0-plugins-ugly-dbg:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer1.0-gnomevfs:
  Installiert:           (keine)
  Installationskandidat: (keine)
  Versionstabelle:
gstreamer1.0-plugins-base-dbg:
  Installiert:           (keine)
  Installationskandidat: 1.2.2-1
  Versionstabelle:
     1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
gstreamer1.0-plugins-bad:
  Installiert:           1.2.2-1
  Installationskandidat: 1.2.2-1
  Versionstabelle:
 *** 1.2.2-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status

Posts: 630
Eino
Joined: 12 Oct 2012
#8
Looks like you have the correct drivers, so we need to try to set OSS as ALSA's frontend.
Run the following as root

Code: Select all

# alsa  force-unload

Code: Select all

# apt-get update && apt-get install alsa-oss

Code: Select all

# modprobe snd-pci-audio ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss
As user run

Code: Select all

# alsa reload

Code: Select all

# aplay -L 
Do you have sound now?
Posts: 24
Honeypuck
Joined: 19 Jan 2012
#9
Unfortunately I'm having trouble unloading the alsa modules:

Code: Select all

# alsa force-unload
Unloading ALSA sound driver modules: snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer (failed: modules still loaded: snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer).
So I'm stuck with that:

Code: Select all

# lsmod | grep snd
snd_seq_oss            20893  1 
snd_seq_midi_event      3645  1 snd_seq_oss
snd_seq                34663  2 snd_seq_midi_event,snd_seq_oss
snd_seq_device          3890  2 snd_seq,snd_seq_oss
snd_timer              12034  1 snd_seq
snd                    36700  4 snd_timer,snd_seq,snd_seq_oss,snd_seq_device
soundcore               3447  1 snd
The alsa-oss package is already installed:

Code: Select all

# dpkg -l | grep alsa-oss
ii  alsa-oss                                1.0.25-1   i386 ALSA wrapper for OSS applications


Still no sound:

Code: Select all

# aplay -L
null    Discard all samples (playback) or generate zero samples (capture)
And:

Code: Select all

# aplay /usr/share/sounds/alsa/Noise.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:722: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis nicht gefunden
Posts: 630
Eino
Joined: 12 Oct 2012
#10
I need the output of

Code: Select all

# lspci
This will give me more information on your sound card information.
Then try

Code: Select all

# modprobe snd-intel8x0


I hope this works.
I’m not going to give up till, I find a solution.
Posts: 630
Eino
Joined: 12 Oct 2012
#11
Did you have sound during your live session before the install?
Sometime things go wrong during the install process.
My need to just reinstall the AC'97 Audio Controllers.
You could always install kernel 3.2.51-1 for better hardware support.
I'm just going over the list of possibilities.
Posts: 24
Honeypuck
Joined: 19 Jan 2012
#12
Eino wrote:I need the output of

Code: Select all

# lspci
This will give me more information on your sound card information.
Then try

Code: Select all

# modprobe snd-intel8x0
I hope this works.
I’m not going to give up till, I find a solution.
Here you go:

Code: Select all

# lspci                  
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
02:04.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:04.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
07:00.0 Network controller: Ralink corp. RT2561/RT61 rev B 802.11g
A more concise output:

Code: Select all

lspci -nnk | grep audio
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
Yeah that did it!!!!!!! Thanks a lot!!!!
__{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__

Now I have to figure out where/which file to put that module so that it gets loaded on startup....
Posts: 630
Eino
Joined: 12 Oct 2012
#13
Your welcome.
The modprobe will automatically set it for you.