Linux Debian support - alsa stopped working

This is Interesting: Free IT Magazines  
Home > Archive > Linux Debian support > October 2007 > alsa stopped working





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author alsa stopped working
Joe Bloggs

2007-09-18, 7:12 pm

Help! my audio has stopped working.
Here is the relevant part of my .xsession-errors file:


ALSA lib confmisc.c:670snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391snd_func_concat) error evaluating strings
ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1070snd_func_refer) error evaluating name
ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3968snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2143snd_pcm_open_noupdate) Unknown PCM default

** (gnome-session:4081): WARNING **: Esound failed to start.


I am running etch on a laptop with an intel 945gm chipset.
It was working fine before I restored my packages & config files from a previous installation (on the same machine). Which is strange because the sound was working OK on the previous installation aswell.
lsmod shows these drivers are loaded:


snd_hda_intel 17332 0
snd_hda_codec 137856 1 snd_hda_intel
snd_pcm_oss 38368 0
snd_mixer_oss 15200 1 snd_pcm_oss
snd_pcm 68676 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 20996 1 snd_pcm
snd 47012 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 1 snd
snd_page_alloc 9640 2 snd_hda_intel,snd_pcm


Can anyone point me in the right direction?
AJackson

2007-09-22, 1:17 am

On Sep 18, 11:14 pm, Joe Bloggs <joeblo...@nowhere.invalid> wrote:
> Help! my audio has stopped working.
> Here is the relevant part of my .xsession-errors file:
>
> ALSA lib confmisc.c:670snd_func_card_driver) cannot find card '0'
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_card_driver returned error: No such device
> ALSA lib confmisc.c:391snd_func_concat) error evaluating strings
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_concat returned error: No such device
> ALSA lib confmisc.c:1070snd_func_refer) error evaluating name
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_refer returned error: No such device
> ALSA lib conf.c:3968snd_config_expand) Evaluate error: No such device
> ALSA lib pcm.c:2143snd_pcm_open_noupdate) Unknown PCM default
>
> ** (gnome-session:4081): WARNING **: Esound failed to start.
>
> I am running etch on a laptop with an intel 945gm chipset.
> It was working fine before I restored my packages & config files from a previous installation (on the same machine). Which is strange because the sound was working OK on the previous installation aswell.
> lsmod shows these drivers are loaded:
>
> snd_hda_intel 17332 0
> snd_hda_codec 137856 1 snd_hda_intel
> snd_pcm_oss 38368 0
> snd_mixer_oss 15200 1 snd_pcm_oss
> snd_pcm 68676 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> snd_timer 20996 1 snd_pcm
> snd 47012 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_timer
> soundcore 9248 1 snd
> snd_page_alloc 9640 2 snd_hda_intel,snd_pcm
>
> Can anyone point me in the right direction?


/proc/asound/cards and all files/directories in /proc/asound

You should not copy files between machines if you dont check what they
have before you copy.
You should manually change files, or at least save a copy of old one
before overwriting.

Good luck

Joe Bloggs

2007-09-23, 1:12 am

AJackson <anders.jackson@gmail.com> writes:

> On Sep 18, 11:14 pm, Joe Bloggs <joeblo...@nowhere.invalid> wrote:
>
> /proc/asound/cards and all files/directories in /proc/asound
>
> You should not copy files between machines if you dont check what they
> have before you copy.
> You should manually change files, or at least save a copy of old one
> before overwriting.
>
> Good luck


I didn't touch the /proc folder, I only copied my home folder and changed a few lines in /etc/X11/xorg.conf to make compiz work.
Jeremy

2007-09-23, 7:14 am

On Sun, 2007-09-23 at 04:03 +0100, Joe Bloggs wrote:
> AJackson <anders.jackson@gmail.com> writes:
>
>
> I didn't touch the /proc folder, I only copied my home folder and changed a few lines in /etc/X11/xorg.conf to make compiz work.


So you didn't write to /proc ???

--
Regards,
Jeremy


Joe Bloggs

2007-09-29, 7:12 pm

Jeremy <jeremyboden@gmail.com> writes:

> On Sun, 2007-09-23 at 04:03 +0100, Joe Bloggs wrote:
>
> So you didn't write to /proc ???
>
> --
> Regards,
> Jeremy

Nope
AJackson

2007-10-03, 1:12 am

On Sep 23, 10:32 am, Jeremy <jeremybo...@gmail.com> wrote:
> On Sun, 2007-09-23 at 04:03 +0100, Joe Bloggs wrote:
>
>
>
>
>
>
>
>
>
>
>
> So you did
> --
> Regards,
> Jeremy


n't write to /proc ???

You can't, as it it is built from OS and ALSA drivers.

Joe, are your user in the audio group? Try command 'groups' and see
if you have audio there.
If not, try 'addgroup user audio', where user is your account name.

Good luck.

Tony Peardon

2007-10-24, 7:14 am

Joe Bloggs wrote:
> Help! my audio has stopped working.
> Here is the relevant part of my .xsession-errors file:
>
>
> ALSA lib confmisc.c:670snd_func_card_driver) cannot find card '0'
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_card_driver returned error: No such device
> ALSA lib confmisc.c:391snd_func_concat) error evaluating strings
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_concat returned error: No such device
> ALSA lib confmisc.c:1070snd_func_refer) error evaluating name
> ALSA lib conf.c:3500_snd_config_evaluate) function snd_func_refer returned error: No such device
> ALSA lib conf.c:3968snd_config_expand) Evaluate error: No such device
> ALSA lib pcm.c:2143snd_pcm_open_noupdate) Unknown PCM default
>
> ** (gnome-session:4081): WARNING **: Esound failed to start.
>
>
> I am running etch on a laptop with an intel 945gm chipset.
> It was working fine before I restored my packages & config files from a previous installation (on the same machine). Which is strange because the sound was working OK on the previous installation aswell.
> lsmod shows these drivers are loaded:
>
>
> snd_hda_intel 17332 0
> snd_hda_codec 137856 1 snd_hda_intel
> snd_pcm_oss 38368 0
> snd_mixer_oss 15200 1 snd_pcm_oss
> snd_pcm 68676 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> snd_timer 20996 1 snd_pcm
> snd 47012 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_timer
> soundcore 9248 1 snd
> snd_page_alloc 9640 2 snd_hda_intel,snd_pcm
>
>
> Can anyone point me in the right direction?


I've got similar problems.

alsaconf

alsactl store

I've got to run those two commands as root every time I restart my
computer. I have no idea why, but it sounds like it could help you.

sTony
AJackson

2007-10-25, 1:12 pm

On Oct 24, 12:17 pm, Tony Peardon <TonyPear...@gmail.com> wrote:
> Joe Bloggs wrote:
>
>
>
>
>
>
> I've got similar problems.
>
> alsaconf
>
> alsactl store
>
> I've got to run those two commands as root every time I restart my
> computer. I have no idea why, but it sounds like it could help you.
>
> sTony


Try to run alamixer from terminal.

You also might need as root run 'dpkg-reconfigure -plow alsa' or some
other alsa-package. Not at my computer right now, so I cant check.
This will reconfigure your package. So you can tell other answers to
pages.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com