topic title: Lost All Audio
Posts: 98
loukingjr
Joined: 06 Nov 2009
#1
I was listening to shoutcast and aac+ normally doesn't work, so I tried installing the vlc plugin. shortly after all audio ceased. tried running alsaconf and get this error:

WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release.
Setting default volumes...
amixer: Mixer attach default error: No such file or directory

first on boot it said I had a fatal error and couldn't install sn_intel8x0, now modprobe says all conf files need .conf and sound will be ignored
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
I really don't know much more about sound than running alsaconf __{{emoticon}}__
In case you get the sound back maybe
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://audacious-media-player.org/features"
linktext was:"audacious"
====================================
would work for you (it says it streams aac+ from shoutcst).

Maybe you could look at /var/log and see if you find some message regarding the error.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.debianhelp.co.uk/sound.htm"
linktext was:"This"
====================================
seems to be old but may give some hints.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007

25 Nov 2009, 13:26 #3

What happens if you rename the /etc/modprobe.d/sound file to sound.conf and reboot?

You may also need to run alsaconf again. In antiXcc-Hardware-Configure Sound System

A reboot might be needed.
Posts: 98
loukingjr
Joined: 06 Nov 2009
#4
I get the message again about a fatal error install command snd_intel8x0
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
Does sound work though?

You might need to delete that sound.conf file (keep a copy though)
You may also need to edit it.
My sound.conf has this in it.

Code: Select all

alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
Posts: 98
loukingjr
Joined: 06 Nov 2009
#6
mine said:

alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0

about to edit it
Posts: 98
loukingjr
Joined: 06 Nov 2009
#7
nope, nada... although I got rid of the error on boot about install command of snd_intel8x0
Posts: 98
loukingjr
Joined: 06 Nov 2009
#8
I ran the .iso just to chk what a fresh install said. it didn't even have a sound.conf and worked fine. so I deleted mine and still doesn't work.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#9
Did you run alsaconf?

Also check alsamixer and gamix haven't been muted. The volume control should be on about 80 as well.
Posts: 98
loukingjr
Joined: 06 Nov 2009
#10
good grief. I found it. the alsamixer and gamix were fine, problem was, i had instlled gnome and for some reason, the PCM was muted in gnome alsa mixer. I sure didn't mute it lol

thanks for your patience.

now I just need to get the default login screen from anti-x back instead of the debian one.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#11
For that you need to edit /etc/slim.conf

current_theme antiX
Posts: 98
loukingjr
Joined: 06 Nov 2009
#12
I think I need to do more than that. when I had installed gnome before you explained how to fix my icewm issue, I switched to the gdm window manager. I assume I have to switch it back to slim. just not sure where.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#13
In a console, as root, choose slim
dpkg-reconfigure slim

or edit /etc/X11/default-display-manager to read /usr/bin/slim
Posts: 98
loukingjr
Joined: 06 Nov 2009
#14
that worked. thanks again.